From 3e4119d3dcce0e22b33ffa0e9da11f6e478f3b5c Mon Sep 17 00:00:00 2001 From: Adam Amstrong Date: Tue, 3 Apr 2007 15:02:18 +0000 Subject: [PATCH] Add Observer header image git-svn-id: http://www.observium.org/svn/observer/trunk@8 61d68cd4-352d-0410-923a-c4978735b2b8 --- html/css/styles.css | 813 ++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 813 insertions(+) create mode 100644 html/css/styles.css diff --git a/html/css/styles.css b/html/css/styles.css new file mode 100644 index 0000000000..223750395d --- /dev/null +++ b/html/css/styles.css @@ -0,0 +1,813 @@ +img { border: 0; } + +A { text-decoration: none; } +A:link { color: #0000cc; } +A:visited { color: #0000cc; } +A:hover { color: #990099; } +A:active { color: #00000; } + +A.red:visited, a.red, .red {color: #CC0000;} +A.grey:visited, A.grey, .gray {color: #36393D;} +A.black:visited, A.black, .black {color: #000000;} +A.green:visited, A.green, .green {color: #008C00;} +A.blue:visited, A.blue, .blue {color: #0000ff;} +A.orange:visited, a.orange, .orange {color: #FF7400;} + + +.pinkbg { background-color: #ffbbbb; } +.redbg { background-color: #ff8585; } +.bluebg { background-color: #aaaaff; } +.greenbg { background-color: #aaffaa; } +.greybg { background-color: #dddddd; } + +.page-h2 { + font-size: 14px; + font-weight: bold; + vertical-align: top; +} + +.header-text { + font-family: sans-serif; + font-size: 16px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.interface-header { + font-family: sans-serif; + font-size: 20px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.graphhead, .sectionhead { + font-size: 15px; + font-style: normal; + font-weight: bold; + color: #555; +} + +.tablehead { + font-family: Verdana, arial, sans-serif; + font-weight: bold; + font-size: 13px; + font-style: normal; + font-weight: bold; + color: #666; +} + +.box-desc { + font-family: "Verdana", Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: italic; +} + +.interface-desc { + font-family: "Verdana", Arial, Helvetica, sans-serif; + font-size: 11px; + font-style: normal; +} + +.syslog { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: normal; + color: #000000; +} + +.page-header, .device-header { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 24px; + font-weight: bold; + color: black; +} + +.top-subtitle { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 22px; + font-weight: bold; + vertical-align: middle; +} + +.device-header { + font-size: 20px; +} + +.device-head { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 16px; + font-weight: bold; +} + +.list-device, .list-device-ignored, .list-device-down, .list-device-ignored-up { + font-weight: bold; +} + +.device-head, .list-device { + color: #000cc; +} + +.list-device-down, a.list-device-down, a.list-device-down:visited { + color: #cc0000; +} + +a.list-device-ignored-up { + color: #009900; +} + +.footer-text { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 12px; + font-style: normal; + font-weight: bold; + color: #FFFFFF; +} + +.header-text-3 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-style: normal; + font-weight: bold; + color: #ffffff; +} + +.body-1 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-style: normal; + font-weight: normal; + color: #000000; +} + +.body-date-1 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-style: normal; + font-weight: normal; + color: #000000; +} + +.copy { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-style: italic; + font-weight: normal; + color: #000000; +} + +.body-2 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 14px; + font-style: normal; + font-weight: normal; + color: #000000; +} + +.body-field-1 { + font-family: verdana, font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 13px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.body-head-1 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 16px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.body-head { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 32px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.body-head-2, .table-head-2 { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 14px; + font-style: normal; + font-weight: bold; + color: #000000; +} + +.table-head-2 { + background-color: #cccccc; +} + + +.text-more { + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-style: normal; + font-weight: bold; + color: #cc0000; +} + +.body-blue { + color: #0000CC; +} + +.top-menu:link { + color: #dddddd; + text-decoration: none; +} +.top-menu:visited { + color: #dddddd; + text-decoration: none; +} +.top-menu:hover { + color: #CC0000; + text-decoration: none; +} +.top-menu:active { + color: #000000; + text-decoration: none; +} + +.menu-box-dash-off { + border: 1px dashed #000000; +} + +.copyright { + bottom: 0px; + margin: 10px auto; + position: relative; + background-color: #eeeeee; + text-align: center; + font-family: Verdana, Arial, Helvetica, sans-serif; + font-size: 10px; + font-style: italic; + font-weight: normal; + color: #000000; + width: 360px; + padding: 10px; +} + +body { + margin: 0px; padding: 0px 0px 0px 0px; + background-color: #fff; color: #666; + font: 10pt Verdana; + line-height: 20px; +} + +