-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathwwe.css
163 lines (132 loc) · 4.52 KB
/
wwe.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
@font-face { font-family:'HelveticaNeue'; src:local('HelveticaNeue'); font-weight:normal; }
@font-face { font-family:'HelveticaNeue'; src:local('HelveticaNeue-Bold'), local('Helvetica-Bold'); font-weight:bold; }
/* HTML5 Boilerplate */
html,body,div,span,object,iframe,
h1,h2,h3,h4,h5,h6,p,blockquote,pre,
abbr,address,cite,code,del,dfn,em,img,ins,kbd,q,samp,
small,strong,sub,sup,var,b,i,dl,dt,dd,ol,ul,li,
fieldset,form,label,legend,
table,caption,tbody,tfoot,thead,tr,th,td,
article,aside,canvas,details,figcaption,figure,
footer,header,hgroup,menu,nav,section,summary,
time,mark,audio,video { margin:0;padding:0;border:0;word-wrap:break-word;word-break:hyphenate; }
ul, li { list-style:none;list-style-type:none;display:block; }
article,aside,details,figcaption,figure,
footer,header,hgroup,menu,nav,section { display:block;word-wrap:break-word }
/* END Boilerplate */
* {
line-height:1.4em;
transition-property: margin, padding, opacity, background-color, border-radius, border;
-webkit-transition-property: margin, padding, opacity, background-color, border-radius, border;
-moz-transition-property: margin, padding, opacity, background-color, border-radius, border;
transition-duration: 0.35s;
-webkit-transition-duration: 0.35s;
-moz-transition-duration: 0.35s;
transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
-moz-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
animation-fill-mode:both;
-webkit-animation-fill-mode:both;
-moz-animation-fill-mode:both;
}
::selection { background:#e62f6f; color:#fff; text-shadow: none; }
html, body {
margin:0;
padding:0;
font-family: HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-serif;
color:#000;
font-size:13px;
background-color:#FFF;
background-attachment: fixed;
background-size:cover;
-webkit-font-smoothing: antialiased;
text-rendering: optimizeLegibility;
position:absolute;
left:0;right:0;top:0;bottom:0;
max-width:2000px;
margin:0 auto;
}
img { border:none;max-width:100%;margin:0;padding:0;display:block; }
table { border-collapse:collapse;border-spacing:0 }
.header-1 {color:#FFF;text-align:center;}
.line {width:100%;height:1px;background-color:#DDDDDD;margin:10px 0px;}
h1 { font-size:64px; font-weight:bold; line-height:1.4em; display:block; }
h2 { font-size:56px; font-weight:bold; line-height:1.4em; display:block; }
h3 { font-size:45px; font-weight:bold; line-height:1.4em; display:block; }
h4 { font-size:34px; font-weight:bold; line-height:1.4em; display:block; }
h5 { font-size:24px; font-weight:bold; line-height:1.4em; display:block; }
h6 { font-size:20px; font-weight:bold; line-height:1.4em; display:block; }
.s { text-decoration:line-through; }
p { padding-bottom:1em; display:block; }
a { text-decoration:underline; color:inherit; cursor:pointer; }
a:hover { text-decoration:underline; /*color:#888888;*/ cursor:pointer; }
a:active { text-decoration:underline; /*color:#666666;*/ cursor:pointer; }
input[type=text], textarea {
font-family:HelveticaNeue, 'Helvetica Neue', Helvetica, Arial, Verdana, Sans-serif;
-webkit-appearance:none;
font-size:13px;
color:#444;
border-radius:0px;
background-color:#FFFFFF;
font-size:12px;
border:0px;
outline:none;
padding:5px 10px;
height:20px;
border:1px solid #CCC;
resize:none;
}
input[type=text] {
border:2px solid #000;
border-radius:20px;
width:160px;
}
input[type=checkbox], input[type=radio] {
-webkit-appearance:none;
}
input[type=checkbox] + label, input[type=radio] + label {
content:'';
display:inline-block;
border:1px solid #000;
border-radius:3px;
padding:3px 5px;
cursor:pointer;
margin:3px;
opacity:0.5;
}
input[type=checkbox]:checked + label, input[type=radio]:checked + label {
background-color:#CCC;
opacity:1;
}
input::-webkit-input-placeholder,textarea::-webkit-input-placeholder { color: #888; }
input:-moz-placeholder,textarea:-moz-placeholder { color: #888; }
.clear {clear:both;display:block;}
hr { display:block;padding:0;border:0;height:1px;background-color:rgba(0,0,0,0.5);max-width:200px;margin:32px auto;}
#coursecontainer {
text-align:center;
}
ul#dynamicInput > li {
padding-bottom:8px;
}
#filtercontainer {
text-align:center;
display:none;
}
.tt-menu {
background-color:#FFF;
font-size:13px;
border-radius:5px;
box-shadow:0 2px 3px rgba(0,0,0,0.15), inset 0 0 0 1px rgba(0,0,0,0.3);
text-align:left;
width:100%;
margin-top:2px;
}
.tt-suggestion {
cursor:pointer;
}
.tt-suggestion, .empty-message {
padding:5px;
}
.tt-cursor {
background-color:#CCC;
}