]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/content.css
Finally got that gradient background I've always wanted. :)
[citadel.git] / webcit / static / styles / content.css
1 #content {
2         position: fixed;
3         top: 120px;             /* when changing this, also change #banner and #iconbar */
4         left: 16%;              /* when changing this, also change #banner and #iconbar */
5         bottom: 0;
6         width: 84%;             /* when changing this, also change #banner and #iconbar */
7         background: #6C91A6;
8         background: -webkit-gradient(linear, 0 0, 0 bottom, from(#9999FF), to(#DDDDFF));
9         background: -moz-linear-gradient(#9999FF, #DDDDFF);
10         background: linear-gradient(#9999FF, #DDDDFF);
11         -pie-background: linear-gradient(#9999FF, #DDDDFF);
12         behavior: url(/PIE.htc);
13         color: #000;
14         z-index: 2;
15         overflow-y: auto;                               
16 }
17
18 .boxcontent table {
19         margin: 0;
20         padding: 0;
21 }
22
23 #content table .box {
24         margin: 0;
25         width: 100%;
26         text-align: left;
27 }
28
29 .service, .who_is_online {
30         text-align: center;
31         width: 100%;
32 }
33
34 .service table {
35         margin: 0 auto 0 auto;
36         width: 100%;
37         text-align: left;
38 }
39
40 .instructions {
41         text-align: center;
42 }
43