foreground.css 5.1 KB

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