summaryrefslogtreecommitdiff
path: root/skins/classic-blue.css
diff options
context:
space:
mode:
authorrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-09-24 17:55:21 +0000
committerrramthun <rramthun@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-09-24 17:55:21 +0000
commitf17a91313e9a130194c85117b28b62cb9bbcfa12 (patch)
tree0d5ddac7291b7a23bb53cf240d9da8e094c1ae1c /skins/classic-blue.css
parent1aa07a52cd851ca9567b31cac8527644e55b822e (diff)
*)Updated phosphor.css for XHTML
*)New grey skin Thanks to Philipp Redeker! *)Renamed old skins until somebody updates them. git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2655 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins/classic-blue.css')
-rw-r--r--skins/classic-blue.css158
1 files changed, 0 insertions, 158 deletions
diff --git a/skins/classic-blue.css b/skins/classic-blue.css
deleted file mode 100644
index 778c70608..000000000
--- a/skins/classic-blue.css
+++ /dev/null
@@ -1,158 +0,0 @@
-body {
- background-color:#EEEEEF;
-}
-
-h1 {
- font-family:Helvetica, sans-serif;
- font-size:16pt;
- font-style:normal;
- line-height:14pt;
- margin-top:0pt;
- margin-bottom:0pt;
-}
-
-h2 {
- font-family:Helvetica, sans-serif;
- font-size:14pt;
- font-style:normal;
- line-height:14pt;
- margin-top:0pt;
- margin-bottom:0pt;
-}
-
-h3 {
- font-family:Helvetica, sans-serif;
- font-size:12pt;
- font-style:normal;
- line-height:14pt;
- margin-top:0pt;
- margin-bottom:0pt;
-}
-
-h4 {
- font-family:Helvetica, sans-serif;
- font-size:10pt;
- font-style:normal;
- line-height:14pt;
- margin-top:0pt;
- margin-bottom:0pt;
-}
-
-a, body, div, li, ol, span, table, td, tr, ul {
- color:#000000;
- font-family:Helvetica, sans-serif;
- font-size:10pt;
- font-style:normal;
- line-height:14px;
- margin-top:0px;
- margin-bottom:0px;
-}
-
-*.small {
- font-family:Helvetica, sans-serif;
- font-size:8pt;
- font-style:normal;
- line-height:9px;
- margin-top:0px;
- margin-bottom:0px;
-}
-
-body, div, li, ol, span, table, td, tr, ul {
- text-decoration:none;
-}
-
-a:hover {
- color:#0000FF;
-}
-
-a.unknown {
- color:#990000;
-}
-
-a.known {
- color:#009900;
-}
-
-a.extern {
- color:#000099;
-}
-
-*.yellow {
- color:#EEDD00;
- font-weight:bold;
- text-decoration:none;
- font-size:11px;
-}
-
-*.blue {
- color:#556699;
- font-weight:bold;
- text-decoration:none;
- font-size:11px;
-}
-
-*.tt {
- font-family:Courier,Terminal,sans-serif;
- font-size:8pt;
- line-height:9px;
-}
-
-
-.Menu {
- width: 100;
-}
-.MenuHeader {
- background-color: #aaaabb;
- font-size: 1;
- font-weight:bold;
-}
-.MenuItem {
- background-color: #888899;
- color:white;
- font-weight:bold;
- text-decoration:none;
- font-size:11px;
- padding-top: 2;
- padding-bottom: 2;
-}
-.MenuItemLink {
- color: white;
- font-weight:bold;
- text-decoration:none;
- font-size:11px;
-}
-a.MenuItemLink:hover {
- color:#EEFF00;
- font-weight:bold;
- text-decoration:none;
-}
-.MenuSpacer {
- height: 6;
-}
-.Headline {
- font-weight: bold;
- font-size: 160%;
- font-family: Helvetica, Arial;
- text-align: center;
-}
-.Heading {
- background-color: #ccccdd;
- height: 36px;
-}
-
-.TableHeader {
- background-color: #aaaabb;
-}
-.TableCellDark {
- background-color: #ccccdd;
-}
-.TableCellLight {
- background-color: #ddddee;
-}
-.TableCellSummary {
- background-color: #ffbbaa;
-}
-
-.WikiBackground {
- background-color: #fefefe;
-}