]> ruin.nu Git - ndwebbie.git/commitdiff
some fixes to make it almost usable in ie
authorMichael Andreen <harv@ruin.nu>
Thu, 30 Aug 2007 08:03:12 +0000 (08:03 +0000)
committerMichael Andreen <harv@ruin.nu>
Thu, 30 Aug 2007 08:03:12 +0000 (08:03 +0000)
default.css
stylesheets/black.css
templates/viewthread.tmpl

index 80ea9093986e8cb161e03a672cc590ac5d918dd1..aeb65898a879df660c390cb000e2f8363ea46980 100644 (file)
@@ -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;
 }
index 38b2f7bb59609dbab475f70d134f95d7590f8a44..f947c18f4401fb0f91be6b0c840aa3b203ed18ed 100644 (file)
@@ -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;
-}
index 8086162273c7f7c4e04772555f2b80d959964ff7..991159d0560dab281f2d525284a0ac4ff8499eb8 100644 (file)
@@ -3,6 +3,9 @@
 <hr/>
 <p><a name="NewPosts">New posts below:</a></p>
 </TMPL_IF>
+<!--[if ie]>
+<p class="claimlinks"></p>
+<![endif]-->
 <fieldset class="forum-post">
 <legend class="unread:<TMPL_VAR NAME=Unread>"><b><TMPL_VAR NAME=Username></b> : <TMPL_VAR NAME=Time></legend>
        <TMPL_VAR NAME=Message>