]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/style.css
Slight change in admin's <h1>
[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 {height:50px;}\r
18 h1 a {float:right;text-align:right;}\r
19 h1 a:hover{text-decoration:none;}\r
20 h1 a:hover span{text-decoration:underline;color:#8dbdd8}\r
21 input {\r
22         -moz-border-radius:3px;\r
23         -webkit-border-radius:3px;\r
24 }\r
25 Input.text, select, textarea {\r
26         font-family: Verdana, Arial;\r
27         font-size: 10px;\r
28         color: #595441;\r
29         background-color: #FFFFFF;\r
30         border: 1px solid #8dbdd8;\r
31         margin:1px;\r
32 }\r
33 input.button {\r
34         font-family: Verdana, Arial;\r
35         font-size: 10px;\r
36         color: #595441;\r
37         font-weight: bold;\r
38         background-color: #FFFFFF;\r
39         border: 1px solid #8dbdd8;\r
40         cursor:pointer;\r
41 }\r
42 input.primary {\r
43         border:2px solid #aaccaa;\r
44         background:#fafafe;\r
45 }\r
46 input.disabled {\r
47         border:1px solid #333;\r
48         background:#ccc;\r
49 }\r
50 input.loading {\r
51         background:#cc7 url(../images/loading.gif) center center no-repeat;\r
52         color:#cc7;\r
53 }\r
54 input:focus {\r
55         border:2px solid #AACCAA;\r
56         margin:0px;\r
57 }\r
58 tr.edit-row  td {\r
59         background:#fdf !important;\r
60 }\r
61 #new_url {\r
62         text-align:center;\r
63         padding:1px;\r
64         border:1px solid #CDCDCD;\r
65         background:#fff;\r
66         clear:both;\r
67 }\r
68 #new_url div {\r
69         background:#E6EEEE;\r
70         padding:4px;\r
71 }\r
72 #new_url_form {\r
73         padding:4px;\r
74 }\r
75 #new_url #feedback {\r
76         background:#ff8;\r
77         color:#8DBDD8;\r
78         width:50%;\r
79         margin:0px 25%;\r
80         padding:2px;\r
81         border:1px solid #ff8;\r
82 }\r
83 #new_url #feedback .fail {\r
84         color:#f55;\r
85 }\r
86 td.actions input{\r
87         visibility:hidden;\r
88 }\r
89 td.actions input.disabled, td.actions input.loading{\r
90         visibility:visible;\r
91 }\r
92 tr:hover td.actions input{\r
93         visibility:visible;\r
94 }\r
95 .error {\r
96         color: red;\r
97 }\r
98 #footer {\r
99         text-align: center;\r
100 }\r
101 #login {\r
102         width: 210px;\r
103         margin: 200px auto 0px auto;\r
104 }\r
105 #login p{\r
106         font-weight: bold;\r
107 }\r
108 #login .text {\r
109         width: 100%;\r
110 }