foreground.css 5.5 KB

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