-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathindex.css
236 lines (140 loc) · 5.18 KB
/
index.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
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
/* :::::
____________________ ________________ .____ ____ __.
/ _____/\__ ___/ \__ ___/ _ \ | | | |/ _|
\_____ \ | | ______ | | / /_\ \| | | <
/ \ | | /_____/ | |/ | \ |___| | \
/_______ / |____| |____|\____|__ /_______ \____|__ \
\/ \/ \/ \/
::::: */
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td { margin: 0px; padding: 0px; border: 0px none; outline: 0px none; font-size: 100%; vertical-align: baseline; background: none repeat scroll 0% 0% transparent; }
body { line-height: 1; }
:focus { outline: 0px none; }
body { background: url('images/background.png') repeat scroll 0% 0% rgb(60, 79, 94); font: 10pt/1.6em "Lucida Grande","Lucida Sans Unicode",sans-serif; color: rgb(102, 102, 102); margin: 2em auto; width: 600px; }
h1 { text-align: center; font-size: 2em; color: white; }
a { text-decoration: none; }
.script { border-radius: 4px; background: none repeat scroll 0% 0% white; box-shadow: 0px 2px 5px rgba(0, 0, 0, 0.6); margin-bottom: 2em; }
.script .header { background: -moz-linear-gradient(center bottom , rgb(236, 236, 236), rgb(249, 249, 249)) repeat scroll 0% 0% rgb(237, 237, 235); border-bottom: 1px solid rgb(204, 204, 204); border-top-left-radius: 4px; border-top-right-radius: 4px; color: rgb(153, 153, 153); text-shadow: 0px 1px 0px white; padding: 0.5em 1em; overflow: hidden; }
.script .header h2 { font-weight: bold; font-size: 1.2em; float: left; }
.script .header .author { float: right; }
.script h3 { text-transform: uppercase; font-size: 0.8em; color: rgb(153, 153, 153); margin-top: 1em; }
.script .name { background: url('images/file.png') no-repeat scroll left center transparent; padding-left: 20px; color: rgb(66, 66, 66); }
.script .name:hover { color: rgb(31, 110, 189); }
.script .about { padding: 1em; }
.script .commands pre { background: none repeat scroll 0% 0% rgb(235, 242, 248); color: rgb(97, 102, 115); font: 0.9em Monaco,monospace; padding: 1em; margin: 1em 0px; overflow: auto; }
.meta { color: rgb(164, 169, 180); margin: 1em 0px 2em; text-align: center; }
.meta .active { color: white; }
.meta a { color: rgb(141, 168, 202); text-decoration: underline; }
/* #### Dark Matter #### */
.dark-matter {
width: 400px;
margin-right: auto;
margin-left: auto;
background: #333;
padding: 20px 30px 20px 30px;
font: 12px "Helvetica Neue", Helvetica, Arial, sans-serif;
color: #888;
text-shadow: 1px 1px 1px #000;
border:none;
border-radius: 5px;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
}
.dark-matter h1 {
font: 25px "Helvetica Neue", Helvetica, Arial, sans-serif;
padding: 0px 0px 10px 40px;
display: block;
border-bottom: 1px solid #444;
margin: -10px -30px 30px -30px;
color: #FFF;
}
.dark-matter h1>span {
display: block;
font-size: 11px;
}
.dark-matter label {
display: block;
margin: 0px 0px 5px;
}
.dark-matter label>span {
float: left;
width: 80px;
text-align: right;
padding-right: 10px;
margin-top: 10px;
color: #FFF;
font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
font-weight: bold;
}
.dark-matter input[type="text"], .dark-matter input[type="email"], .dark-matter textarea, .dark-matter select{
border: none;
color: #4B4B4B;
height: 20px;
margin-bottom: 16px;
margin-right: 6px;
margin-top: 2px;
outline: 0 none;
padding: 6px 12px;
width: 68%;
border-radius: 4px;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
font: normal 14px/14px "Helvetica Neue", Helvetica, Arial, sans-serif;
-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
-moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
}
.dark-matter select {
background: #FFF url('down-arrow.png') no-repeat right;
background: #FFF url('down-arrow.png') no-repeat right);
appearance:none;
-webkit-appearance:none;
-moz-appearance: none;
text-indent: 0.01px;
text-overflow: '';
width: 72%;
height: 30px;
}
.dark-matter textarea{
height:100px;
}
.dark-matter .button {
background: #FFF;
border: none;
padding: 10px 25px 10px 25px;
color: #333;
border-radius: 4px;
}
.dark-matter .button:hover {
color: #333;
background-color: #EBEBEB;
}
a:focus {
outline: none;
}
#panel {
background: #CCCCCC;
height: 200px;
display: none;
font: 8pt/1.6em "Monaco"; color: rgb(102, 102, 102);
}
.slide {
margin: 0;
padding: 0;
border-top: solid 4px #422410;
background: url(images/btn-slide.gif) no-repeat center top;
}
.btn-slide {
background: url(images/white-arrow.gif) no-repeat right -50px;
text-align: center;
width: 144px;
height: 31px;
padding: 10px 10px 0 0;
margin: 0 auto;
display: block;
font: bold 120%/100% Arial, Helvetica, sans-serif;
color: #fff;
text-decoration: none;
}
.active {
background-position: right 12px;
}