File: service.css

package info (click to toggle)
webcit 8.24-dfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 10,888 kB
  • ctags: 4,214
  • sloc: ansic: 33,336; sh: 4,468; makefile: 340; xml: 90; sed: 9
file content (64 lines) | stat: -rw-r--r-- 1,064 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
.service {}

.service .edit_col, .service .host_col { display: none }

.bio table {
	margin-top: 0.5em;
	padding: 0 0.5em;
	width: 95%;
	font-family: monospace;
	background-color: #fff;
	border: 1px solid #5C646B;
	-webkit-box-shadow: #666 0px 1px 2px;
	-moz-box-shadow: #666 0px 2px 3px;
	box-shadow: #666 0px 2px 3px;
	behavior: url(/static/styles/PIE.htc);
}

.bio table table {
	border: 0;
	padding: 0;
	margin: 0.5em 0;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.bio table table img {
        max-width: 250px;
	padding: 0.2em;
	background-color: #f0feff;
	border: 1px solid #5C646B;
	box-shadow: none;
	-moz-box-shadow: none;
	-webkit-box-shadow: none;
}

.bio h1 { float: right; }

.who_is_online tr { 
	height: 1.5em;
	padding: 0;
	margin: 0;
}

.who_is_online td {
	padding: 0 0.3em;
}

.who_is_online td img { 
	border: none;
	margin: 0 auto;
}

.who_is_online .edit_col {}

.who_is_online .host_col { 
	font-family: monospace;
	font-size: 90%;
}

div#who_inner th.host_col { 
	font-family: sans-serif;
	font-size: 100%;
}