PluginProbe
Redirection / 2.3.11
Redirection v2.3.11
5.10.0 5.9.0 5.8.1 5.8.0 3.7.2 3.7.3 4.0 4.0.1 4.1 4.1.1 4.2 4.2.1 4.2.2 4.2.3 4.3 4.3.1 4.3.2 4.3.3 4.4 4.4.1 4.4.2 4.5 4.5.1 4.6.2 4.7.1 All 130 releases
redirection / admin.css

admin.css in Redirection 2.3.11, at admin.css

209 lines 2.4 KB
No matching file
Up and down to move Enter to open Esc to close
Raw Download Zip
1 .modules
2 {
3 width: 100%;
4 border-spacing: 0px 5px;
5 }
6
7 .modules img
8 {
9 vertical-align: middle;
10 }
11
12 .modules a
13 {
14 border: none;
15 text-decoration: underline;
16 }
17
18 .modules td
19 {
20 padding: 6px;
21 background-color: #e6e6e6;
22 }
23
24 .modules th
25 {
26 padding: 0px 6px;
27 }
28
29 .modules td p
30 {
31 margin: 0 0 0.5em 0;
32 }
33
34 .modules td h4
35 {
36 margin: 0 0 0.5em 0;
37 font-size: 1.2em;
38 }
39
40 .modules td strong
41 {
42 color: red;
43 }
44
45 .modules td.logo
46 {
47 background-color: #d4d4d4;
48 width: 70px;
49 text-align: center;
50 }
51
52 .modules td.operations
53 {
54 background-color: #d4d4d4;
55 text-align: center;
56 }
57
58 .modules td table td
59 {
60 padding: 0px;
61 }
62
63 .modules td table td strong
64 {
65 color: black;
66 }
67
68 .modules .toolbar
69 {
70 margin-top: 7px;
71 font-size: 0.8em;
72 background-color: #d4d4d4;
73 padding: 5px 10px 4px 10px;
74 }
75
76 .modules .toolbar a
77 {
78 color: #333;
79 padding: 0px 4px;
80 }
81
82 .modules .toolbar strong
83 {
84 color: black;
85 }
86
87 .modules .toolbar a:hover
88 {
89 color: white;
90 }
91
92
93 .bulleted li {
94 list-style-type: square;
95 margin-left: 20px;
96 }
97
98 .donations li
99 {
100 list-style-type: none;
101 float: left;
102 text-align: center;
103 padding: 1em 2em;
104 }
105
106 .translators li
107 {
108 float: left;
109 width: 300px;
110 margin-left: 1.5em;
111 }
112
113 div .supporter strong
114 {
115 background-color: yellow;
116 }
117
118 #items, .item {
119 direction:ltr;
120 }
121
122 .wp-list-table .column-moduletype {
123 width: 100px;
124 }
125
126 .wp-list-table .column-groups {
127 width: 50px;
128 }
129
130 .wp-list-table .column-created {
131 width: 150px;
132 }
133
134 .wp-list-table .column-ip {
135 width: 120px;
136 }
137
138 .wp-list-table .column-type {
139 width: 50px;
140 text-align: left;
141 }
142
143 .wp-list-table .column-hits {
144 width: 50px;
145 text-align: left;
146 }
147
148 .wp-list-table .column-redirects {
149 width: 100px;
150 text-align: left;
151 }
152
153 .wp-list-table .column-last_access {
154 width: 100px;
155 text-align: left;
156 }
157
158 table.edit.loading .table-loading .spinner {
159 float: left;
160 display: block;
161 }
162
163 table.edit.loading .table-actions {
164 display: none;
165 }
166
167 table.items .red-disabled {
168 text-decoration: line-through;
169 }
170
171 table.edit {
172 width: 100%;
173 }
174
175 .red-added {
176 display: none;
177 }
178
179 .red-error {
180 display: none;
181 border-width: 1px;
182 border-style: solid;
183 padding: 1em 1em;
184 margin: 10px 0px;
185 background-color: #F55B7C;
186 border-color: red;
187 color: white;
188 }
189
190 .loaded .red-added {
191 display: block;
192 border-width: 1px;
193 border-style: solid;
194 padding: 0 0.6em;
195 margin: 5px 15px 2px;
196 background-color: #ffffe0;
197 border-color: #e6db55;
198 }
199
200 .loading .updated-red p {
201 margin: 0.5em 0;
202 line-height: 1;
203 padding: 2px;
204 }
205
206 .loaded-error .red-error {
207 display: block;
208 }
209