-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcustom.css
More file actions
95 lines (84 loc) · 2.63 KB
/
custom.css
File metadata and controls
95 lines (84 loc) · 2.63 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
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
.navbar-brand{font-size:12px;line-height:1em;font-weight:normal}
.navbar-brand b{font-size:25px; font-weight:800;}
.navbar-brand .logozi{float:right;}
.top-nav-collapse .navbar-brand{font-size:10px;
}
.top-nav-collapse .navbar-brand b{font-size:20px; font-weight:800}
.top-nav-collapse .iconfont{font-size:50px;}
.yah{font-family:"寰蒋闆呴粦"; font-weight: normal;}
.yahei{font-family:"寰蒋闆呴粦";color:#666;}
.yah-bai{font-family:"寰蒋闆呴粦";color:#CCC;}
.nav i{font-family:"寰蒋闆呴粦"; font-style:normal;}
.color_gray{color:#CCC;}
@font-face {
font-family: 'iconfont';
src: url('../img/iconfont.eot'); /* IE9*/
src: url('../img/iconfont.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
url('../img/iconfont.woff') format('woff'), /* chrome銆乫irefox */
url('../img/iconfont.ttf') format('truetype'), /* chrome銆乫irefox銆乷pera銆丼afari, Android, iOS 4.2+*/
url('../img/iconfont.svg#iconfont') format('svg'); /* iOS 4.1- */
}
.iconfont{
font-family:"iconfont" !important;
font-size:55px;
font-style:normal;
-webkit-font-smoothing: antialiased;
-webkit-text-stroke-width: 0.2px;
-moz-osx-font-smoothing: grayscale;
display: inline-block;
margin-start:5px ;
}
@media only screen and (min-width: 768px) and (max-width: 959px) {
.navbar-brand{font-size:10px;}
.top-nav-collapse .iconfont{font-size:30px;}
.iconfont{font-size:30px;}
}
.qq_shou{margin:0 auto;}
.qq_shou p{margin:0 auto -5px; font-family:"寰蒋闆呴粦";color:#CCC;font-size:12px;}
.qq_shou .light{ background:none;border:none;margin:0;padding:0;}
.qq_shou .rssbutton {
border:none;
border-radius: 0;
float:none
}
.qq_shou .rssbutton input{
color: #000;
text-transform: uppercase;
font-size: 14px !important;
font-weight: 600;
border: 1px solid #ccc;
padding: 5px 44px;
font-family: Raleway;
margin: 5px auto 0;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background:none;
height:auto;
line-height:1em;
width: auto !important;
}
.qq_shou .rssbutton input:hover {
border-color: #888;
color: #888;
-webkit-transition: all 0.3s ease-in-out;
-moz-transition: all 0.3s ease-in-out;
-o-transition: all 0.3s ease-in-out;
transition: all 0.3s ease-in-out;
background:none;
}
.qq_shou .rsstxt{
border-radius: 0px;
padding: 3px 3px;
height:auto;
width: 70%;
color:#333;
text-align:center;
font-weight:600;
font-size:14px;
margin:0 auto;
margin:0 15%}
.qq_email a{color:#222;}
.qq_email a:hover{color:#1ABC9C;}
.clear{clear:both;}