]> ruin.nu Git - ndwebbie.git/blobdiff - stylesheets/black.css
input and textarea font size
[ndwebbie.git] / stylesheets / black.css
index d8797c13107f8015d4474409aee2fae85df8312e..aa8951f4ea0655a1b438a86082d0af69031ccd2a 100644 (file)
@@ -1,29 +1,19 @@
-body {
-       padding-left: 15em;
-       /*padding-right: 12em;*/
+body,html,table,div {
        font-family: sans-serif;
+       font-size: 11px;
        color: #B2B2B2;
        background-color: black;
 }
-#leftbar,#rightbar{
-       padding: 0;
-       margin: 0;
-       position: absolute;
-       width: 14em;
-       top: 1em;
-}
-#leftbar{
-       left: 1em;
-}
-#rightbar{
-       right: 1em;
+
+textarea, input{
+       font-size: 11px;
 }
 
 a {
        color: white;
        text-decoration:underline;
 }
-a:hover {
+a:hover, td.NAP a:hover {
        color: black;
        background: white;
 }
@@ -37,55 +27,16 @@ img.graph {
        background: gray;
 }
 
+td.sticky {
+       font-weight: bold;
+}
+
 
 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 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;
@@ -93,17 +44,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;
@@ -162,36 +104,6 @@ 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;
@@ -205,9 +117,3 @@ td.HighestPrio{
        background: green;
        color: black;
 }
-span.newposts,span.unreadposts {
-       font-weight: bold;
-}
-span.newposts {
-       color: red;
-}