foreground.css 6.7 KB

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