foreground.css 6.6 KB

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