From 9aa9b19bae063f5098a212cddf44e4bb15e9613c Mon Sep 17 00:00:00 2001 From: Michael Andreen Date: Thu, 30 Aug 2007 08:03:12 +0000 Subject: [PATCH] some fixes to make it almost usable in ie --- default.css | 7 +++- stylesheets/black.css | 86 +-------------------------------------- templates/viewthread.tmpl | 3 ++ 3 files changed, 11 insertions(+), 85 deletions(-) diff --git a/default.css b/default.css index 80ea909..aeb6589 100644 --- a/default.css +++ b/default.css @@ -47,13 +47,15 @@ table.boards th { font-size: larger; } -table.boards a { +table.boards a, table.stats a { text-decoration: none; width: 100%; display: block; } fieldset.forum-post { + clear: both; width: 40em; + padding: 5px; } fieldset.forum-post legend b { font-size: larger; @@ -62,6 +64,9 @@ div.leftinfo{ float: left; padding-right: 2em; } + +fieldset { +} p.claimlinks{ clear: both; } diff --git a/stylesheets/black.css b/stylesheets/black.css index 38b2f7b..f947c18 100644 --- a/stylesheets/black.css +++ b/stylesheets/black.css @@ -31,52 +31,8 @@ td.sticky { legend { color: black; background: gray; - border-style: solid; - border-width: 1px; - padding: 1px; } -table.boards td { - /*border-style: solid; - border-width: 1px;*/ - padding: 2px; - border-collapse: separate; - border-spacing: 15pt; - font-size: larger; -} -table.boards{ - border-collapse: separate; - border-spacing: 5px; -} -table.boards th { - font-size: larger; -} - -table.boards,table.stats a { - text-decoration: none; - width: 100%; - display: block; -} -fieldset.forum-post { - width: 40em; -} -fieldset.forum-post legend b { - font-size: larger; -} -div.leftinfo{ - float: left; - padding-right: 2em; -} -p.claimlinks{ - clear: both; -} - -ul.linkbar { - list-style-type: none; - width: 13.5em; - padding: 0; - margin: 0; -} ul.linkbar li { background: gray; color: black; @@ -84,17 +40,8 @@ ul.linkbar li { padding: 0.3em; /*border-right: 1em solid black;*/ } -ul.linkbar a { - text-decoration: none; - width: 100%; - display: block; -} -input.coordsinput { - width: 4em; -} -input.small { - width: 1.7em; -} + + tr.even { background: #B2B2B2; color: black; @@ -154,29 +101,6 @@ td.Hostile{ color: black; } -table.old{ - border: outset 1pt; - border-collapse: separate; - border-color: red; -} - -table.closedPlanet{ - border: outset 2pt; - border-collapse: separate; - border-color: red; -} -li.bash{ - color: #FF9933; -} -div.clear { - clear: both; - height: 0; - margin: 0; - padding: 0; - line-height: 0.0; - font-size: 1px; -} - td.LowestPrio{ background: red; color: black; @@ -189,9 +113,3 @@ td.HighestPrio{ background: green; color: black; } -span.newposts,span.unreadposts { - font-weight: bold; -} -span.newposts { - color: red; -} diff --git a/templates/viewthread.tmpl b/templates/viewthread.tmpl index 8086162..991159d 100644 --- a/templates/viewthread.tmpl +++ b/templates/viewthread.tmpl @@ -3,6 +3,9 @@

New posts below:

+
: -- 2.39.2