cssparse-rtl.css 1.3 KB

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