X-Git-Url: https://ruin.nu/git/?a=blobdiff_plain;f=root%2Fstatic%2Fcss%2Fgrey.css;fp=root%2Fstatic%2Fcss%2Fgrey.css;h=9a7562d44b4d2b61df0173a55fbf76959ab3ac1f;hb=3fc40135d773a95ede229e71efb48e07fdf3c418;hp=0000000000000000000000000000000000000000;hpb=253b06f925b12f8b5d3528dbf932a4c9427508aa;p=ndwebbie.git diff --git a/root/static/css/grey.css b/root/static/css/grey.css new file mode 100644 index 0000000..9a7562d --- /dev/null +++ b/root/static/css/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; +}