]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/style.css
Initial commit (importing from http://svn.planetozh.com/ozhin)
[Github/YOURLS.git] / css / style.css
1 body {\r
2         font-family: Verdana, Arial;\r
3         font-size: 10px;\r
4         color: #595441;\r
5 }\r
6 div, p, td {\r
7         font-family: Verdana, Arial;\r
8         font-size: 10px;\r
9 }\r
10 a, a:link, a:active, a:visited {\r
11         color: #4a8797;\r
12         text-decoration: none;\r
13 }\r
14 a:hover {\r
15         text-decoration: underline;\r
16 }\r
17 h1 a {float:right;}\r
18 h1 a:hover{text-decoration:none;}\r
19 h1 a:hover span{text-decoration:underline;color:#8dbdd8}\r
20 input {\r
21         -moz-border-radius:3px;\r
22         -webkit-border-radius:3px;\r
23 }\r
24 Input.text, select, textarea {\r
25         font-family: Verdana, Arial;\r
26         font-size: 10px;\r
27         color: #595441;\r
28         background-color: #FFFFFF;\r
29         border: 1px solid #8dbdd8;\r
30         margin:1px;\r
31 }\r
32 input.button {\r
33         font-family: Verdana, Arial;\r
34         font-size: 10px;\r
35         color: #595441;\r
36         font-weight: bold;\r
37         background-color: #FFFFFF;\r
38         border: 1px solid #8dbdd8;\r
39         cursor:pointer;\r
40 }\r
41 input.primary {\r
42         border:2px solid #aaccaa;\r
43         background:#fafafe;\r
44 }\r
45 input.disabled {\r
46         border:1px solid #333;\r
47         background:#ccc;\r
48 }\r
49 input.loading {\r
50         background:#cc7 url(../images/loading.gif) center center no-repeat;\r
51         color:#cc7;\r
52 }\r
53 input:focus {\r
54         border:2px solid #AACCAA;\r
55         margin:0px;\r
56 }\r
57 tr.edit-row  td {\r
58         background:#fdf !important;\r
59 }\r
60 #new_url {\r
61         text-align:center;\r
62         padding:1px;\r
63         border:1px solid #CDCDCD;\r
64         background:#fff;\r
65 }\r
66 #new_url div {\r
67         background:#E6EEEE;\r
68         padding:4px;\r
69 }\r
70 #new_url_form {\r
71         padding:4px;\r
72 }\r
73 #new_url #feedback {\r
74         background:#ff8;\r
75         color:#8DBDD8;\r
76         width:50%;\r
77         margin:0px 25%;\r
78         padding:2px;\r
79         border:1px solid #ff8;\r
80 }\r
81 #new_url #feedback .fail {\r
82         color:#f55;\r
83 }\r
84 td.actions input{\r
85         visibility:hidden;\r
86 }\r
87 td.actions input.disabled, td.actions input.loading{\r
88         visibility:visible;\r
89 }\r
90 tr:hover td.actions input{\r
91         visibility:visible;\r
92 }