-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathcbidb.css
104 lines (66 loc) · 2.26 KB
/
cbidb.css
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
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
body,button,p,div,table { font:normal 10pt arial; }
body {background:#333; margin:0; padding:0; }
table { border-spacing: 0; border-collapse: collapse; width:100%; }
td { border:1px solid #ccc; padding:5px 8px; }
.buttons { margin-top:10px; }
.terms { width:500px; height:70px; }
h1 {margin:0; }
h1.small { font:bold 18pt arial; }
h2 {margin: 10px 0; font-size:14pt; }
p { margin:5px 0; }
.wrap { margin: 30px; background:#fff; border-radius:5px; box-shadow: 0 0 10px #000; height:auto; overflow:hidden; padding-bottom:30px; }
.inner-wrap { padding:30px; }
.col { float:left; margin-top:20px; }
.nav { font-size:1.2em; width:250px; }
.nav ul { }
.nav ul li { margin-bottom:5px; }
.nav ul li a { text-decoration:none; color:#333; }
.nav ul li a.zhcn { font-weight:bold; }
.nav ul li a.enus { position:relative; top:-5px; font-size:0.9em; }
.actions { width:350px; margin-top:50px; }
.actions .text { margin-left:5px; font-size:1.2em; clear:both; }
.actions .share-button { }
.actions .follow-weibo { width:250px; overflow:hidden; }
.submit-report { width:350px; }
.social { width:250px; }
.main-content { clear:both; }
.nobb td, .nobb_td { border-bottom:none !important; }
.nobt td, .nobt_td { border-top:none !important; }
.nobr { border-right:none !important; }
.nobl { border-left:none !important; }
a.report-now {
text-decoration:none; position:relative; top:20px;
cursor:pointer; margin-bottom:20px;
font-family: Arial, Helvetica, sans-serif;
font-size: 25px;
color: #ffffff;
padding: 10px 20px;
background: -moz-linear-gradient(
top,
#b0caff 0%,
#6e97ff 25%,
#001fb8);
background: -webkit-gradient(
linear, left top, left bottom,
from(#b0caff),
color-stop(0.25, #6e97ff),
to(#001fb8));
-moz-border-radius: 10px;
-webkit-border-radius: 10px;
border-radius: 10px;
border: 2px solid #ffffff;
-moz-box-shadow:
0px 3px 11px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(4,35,128,1);
-webkit-box-shadow:
0px 3px 11px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(4,35,128,1);
box-shadow:
0px 3px 11px rgba(000,000,000,0.5),
inset 0px 0px 1px rgba(4,35,128,1);
text-shadow:
1px 1px 1px rgba(000,000,000,0.5),
0px 1px 0px rgba(255,255,255,0.3);
}
cursor:pointer;
}