- Code: Select all
/* Reset
-----------------------------------------------------------------------------*/
ol, ul {
line-height: 17px;
list-style: none outside none;
margin: 0 0 0.1em;
}
/* Header
-----------------------------------------------------------------------------*/
#header {
color: #4F5155;
position:relative;
padding:0 0 10px;
background: #FFE680;
width: 100%;
min-height:13em;
}
I want to see only the name on the blocks in overlay (currently in ovelray shows all style tags, its kind of uncomfotable), like
Reset
Header
etc.
and by clicking on name I want to move to block. Is it possible?