|
1 | 1 | /* =BASE |
2 | 2 | ====================================================== */ |
3 | | -html, body { background: url(../img/blueprintbg.png); color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } |
4 | | -body { font-size: 18px; font-family: 'Terminal Dosis', sans-serif; padding: 0; margin: 0; } |
5 | | -a { color: rgba(255, 255, 255, 0.7); } |
6 | | -ul, ol, form { margin: 0; padding: 0; } |
7 | | -ul, ol { list-style-type: none; } |
8 | | -h1 { margin: 0; margin-bottom: 10px; padding: 0; } |
| 3 | +html, body { background: url(../img/noisebg.png); } |
| 4 | +body { font-size: 18px; font-family: 'Terminal Dosis', sans-serif; padding: 0; margin: 0; color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.4); } |
| 5 | +a { color: rgba(255, 255, 255, 0.7); } |
| 6 | +ul, ol, form { margin: 0; padding: 0; } |
| 7 | +ul, ol { list-style-type: none; } |
| 8 | +h1 { margin: 0; padding: 0; } |
| 9 | +h2 { margin: 0; margin-bottom: 10px; padding: 0; font-weight: normal; font-size: 30px; color: rgba(0, 0, 0, 0.4); text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); } |
9 | 10 |
|
10 | 11 | /* =LAYOUT |
11 | 12 | ====================================================== */ |
12 | | -#content { width: 800px; margin: auto; padding: 100px; } |
13 | | -#footer { text-align: center; margin-top: 20px; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); } |
14 | | -.clr { overflow: hidden; } |
15 | | - |
16 | | -.preview_and_configuration { float: left; width: 320px; } |
| 13 | +#content { width: 800px; margin: auto; padding: 100px; padding-bottom: 60px; |
| 14 | + /* white radial gradient background */ |
| 15 | + background: -moz-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 70%); |
| 16 | + background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.5)), color-stop(70%,rgba(255,255,255,0))); |
| 17 | + background: -webkit-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); |
| 18 | + background: -o-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); |
| 19 | + background: -ms-radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); |
| 20 | + background: radial-gradient(center, ellipse cover, rgba(255,255,255,0.5) 0%,rgba(255,255,255,0) 70%); |
| 21 | + filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#80ffffff', endColorstr='#00ffffff',GradientType=1 ); |
| 22 | +} |
| 23 | +#footer { text-align: center; padding-top: 10px; font-size: 13px; color: rgba(255, 255, 255, 0.5); text-shadow: 0 1px 1px rgba(0, 0, 0, 0.2); |
| 24 | + border-top: 1px solid rgba(0, 0, 0, 0.15); |
| 25 | + box-shadow: inset 0 1px 1px 0 rgba(255, 255, 255, 0.2); |
| 26 | +} |
| 27 | +.clr { overflow: hidden; } |
| 28 | + |
| 29 | +.preview_and_configuration { float: left; width: 395px; } |
17 | 30 |
|
18 | 31 | /* =MODULES |
19 | 32 | ====================================================== */ |
| 33 | +/* preview */ |
| 34 | +.arrow_box { padding: 40px; width: 280px; border-radius: 6px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); } |
| 35 | + |
| 36 | +/* logo */ |
| 37 | +.logo { color: #ddf8c6; text-align: center; font-size: 54px; line-height: 54px; font-weight: bold; text-transform: uppercase; text-shadow: 0 1px 2px rgba(0, 0, 0, 0.4); } |
20 | 38 |
|
21 | 39 | /* configuration */ |
22 | | -.configuration { margin-top: 30px; } |
23 | | -.configuration ol li { margin-bottom: 5px; } |
24 | | -.configuration ol label { display: inline-block; width: 100px; } |
| 40 | +.configuration { margin-top: 15px; } |
| 41 | +.configuration .section { float: left; width: 195px; } |
| 42 | +.configuration .section li { margin-bottom: 5px; } |
| 43 | +.configuration .section label { display: inline-block; width: 100px; } |
25 | 44 |
|
26 | 45 | .configuration .size, |
27 | | -.configuration .border_width { width: 30px; } |
| 46 | +.configuration .border_width { width: 30px; } |
28 | 47 |
|
29 | 48 | .configuration .color, |
30 | | -.configuration .border_color { width: 60px; } |
| 49 | +.configuration .border_color { width: 60px; } |
31 | 50 |
|
32 | 51 | /* result_code */ |
33 | | -.result_code { resize: none; border: 0; padding: 10px; float: right; width: 380px; height: 370px; font-size: 12px; font-family: 'Courier new'; font-weight: bold; background: rgba(0, 0, 0, 0.15); border-radius: 4px; color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); } |
| 52 | +.result_code { resize: none; border: 0; padding: 10px; float: right; width: 380px; height: 370px; font-size: 12px; font-family: 'Courier new'; font-weight: bold; background: rgba(0, 0, 0, 0.15); border-radius: 4px; color: #fff; text-shadow: 0 1px 1px rgba(0, 0, 0, 0.3); border: 1px solid rgba(0, 0, 0, 0.2); } |
34 | 53 |
|
35 | | -/* preview */ |
36 | | -.arrow_box { color: #fff; padding: 40px; width: 280px; text-align: center; font-size: 54px; line-height: 54px; font-weight: bold; text-transform: uppercase; border-radius: 6px; box-shadow: 0 1px 4px rgba(0, 0, 0, 0.3); text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7); } |
|
0 commit comments