]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/style.css
Big cosmetic commit
[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:#E6EEEE;\r
6         text-align:center;\r
7         margin-top:0px;\r
8         padding-top:0px;\r
9 }\r
10 #wrap {\r
11         width:980px;\r
12         margin:0 auto;\r
13         border-left:2px solid #E6FFEE;\r
14         border-right:2px solid #E6eeff;\r
15         background:white;\r
16         text-align:justify;\r
17         padding:0 20px;\r
18         -moz-border-radius-bottomleft:20px;\r
19         -moz-border-radius-bottomright:20px;\r
20         -webkit-border-bottom-left-radius:20px;\r
21         -webkit-border-bottom-right-radius:20px;\r
22 }\r
23 div, p, td {\r
24         font-family: Verdana, Arial;\r
25         font-size: 12px;\r
26 }\r
27 a, a:link, a:active, a:visited {\r
28         color: #4a8797;\r
29         text-decoration: none;\r
30 }\r
31 a:hover {\r
32         text-decoration: underline;\r
33 }\r
34 h1 {height:50px;margin:0;}\r
35 h1 a {float:right;text-align:right;}\r
36 h1 a:hover{text-decoration:none;}\r
37 h1 a:hover span{text-decoration:underline;color:#8dbdd8}\r
38 input, textarea, .button_stats {\r
39         -moz-border-radius:3px;\r
40         -webkit-border-radius:3px;\r
41 }\r
42 Input.text, select, textarea {\r
43         font-family: Verdana, Arial;\r
44         font-size: 10px;\r
45         color: #595441;\r
46         background-color: #FFFFFF;\r
47         border: 1px solid #8dbdd8;\r
48         margin:1px;\r
49 }\r
50 input.button {\r
51         font-family: Verdana, Arial;\r
52         font-size: 10px;\r
53         color: #595441;\r
54         font-weight: bold;\r
55         background-color: #FFFFFF;\r
56         border: 1px solid #8dbdd8;\r
57         cursor:pointer;\r
58 }\r
59 input.primary {\r
60         border:2px solid #aaccaa;\r
61         background:#fafafe;\r
62 }\r
63 input.disabled {\r
64         border:1px solid #333;\r
65         background:#ccc;\r
66 }\r
67 input.loading {\r
68         background:#cc7 url(../images/loading.gif) center center no-repeat;\r
69         color:#cc7;\r
70 }\r
71 input:focus, textarea:focus {\r
72         border:2px solid #AACCAA;\r
73         margin:0px;\r
74 }\r
75 tr.edit-row  td {\r
76         background:#fdf !important;\r
77 }\r
78 #new_url {\r
79         text-align:center;\r
80         padding:1px;\r
81         border:1px solid #CDCDCD;\r
82         background:#fff;\r
83         clear:both;\r
84 }\r
85 #new_url div {\r
86         background:#E6EEEE;\r
87         padding:4px;\r
88 }\r
89 #new_url_form {\r
90         padding:4px;\r
91 }\r
92 #new_url #feedback {\r
93         background:#ff8;\r
94         color:#8DBDD8;\r
95         width:50%;\r
96         margin:0px 25%;\r
97         padding:2px;\r
98         border:1px solid #ff8;\r
99 }\r
100 #new_url #feedback .fail {\r
101         color:#f55;\r
102 }\r
103 td.actions input, td.actions a {\r
104         visibility:hidden;\r
105 }\r
106 td.actions input.disabled, td.actions input.loading {\r
107         visibility:visible;\r
108 }\r
109 tr:hover td.actions input, tr:hover td.actions a {\r
110         visibility:visible;\r
111 }\r
112 td.actions .button {\r
113         height:22px;\r
114         width:22px;\r
115 }\r
116 td.actions .button_edit {\r
117         background:transparent url(../images/pencil.png) 2px center no-repeat;\r
118 }\r
119 td.actions .button_delete {\r
120         background:transparent url(../images/delete.png) 2px center no-repeat;\r
121 }\r
122 td.actions .button_stats {\r
123         background:transparent url(../images/chart_bar.png) 2px center no-repeat;\r
124 }\r
125 td.actions .button_stats:hover {\r
126         text-decoration:none;\r
127 }\r
128 .error {\r
129         color: red;\r
130 }\r
131 .warning {\r
132         color: orange;\r
133 }\r
134 .success {\r
135         color: green;\r
136 }\r
137 #footer {\r
138         margin-top:2em;\r
139         text-align: center;\r
140 }\r
141 #login {\r
142         width: 300px;\r
143         margin: 200px auto 0px auto;\r
144 }\r
145 #login img {\r
146         margin-left:50px;\r
147 }\r
148 #login p{\r
149         font-weight: bold;\r
150 }\r
151 #login .text {\r
152         width: 100%;\r
153 }\r
154 #login ul {\r
155         padding-left:0px;\r
156         list-style-type:none;\r
157         text-indent:0;\r
158 }\r
159 #login ul li {\r
160         padding:0 0 5px 20px;\r
161 }\r
162 #login ul.error li {\r
163         background:transparent url(../images/cancel.png) top left no-repeat;\r
164 }\r
165 #login ul.warning li {\r
166         background:transparent url(../images/error.png) top left no-repeat;\r
167 }\r
168 #login ul.success li {\r
169         background:transparent url(../images/accept.png) top left no-repeat;\r
170 }\r
171 #tools_desc {\r
172         width:550px;\r
173         zbackground:#ffe;\r
174         padding-bottom:10px;\r
175 }\r
176 #tools_desc span {\r
177         background:#ffa;\r
178         padding:0 2px;\r
179 }\r
180 #tools_desc .bookmarklet {\r
181         border:2px solid #2A85B3;\r
182         -moz-border-radius:3px;\r
183         -webkit-border-radius:3px;\r
184         padding:5px 5px 5px 20px;\r
185         background:#eef url(../images/favicon.gif) 2px center no-repeat;\r
186 }\r
187 #tools_desc .bookmarklet:hover {\r
188         text-decoration:none;\r
189 }\r
190 #footer {\r
191         text-align:center;\r
192         margin-top:10px;\r
193 }\r
194 #footer p {\r
195         padding:10px;\r
196         background:white;\r
197         margin:0 auto;\r
198         width:980px;\r
199         -moz-border-radius:10px;\r
200         -webkit-border-radius:10px;\r
201 }\r
202 #footer p a {\r
203         background:#fff url(../images/favicon.gif) 2px center no-repeat;\r
204         padding-left:20px;\r
205 }