Forgot to commit the new, smaller files... And with "fine tuning" I meant finding...
[citadel.git] / webcit / static / styles / banner.css
1 #banner {
2         background-color: #004E79;
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: #022750;
28         border-top: 1px solid black;
29         border-bottom: 1px solid black;
30         color: #FFF;
31 }
32 #banner .banner {
33         display: table-cell;
34         width: 90%;
35 }
36
37 #banner .banner img {
38         float: left;
39         margin: 0 5px 15px 0;
40 }
41
42 #banner h1, #banner h2, #banner .banner .infos, #banner .banner p {
43         margin: 2px;
44         padding: 0;
45 }
46
47 #room_infos {
48         position: absolute;
49         top: 0;
50         left: 50%;
51         width: 45%;
52         z-index: 10;
53         cursor: pointer;
54         text-align: left;
55         padding: 10px 2px 2px 2px;
56 }
57
58 #room_infos img.close_infos { float: right }
59
60 #actiondiv {
61         position: absolute;
62         right: 0;
63         top: 0;
64 }
65
66 #banner ul.room_actions {
67         list-style: none;
68         text-align: left;
69 }
70 #banner ul.room_actions li {
71         white-space: nowrap;
72         display: inline;
73 }
74 #banner ul.room_actions li form {
75         margin: 0;
76         padding: 0;
77 }
78
79 #banner ul.room_actions li select, #banner ul.room_actions li input {
80         margin-top: 8px;
81         margin-right: 4px;
82 }
83 #selectpage.hidden { display: none !important }
84
85
86 .banner .infos { cursor: help }
87
88 .room_actions form select { cursor: pointer }
89
90 .start_page { font-size: 60% }