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