]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/infos.css
CSS3 border radius
[Github/YOURLS.git] / css / infos.css
1 \r
2 ul.toggle_display {\r
3         display:none;\r
4         list-style-type:none;\r
5         margin-left:0;\r
6         padding:0;\r
7 }\r
8 ul.toggle_display li {\r
9         padding:0;\r
10 }\r
11 #tabs ul#headers li, #tabs ul#headers li h2, #stats_lines li{\r
12         display: inline;\r
13         margin-right: 10px;\r
14 }\r
15 #tabs ul#headers {\r
16         border-bottom:1px solid #ccc;\r
17         padding:12px 5px 3px 5px;\r
18         zmargin-right:200px;\r
19         float:left;\r
20 }\r
21 .wrap_unfloat {\r
22         overflow:hidden;\r
23 }\r
24 \r
25 #tabs ul#headers li a {\r
26         color:#595441;\r
27         border:1px solid #ccc;\r
28         -moz-border-radius-topleft:10px;\r
29         -moz-border-radius-topright:10px;\r
30         -webkit-border-top-left-radius:10px;\r
31         -webkit-border-top-right-radius:10px;\r
32         border-radius:10px;\r
33         padding:10px 5px 5px 15px;\r
34         background:#dde;\r
35 }\r
36 \r
37 #tabs ul#headers li a:hover {\r
38         text-decoration:none;\r
39         background:#eef;\r
40 }\r
41 \r
42 #tabs ul#headers li a.selected {\r
43         border-bottom:2px solid #fff;\r
44         background:#fff;\r
45 }\r
46 \r
47 #tabs ul#headers li a.selected:hover {\r
48         background:#fff;\r
49 }\r
50 \r
51 #stats_lines li a {\r
52         -moz-border-radius-topleft:10px;\r
53         -moz-border-radius-topright:10px;\r
54         -webkit-border-top-left-radius:10px;\r
55         -webkit-border-top-right-radius:10px;\r
56         border-radius:10px;\r
57         padding:3px 10px;\r
58         background:#FFE3BB;\r
59 }\r
60 #stats_lines li a:hover {\r
61         text-decoration:none;\r
62         background:#FF9B06;\r
63 }\r
64 #stats_lines li a.selected {\r
65         background:#FFC26B;\r
66 }\r
67 #stats_lines li a.selected:hover {\r
68         background:#FFC26B;\r
69 }\r
70 .tab {\r
71         padding:10px;\r
72 }\r
73 li#sites_various { padding-left:22px; padding-top:4px;}\r
74 \r
75 li.sites_list img, #longurl img {width:16px; height: 16px; display:inline-block;}\r
76 \r
77 #referrer_cell { min-width: 300px;}\r
78 \r
79 #details_clicks li.bestday {\r
80         font-weight:bold;\r
81 }\r
82 \r
83 ul.no_bullet {\r
84         list-style-type: none;\r
85         margin-left:0;\r
86         padding:0;\r
87 }\r
88 ul.no_bullet li {\r
89         margin-bottom:5px;\r
90 }\r
91 #historical_clicks {\r
92         float:left;\r
93         margin:0;\r
94 }\r
95 #historical_clicks li {\r
96         padding:2px 10px;\r
97         margin:0;\r
98 }\r
99 #historical_clicks li:hover {\r
100         background:#FFB545 !important;\r
101 }\r
102 #historical_clicks span.historical_link {\r
103         min-width:130px;\r
104         display:inline-block;\r
105 }\r
106 #historical_clicks span.historical_count {\r
107         min-width:100px;\r
108         display:inline-block;\r
109 }\r