summaryrefslogtreecommitdiffstats
path: root/3rdparty/openpgm-svn-r1135/pgm/htdocs/base.css
blob: 5aba236667ebe71d3871d2e3716990999d2a446b (plain) (blame)
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
129
130
131
132
133
134
135
136
html {
	background-color: white;
	font-family: Verdana;
	font-size: 12px;
	color: black;
}

a, a:link, a:visited {
	color: #0033cc;
	text-decoration: none;
}

#header {
	text-align: right;
}

#header #hostname {
	font-weight: bold;
}

#header a {
	color: black;
}

#header a:hover {
	text-decoration: underline;
}

#footer {
	clear: both;
	margin-top: 3.5em;
	margin-bottom: 1em;
	padding-top: 20px;
	text-align: center;
}

#navigation a {
	color: black;
}

#navigation .tab {
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
	padding: 4px 1em 2px;
	margin-right: 8px;
	float: left;
	font-weight: bold;
}

#navigation #tabtop,#tabline {
	background-color: #fb879c;
}

#navigation #tabbottom {
	background-color: #fbc1a9;
}

#navigation #tabline {
	clear: left;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
	height: 4px;
}

#content {
	margin-top: 6px;
	padding: 3px;
}

#content a:hover {
	background: #ffffaa;
}

.heading {
	-moz-border-radius-topleft: 4px; -webkit-border-top-left-radius: 4px;
	-moz-border-radius-topright: 4px; -webkit-border-top-right-radius: 4px;
	background-color: #fb879c;
	padding: 6px;
	margin-bottom: 3px;
}

table {
	border-collapse: separate;
}

th {
	text-align: left;
}

#information {
	float: right;
}

.rounded {
	background-color: #fbc1a9;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 5px;
	margin-top: 6px;
	margin-bottom: 6px;
	width: 25em;
}

.break {
	border-top: 3px solid white;
	margin-top: 1em;
	padding-top: 6px;
}

.bubbly {
	background-color: #fb879c;
	-moz-border-radius: 4px; -webkit-border-radius: 4px;
	padding: 4px;
}

.bubbly table {
	width: 100%;
}

.bubbly th,.bubbly td {
	border-bottom: 1px solid #bbbbbb;
}

.bubbly th {
	background-color: #fbc1a9;
	border-left: 1px solid #bbbbbb;
	padding: 2px 1px 2px 2px;
}

.bubbly td {
	background-color: white;
	padding: 4px;
}

.bubbly .empty {
	padding: 3em;
	text-align: center;
}