-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy path1.css
More file actions
28 lines (28 loc) · 1.27 KB
/
1.css
File metadata and controls
28 lines (28 loc) · 1.27 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
html,body{margin:0;padding:10px}#x{display:none}#y a{text-decoration:none;padding:2px}#y a:hover{background:#fcc;text-decoration:underline}
h1{padding:0;margin:0;font-size:22px}
#bd{width:990px;overflow:hidden;margin:3px 0 0}
#l{width:300px;height:600px;float:left}
#r{margin:0 0 0 300px}
#btn,#s{background:#25A6E1;
background:-moz-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background:-webkit-gradient(linear,left top,left bottom,color-stop(0%,#25A6E1),color-stop(100%,#188BC0));
background:-webkit-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background:-o-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background:-ms-linear-gradient(top,#25A6E1 0%,#188BC0 100%);
background:linear-gradient(top,#25A6E1 0%,#188BC0 100%);
filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#25A6E1',endColorstr='#188BC0',GradientType=0);
padding:8px 13px;
color:#fff;
font-family:'Helvetica Neue',sans-serif;
font-size:17px;
border-radius:4px;
-moz-border-radius:4px;
-webkit-border-radius:4px;
border:1px solid #1A87B9}
#hd0{height:280px}
#hd ins{margin:0 3px!important}
#hd.f{position:fixed;right:30px;top:30px;width:340px}
#hd.f ins{float:left;margin:5px!important}
#l.f{top:10px;position:fixed;left:18px}
#f0{height:42px}
#f.f{position:fixed;left:330px;top:9px}