Hi,
I’m wondering how to interpret the CSS build-up?
fe. what do all the ///////////////////// in the css-code stand for?
Remark anyway: Because of the limited dimensions of the working space, its highly unconvenient to work with.
Example:
[data-style=’horizontal’] ul.menu > li.menu-item a, div[data-style=’vertical’] ul.menu > li.menu-item a[data-style=’horizontal’] ul.menu > li.menu-item a, div[data-style=’vertical’] ul.menu > li.menu-item a[data-style=’horizontal’] ul.menu, div[data-style=’vertical’] ul.menu[data-style=\\\\\\\\\\\\\\\\\\\\\\\\\\\”horizontal\\\\\\\\\\\\\\\\\\\\\\\\\\\”] ul.menu, div[data-style=\\\\\\\\\\\\\\\\\\\\\\\\\\\”vertical\\\\\\\\\\\\\\\\\\\\\\\\\\\”] ul.menu {
background: transparent;
}
div[data-style=\\\\\\\\\\\\\\\\\\\\\\\\\\\”horizontal\\\\\\\\\\\\\\\\\\\\\\\\\\\”] ul.menu > li.menu-item, div[data-style=\\\\\\\\\\\\\\\\\\\\\\\\\\\”vertical\\\\\\\\\\\\\\\\\\\\\\\\\\\”] ul.menu > li.menu-item {
position: relative;
}
div[data-style=\\\\\\\\\\\\\\\\\\\\\\\\\\\”horizontal\\\\\\\\\\\\\\\\\\\\\\\\\\\”] ul.menu > li.menu-item:after {
content: \\\\\\\\\\\\\\\\\\\\\\\\\\\”|\\\\\\\\\\\\\\\\\\\\\\\\\\\”;
display: block;
position: absolute;
top: 2px;
right: 0;
color: #00a384;
font-family: \\\\\\\\\\\\\\\\\\\\\\\\\\\”Quattrocento Sans\\\\\\\\\\\\\\\\\\\\\\\\\\\”;
font-weight: 400;
font-style: normal;
}
<<< this last one fe. Is, or isn’t this font (Quattrocento Sans) called with this code?????
btw. This concerns the CSS for the Navigation Panel, but encountered it on different elements.
Also I see no changes when I change the code there, or, different result when Builder is still opened (editing) or closed …
confusing …
http://stormysunday.com/xtras/builder-nav.jpg
ps. Access is granted, so you can have a look if you want.
Thanks in advance.