]> ruin.nu Git - ndwebbie.git/blob - root/static/css/blue.css
Added blue css from gm
[ndwebbie.git] / root / static / css / blue.css
1 body,html {
2         background-color                : #0a0a13;
3         background-image                : url(stripedback.gif);
4         color                                                           : #ffffff;
5         margin                                                  : 0px; 
6         padding                                                 : 0px;
7         font-size                                       : 10px;
8         font-family                                     : Verdana, Arial, Sans-serif;
9         text-align                                      : center;
10 }
11 input, textarea {
12         font-size: 10px;
13         background: #0B181E;
14         color: white;
15 }
16 a:link, a:hover, a:visited {
17         color: white;
18         text-decoration: none;
19 }
20 legend {
21         color: white;
22         background: #293452;
23         border-style: solid;
24         border-width: 1px;
25         border-color: white;
26         padding: 1px;
27 }
28 table.boards td {
29         /*border-style: solid;
30         border-width: 1px;*/
31         border-color: white;
32         padding: 2px;
33         border-collapse: separate;
34         border-spacing: 15pt;
35         font-size: 10px;
36 }
37 table.boards th {
38         font-size: 10px;
39 }
40 fieldset.forum-post legend b {
41         font-size: 10px;
42 }
43 ul.linkbar li {
44         background: #252936;
45         color: white;
46         margin: 0.5em 0;
47         padding: 0.3em;
48         border: 1px  ;
49         /*border-right: 1em solid black;*/
50 }
51 .forum-post-body {
52         text-align: left;
53         font-size: small;
54         width:700px;
55         padding: 2px;
56         }
57 .forum-post-header {
58         text-align: left;
59         width:60%;
60 }
61 .stats{
62     margin-left:auto; 
63     margin-right:auto;
64 }
65 table{
66           margin-left:auto; 
67     margin-right:auto;
68         
69 }
70 .grid-container {
71         display:  inline-flex;
72         grid-template-columns:  auto auto auto auto;
73 }
74 div.graphs {
75         margin-left:auto;
76         margin-right:auto;
77         float: none;
78 }
79 .leftinfo{
80         text-align: left;
81 }
82 .forum-post {
83         text-align: left;
84 }
85 .claim{ font-size: 10px;
86         background: green;
87         color: white;}
88 tr.even {
89         background: #252936;
90         color: white;
91 }
92 tr.odd {
93         background: #292d3a;
94         color: white;
95         
96 }
97 table.old{
98         border: outset 1pt;
99         border-collapse: separate;
100         border-color: grey;
101 }
102 img.graph{
103         background:  silver;
104 }