]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/style.css
Rename #tblUrl with #main-table. I didn't like it and it didn't always make sense.
[Github/YOURLS.git] / css / style.css
1 body {\r
2         font-family: Verdana, Arial;\r
3         font-size: 12px;\r
4         color: #595441;\r
5         background:#E3F3FF;\r
6         text-align:center;\r
7         margin-top:0px;\r
8         padding-top:10px;\r
9 }\r
10 #wrap {\r
11         width:950px;\r
12         min-height:150px;\r
13         margin:0 auto;\r
14         background:white;\r
15         text-align:left;\r
16         padding:5px 20px 10px 20px;\r
17         border-left:3px solid #5FA3C6;\r
18         border-right:3px solid #5FA3C6;\r
19         border-bottom:3px solid #5FA3C6;\r
20         border-top:3px solid #5FA3C6;\r
21         -moz-border-radius:20px;\r
22         -webkit-border-radius:20px;\r
23         border-radius:20px;\r
24 }\r
25 div, p, td {\r
26         font-family: Verdana, Arial;\r
27         font-size: 12px;\r
28 }\r
29 a, a:link, a:active, a:visited {\r
30         color: #2A85B3;\r
31         text-decoration: none;\r
32 }\r
33 a:hover {\r
34         text-decoration: underline;\r
35 }\r
36 h1 {height:50px;margin:0;float:right;width:500px;}\r
37 h1 a {text-align:right;font-size:20px;float:right;}\r
38 h1 a, h1 a:link, h1 a:active, h1 a:visited {color:#2A85B3}\r
39 h1 a:hover{text-decoration:none;}\r
40 h1 a:hover span{text-decoration:underline;color:#8dbdd8}\r
41 \r
42 ul#admin_menu {\r
43         min-height:100px;\r
44         list-style-type:none;\r
45         padding:0;\r
46         font-size:105%;\r
47 }\r
48 ul#admin_menu li {\r
49         color:#aaa;\r
50         padding:1px 0;\r
51 }\r
52 ul#admin_menu li:hover {\r
53         list-style-type:square;\r
54         color:#000;\r
55 }\r
56 \r
57 code {\r
58         background:#eaeaef;\r
59         padding:0 2px;\r
60 }\r
61 tt {\r
62         background:#ffc;\r
63         padding:0 2px;          \r
64 }\r
65 \r
66 input, textarea {\r
67         -moz-border-radius:3px;\r
68         -webkit-border-radius:3px;\r
69         border-radius:3px;\r
70 }\r
71 Input.text, select, textarea {\r
72         font-family: Verdana, Arial;\r
73         font-size: 10px;\r
74         color: #595441;\r
75         background-color: #FFFFFF;\r
76         border: 1px solid #8dbdd8;\r
77         margin:1px;\r
78 }\r
79 input.button, a.button_stats {\r
80         font-family: Verdana, Arial;\r
81         font-size: 10px;\r
82         color: #595441;\r
83         font-weight: bold;\r
84         background-color: #FFFFFF;\r
85         border: 1px solid #8dbdd8;\r
86         cursor:pointer;\r
87 }\r
88 input.primary {\r
89         border:2px solid #aaccaa;\r
90         background:#fafafe;\r
91 }\r
92 input.disabled {\r
93         border:1px solid #333;\r
94         background:#ccc;\r
95 }\r
96 input.loading {\r
97         background:#cc7 url(../images/loading.gif) center center no-repeat;\r
98         color:#cc7;\r
99 }\r
100 input.text:focus, textarea:focus {\r
101         border:2px solid #AACCAA;\r
102         margin:0px;\r
103 }\r
104 tr.edit-row  td {\r
105         background:#fdf !important;\r
106 }\r
107 #new_url {\r
108         text-align:center;\r
109         padding:1px;\r
110         border:1px solid #CDCDCD;\r
111         background:#fff;\r
112         clear:both;\r
113 }\r
114 #new_url div {\r
115         background:#D9EAF3;\r
116         padding:4px;\r
117 }\r
118 #new_url_form {\r
119         padding:4px;\r
120 }\r
121 #new_url #feedback {\r
122         background:#ff8;\r
123         color:#8DBDD8;\r
124         width:50%;\r
125         margin:0px 25%;\r
126         padding:2px;\r
127         border:1px solid #ff8;\r
128 }\r
129 #new_url #feedback .fail {\r
130         color:#f55;\r
131 }\r
132 td.url small a{\r
133         color:#bbc;\r
134 }\r
135 td.actions input, td.actions a {\r
136         visibility:hidden;\r
137 }\r
138 td.actions input.disabled, td.actions input.loading {\r
139         visibility:visible;\r
140 }\r
141 tr:hover td.actions input, tr:hover td.actions a {\r
142         visibility:visible;\r
143 }\r
144 td.actions .button {\r
145         height:22px;\r
146         width:22px;\r
147 }\r
148 td.actions .button_share {\r
149         background:transparent url(../images/share.png) 2px center no-repeat;\r
150 }\r
151 td.actions .button_edit {\r
152         background:transparent url(../images/pencil.png) 2px center no-repeat;\r
153 }\r
154 td.actions .button_delete {\r
155         background:transparent url(../images/delete.png) 2px center no-repeat;\r
156 }\r
157 td.actions .button_stats {\r
158         background:transparent url(../images/chart_bar.png) 2px center no-repeat;\r
159         -moz-border-radius:3px;\r
160         -webkit-border-radius:3px;\r
161         border-radius:3px;\r
162         margin-top:0px;\r
163         display:block;\r
164         float:left;\r
165 }\r
166 td.actions .button_stats:hover {\r
167         text-decoration:none;\r
168 }\r
169 #main_table tfoot th, #main_table tfoot th div {\r
170         font-size:10px;\r
171 }\r
172 .error {\r
173         color: red;\r
174         background:#fee;\r
175 }\r
176 .warning {\r
177         color: orange;\r
178         background:#ffe9bf;\r
179 }\r
180 .success {\r
181         color: green;\r
182         background:#efe;\r
183 }\r
184 #login {\r
185         width: 300px;\r
186         margin: 200px auto 0px auto;\r
187 }\r
188 #login p{\r
189         font-weight: bold;\r
190 }\r
191 #login .text {\r
192         width: 100%;\r
193 }\r
194 #login ul {\r
195         padding-left:0px;\r
196         list-style-type:none;\r
197         text-indent:0;\r
198 }\r
199 #login ul li {\r
200         padding:0 0 5px 20px;\r
201 }\r
202 #login ul.error li {\r
203         background:transparent url(../images/cancel.png) top left no-repeat;\r
204 }\r
205 #login ul.warning li {\r
206         background:transparent url(../images/error.png) top left no-repeat;\r
207 }\r
208 #login ul.success li {\r
209         background:transparent url(../images/accept.png) top left no-repeat;\r
210 }\r
211 .sub_wrap {\r
212         width:580px;\r
213         padding-bottom:30px;\r
214         text-align:justify;\r
215 }\r
216 .sub_wrap span {\r
217         background:#ffa;\r
218         padding:0 2px;\r
219 }\r
220 a.bookmarklet {\r
221         border:2px solid #2A85B3;\r
222         -moz-border-radius:3px;\r
223         -webkit-border-radius:3px;\r
224         border-radius:3px;\r
225         padding:5px 5px 5px 20px;\r
226         background:#eef url(../images/favicon.gif) 2px center no-repeat;\r
227         margin:3px;\r
228         display:block;\r
229         float:left;\r
230 }\r
231 a.bookmarklet:hover {\r
232         text-decoration:none;\r
233         background-position:3px center;\r
234 }\r
235 #footer {\r
236         text-align:center;\r
237         margin-top:20px;\r
238 }\r
239 #footer p {\r
240         padding:10px;\r
241         background:white;\r
242         margin:0 auto;\r
243         width:950px;\r
244         -moz-border-radius:10px;\r
245         -webkit-border-radius:10px;\r
246         border-radius:10px;\r
247         border:2px solid #2A85B3;\r
248         -moz-border-radius-bottomleft:30px;\r
249         -moz-border-radius-bottomright:30px;\r
250         -webkit-border-bottom-left-radius:25px;\r
251         -webkit-border-bottom-right-radius:25px;\r
252         border-bottom-left-radius:25px;\r
253         border-bottom-right-radius:25px;\r
254 }\r
255 #footer p a {\r
256         background:#fff url(../images/favicon.gif) 2px center no-repeat;\r
257         padding-left:20px;\r
258 }\r
259 \r
260 .notice {\r
261         border:1px solid #5FA3C6;\r
262         background: #F3FAFD;\r
263         -moz-border-radius:6px;\r
264         -webkit-border-radius:6px;\r
265         border-radius:6px;\r
266         width:70%;\r
267         margin-left:15%;\r
268         padding-left:10px;\r
269 }\r
270 \r
271 \r
272 .jquery-notify-bar {\r
273   width:100%;\r
274   position:fixed;\r
275   top:0;\r
276   left:0;\r
277   z-index:32768;\r
278   background-color:#efefef;\r
279   font-size:18px;\r
280   color:#000;\r
281   text-align:center;\r
282   font-family: Arial, Verdana, sans-serif;\r
283   padding:20px 0px;\r
284   border-bottom:1px solid #bbb;\r
285   filter:alpha(opacity=95);\r
286   -moz-opacity:0.95;\r
287   -khtml-opacity:0.95;\r
288   opacity:0.95;\r
289   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);\r
290   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\r
291   text-shadow: 0 1px 1px rgba(0,0,0,0.1);\r
292 }\r
293 .jquery-notify-bar.error ,.jquery-notify-bar.fail {\r
294   color:#f00;\r
295   background-color:#fdd;\r
296 }\r
297 .jquery-notify-bar.error span,.jquery-notify-bar.fail span{\r
298         background:transparent url("../images/error.png") no-repeat left center;\r
299         padding-left:20px;\r
300 }.jquery-notify-bar.success span{\r
301         background:transparent url("../images/accept.png") no-repeat left center;\r
302         padding-left:20px;\r
303 }\r
304 .jquery-notify-bar.success {\r
305   color:#060;\r
306   background-color:#aea;\r
307 }\r
308 .notify-bar-close {\r
309   position:absolute;\r
310   left:95%;\r
311   font-size:11px;\r
312 }\r
313 tr.plugin.active a{ font-weight:bolder;}\r
314 tr.plugin td.plugin_desc small{ visibility:hidden;}\r
315 tr:hover.plugin td.plugin_desc small{ visibility:visible;}