diff options
| author | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-07 19:42:12 +0000 |
|---|---|---|
| committer | allo <allo@6c8d7289-2bf4-0310-a012-ef5d649a1542> | 2006-03-07 19:42:12 +0000 |
| commit | 7872c5fab11f5bd9ee4dc54cdc6b6f63e031c35a (patch) | |
| tree | f5e448b5da0c45ad2e2406644e888503725341b4 /skins/dark.css | |
| parent | 3237fe1cc7ccffe446c597966abb478df74b2e6b (diff) | |
some more skins
git-svn-id: https://svn.berlios.de/svnroot/repos/yacy/trunk@1843 6c8d7289-2bf4-0310-a012-ef5d649a1542
Diffstat (limited to 'skins/dark.css')
| -rw-r--r-- | skins/dark.css | 53 |
1 files changed, 53 insertions, 0 deletions
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; +} |
