X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=stylesheets%2Fthrackan.css;fp=stylesheets%2Fthrackan.css;h=0e274bb1d29775508cea552721f580b23c18bea6;hb=92902a74e56924ec49ed38a5f115977cdd79b6d1;hp=0000000000000000000000000000000000000000;hpb=992f6c4b397788444f725b071bb1887e878a46da;p=ndwebbie.git diff --git a/stylesheets/thrackan.css b/stylesheets/thrackan.css new file mode 100644 index 0000000..0e274bb --- /dev/null +++ b/stylesheets/thrackan.css @@ -0,0 +1,54 @@ +body,html { + color: white; + background-color: black; + font-family: sans-serif; + font-size: 10px; +} +input, textarea { + font-size: 10px; + background: #003333; + color: white; +} +a:link, a:hover, a:visited { + color: white; + text-decoration: none; +} +legend { + color: white; + background: #660000; + border-style: solid; + border-width: 1px; + border-color: white; + padding: 1px; +} +table.boards td { + /*border-style: solid; + border-width: 1px;*/ + border-color: white; + padding: 2px; + border-collapse: separate; + border-spacing: 15pt; + font-size: 10px; +} +table.boards th { + font-size: 10px; +} +fieldset.forum-post legend b { + font-size: 10px; +} +ul.linkbar li { + background: #000044; + color: white; + margin: 0.5em 0; + padding: 0.3em; + /*border-right: 1em solid black;*/ +} +tr.odd { + background: #660000; + color: white; +} +table.old{ + border: outset 1pt; + border-collapse: separate; + border-color: grey; +}