]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/style.css
- Move common js utils in common.js
[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         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: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.actions input, td.actions a {\r
133         visibility:hidden;\r
134 }\r
135 td.actions input.disabled, td.actions input.loading {\r
136         visibility:visible;\r
137 }\r
138 tr:hover td.actions input, tr:hover td.actions a {\r
139         visibility:visible;\r
140 }\r
141 td.actions .button {\r
142         height:22px;\r
143         width:22px;\r
144 }\r
145 td.actions .button_edit {\r
146         background:transparent url(../images/pencil.png) 2px center no-repeat;\r
147 }\r
148 td.actions .button_delete {\r
149         background:transparent url(../images/delete.png) 2px center no-repeat;\r
150 }\r
151 td.actions .button_stats {\r
152         background:transparent url(../images/chart_bar.png) 2px center no-repeat;\r
153         -moz-border-radius:3px;\r
154         -webkit-border-radius:3px;\r
155         border-radius:3px;\r
156         margin-top:0px;\r
157         display:block;\r
158         float:left;\r
159 }\r
160 td.actions .button_stats:hover {\r
161         text-decoration:none;\r
162 }\r
163 #tblUrl tfoot th, #tblUrl tfoot th div {\r
164         font-size:10px;\r
165 }\r
166 .error {\r
167         color: red;\r
168         background:#fee;\r
169 }\r
170 .warning {\r
171         color: orange;\r
172         background:#ffe9bf;\r
173 }\r
174 .success {\r
175         color: green;\r
176         background:#efe;\r
177 }\r
178 #login {\r
179         width: 300px;\r
180         margin: 200px auto 0px auto;\r
181 }\r
182 #login p{\r
183         font-weight: bold;\r
184 }\r
185 #login .text {\r
186         width: 100%;\r
187 }\r
188 #login ul {\r
189         padding-left:0px;\r
190         list-style-type:none;\r
191         text-indent:0;\r
192 }\r
193 #login ul li {\r
194         padding:0 0 5px 20px;\r
195 }\r
196 #login ul.error li {\r
197         background:transparent url(../images/cancel.png) top left no-repeat;\r
198 }\r
199 #login ul.warning li {\r
200         background:transparent url(../images/error.png) top left no-repeat;\r
201 }\r
202 #login ul.success li {\r
203         background:transparent url(../images/accept.png) top left no-repeat;\r
204 }\r
205 .sub_wrap {\r
206         width:580px;\r
207         padding-bottom:30px;\r
208         text-align:justify;\r
209 }\r
210 .sub_wrap span {\r
211         background:#ffa;\r
212         padding:0 2px;\r
213 }\r
214 a.bookmarklet {\r
215         border:2px solid #2A85B3;\r
216         -moz-border-radius:3px;\r
217         -webkit-border-radius:3px;\r
218         border-radius:3px;\r
219         padding:5px 5px 5px 20px;\r
220         background:#eef url(../images/favicon.gif) 2px center no-repeat;\r
221         margin:3px;\r
222         display:block;\r
223         float:left;\r
224 }\r
225 a.bookmarklet:hover {\r
226         text-decoration:none;\r
227         background-position:3px center;\r
228 }\r
229 #footer {\r
230         text-align:center;\r
231         margin-top:20px;\r
232 }\r
233 #footer p {\r
234         padding:10px;\r
235         background:white;\r
236         margin:0 auto;\r
237         width:950px;\r
238         -moz-border-radius:10px;\r
239         -webkit-border-radius:10px;\r
240         border-radius:10px;\r
241         border:2px solid #2A85B3;\r
242         -moz-border-radius-bottomleft:30px;\r
243         -moz-border-radius-bottomright:30px;\r
244         -webkit-border-bottom-left-radius:25px;\r
245         -webkit-border-bottom-right-radius:25px;\r
246         border-bottom-left-radius:25px;\r
247         border-bottom-right-radius:25px;\r
248 }\r
249 #footer p a {\r
250         background:#fff url(../images/favicon.gif) 2px center no-repeat;\r
251         padding-left:20px;\r
252 }\r
253 \r
254 .notice {\r
255         border:1px solid #5FA3C6;\r
256         background: #F3FAFD;\r
257         -moz-border-radius:6px;\r
258         -webkit-border-radius:6px;\r
259         border-radius:6px;\r
260         width:70%;\r
261         margin-left:15%;\r
262         padding-left:10px;\r
263 }\r
264 \r
265 \r
266 .jquery-notify-bar {\r
267   width:100%;\r
268   position:fixed;\r
269   top:0;\r
270   left:0;\r
271   z-index:32768;\r
272   background-color:#efefef;\r
273   font-size:18px;\r
274   color:#000;\r
275   text-align:center;\r
276   font-family: Arial, Verdana, sans-serif;\r
277   padding:20px 0px;\r
278   border-bottom:1px solid #bbb;\r
279   filter:alpha(opacity=92);\r
280   -moz-opacity:0.92;\r
281   -khtml-opacity:0.92;\r
282   opacity:0.92;\r
283   -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);\r
284   -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\r
285   text-shadow: 0 1px 1px rgba(0,0,0,0.1);\r
286 }\r
287 .jquery-notify-bar.error ,.jquery-notify-bar.fail {\r
288   color:#f00;\r
289   background-color:#fdd;\r
290 }\r
291 .jquery-notify-bar.success {\r
292   color:#060;\r
293   background-color:#99FF55;\r
294 }\r
295 .notify-bar-close {\r
296   position:absolute;\r
297   left:95%;\r
298   font-size:11px;\r
299 }