From 11446b10a0509c993f3f942b6e56140c23d6ef92 Mon Sep 17 00:00:00 2001 From: Petr Baudis Date: Wed, 3 May 2006 23:01:28 +0200 Subject: [PATCH] Borrows http://elinks.cz/ stylesheets --- index.html | 4 ++ stylesheets/screen-blue.css | 24 ++++++++++ stylesheets/screen-default.css | 32 +++++++++++++ stylesheets/screen-green.css | 26 +++++++++++ stylesheets/screen.css | 103 +++++++++++++++++++++++++++++++++++++++++ 5 files changed, 189 insertions(+) create mode 100644 stylesheets/screen-blue.css create mode 100644 stylesheets/screen-default.css create mode 100644 stylesheets/screen-green.css create mode 100644 stylesheets/screen.css diff --git a/index.html b/index.html index 1c72db1..0c02bfd 100644 --- a/index.html +++ b/index.html @@ -10,6 +10,10 @@ + + + + diff --git a/stylesheets/screen-blue.css b/stylesheets/screen-blue.css new file mode 100644 index 0000000..87c84b0 --- /dev/null +++ b/stylesheets/screen-blue.css @@ -0,0 +1,24 @@ +/* This is the default green 'skin' for the screen media type. */ +/* Copyleft (c) 2002-2004 Jonas Fonseca */ + +body { color: #124; background: #fff; } +a { color: #124; background: transparent; } +h2, h3 { border-bottom: 1px solid #124; } +pre { color: #124; background: #8ab; border: 1px solid #124; } + +.header, div.footer +{ + border-top: 2px solid #124; + border-bottom: 2px solid #124; + color: #124; + background: #8ab /*url(header-footer-background-green.png)*/; +} + +div.footer a:visited, +.header a:visited { color: #124; background: transparent; } + +table.releases, +table.bugmail { border: 2px solid #124; } + +table.bugmail th, +tr.odd td { background: #8ab; color: #124; } diff --git a/stylesheets/screen-default.css b/stylesheets/screen-default.css new file mode 100644 index 0000000..96cb1fc --- /dev/null +++ b/stylesheets/screen-default.css @@ -0,0 +1,32 @@ +/* This is the default green 'skin' for the screen media type. */ +/* Copyleft (c) 2002-2004 Jonas Fonseca */ + +body { color: #000; background: #fff; } +a { color: #124; background: transparent; } +h2, h3 { border-bottom: 1px solid #124; } +dt { font-weight: bold; } + +pre +{ + color: #124; + background: #ade; + border: 1px solid #124; + font-weight: bold; +} + +.header, div.footer +{ + border-top: 2px solid #124; + border-bottom: 2px solid #124; + color: #124; + background: #8ab /*url(header-footer-background-green.png)*/; +} + +div.footer a:visited, +.header a:visited { color: #124; background: transparent; } + +table.releases, +table.bugmail { border: 2px solid #124; } + +table.bugmail th, +tr.odd td { background: #8ab; color: #124; } diff --git a/stylesheets/screen-green.css b/stylesheets/screen-green.css new file mode 100644 index 0000000..2bc4b07 --- /dev/null +++ b/stylesheets/screen-green.css @@ -0,0 +1,26 @@ +/* This is the default green 'skin' for the screen media type. */ +/* Copyleft (c) 2002-2004 Jonas Fonseca */ + +body { background: #fff; color: #494115; } +a { color: #494115; background: transparent; } +h2, h3 { border-bottom: 2px dotted #494115; } +pre { color: #494115; background: #cdc8a5; border: 1px solid #000; } + +.header, div.footer +{ + border-left: none; + border-right: none; + border-top: 2px solid #494115; + border-bottom: 2px solid #494115; + color: #494115; + background: #cdc8a5 url(header-footer-background-green.png); +} + +.footer a:visited, +.header a:visited { color: #494115; background: transparent; } + +table.releases, +table.bugmail { border: 2px solid #494115; } + +table.bugmail th, +tr.odd td { color: #494115; background: #cdc8a5; } diff --git a/stylesheets/screen.css b/stylesheets/screen.css new file mode 100644 index 0000000..2a578d1 --- /dev/null +++ b/stylesheets/screen.css @@ -0,0 +1,103 @@ +/* This is the default stylesheet for the screen media type. */ +/* Copyleft (c) 2002-2004 Jonas Fonseca */ + +/* General style settings for 'clean' html elements {{{1 */ + +body { font-family: Arial, Helvetica, sans-serif; } + +/* Link properties */ +a:visited, +a { text-decoration: underline; } +a:hover { text-decoration: none; } + +/* Specifically targeted on screenshoots/index.html */ +dt { font-weight: bold; margin-top: 1em; } + +h1 { font-size: 1.2em; text-align: center; } +h2 { font-size: 1.2em; } +h3 { font-size: 1.1em; } +h4 { font-size: 1em; text-decoration: underline; } +h5 { font-size: 1em; font-style: italic; } + +h2, h3, h4, h5 + { margin-left: 1em; margin-right: 1em; font-weight: bold; } + +hr { display: none; } + +/* No borders around image links */ +img { border: 0; } + +pre { padding: 1em; text-align: left; + margin: 0.5em 4em; } +var { font-family: monospace; font-style: normal; } + +/* Indent paragraphs etc. a bit to make them look nested. */ +ul li, dl, p, div.news +{ + margin-left: 2em; + margin-right: 2em; +} + +ul li, dl, p { text-align: justify; } + +/* Header and footer {{{1 */ + +.header, +.footer { padding: 0.4em 1em; margin: 0em; } + +.header { font-size: 1em; font-weight: bold; } +.footer { font-size: 0.7em; } + +.header span.menu, +.footer span.menu { text-align: right; display: block; } + +.header #top, +.footer span.left { float: left; margin: 0em; } + +.header #top { display: inline; } + +.footer a, +.header a, +.footer a:visited, +.header a:visited { text-decoration: none; font-weight: bold; } + +.footer a:hover, +.header a:hover { text-decoration: underline; } + +.header td { border: none; } +/* Various class definitions {{{1 */ + +div.title { font-weight: bold; } + +table.releases td, +table.bugmail th, +table.bugmail td, +table.example td, +table.example { border: none; } + +.bugmail th { text-align: center; } + +table { margin-left: 4em; margin-right: 4em; + border: none; } + +table.code, table.code tr, table.code td +{ + margin: 0em; + padding: 0em; + border: none; + width: 100%; +} + +table[frame=hsides] + { border: 1px solid #000; } +thead { border-bottom: 1px solid #000; } + +.validate { font-size: 0.7em; text-align: right; margin: 0.4em 0em; } +.hide { display: none; } + +/* Placement abbreviations that is commonly used. */ +.tcenter { text-align: center; } +.tright { text-align: right; } +.tleft { text-align: left; } +.fright { float: right; } +.fleft { float: left; } -- 2.11.4.GIT