]> CyberLeo.Net >> Repos - Github/YOURLS.git/blob - user/plugins/sample-toolbar/css/toolbar.css
"Social Toolbar" improvements with delicious button and meta tags (charset, robots)
[Github/YOURLS.git] / user / plugins / sample-toolbar / css / toolbar.css
1 body {\r
2         margin:0;\r
3         overflow:hidden;\r
4         background-color:#fff;\r
5         font-size:12px;\r
6         font-family: Verdana, Arial;\r
7         padding:35px 0 0;\r
8 }\r
9 \r
10 #yourls-frame {\r
11         width: 100%;\r
12         height:100%;\r
13         z-index: 1;\r
14 }\r
15 \r
16 #yourls-bar {\r
17         font-family: Verdana, Arial;\r
18         font-size: 12px;\r
19         position:absolute;\r
20         top:0;\r
21         height:35px;\r
22         width:100%;\r
23         background:#e3f3ff url(../img/toolbar_bg.png) repeat-x bottom center;\r
24         color:#2A85B3;\r
25         -moz-box-shadow: 0 1px 5px rgba(0,0,0,0.5);\r
26         -webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.5);\r
27         z-index: 900000;\r
28 }\r
29 \r
30 #yourls-bar a {\r
31         text-decoration:none;\r
32         color:#2A85B3;\r
33 }\r
34 \r
35 #yourls-bar a:hover {\r
36         text-decoration:underline;\r
37 }\r
38 \r
39 #yourls-about, #yourls-topsy, #yourls-delicious, #yourls-selfclose {\r
40         margin-left:10px;\r
41         float:left;\r
42         display:block;\r
43         top:5px;\r
44         position:relative;\r
45 }\r
46 \r
47 #yourls-about a {\r
48         background:transparent url(../img/favicon.gif) center left no-repeat;\r
49         padding-left:20px;\r
50         color:inherit;\r
51         font-weight:bold;\r
52 }\r
53 \r
54 #yourls-topsy {\r
55         width:300px;\r
56 }\r
57 \r
58 #yourls-selfclose {\r
59         float:right;\r
60         margin-right:10px;\r
61 }\r
62 \r
63 #yourls-once {\r
64         display:block;\r
65         text-indent:-9999px;\r
66         background:transparent url(../img/close_button.gif) center center no-repeat;\r
67         width:20px;\r
68         height:20px;\r
69         float:left;\r
70 }\r
71 \r
72 #yourls-always {\r
73         display:none;\r
74         text-indent:-9999px;\r
75         background:transparent url(../img/close_button_red.gif) center center no-repeat;\r
76         width:20px;\r
77         height:20px;\r
78         float:left;\r
79 }\r