class.csstidy.php
3 years ago
class.csstidy_optimise.php
2 years ago
class.csstidy_print.php
3 years ago
cssparse.css
4 years ago
cssparsed.css
4 years ago
data.inc.php
4 years ago
index.php
3 years ago
lang.inc.php
4 years ago
template.tpl
4 years ago
template1.tpl
4 years ago
template2.tpl
4 years ago
template3.tpl
4 years ago
cssparse.css
119 lines
| 1 | @import "cssparsed.css"; |
| 2 | |
| 3 | html,body { |
| 4 | font:.8em Verdana,Helvetica,sans-serif; |
| 5 | background:#f8f8f6 |
| 6 | } |
| 7 | |
| 8 | code { |
| 9 | font-size:1.2em |
| 10 | } |
| 11 | |
| 12 | div#rightcol { |
| 13 | padding-left:32em |
| 14 | } |
| 15 | |
| 16 | fieldset { |
| 17 | display:block; |
| 18 | margin:.5em 0; |
| 19 | padding:1em; |
| 20 | border:solid #7284ab 2px |
| 21 | } |
| 22 | |
| 23 | fieldset.code_output { |
| 24 | display:inline |
| 25 | } |
| 26 | |
| 27 | h1 { |
| 28 | font-size:2em |
| 29 | } |
| 30 | |
| 31 | small { |
| 32 | font-size:.7em |
| 33 | } |
| 34 | |
| 35 | fieldset#field_input { |
| 36 | float:left; |
| 37 | margin:0 .5em 1em 0 |
| 38 | } |
| 39 | |
| 40 | fieldset#options,fieldset#code_layout { |
| 41 | width:31em |
| 42 | } |
| 43 | |
| 44 | input#submit { |
| 45 | clear:both; |
| 46 | display:block; |
| 47 | margin:1em |
| 48 | } |
| 49 | |
| 50 | select { |
| 51 | margin:2px 0 0 |
| 52 | } |
| 53 | |
| 54 | label.block { |
| 55 | display:block |
| 56 | } |
| 57 | |
| 58 | legend { |
| 59 | background:#c4e1c3; |
| 60 | padding:2px 4px; |
| 61 | border:dashed 1px |
| 62 | } |
| 63 | |
| 64 | textarea#css_text { |
| 65 | width:27em; |
| 66 | height:370px; |
| 67 | display:block; |
| 68 | margin-right:1em |
| 69 | } |
| 70 | |
| 71 | .help { |
| 72 | cursor:help |
| 73 | } |
| 74 | |
| 75 | p.important { |
| 76 | border:solid 1px red; |
| 77 | font-weight:700; |
| 78 | padding:1em; |
| 79 | background:#fff |
| 80 | } |
| 81 | |
| 82 | p { |
| 83 | margin:1em 0 |
| 84 | } |
| 85 | |
| 86 | dl { |
| 87 | padding-left:.5em |
| 88 | } |
| 89 | |
| 90 | dt { |
| 91 | font-weight:700; |
| 92 | margin:0; |
| 93 | float:left; |
| 94 | clear:both; |
| 95 | height:1.5em |
| 96 | } |
| 97 | |
| 98 | dd { |
| 99 | margin:0 0 0 4em; |
| 100 | height:1.5em |
| 101 | } |
| 102 | |
| 103 | fieldset#messages { |
| 104 | background:#fff; |
| 105 | padding:0 0 0 1em |
| 106 | } |
| 107 | |
| 108 | fieldset#messages div { |
| 109 | height:10em; |
| 110 | overflow:auto |
| 111 | } |
| 112 | |
| 113 | dd.Warning { |
| 114 | color:orange |
| 115 | } |
| 116 | |
| 117 | dd.Information { |
| 118 | color:green |
| 119 | } |