foreground.css 6.9 KB

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