Replaced orange feed/rss image by the blue one from our iconset, added file icon...
[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 and file picture */
63 #banner .banner td * img {
64         clear: both;
65         padding: 0;
66         margin: 0 0.3em;
67 }
68
69 #banner .infos{ margin: 0.5em }
70
71 #room_infos {
72         position: absolute;
73         top: 0;
74         left: 50%;
75         width: 45%;
76         z-index: 10;
77         cursor: pointer;
78         text-align: left;
79         padding: 10px 2px 2px 2px;
80 }
81
82 #room_infos img.close_infos { float: right }
83
84 #actiondiv {
85         float: right;
86         margin: 0;
87         padding: 0;
88         text-align: right;
89         font-size: 70%;
90         font-weight: bold;
91 }
92
93 #banner ul.room_actions {
94         list-style: none;
95         margin: 0;
96         padding: 0;
97 }
98 #banner ul.room_actions li {
99         white-space: nowrap;
100 }
101 #banner ul.room_actions li form {
102         margin: 0;
103         padding: 0;
104 }
105
106 #banner ul.room_actions li select, #banner ul.room_actions li input {
107         margin-top: 2px;
108         margin-right: 2px;
109 }
110
111 #nummsgs, #numfiles { 
112         font-size: 75%;
113         margin-left: 0.5em;
114 }
115
116 #selectpage.hidden { display: none !important }
117
118
119 .banner .infos { cursor: help }
120
121 .room_actions form select { cursor: pointer }
122
123 .start_page { font-size: 50% }