class.csstidy-ctype.php
2 years ago
class.csstidy-optimise.php
2 years ago
class.csstidy-print.php
2 years ago
class.csstidy.php
3 years ago
cssparse-rtl.css
4 years ago
cssparse-rtl.min.css
4 years ago
cssparse.css
7 years ago
cssparse.min.css
4 years ago
cssparsed-rtl.css
4 years ago
cssparsed-rtl.min.css
4 years ago
cssparsed.css
14 years ago
cssparsed.min.css
4 years ago
data-wp.inc.php
2 years ago
data.inc.php
2 years ago
lang.inc.php
2 years ago
wordpress-standard.tpl
11 years ago
cssparse-rtl.css
147 lines
| 1 | code#copytext { |
| 2 | white-space: pre; |
| 3 | font-family: Verdana; |
| 4 | } |
| 5 | |
| 6 | .at { |
| 7 | color: darkblue; |
| 8 | } |
| 9 | |
| 10 | .format { |
| 11 | color: gray; |
| 12 | } |
| 13 | |
| 14 | .property { |
| 15 | color: green; |
| 16 | } |
| 17 | |
| 18 | .selector { |
| 19 | color: blue; |
| 20 | } |
| 21 | |
| 22 | .value { |
| 23 | color: red; |
| 24 | right: 500px; |
| 25 | } |
| 26 | |
| 27 | .comment { |
| 28 | color: orange; |
| 29 | } |
| 30 | html, body { |
| 31 | font: 0.8em Verdana, Helvetica, sans-serif; |
| 32 | background: #F8F8F6; |
| 33 | } |
| 34 | |
| 35 | code { |
| 36 | font-size: 1.2em; |
| 37 | } |
| 38 | |
| 39 | div#rightcol { |
| 40 | padding-right: 32em; |
| 41 | } |
| 42 | |
| 43 | fieldset { |
| 44 | display: block; |
| 45 | margin: 0.5em 0; |
| 46 | padding: 1em; |
| 47 | border: solid #7284AB 2px; |
| 48 | } |
| 49 | |
| 50 | fieldset.code_output { |
| 51 | display: inline; |
| 52 | } |
| 53 | |
| 54 | h1 { |
| 55 | font-size: 2em; |
| 56 | } |
| 57 | |
| 58 | small { |
| 59 | font-size: 0.7em; |
| 60 | } |
| 61 | |
| 62 | fieldset#field_input { |
| 63 | float: right; |
| 64 | margin: 0 0 1em 0.5em; |
| 65 | } |
| 66 | |
| 67 | fieldset#options, fieldset#code_layout { |
| 68 | width: 31em; |
| 69 | } |
| 70 | |
| 71 | input#submit { |
| 72 | clear: both; |
| 73 | display: block; |
| 74 | margin: 1em; |
| 75 | } |
| 76 | |
| 77 | select { |
| 78 | margin: 2px 0 0; |
| 79 | } |
| 80 | |
| 81 | label.block { |
| 82 | display: block; |
| 83 | } |
| 84 | |
| 85 | legend { |
| 86 | background: #c4E1C3; |
| 87 | padding: 2px 4px; |
| 88 | border: dashed 1px; |
| 89 | } |
| 90 | |
| 91 | textarea#css_text { |
| 92 | width: 27em; |
| 93 | height: 370px; |
| 94 | display: block; |
| 95 | margin-left: 1em; |
| 96 | } |
| 97 | |
| 98 | .help { |
| 99 | cursor: help; |
| 100 | } |
| 101 | |
| 102 | p.important { |
| 103 | border: solid 1px red; |
| 104 | font-weight: bold; |
| 105 | padding: 1em; |
| 106 | background: white; |
| 107 | } |
| 108 | |
| 109 | p { |
| 110 | margin: 1em 0; |
| 111 | } |
| 112 | |
| 113 | dl { |
| 114 | padding-right: 0.5em; |
| 115 | } |
| 116 | |
| 117 | dt { |
| 118 | font-weight: bold; |
| 119 | margin: 0; |
| 120 | float: right; |
| 121 | clear: both; |
| 122 | height: 1.5em; |
| 123 | } |
| 124 | |
| 125 | dd { |
| 126 | margin: 0 4em 0 0; |
| 127 | height: 1.5em; |
| 128 | } |
| 129 | |
| 130 | fieldset#messages { |
| 131 | background: white; |
| 132 | padding: 0 1em 0 0; |
| 133 | } |
| 134 | |
| 135 | fieldset#messages div { |
| 136 | height: 10em; |
| 137 | overflow: auto; |
| 138 | } |
| 139 | |
| 140 | dd.Warning { |
| 141 | color: orange; |
| 142 | } |
| 143 | |
| 144 | dd.Information { |
| 145 | color: green; |
| 146 | } |
| 147 |