more font size tweaks.
[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 /* style for the rooom picture */
45 #banner td img {
46         padding: 0;
47         margin: 0.5em;
48         max-height: 64px;
49         float: left;
50 }
51
52 #banner h1, #banner h2 {
53         padding: 0;
54         margin: 0;
55 }
56
57 #banner .banner p {
58         padding: 0;
59         margin: 0;
60 }
61
62 /* style for the feed, file, etc picture */
63 #banner .banner td  a > img {
64         clear: both;
65         padding: 0;
66         margin: 0 0.3em;
67         border: none;
68 }
69
70 #banner .infos{ margin: 0.5em }
71
72 #room_infos {
73         position: absolute;
74         top: 0;
75         left: 50%;
76         width: 45%;
77         z-index: 10;
78         cursor: pointer;
79         text-align: left;
80         padding: 10px 2px 2px 2px;
81 }
82
83 #room_infos img.close_infos { float: right }
84
85 #actiondiv {
86         float: right;
87         margin: 0;
88         padding: 0;
89         text-align: right;
90         font-size: 70%;
91         font-weight: bold;
92 }
93
94 #banner ul.room_actions {
95         list-style: none;
96         margin: 0;
97         padding: 0;
98 }
99 #banner ul.room_actions li {
100         white-space: nowrap;
101 }
102 #banner ul.room_actions li form {
103         margin: 0;
104         padding: 0;
105 }
106
107 #banner ul.room_actions li select, #banner ul.room_actions li input {
108         margin-top: 2px;
109         margin-right: 2px;
110 }
111
112 #room_banner_override {
113         display: none;
114 }
115
116 #nummsgs, #numfiles { 
117         font-size: 75%;
118         margin-left: 0.5em;
119 }
120
121 #selectpage.hidden { display: none !important }
122
123
124 .banner .infos { cursor: help }
125
126 .room_actions form select { cursor: pointer }
127
128 .start_page { font-size: 50% }