foreground.css 5.3 KB

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