| 1 |
.tc-box { |
| 2 |
padding:20px 0; |
| 3 |
border-top:1px solid #dfdfdf; |
| 4 |
} |
| 5 |
.tc-required, .tc-fail { |
| 6 |
color:red; |
| 7 |
} |
| 8 |
.tc-warning { |
| 9 |
color: orange; |
| 10 |
} |
| 11 |
.tc-recommended, .tc-pass { |
| 12 |
color: green; |
| 13 |
} |
| 14 |
.tc-info { |
| 15 |
color: blue; |
| 16 |
} |
| 17 |
.tc-grep span { |
| 18 |
background: yellow; |
| 19 |
} |
| 20 |
pre { |
| 21 |
white-space: pre-wrap; |
| 22 |
} |
| 23 |
.tc-success { |
| 24 |
margin:0 20px 20px 20px; |
| 25 |
background:#e6ffe2; |
| 26 |
border:1px solid #d1eecc; |
| 27 |
} |
| 28 |
form { |
| 29 |
margin: 1.5em auto; |
| 30 |
} |
| 31 |
.theme-check { |
| 32 |
margin: 1em auto; |
| 33 |
border:1px solid #dfdfdf; |
| 34 |
-moz-border-radius:5px; |
| 35 |
-khtml-border-radius:5px; |
| 36 |
-webkit-border-radius:5px; |
| 37 |
border-radius:5px; |
| 38 |
} |
| 39 |
.theme-check h2 { |
| 40 |
margin: 0 0 1em 0; |
| 41 |
padding: 1em; |
| 42 |
background:#dfdfdf url("gray-grad.png") repeat-x left top; |
| 43 |
font-size:20px; |
| 44 |
border-bottom:1px solid #ccc; |
| 45 |
} |
| 46 |
.theme-check p { |
| 47 |
padding:5px 20px; |
| 48 |
} |
| 49 |
.theme-check form { |
| 50 |
margin-left: 1.5em; |
| 51 |
} |
| 52 |
.theme-check ul { |
| 53 |
margin-left:20px; |
| 54 |
} |
| 55 |
.theme-check h3 { |
| 56 |
margin:0 0 10px 20px; |
| 57 |
padding:0; |
| 58 |
} |
| 59 |
.theme-check ul { |
| 60 |
margin-bottom:10px; |
| 61 |
} |
| 62 |
.theme-info { |
| 63 |
padding: 1em; |
| 64 |
border:1px solid #dfdfdf; |
| 65 |
margin: 1em 1em 0 1em; |
| 66 |
} |
| 67 |
.theme-info p { |
| 68 |
padding:0; |
| 69 |
margin-bottom:10px; |
| 70 |
} |
| 71 |
.theme-info label { |
| 72 |
float:left; |
| 73 |
width:100px; |
| 74 |
font-weight:bold; |
| 75 |
display:block; |
| 76 |
} |
| 77 |
.theme-info span.info { |
| 78 |
margin-left:100px; |
| 79 |
display:block; |
| 80 |
} |
| 81 |
.theme-check input[name="s_info"] { |
| 82 |
margin-left: 0.5em; |
| 83 |
} |