File: banner.css

package info (click to toggle)
webcit 902-dfsg-4
  • links: PTS, VCS
  • area: main
  • in suites: stretch
  • size: 8,888 kB
  • ctags: 3,854
  • sloc: ansic: 34,145; sh: 4,455; makefile: 352; xml: 91; sed: 9
file content (128 lines) | stat: -rw-r--r-- 2,382 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
#banner {
	background: #4D555C;
	background: -webkit-gradient(linear, 0 0, 0 bottom, from(#4D555C), to(#7D858C));
	background: -moz-linear-gradient(#4D555C, #7D858C);
	background: linear-gradient(#4D555C, #7D858C);
	-pie-background: linear-gradient(#4D555C, #7D858C);
	behavior: url(/static/styles/PIE.htc);
        border-bottom: 2px solid #424b52;
	color: #f0feff;
	margin: 0;
	padding: 0;
	top: 0;
	height: 100px;          /* when changing this, also change #content */
	position: fixed;
	width: 84%;             /* when changing this, also change #iconbar and #content */
	left: 16%;              /* when changing this, also change #iconbar and #content */
	z-index: 3;                                                
	overflow: hidden;
}

#banner table { width: 100% }

#banner a { color: #f0feff }

#banner h1 {
	font-size: 160%;
	font-weight: 700;
}

#banner #rmname { white-space: nowrap; }

#banner h2 { font-weight: 700}

#banner h2, #banner .titlebar { font-size: 130% }

#banner ul.room_actions li.start_page a {
	background-color: #5C646B;
	color: #FEFFFC;
	border: 1px solid black;
}

#banner .banner {}

/* style for the rooom picture */
#banner td img {
	padding: 0;
	margin: 0.5em;
	max-height: 64px;
	float: left;
}

#banner h1, #banner h2 {
	padding: 0;
	margin: 0;
}

#banner .banner p {
	padding: 0;
	margin: 0;
}

/* style for the feed, file, etc picture */
#banner .banner td  a > img {
	clear: both;
	padding: 0;
	margin: 0 0.3em;
	border: none;
}

#banner .infos{ margin: 0.5em }

#room_infos {
	position: absolute;
	top: 0;
	left: 50%;
	width: 45%;
	z-index: 10;
	cursor: pointer;
	text-align: left;
	padding: 10px 2px 2px 2px;
}

#room_infos img.close_infos { float: right }

#actiondiv {
	float: right;
	margin: 0;
	padding: 0;
	text-align: right;
	font-size: 70%;
	font-weight: bold;
}

#banner ul.room_actions {
	list-style: none;
	margin: 0;
	padding: 0;
}
#banner ul.room_actions li {
	white-space: nowrap;
}
#banner ul.room_actions li form {
	margin: 0;
	padding: 0;
}

#banner ul.room_actions li select, #banner ul.room_actions li input {
	margin-top: 2px;
	margin-right: 2px;
}

#room_banner_override {
	display: none;
}

#nummsgs, #numfiles { 
	font-size: 75%;
	margin-left: 0.5em;
}

#selectpage.hidden { display: none !important }


.banner .infos { cursor: help }

.room_actions form select { cursor: pointer }

.start_page { font-size: 50% }