]> ruin.nu Git - ndwebbie.git/commitdiff
renamed stylesheet and changed default
authorMichael Andreen <harv@ruin.nu>
Fri, 26 Jan 2007 16:27:05 +0000 (16:27 +0000)
committerMichael Andreen <harv@ruin.nu>
Fri, 26 Jan 2007 16:27:05 +0000 (16:27 +0000)
stylesheets/grey.css [new file with mode: 0644]
stylesheets/nd.css [deleted file]
templates/skel.tmpl

diff --git a/stylesheets/grey.css b/stylesheets/grey.css
new file mode 100644 (file)
index 0000000..9a7562d
--- /dev/null
@@ -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 (file)
index 9a7562d..0000000
+++ /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;
-}
index 02d88a09ca0662e6466c085624a3f9d1f9b6cffe..f706b24f20ac6640536d8832624f37c9a43ff98f 100644 (file)
@@ -6,7 +6,7 @@
        <title>NewDawn: <TMPL_VAR NAME=TITLE></title>
        <meta http-equiv="Content-Type" content="application/xhtml+xml;charset=UTF-8"/>
        <link rel="stylesheet" type="text/css" href="/default.css"/>
-       <link rel="stylesheet" type="text/css" href="/stylesheets/<TMPL_IF CSS><TMPL_VAR NAME=CSS><TMPL_ELSE>nd</TMPL_IF>.css"/>
+       <link rel="stylesheet" type="text/css" href="/stylesheets/<TMPL_IF CSS><TMPL_VAR NAME=CSS><TMPL_ELSE>black</TMPL_IF>.css"/>
        <link rel="icon" type="image/ico" href="/favicon.ico"/>
        <script type="text/javascript" src="/raid.js"></script>
        <TMPL_VAR NAME=HEADER>