From 7872c5fab11f5bd9ee4dc54cdc6b6f63e031c35a Mon Sep 17 00:00:00 2001 From: allo Date: Tue, 7 Mar 2006 19:42:12 +0000 Subject: [PATCH] some more skins git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1843 6c8d7289-2bf4-0310-a012-ef5d649a1542 --- skins/classic-blue.css | 158 ++++++++++++++++++++++++++++++++++++++++ skins/classic-green.css | 148 +++++++++++++++++++++++++++++++++++++ skins/classic-red.css | 148 +++++++++++++++++++++++++++++++++++++ skins/dark.css | 53 ++++++++++++++ 4 files changed, 507 insertions(+) create mode 100644 skins/classic-blue.css create mode 100644 skins/classic-green.css create mode 100644 skins/classic-red.css create mode 100644 skins/dark.css diff --git a/skins/classic-blue.css b/skins/classic-blue.css new file mode 100644 index 000000000..778c70608 --- /dev/null +++ b/skins/classic-blue.css @@ -0,0 +1,158 @@ +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; +} diff --git a/skins/classic-green.css b/skins/classic-green.css new file mode 100644 index 000000000..871a12d31 --- /dev/null +++ b/skins/classic-green.css @@ -0,0 +1,148 @@ +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; +} + +*.tt { + font-family:Courier,Terminal,sans-serif; + font-size:8pt; + line-height:9px; +} + + +.Menu { + width: 100; +} +.MenuHeader { + background-color: #aabbaa; + font-size: 1; + font-weight:bold; +} +.MenuItem { + background-color: #889988; + 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: #ccddcc; + height: 36px; +} + +.TableHeader { + background-color: #aabbaa; +} +.TableCellDark { + background-color: #ccddcc; +} +.TableCellLight { + background-color: #ddeedd; +} +.TableCellSummary { + background-color: #ffbbaa; +} + +.WikiBackground { + background-color: #fefefe; +} + +.MessageBackground { + background-color: #ffffff; +} diff --git a/skins/classic-red.css b/skins/classic-red.css new file mode 100644 index 000000000..8a3d698b7 --- /dev/null +++ b/skins/classic-red.css @@ -0,0 +1,148 @@ +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; +} + +*.tt { + font-family:Courier,Terminal,sans-serif; + font-size:8pt; + line-height:9px; +} + + +.Menu { + width: 100; +} +.MenuHeader { + background-color: #bbaaaa; + font-size: 1; + font-weight:bold; +} +.MenuItem { + background-color: #998888; + 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: #ddcccc; + height: 36px; +} + +.TableHeader { + background-color: #bbaaaa; +} +.TableCellDark { + background-color: #ddcccc; +} +.TableCellLight { + background-color: #eedddd; +} +.TableCellSummary { + background-color: #ffbbaa; +} + +.WikiBackground { + background-color: #fefefe; +} + +.MessageBackground { + background-color: #ffffff; +} diff --git a/skins/dark.css b/skins/dark.css new file mode 100644 index 000000000..28cd33db5 --- /dev/null +++ b/skins/dark.css @@ -0,0 +1,53 @@ +.number{ + color: darkblue; +} +table.warning{ + border: 0; + background-color: red; +} +td.warning{ + background-color: white; +} +a{ + text-decoration: none; +} +a:hover{ + text-decoration: underline; +} +a:visited{ + text-decoration: underline; +} +a.extern{ + color: darkblue; +} +a.extern:visited{ +} +a.faq{ + color: green; +} +a.faq-entry:hover{ + text-decoration: none; +} +.ui_element{ + #background-color: white; + color: darkblue; + font-family: Serif; +} +.img_title{ + font-size: 75%; +} +table.example{ + border: 0; + background-color: darkgreen; +} +th.example{ + background-color: white; + color: darkblue; +} +td.example{ + background-color: #eeeeee; + color: black; +} +.string{ + color: darkblue; +}