Cleaned and sobered up the roombanner css and html:
[citadel.git] / webcit / static / styles / banner.css
1 #banner {
2         background: #4D555C;
3         background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D555C), to(#7D858C));
4         background: -moz-linear-gradient(#4D555C, #7D858C);
5         background: linear-gradient(#4D555C, #7D858C);
6         -pie-background: linear-gradient(#4D555C, #7D858C);
7         behavior: url(/static/styles/PIE.htc);
8         border-bottom: 2px solid #424b52;
9         color: #f0feff;
10         margin: 0;
11         padding: 0;
12         top: 0;
13         height: 100px;          /* when changing this, also change #content */
14         position: fixed;
15         width: 84%;             /* when changing this, also change #iconbar and #content */
16         left: 16%;              /* when changing this, also change #iconbar and #content */
17         z-index: 3;                                                
18         overflow: hidden;
19 }
20
21 #banner table { width: 100% }
22
23 #banner a { color: #f0feff }
24
25 #banner h1 {
26         font-size: 160%;
27         font-weight: 700;
28 }
29
30 #banner #rmname { white-space: nowrap; }
31
32 #banner h2 { font-weight: 700}
33
34 #banner h2, #banner .titlebar { font-size: 130% }
35
36 #banner ul.room_actions li.start_page a {
37         background-color: #5C646B;
38         color: #FEFFFC;
39         border: 1px solid black;
40 }
41
42 #banner .banner {}
43
44 #banner .banner img {
45         float: left;
46         margin: 0 0.3em 1em 0;
47 }
48
49 #banner h1, #banner h2, #banner .banner p {
50         margin: 2px;
51         padding: 0;
52 }
53
54 #banner .infos{ margin: 0.5em }
55
56 #room_infos {
57         position: absolute;
58         top: 0;
59         left: 50%;
60         width: 45%;
61         z-index: 10;
62         cursor: pointer;
63         text-align: left;
64         padding: 10px 2px 2px 2px;
65 }
66
67 #room_infos img.close_infos { float: right }
68
69 #actiondiv {
70         float: right;
71         margin: 0;
72         padding: 0;
73         text-align: right;
74         font-size: 70%;
75         font-weight: bold;
76 }
77
78 #banner ul.room_actions {
79         list-style: none;
80         margin: 0;
81         padding: 0;
82 }
83 #banner ul.room_actions li {
84         white-space: nowrap;
85 }
86 #banner ul.room_actions li form {
87         margin: 0;
88         padding: 0;
89 }
90
91 #banner ul.room_actions li select, #banner ul.room_actions li input {
92         margin-top: 2px;
93         margin-right: 2px;
94 }
95
96 #selectpage.hidden { display: none !important }
97
98
99 .banner .infos { cursor: help }
100
101 .room_actions form select { cursor: pointer }
102
103 .start_page { font-size: 50% }