minor cosmetic changes to the front page
[selectricity] / public / stylesheets / vb.css
1 body    {       
2         font-size:      1em;
3         font-weight:    normal;
4         word-spacing:   normal;
5         letter-spacing: normal;
6         text-transform: none;
7         font-family:    Myriad Web, Geneva, Arial, Helvetica, sans-serif;
8         font-size-adjust:       .48;
9 }       
10 p, blockquote, ul, ol, dl, dd, li, dir, menu {}
11
12 h1, h2, h3, h4 {
13     border-bottom: 1px solid #BD7589;
14     text-shadow: #999999 0.2em 0.2em 3px;
15
16 }
17
18 a:link { font-weight: bold; color: #BD7589; text-decoration: underline; } 
19 a:visited { font-weight: bold; color: #BD7589; text-decoration: underline; }
20 a:hover { color: #FFFFFF; text-decoration: none; background: #0063DC; }
21 a:active { color: #FFFFFF; text-decoration: none; background: #0259C4; }
22
23 #loginbox {
24   padding: 10px;
25   border: 1px solid;
26   width: 400px;
27   text-align: left;
28 }
29
30 #ErrorExplanation {
31   width: 400px;
32   border: 2px solid 'red';
33   padding: 7px;
34   padding-bottom: 12px;
35   margin-bottom: 20px;
36   background-color: #f0f0f0;
37 }
38
39 #ErrorExplanation h2 {
40   text-align: left;
41   font-weight: bold;
42   padding: 5px 5px 5px 15px;
43   font-size: 12px;
44   margin: -7px;
45   background-color: #c00;
46   color: #fff;
47 }
48
49 #ErrorExplanation p {
50   color: #333;
51   margin-bottom: 0;
52   padding: 5px;
53 }
54
55 #ErrorExplanation ul li {
56   font-size: 12px;
57   list-style: square;
58 }
59
60 #top { padding-left: 10px;
61        padding-right: 10px;
62        padding-top: 5px;
63        padding-bottom: 5px;
64        font-weight: normal;
65        background: #BD7589;
66        color: #FFFFFF;
67 }
68
69 #top h3 { font-size: 30px; }
70 #links { text-align : right; }
71 #links a { color: #FFF; font-weight: bold; }
72 #links a:visited { color: #FFF; font-weight: bold; }
73
74 .ListLine0 {
75         background:  #e0f8f8;
76         
77 }
78 .ListLine1 {
79         background: #cccccc;
80         
81 }
82
83 #main { margin: 30px; }
84
85 #notice { background: #FFFBB3; 
86                         text-align: left;
87                         font-weight: bold;
88                         border: 2px dotted 'red';
89                         margin-top: 10px;
90                         margin-left: 50px;
91                         padding: 5px 5px 5px 15px;
92                         width: 85%; }
93
94 #footer { text-align: center;
95           font-size: 12px;
96           color: #464646;
97           clear: both;}
98
99 #footer a { font-weight: normal; }
100         
101 #subtext { 
102         text-align: center;
103         font-size: 12px;
104         font-weight: bold; }
105
106 .fieldWithErrors {
107     display: inline;
108 }
109 .fieldWithErrors input, .fieldWithErrors select {
110     background-color: #ffdfdf;
111 }
112
113 .mainresultbox {
114     width: 100%;
115     padding: 7px;
116     margin-right: 30px;
117     margin-bottom: 30px;
118     border-style: dotted;
119     border-width: 1px;
120 }
121
122 .mainresultbox h1 {
123     text-align: center;
124 }
125 .resultbox {
126     width:47%;
127     float: left;
128     padding: 7px;
129     margin-right: 10px;
130     margin-bottom: 10px;
131     border-style: dotted;
132     border-width: 1px;
133 }
134
135 .clearbox {
136    clear: both;
137    margin: 30px;
138 }
139

Benjamin Mako Hill || Want to submit a patch?