summaryrefslogtreecommitdiff
path: root/style/ArchLinux32/base_admin.css
blob: 813688542346e4b1cc3db0f6d5bad7e67a889416 (plain)
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
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
#adminconsole .blockform .box {
	padding-bottom: 12px;
}

#adminconsole fieldset .infldset {
	position: relative;
	overflow: hidden;
}

#adminconsole fieldset table {
	margin-top: -1px;
	margin-bottom: -1px;
}

#adminconsole fieldset td, #adminconsole fieldset th {
	padding: 10px 8px 10px 0;
	text-align: left;
	white-space: normal;
	border-style: solid none;
	border-width: 1px 0;
}

#punadmin thead th {
	border-top: 0;
	font-weight: normal;
}

#adminconsole fieldset td span, #adminconsole fieldset th span {
	display: block; font-size: 1em;
	font-weight: normal;
}

#adminconsole fieldset td.location span {
	display: inline-block;
}

#adminconsole fieldset th {
	width: 15em;
	font-weight: normal;
	padding-right: 8px;
}

#adminconsole table.aligntop th, #adminconsole table.aligntop td {
	vertical-align: top;
}

#adminconsole table.aligntop th div {
	padding-top: 3px;
}

#adminconsole .inform {
	padding-bottom: 0;
}

#adminconsole .infldset {
	padding-bottom: 0;
	padding-top: 0;
}

#adminconsole p.submittop {
	text-align: center;
	border-bottom-style: dotted;
	border-bottom-width: 1px;
	margin: 0 18px;
	padding-top: 12px;
}

#adminconsole p.submitend {
	text-align: center;
	padding-bottom: 0;
}

#adminconsole fieldset p {
	padding: 10px 0;
}

#adminconsole .fsetsubmit {
	padding: 10px 0 12px 0;
}

#adalerts {
	border-style: solid;
	border-width: 1px;
	border-color: #b9c5ce #d9e1e7;
	background: #ebf1f5;
	padding: 18px;
}

#adalerts p {
	border: 1px solid #dfe6ee;
	background: #ffffe1;
	padding: 18px;
}

#categoryedit .tcl {
	width: 25%;
}

#censoring .tcl, #censoring .tc2 {
	width: 20%;
}

#edforum .tcl {
	width: 18%;
}

#edforum .tc2 {
	width: 12%;
}

#forumperms thead th, #forumperms tbody td {
	text-align: center;
}

.pun .linkst .backlink, .pun .linksb .backlink {
	padding: 7px 0;
}

#punadmin #users1 h2, #punadmin #users2 h2, #punadmin #bans1 h2 {
	display: block;
	left: -9999em;
	overflow: hidden;
	position: absolute;
	text-indent: -9999em;
	width: 0;
}

#punadmin #users1 th, #punadmin #users2 th, #punadmin #bans1 th {
	font-weight: bold;
}

#users2 th, #bans1 th {
	text-align: left;
}

#users2 th.tcmod {
	text-align: center;
}

#users2 .tcl, #bans1 .tcl {
	width: auto;
	text-align: left;
}

#users2 .tc2, #bans1 .tc2 {
	width: 18%;
	text-align: left;
}

#users2 .tc3, #users2 .tc5, #bans1 .tc3, #bans1 .tc5, #bans1 .tc6 {
	width: 12%;
	text-align: left;
}

#users2 .tc4, #bans1 .tc4 {
	width: 10%;
	text-align: center;
}

#users2 .tcr {
	width: 20%;
	white-space: nowrap;
}

#bans1 .tcr {
	width: 15%;
	white-space: nowrap;
}

#users2 .tcmod {
	width: 10%;
	text-align: center;
}

.plugin p {
	padding: 12px 18px 0;
}