foreground.css 5.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345
  1. body {
  2. line-height: 1.6em;
  3. }
  4. p {
  5. margin-bottom: 0.25em;
  6. }
  7. td.mw-submit a,
  8. .htmlform-tip,
  9. #mw-upload-permitted p {
  10. font-size: 90%;
  11. }
  12. code {
  13. font-weight: normal;
  14. color: #222222;
  15. }
  16. small {
  17. font-size: 80%;
  18. }
  19. h2 small.label {
  20. font-size: small;
  21. display:block;
  22. }
  23. .clear_both {
  24. clear:both;
  25. }
  26. .large-2 {
  27. text-align: right;
  28. }
  29. .large-2 strong, .large-2 b, table th {
  30. font-size: 0.875em;
  31. color: #4d4d4d;
  32. display: block;
  33. font-weight: 500;
  34. }
  35. /* LAYOUT */
  36. .row .row {
  37. margin-bottom: 0.9em;
  38. }
  39. div.small-10 .row {
  40. margin: 1em 0 0 0;
  41. }
  42. div.small-9.columns textarea {
  43. margin-bottom: 0.25em;
  44. }
  45. footer.row {
  46. margin-top: 3em;
  47. text-align: center;
  48. font-size: 80%;
  49. color: grey;
  50. }
  51. div {
  52. line-height: 1.60em;
  53. }
  54. /* NOTICES, ALERTS, WARNINGS */
  55. div#userloginprompt, p#userloginlink {
  56. font-size: 80%;
  57. }
  58. /* LISTS */
  59. #mw-content-text ul {
  60. list-style-type: disc;
  61. margin: .5em 1.25em;
  62. }
  63. footer.row ul {
  64. list-style-type: none;
  65. margin: .5em 1.25em;
  66. }
  67. footer.row ul.views.columns li {
  68. margin-right: 1em;
  69. }
  70. /*.columns li {
  71. float:left;
  72. width: 45%;
  73. }*/
  74. .columns ul.special li {
  75. float:none;
  76. width: 100%;
  77. }
  78. .columns div#uploadtext ul {
  79. list-style-type: disc;
  80. }
  81. .columns div#uploadtext ul li {
  82. float: none;
  83. width: 95%;
  84. margin-left: 2em;
  85. }
  86. .mw-specialpages-table td ul.columns li {width: 50%;}
  87. #mw-content-text .columns li {float:none;width:90%;}
  88. footer.row ul.columns li { display: inline;float:none;}
  89. .columns #mw-normal-catlinks ul li {
  90. float: none;
  91. width: auto;
  92. }
  93. #mw-normal-catlinks a.new {
  94. color: white;
  95. }
  96. /* HEADERS */
  97. h1,h2,h3,h4,h5,h6 {
  98. margin-bottom: 0em;
  99. }
  100. .page-Special_SpecialPages h2 {
  101. margin-bottom: 0.5em;
  102. }
  103. .editsection {
  104. font-weight: normal;
  105. font-size: 0.3em;
  106. }
  107. h3 {
  108. font-weight: normal;
  109. font-size:1em;
  110. }
  111. .ns-subject h3,
  112. .ns-special h3,
  113. .page-Main_Page h3 {
  114. font-weight: bold;
  115. font-size: 2em;
  116. }
  117. p.title {
  118. padding: 0.9375em;
  119. }
  120. /* TABLES */
  121. table.formtable {
  122. border: none;
  123. }
  124. /* TURN OFF TABLE STRIPING FOR EDITFORMS */
  125. table.formedit tr.even,
  126. table.formedit tr.alt,
  127. table.formedit tr:nth-of-type(even) {
  128. background: transparent;
  129. }
  130. table {
  131. width: 100%;
  132. }
  133. td.mw-label {
  134. width: 20%;
  135. }
  136. td.mw-input {
  137. width: 80%;
  138. }
  139. thead tr th {
  140. cursor: pointer;
  141. }
  142. table.formtable th {
  143. text-align: right !important;
  144. }
  145. td.smwpropname, th.smwpropname, td.smwspecname {
  146. text-align:left;
  147. }
  148. table tbody tr td, table tr td {
  149. line-height: 1.6em;
  150. }
  151. table.wikitable {
  152. margin: 0em 0 1em 0;
  153. }
  154. table.wikitable > tr > th,
  155. table.wikitable > * > tr > th {
  156. text-align: left;
  157. }
  158. table.wikitable > tr > th,
  159. table.wikitable > tr > td,
  160. table.wikitable > * > tr > th,
  161. table.wikitable > * > tr > td {
  162. border: 3px #fff solid;
  163. padding: 0.6em;
  164. }
  165. /* FORMS, INPUTS, FIELDSETS */
  166. .multipleTemplateInstance {
  167. background-color: white !important;
  168. border: none !important;
  169. border-bottom: 1px dashed #999999 !important;
  170. }
  171. .multipleTemplateInstance table {
  172. border: none !important;
  173. }
  174. .novalue {
  175. color: #999999;
  176. font-style:italic;
  177. font-size:small;
  178. }
  179. .inputSpan select.createboxInput,
  180. .dateInput select.monthInput,
  181. .dateInput input.dayInput,
  182. .dateInput input.yearInput {
  183. width: auto;
  184. float: left;
  185. margin-right: 1em;
  186. }
  187. input.createboxInput {
  188. width: 100%;
  189. }
  190. input[type="checkbox"].createboxInput {
  191. width: auto;
  192. }
  193. label.checkboxLabel {
  194. margin-right: 0.5em;
  195. }
  196. .edit_with_form {
  197. margin: -2em 0 0 0;
  198. float:right;
  199. }
  200. input[type="radio"],
  201. input[type="checkbox"] {
  202. display:inline;
  203. }
  204. input[type='file'] {
  205. margin-top: 0.4em;
  206. }
  207. input:not([type]),
  208. textarea,
  209. p.meta {
  210. margin-bottom: 4px;
  211. }
  212. label { display: inline;}
  213. .mw-input label { font-weight: normal; }
  214. li label.inline {
  215. margin-bottom: 2px;
  216. padding: 0;
  217. }
  218. div.small-9.columns label,
  219. div.small-10.columns label {
  220. font-weight: normal;
  221. }
  222. button, .button {
  223. margin: 0.5em 0;
  224. padding: 0.3em 0.75em 0.4em 0.75em;
  225. }
  226. input[type="submit"] {
  227. background-color: #5da423;
  228. border-color: #457a1a;
  229. color: white;
  230. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  231. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  232. -webkit-transition: background-color 300ms ease-out;
  233. -moz-transition: background-color 300ms ease-out;
  234. transition: background-color 300ms ease-out;
  235. }
  236. legend {
  237. font-size: 0.875em;
  238. color: #4d4d4d;
  239. cursor: pointer;
  240. display: block;
  241. font-weight: 500;
  242. }
  243. fieldset {
  244. line-height: 1.6em;
  245. padding: 0.25em 1.25em 1em 1.25em;
  246. }
  247. span.smwbuiltin,
  248. span.smwttactiveinline span.smwbuiltin {
  249. font-style: normal;
  250. }
  251. /* MW still generates a label column for checkboxes, this minimizes is */
  252. div.mw-htmlform-field-HTMLCheckField div.mw-label { height:0; }
  253. /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
  254. #p-toolboxend { display:none;}
  255. /* Jamie's Header Hider */
  256. body.page-Main_Page h1.firstHeading,
  257. body.page-Main_Page #siteSub,
  258. body.page-Extension_Main_Page h1.firstHeading,
  259. body.page-Extension_Main_Page #siteSub,
  260. body.page-Skin_Main_Page h1.firstHeading,
  261. body.page-Skin_Main_Page #siteSub,
  262. body.page-Farm_Main_Pageh1.firstHeading,
  263. body.page-Farm_Main_Page #siteSub {
  264. display:none;
  265. }