|
1 |
| -body { color: #666; text-align: center; font-family: arial, sans-serif; margin:0; padding:0; } |
2 |
| -h1 { font-size: 48px; color: #444; line-height: 1.5em; } |
| 1 | +body { |
| 2 | + color: #666; |
| 3 | + text-align: center; |
| 4 | + font-family: "Helvetica Neue", Helvetica, Arial, sans-serif; |
| 5 | + sans-serif; |
| 6 | + margin:0; |
| 7 | + width: 800px; |
| 8 | + margin: auto; |
| 9 | + font-size: 14px; |
| 10 | +} |
| 11 | +h1 { |
| 12 | + font-size: 56px; |
| 13 | + line-height: 100px; |
| 14 | + font-weight: normal; |
| 15 | + color: #456; |
| 16 | +} |
3 | 17 | h2 { font-size: 24px; color: #666; line-height: 1.5em; }
|
4 | 18 |
|
5 |
| -.alert-message { |
6 |
| - position: relative; |
7 |
| - padding: 7px 15px; |
8 |
| - margin-bottom: 18px; |
9 |
| - color: #404040; |
10 |
| - background-color: #eedc94; |
11 |
| - background-repeat: repeat-x; |
12 |
| - background-image: -khtml-gradient(linear, left top, left bottom, from(#fceec1), to(#eedc94)); |
13 |
| - background-image: -moz-linear-gradient(top, #fceec1, #eedc94); |
14 |
| - background-image: -ms-linear-gradient(top, #fceec1, #eedc94); |
15 |
| - background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0%, #fceec1), color-stop(100%, #eedc94)); |
16 |
| - background-image: -webkit-linear-gradient(top, #fceec1, #eedc94); |
17 |
| - background-image: -o-linear-gradient(top, #fceec1, #eedc94); |
18 |
| - background-image: linear-gradient(top, #fceec1, #eedc94); |
19 |
| - filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFCEEC1', endColorstr='#FFEEDC94', GradientType=0); |
20 |
| - text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25); |
21 |
| - border-color: #eedc94 #eedc94 #e4c652; |
22 |
| - border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) fadein(rgba(0, 0, 0, 0.1), 15%); |
23 |
| - text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5); |
24 |
| - border-width: 1px; |
25 |
| - border-style: solid; |
26 |
| - -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
27 |
| - -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
28 |
| - box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.25); |
29 |
| -} |
30 |
| -.alert-message .close { |
31 |
| - margin-top: 1px; |
32 |
| - *margin-top: 0; |
33 |
| -} |
34 |
| -.alert-message a { |
35 |
| - font-weight: bold; |
36 |
| - color: #404040; |
37 |
| -} |
38 |
| -.alert-message.danger p a, .alert-message.error p a, .alert-message.success p a, .alert-message.info p a { |
39 |
| - color: #404040; |
40 |
| -} |
41 |
| -.alert-message h5 { |
42 |
| - line-height: 18px; |
43 |
| -} |
44 |
| -.alert-message p { |
45 |
| - margin-bottom: 0; |
46 |
| -} |
47 |
| -.alert-message div { |
48 |
| - margin-top: 5px; |
49 |
| - margin-bottom: 2px; |
| 19 | +h3 { |
| 20 | + color: #456; |
| 21 | + font-size: 20px; |
| 22 | + font-weight: normal; |
50 | 23 | line-height: 28px;
|
51 | 24 | }
|
52 | 25 |
|
53 |
| -.alert-message.block-message.error { |
54 |
| - background: #FDDFDE; |
55 |
| - border-color: #FBC7C6; |
| 26 | +hr { |
| 27 | + margin: 18px 0; |
| 28 | + border: 0; |
| 29 | + border-top: 1px solid #EEE; |
| 30 | + border-bottom: 1px solid white; |
56 | 31 | }
|
57 |
| - |
0 commit comments