]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/content.css
3397ce139db0803f277349bc822b9856803b3cd4
[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-color: #6C91A6;
8         color: #000;
9         z-index: 2;
10         overflow-y: auto;                               
11 }
12
13 .fix_scrollbar_bug {
14         margin-right: 1px;              /* Gecko and other non-broken browsers */
15         font-size: 90%;                 /* Most stuff needs to be a little smaller than normal. */
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