From: Michael Andreen Date: Fri, 26 Jan 2007 16:27:05 +0000 (+0000) Subject: renamed stylesheet and changed default X-Git-Url: https://ruin.nu/git/?a=commitdiff_plain;ds=inline;h=97e9fd4c6cf5ec907889e34e41261dcc7ce68e31;p=ndwebbie.git renamed stylesheet and changed default --- diff --git a/stylesheets/grey.css b/stylesheets/grey.css new file mode 100644 index 0000000..9a7562d --- /dev/null +++ b/stylesheets/grey.css @@ -0,0 +1,178 @@ +body { + font-family: sans-serif; + color: black; + background-color: #D9D9D9; +} + +legend { + color: black; + background: white; + 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 tr.even { + background: white; +} + +table.boards 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: white; + color: black; + margin: 0.5em 0; + 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.odd { + background: white; + color: black; +} +tr.total { + background: black; + color: red; +} + +td.ingal{ + background: blue; + color: black; +} +td.Defend{ + background: green; + color: black; +} +td.AllyDef{ + background: #00FF00; + color: black; +} +td.Attack{ + background: red; + color: black; +} + +a.Unclaim{ + color: green; +} +input.Unclaim{ + background: green; +} +a.Claim{ + color: blue; +} +a.Join{ + color: #00AAAA; +} +input.Join{ + background: #00AAAA; +} + +td.Friendly{ + background: green; + color: black; +} +td.Friendly a{ + color: yellow; + background: green; +} +td.Hostile{ + background: red; + color: black; +} +td.NAP{ + background: blue; + color: white; +} +td.NAP a{ + color: yellow; + background: blue; +} +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; +} +td.MediumPrio{ + background: yellow; + color: black; +} +td.HighestPrio{ + background: green; + color: black; +} +span.newposts,span.unreadposts { + font-weight: bold; +} +span.newposts { + color: red; +} diff --git a/stylesheets/nd.css b/stylesheets/nd.css deleted file mode 100644 index 9a7562d..0000000 --- a/stylesheets/nd.css +++ /dev/null @@ -1,178 +0,0 @@ -body { - font-family: sans-serif; - color: black; - background-color: #D9D9D9; -} - -legend { - color: black; - background: white; - 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 tr.even { - background: white; -} - -table.boards 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: white; - color: black; - margin: 0.5em 0; - 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.odd { - background: white; - color: black; -} -tr.total { - background: black; - color: red; -} - -td.ingal{ - background: blue; - color: black; -} -td.Defend{ - background: green; - color: black; -} -td.AllyDef{ - background: #00FF00; - color: black; -} -td.Attack{ - background: red; - color: black; -} - -a.Unclaim{ - color: green; -} -input.Unclaim{ - background: green; -} -a.Claim{ - color: blue; -} -a.Join{ - color: #00AAAA; -} -input.Join{ - background: #00AAAA; -} - -td.Friendly{ - background: green; - color: black; -} -td.Friendly a{ - color: yellow; - background: green; -} -td.Hostile{ - background: red; - color: black; -} -td.NAP{ - background: blue; - color: white; -} -td.NAP a{ - color: yellow; - background: blue; -} -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; -} -td.MediumPrio{ - background: yellow; - color: black; -} -td.HighestPrio{ - background: green; - color: black; -} -span.newposts,span.unreadposts { - font-weight: bold; -} -span.newposts { - color: red; -} diff --git a/templates/skel.tmpl b/templates/skel.tmpl index 02d88a0..f706b24 100644 --- a/templates/skel.tmpl +++ b/templates/skel.tmpl @@ -6,7 +6,7 @@ NewDawn: <TMPL_VAR NAME=TITLE> - +