foreground.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. body {
  2. line-height: 1.6em%;
  3. }
  4. p {
  5. margin-bottom: 0.25em;
  6. }
  7. code {
  8. font-weight: normal;
  9. color: #222222;
  10. }
  11. small {
  12. font-size: 80%;
  13. }
  14. /* LAYOUT */
  15. div.small-10 .row {
  16. margin: 1em 0 0 0;
  17. }
  18. div.small-9.columns textarea {
  19. margin-bottom: 0.25em;
  20. }
  21. footer.row {
  22. margin-top: 3em;
  23. text-align: center;
  24. font-size: 80%;
  25. color: grey;
  26. }
  27. /* LISTS */
  28. ul {list-style-type: none;}
  29. .columns li { float:left;width: 45%;}
  30. .columns ul.special li : float:none {width: 100%}
  31. .mw-specialpages-table td ul.columns li {width: 50%;}
  32. #mw-content-text .columns li {float:none;width:90%;}
  33. footer.row ul.columns li { display: inline;float:none;}
  34. /* HEADERS */
  35. h1,h2,h3,h4,h5,h6 {
  36. margin-bottom: 0;
  37. }
  38. h2 {
  39. font-size: 2em;
  40. }
  41. h2 .editsection {
  42. font-weight: normal;
  43. font-size: 0.3em;
  44. }
  45. /* TABLES */
  46. table {
  47. width: 100%;
  48. }
  49. td.mw-label {
  50. width: 20%;
  51. }
  52. td.mw-input {
  53. width: 80%;
  54. }
  55. thead tr th {
  56. cursor: pointer;
  57. }
  58. table.formtable th {
  59. text-align: right;
  60. padding-top: 1.5em;
  61. }
  62. td.smwpropname, th.smwpropname, td.smwspecname { text-align:left; }
  63. table.wikitable > * > tr > td {
  64. padding: 0.6em;
  65. }
  66. table tbody tr td, table tr td {
  67. line-height: 1.6em;
  68. }
  69. /* FORMS, INPUTS, FIELDSETS */
  70. input[type="radio"],
  71. input[type="checkbox"] {
  72. display:inline;
  73. }
  74. input[type='file'] {
  75. margin-top: 0.4em;
  76. }
  77. input[type='text'], textarea, p.meta {
  78. margin-bottom: 4px;
  79. }
  80. li label.inline {
  81. margin-bottom: 2px;
  82. padding: 0;
  83. }
  84. div.small-9.columns label,
  85. div.small-10.columns label {
  86. font-weight: normal;
  87. }
  88. button, .button {
  89. margin: 0.5em 0;
  90. padding: 0.3em 0.75em 0.4em 0.75em;
  91. }
  92. legend {
  93. font-size: 0.875em;
  94. color: #4d4d4d;
  95. cursor: pointer;
  96. display: block;
  97. font-weight: 500;
  98. }
  99. fieldset {line-height: 1.6em;}