-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathstyle.css
162 lines (132 loc) · 2.66 KB
/
style.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
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
/*
Theme Name: Cnify
Author: Aminnazir
Author URI: http://aminnazir.net
Version: 1
*/
.bx-wrapper .bx-viewport {
background:transparent !important;
width:100% ! important;
}
.bx-wrapper {
position: relative;
width: 100% !important;
max-width: 100% !important;
}
#china ul li {
margin: 0px -2px 0px -2px ! important;
height:325px;
}
#socialmedia h1
{
font-size: 44px;
}
#socialmedia img.aligncenter
{
margin-left: 350px;
margin-bottom: 50px;
margin-top: -50px;
}
#wwd ul
{
margin: 50px;
}
#wwd ul li
{
list-style-type: none;
}
#moption h2
{
padding-top: 50px;
}
#getstarted h2
{
padding-top: 50px;
}
#getstarted ul li p
{
font-size: 13pt;
/* text-align: justify; */
}
.button {
border-top: 1px solid #ffffff;
background: #693121;
background: -webkit-gradient(linear, left top, left bottom, from(#b6000f), to(#693121));
background: -webkit-linear-gradient(top, #b6000f, #693121);
background: -moz-linear-gradient(top, #b6000f, #693121);
background: -ms-linear-gradient(top, #b6000f, #693121);
background: -o-linear-gradient(top, #b6000f, #693121);
padding: 6.5px 13px;
-webkit-border-radius: 6px;
-moz-border-radius: 6px;
border-radius: 6px;
-webkit-box-shadow: rgba(0,0,0,1) 0 1px 0;
-moz-box-shadow: rgba(0,0,0,1) 0 1px 0;
box-shadow: rgba(0,0,0,1) 0 1px 0;
text-shadow: rgba(0,0,0,.4) 0 1px 0;
color: white;
font-size: 24px;
text-decoration: none;
vertical-align: middle;
margin: 0px 50px 0px 0px;
}
.button:hover {
border-top-color: #b6000f;
background: #b6000f;
color: #999999;
}
.button:active {
border-top-color: #ed091c;
background: #ed091c;
}
/* CF7 Messages */
.wpcf7 .wpcf7-validation-errors{
border:none;
margin: 25px;
color: #C32323;
font-size: 24px;
background-color:#E4AFAF;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ok{
border:none;
padding:20px;
color: #006B15;
font-size: 24px;
background: #DDFFE7;
margin: 25px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.wpcf7 .wpcf7-mail-sent-ng{
border:none;
margin: 25px;
color: #C32323;
font-size: 24px;
background-color:#E4AFAF;
padding:20px;
-webkit-border-radius: 10px;
-moz-border-radius: 10px;
border-radius: 10px;
}
.screen-reader-response {
color: #C32323;
font-size: 18px;
margin: 12px;
}
.wpcf7-form .fleft{
float: left;
}
.wpcf7-form .mright20{
margin-right: 20px;
}
.wpcf7-form .mright40{
margin-right: 40px;
}
.wpcf7-form .clear{
clear: both;
}