diff options
Diffstat (limited to 'src/documentation/skins/poi-site/css/mysite.css')
-rw-r--r-- | src/documentation/skins/poi-site/css/mysite.css | 88 |
1 files changed, 88 insertions, 0 deletions
diff --git a/src/documentation/skins/poi-site/css/mysite.css b/src/documentation/skins/poi-site/css/mysite.css new file mode 100644 index 0000000000..a979b0b4e2 --- /dev/null +++ b/src/documentation/skins/poi-site/css/mysite.css @@ -0,0 +1,88 @@ +/* + * Other colors: + * - dark blue: #036 + * - bluish: #269 + * + */ + +/* + * The Banner section. + */ +.banner, .projectLogo, .groupLogo, .projectLogo a, .groupLogo a, + .groupLogo a:visited, .projectLogo a:visited, + .groupLogo a:link, .projectLogo a:link { +} + +/* + * The Status + Footer section. + */ +.status, .breadcrumb, .searcher, .tabs { +} + +.selectedTab { +} + +/* + * The Menu section. + */ +.menuColumn { +} +.menubar { +} +.menu { +} +.menuLabel { +} +.menuItem { +} + +/* + * The Content section. + */ +.contentColumn { +} + +h1, h2, h3, h4 { +} + +h3, h4 { + } +h3 { + } +h4 { +} + +.code { +} + +.section { +} + +.subsection { +} + +/* + * The Footer section. + */ +.footer, .copyright, .host, .credit { +} + +/* + * General Settings + */ +body { +} + +a:link, .menuItem a:visited, .status a:visited { + color: #036; +} + +a:active, a:hover { + +} + +body, th, td { +} + +.logoImage { +} |