You've already forked wijzijnonshart
127 lines
2.6 KiB
CSS
127 lines
2.6 KiB
CSS
/* Cascading Style Sheet for HTML export */
|
|
/* MODULE: STATIC OUTLINE */
|
|
|
|
/* Light Blue style */
|
|
|
|
/* This stylesheet expects the following HTML structure
|
|
|
|
left column in page body
|
|
#pageBody .left
|
|
|
|
td.outlineColumn
|
|
div.staticOutline
|
|
div.maintopic
|
|
span.select or splan.unselect
|
|
div.subtopic
|
|
span.select or splan.unselect
|
|
|
|
*/
|
|
|
|
|
|
/* visual highlight the sidebar navigation */
|
|
.outlineColumn {
|
|
vertical-align: top;
|
|
border-right: 1px dashed Silver; /* STYLE */
|
|
background-color: #FAFAFA; /* STYLE */
|
|
margin: 0px;
|
|
padding-bottom: 20px;
|
|
}
|
|
|
|
.staticOutline {
|
|
white-space: nowrap;
|
|
vertical-align: top;
|
|
}
|
|
|
|
.staticOutline a:link {
|
|
color: #2F4F4F; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline a:active {
|
|
color: #FF3300; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline a:visited {
|
|
color: #2F4F4F; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline a:hover {
|
|
color: #CC0000; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline .hometopic a:link {
|
|
color: #CC0000; /* STYLE */
|
|
}
|
|
|
|
.staticOutline .hometopic a:visited {
|
|
color: #CC0000; /* STYLE */
|
|
}
|
|
|
|
.staticOutline .hometopic a:hover {
|
|
color: #FF3300; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline .hometopic img {
|
|
display: none; /* STYLE */ /* show/hide image */
|
|
}
|
|
|
|
.staticOutline .hometopic {
|
|
/*background : #0062BF; */ /* STYLE */
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-top: 0em; /* STYLE */
|
|
margin-bottom: 1em; /* STYLE */
|
|
font-size: 8pt;
|
|
font-weight: bold; /* STYLE */
|
|
/*padding-top: 5px;*/ /* STYLE */
|
|
}
|
|
|
|
.staticOutline .maintopic a:link {
|
|
color: #CC0000; /* STYLE */
|
|
}
|
|
|
|
.staticOutline .maintopic a:visited {
|
|
color: #CC0000; /* STYLE */
|
|
}
|
|
|
|
.staticOutline .maintopic a:hover {
|
|
color: #FF3300; /* STYLE */
|
|
text-decoration: none;
|
|
}
|
|
|
|
.staticOutline .maintopic img {
|
|
display: none; /* STYLE */ /* show/hide image */
|
|
}
|
|
|
|
.staticOutline .maintopic {
|
|
margin-left: 4px;
|
|
margin-right: 4px;
|
|
margin-top: 0.8em; /* STYLE */
|
|
margin-bottom: 0.2em; /* STYLE */
|
|
font-size: 8pt;
|
|
font-weight: bold; /* STYLE */
|
|
border: 1px solid Silver;
|
|
}
|
|
|
|
.staticOutline .subtopic img {
|
|
display: none; /* STYLE */ /* show/hide image */
|
|
}
|
|
|
|
.staticOutline .subtopic {
|
|
text-indent: 0px;
|
|
margin-left: 4px; /* use same margin as in .maintopic*/ /* STYLE */
|
|
margin-right: 4px;
|
|
margin-bottom: 0.2em; /* STYLE */
|
|
font-size: 8pt;
|
|
}
|
|
|
|
.staticOutline .select {
|
|
background-color: #FFCC66;
|
|
}
|
|
|
|
.staticOutline .unselect {
|
|
} |