root / trunk / web / css / style.css @ 9
History | View | Annotate | Download (1020 Bytes)
| 1 |
html, body { |
|---|---|
| 2 |
background: #0A80A7; |
| 3 |
} |
| 4 |
|
| 5 |
div {
|
| 6 |
outline: none; |
| 7 |
} |
| 8 |
|
| 9 |
strong {
|
| 10 |
font-weight: bold; |
| 11 |
} |
| 12 |
|
| 13 |
h1, h2, h3 { |
| 14 |
font-weight: bold; |
| 15 |
color: #0A80A7; |
| 16 |
} |
| 17 |
|
| 18 |
h1 {
|
| 19 |
font-size: 24px; |
| 20 |
text-align: center; |
| 21 |
} |
| 22 |
|
| 23 |
h2 {
|
| 24 |
font-size: 18px; |
| 25 |
} |
| 26 |
|
| 27 |
h3 {
|
| 28 |
font-size: 16px; |
| 29 |
} |
| 30 |
|
| 31 |
hr {
|
| 32 |
border: 0; |
| 33 |
height: 1px; |
| 34 |
color: #80C342; |
| 35 |
background: #80C342; |
| 36 |
margin: 8px 0; |
| 37 |
} |
| 38 |
|
| 39 |
a {
|
| 40 |
color: #4183C4; |
| 41 |
text-decoration: none; |
| 42 |
} |
| 43 |
|
| 44 |
a:hover { |
| 45 |
color: #80C342; |
| 46 |
} |
| 47 |
|
| 48 |
.x-panel-body p { |
| 49 |
text-align: justify; |
| 50 |
} |
| 51 |
|
| 52 |
.x-panel-body ul { |
| 53 |
list-style-type: disc; |
| 54 |
list-style-position: outside; |
| 55 |
margin-left: 28px; |
| 56 |
margin-top: 6px; |
| 57 |
} |
| 58 |
|
| 59 |
.x-panel-body ul li { |
| 60 |
list-style-type: disc; |
| 61 |
text-align: justify; |
| 62 |
} |
| 63 |
|
| 64 |
#wrap {
|
| 65 |
background: #fff; |
| 66 |
border: 6px solid #80C342; |
| 67 |
border-radius: 6px; |
| 68 |
-moz-border-radius: 6px; |
| 69 |
margin: 20px auto; |
| 70 |
padding: 20px; |
| 71 |
width: 640px; |
| 72 |
text-align: left; |
| 73 |
} |
| 74 |
|
| 75 |
#footer {
|
| 76 |
color: #FAD42E; |
| 77 |
font-size: 12px; |
| 78 |
margin-bottom: 20px; |
| 79 |
} |
| 80 |
|
| 81 |
.m5 {
|
| 82 |
margin: 10px; |
| 83 |
} |