]> code.citadel.org Git - citadel.git/blob - webcit/static/styles/banner.css
Began retheming. Please bear with me as this progresses.
[citadel.git] / webcit / static / styles / banner.css
1 #banner {
2         background-color: #4D555C;
3         color: #FFF;
4         margin: 0;
5         padding: 0;
6         top: 0;
7         height: 120px;          /* when changing this, also change #content */
8         position: fixed;
9         width: 84%;             /* when changing this, also change #iconbar and #content */
10         left: 16%;              /* when changing this, also change #iconbar and #content */
11         z-index: 3;                                                
12         overflow: hidden;
13 }
14
15 #banner a { color: #FFF }
16
17 #banner h1 {
18         font-size: 160%;
19         font-weight: 700;
20 }
21
22 #banner h2 { font-weight: 700}
23
24 #banner h2, #banner .titlebar { font-size: 130% }
25
26 #banner ul.room_actions li.start_page a {
27         background-color: #5C646B;
28         color: #FEFFFC;
29         border: 1px solid black;
30 }
31 #banner .banner {
32         display: table-cell;
33         width: 90%;
34 }
35
36 #banner .banner img {
37         float: left;
38         margin: 0 5px 15px 0;
39 }
40
41 #banner h1, #banner h2, #banner .banner .infos, #banner .banner p {
42         margin: 2px;
43         padding: 0;
44 }
45
46 #room_infos {
47         position: absolute;
48         top: 0;
49         left: 50%;
50         width: 45%;
51         z-index: 10;
52         cursor: pointer;
53         text-align: left;
54         padding: 10px 2px 2px 2px;
55 }
56
57 #room_infos img.close_infos { float: right }
58
59 #actiondiv {
60         position: absolute;
61         right: 0;
62         top: 0;
63 }
64
65 #banner ul.room_actions {
66         list-style: none;
67         text-align: left;
68 }
69 #banner ul.room_actions li {
70         white-space: nowrap;
71         display: inline;
72 }
73 #banner ul.room_actions li form {
74         margin: 0;
75         padding: 0;
76 }
77
78 #banner ul.room_actions li select, #banner ul.room_actions li input {
79         margin-top: 8px;
80         margin-right: 4px;
81 }
82 #selectpage.hidden { display: none !important }
83
84
85 .banner .infos { cursor: help }
86
87 .room_actions form select { cursor: pointer }
88
89 .start_page {
90         font-size: 50%
91 }