-
-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathstyle.css
More file actions
91 lines (75 loc) · 1.35 KB
/
style.css
File metadata and controls
91 lines (75 loc) · 1.35 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
.thememain-white{
background: white;
}
.thememain-header{
background: linear-gradient(165deg,#6e60cc,#484389);
color:white;
}
.thememain-header a{
color:white !important;
}
.thememain-blue{
background: linear-gradient(165deg,#6e60cc,#484389);
width: 100%;
min-height: 30rem;
width: 100%;
margin: 0 auto;
padding-top: 50px;
box-sizing: border-box;
color:white;
}
.theme-text{
text-align: center;
/*padding-top: 10px;*/
font-size: 16px;
line-height: 1.5;
}
.theme-search{
display: block !important;
margin-top: 10px;
text-align:center;
}
.theme-search-input{
width: 60% !important;
margin-top: 10px;
}
.theme-search-btn{
width: 14% !important;
margin-top: 10px !important;
}
.content-main{
width:980px;
}
.content-main h3{
font-size: 20px;
margin-top: 15px;
padding-bottom: 15px;
margin-left: 41px;
border-bottom: 1px solid #ebebeb;
}
.content-main ul{
list-style : none;
}
.content-main li{
padding-bottom: 5px;
}
.theme-text a{
color: #00A64D;
margin-left:10px;
}
.banner-text{
margin-top:20px;
font-size: 14px;
}
.banner-text h2{
font-size: 25px !important;
line-height: 1.5;
}
.banner-text p{
font-size: 17px !important;
line-height: 1.5;
word-wrap: break-word;
}
.search-content{
margin-top:15px;
}