]> ruin.nu Git - ndwebbie.git/blobdiff - root/static/css/grey.css
Initial commit of catalyst files
[ndwebbie.git] / root / static / css / grey.css
diff --git a/root/static/css/grey.css b/root/static/css/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;
+}