cssparse.css 1.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118
  1. @import url("modules/custom-css/csstidy/cssparsed.css");
  2. html, body {
  3. font:0.8em Verdana,Helvetica,sans-serif;
  4. background:#F8F8F6;
  5. }
  6. code {
  7. font-size:1.2em;
  8. }
  9. div#rightcol {
  10. padding-left:32em;
  11. }
  12. fieldset {
  13. display:block;
  14. margin:0.5em 0;
  15. padding:1em;
  16. border:solid #7284AB 2px;
  17. }
  18. fieldset.code_output {
  19. display:inline;
  20. }
  21. h1 {
  22. font-size:2em;
  23. }
  24. small {
  25. font-size:0.7em;
  26. }
  27. fieldset#field_input {
  28. float:left;
  29. margin:0 0.5em 1em 0;
  30. }
  31. fieldset#options,fieldset#code_layout {
  32. width:31em;
  33. }
  34. input#submit {
  35. clear:both;
  36. display:block;
  37. margin:1em;
  38. }
  39. select {
  40. margin:2px 0 0;
  41. }
  42. label.block {
  43. display:block;
  44. }
  45. legend {
  46. background:#c4E1C3;
  47. padding:2px 4px;
  48. border:dashed 1px;
  49. }
  50. textarea#css_text {
  51. width:27em;
  52. height:370px;
  53. display:block;
  54. margin-right:1em;
  55. }
  56. .help {
  57. cursor:help;
  58. }
  59. p.important {
  60. border:solid 1px red;
  61. font-weight:bold;
  62. padding:1em;
  63. background:white;
  64. }
  65. p {
  66. margin:1em 0;
  67. }
  68. dl {
  69. padding-left:0.5em;
  70. }
  71. dt {
  72. font-weight:bold;
  73. margin:0;
  74. float:left;
  75. clear:both;
  76. height:1.5em;
  77. }
  78. dd {
  79. margin:0 0 0 4em;
  80. height:1.5em;
  81. }
  82. fieldset#messages {
  83. background:white;
  84. padding:0 0 0 1em;
  85. }
  86. fieldset#messages div {
  87. height:10em;
  88. overflow:auto;
  89. }
  90. dd.Warning {
  91. color:orange;
  92. }
  93. dd.Information {
  94. color:green;
  95. }