summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-09-07 23:46:48 +0000
committerallo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542>2006-09-07 23:46:48 +0000
commit76f9dc5d26f59000a3ef2604844cf1eb3fa71816 (patch)
tree142223ebc737650f0c821d076a696b0874e19a33
parente33eb528ba52695338c4e61d1a8f39a74e18ac21 (diff)
dark blue skin from frankenstein_1012
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@2515 6c8d7289-2bf4-0310-a012-ef5d649a1542
-rw-r--r--skins/dark-blue.css185
1 files changed, 185 insertions, 0 deletions
diff --git a/skins/dark-blue.css b/skins/dark-blue.css
new file mode 100644
index 000000000..f1520346e
--- /dev/null
+++ b/skins/dark-blue.css
@@ -0,0 +1,185 @@
+body {
+background-color:#000000;
+color:#BBBBBB;
+}
+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:#666666;
+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:#AAAAFF;
+}
+a.unknown {
+color:#666666;
+}
+a.known {
+color:#555555;
+}
+*.yellow {
+color:#0000FF;
+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: 140;
+}
+.MenuHeader {
+background-color: #000000;
+color:white;
+font-size: 9px;
+font-weight:bold;
+}
+.MenuItem {
+background-color: #2A2A2A;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+padding-top: 2;
+padding-bottom: 2;
+}
+.MenuItemLink {
+color:#777777;
+font-weight:bold;
+text-decoration:none;
+font-size:11px;
+}
+a.MenuItemLink:hover {
+color:#AAAAFF;
+font-weight:bold;
+text-decoration:none;
+}
+.MenuSpacer {
+height: 4;
+}
+.Headline {
+color:#7777AA;
+font-weight: bold;
+font-size: 160%;
+font-family: Helvetica, Arial;
+text-align: center;
+text-decoration:underline;
+}
+.Heading {
+background-color: #2A2A2A;
+height: 38px;
+}
+.TableHeader {
+background-color: #2A2A2A;
+}
+.TableCellDark {
+background-color: #202020;
+}
+.TableCellLight {
+background-color: #252535;
+}
+.TableCellActive {
+background-color: #ffbbaa;
+}
+.TableCellSummary {
+background-color: #004000;
+}
+.WikiBackground {
+background-color: #202020;
+}
+.MessageBackground {
+background-color: #202020;
+}
+.bookmarkTags{
+color: #007050;
+font-weight:bold;
+text-decoration:none;
+white-space:nowrap;
+}
+.bookmarkTitle{
+line-height: 120%;
+color: #4070a0;
+font-size:17px;
+font-weight:bold;
+text-decoration:none;
+}
+.bookmarkDescription{
+font-style:normal;
+}
+.bookmarkAction{
+color: #999999;
+text-decoration:none;
+}
+img.bookmarkIcon{
+height: 16px;
+width: 16px;
+}
+
+.ResultDescription {
+color:#4070a0;
+font-weight:bold;
+}
+
+.ResultDateYBR {
+color:#007050
+}
+
+.settingsValue {
+color:#556699;
+font-weight:bold;
+}