]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - css/infos.css
Big commit: the individual stat page is just fucking perfect now :)
[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         padding:10px 5px 5px 15px;\r
33         background:#dde;\r
34 }\r
35 \r
36 #tabs ul#headers li a:hover {\r
37         text-decoration:none;\r
38         background:#eef;\r
39 }\r
40 \r
41 #tabs ul#headers li a.selected {\r
42         border-bottom:2px solid #fff;\r
43         background:#fff;\r
44 }\r
45 \r
46 #tabs ul#headers li a.selected:hover {\r
47         background:#fff;\r
48 }\r
49 \r
50 #stats_lines li a {\r
51         -moz-border-radius-topleft:10px;\r
52         -moz-border-radius-topright:10px;\r
53         -webkit-border-top-left-radius:10px;\r
54         -webkit-border-top-right-radius:10px;\r
55         padding:3px 10px;\r
56         background:#FFE3BB;\r
57 }\r
58 #stats_lines li a:hover {\r
59         text-decoration:none;\r
60         background:#FF9B06;\r
61 }\r
62 #stats_lines li a.selected {\r
63         background:#FFC26B;\r
64 }\r
65 #stats_lines li a.selected:hover {\r
66         background:#FFC26B;\r
67 }\r
68 .tab {\r
69         padding:10px;\r
70 }\r
71 li#sites_various { padding-left:22px; padding-top:4px;}\r
72 \r
73 li.sites_list img, #longurl img {width:16px; height: 16px; display:inline-block;}\r
74 \r
75 #referrer_cell { min-width: 300px;}\r
76 \r
77 #details_clicks li.bestday {\r
78         font-weight:bold;\r
79 }\r
80 \r
81 ul.no_bullet {\r
82         list-style-type: none;\r
83         margin-left:0;\r
84         padding:0;\r
85 }\r
86 ul.no_bullet li {\r
87         margin-bottom:5px;\r
88 }\r
89 #historical_clicks {\r
90         float:left;\r
91         margin:0;\r
92 }\r
93 #historical_clicks li {\r
94         padding:2px 10px;\r
95         margin:0;\r
96 }\r
97 #historical_clicks span.historical_link {\r
98         min-width:100px;\r
99         display:inline-block;\r
100 }\r