1
0

foreground.css 27 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550
  1. body {
  2. line-height: 1.6em;
  3. }
  4. p {
  5. margin-bottom: 0.25em;
  6. }
  7. #page-content {
  8. margin: 2rem 0 0;
  9. }
  10. .row {
  11. max-width: 75em;
  12. }
  13. a.label:hover, a.label:focus {
  14. color: white;
  15. }
  16. a.label.new {
  17. background-color: #d0d0d0;
  18. }
  19. a#actions-button {
  20. float: right;
  21. z-index: 499;
  22. }
  23. /* rtl an ltr */
  24. [dir=ltr] * {
  25. direction: ltr;
  26. }
  27. [dir=rtl] * {
  28. direction: rtl;
  29. }
  30. [dir=ltr] {
  31. direction: ltr;
  32. }
  33. [dir=rtl] {
  34. direction: rtl;
  35. }
  36. /* Reset all table CSS from Foundation styles back to MediaWiki */
  37. table { width: 0; }
  38. td.mw-label { width: 0; }
  39. td.smwpropname, th.smwpropname, td.smwspecname { text-align: inherit; }
  40. table tbody tr td, table tr td { line-height: inherit; }
  41. table { background: transparent; margin-bottom: 1.25em; border: 0; }
  42. table thead, table tfoot { background: 0; font-weight: normal; }
  43. table thead tr th, table thead tr td, table tfoot tr th, table tfoot tr td { padding: 0; font-size: 100%; color: inherit; text-align: inherit; }
  44. table tr th, table tr td { padding: 0; font-size: 100%; color: inherit; }
  45. table tr.even, table tr.alt, table tr:nth-of-type(even) { background: transparent; }
  46. table thead tr th, table tfoot tr th, table tbody tr td, table tr td, table tfoot tr td { display: table-cell; line-height: inherit; text-align: inherit; }
  47. /* wikitable classes reset */
  48. table.wikitable {
  49. margin: 1em 0;
  50. }
  51. table.wikitable > tr > th,
  52. table.wikitable > * > tr > th {
  53. text-align: inherit;
  54. }
  55. /* Style MW Table of Contents */
  56. .toctoggle, .toctoggle a {
  57. line-height: 2em;
  58. display: inline;
  59. vertical-align: top;
  60. }
  61. #toctitle h2 {
  62. display: inline;
  63. font-size: 1.8rem;
  64. }
  65. #toc, .toc {
  66. padding: 1em 1em;
  67. border: 1px solid #dddddd;
  68. display: inline-block;
  69. width: auto;
  70. margin: 1.5em 0;
  71. }
  72. #toc ul, .toc ul {
  73. list-style-type: none;
  74. list-style-image: none;
  75. padding: 0;
  76. width: auto;
  77. }
  78. /* Hide the page actions button for special pages (cuz there's nothing in it) */
  79. .mw-special-FormEdit a#actions-button, .ns-special a#actions-button {
  80. display: none;
  81. }
  82. /* Hide some rows on form-edit (e.g. a thing's title) */
  83. body.action-formedit .row.hide-on-form-edit {
  84. display: none;
  85. }
  86. /* Move the MediaWiki notification area so it isn't on top of the Action menu */
  87. .mw-notification-area {
  88. margin-top: 2em;
  89. }
  90. /* Also adjust z-index of action menu to force it on top */
  91. #p-cactions #actions {
  92. z-index: 500;
  93. white-space: nowrap;
  94. }
  95. #p-cactions #actions a {
  96. width: 100%;
  97. text-align: left;
  98. }
  99. /* Make sure top bar is even more z-indx! */
  100. #toolbox-dropdown {
  101. z-index: 601;
  102. }
  103. #personal-tools-dropdown {
  104. z-index: 601;
  105. }
  106. /* Dropdown Icon Alignment */
  107. .drop-icon {
  108. display: inline;
  109. margin-right: 4px;
  110. }
  111. td.mw-submit a, .htmlform-tip, #mw-upload-permitted p {
  112. font-size: 90%;
  113. }
  114. alert.label a {
  115. color: pink;
  116. }
  117. code {
  118. font-weight: normal;
  119. color: #222222;
  120. }
  121. small {
  122. font-size: 80%;
  123. }
  124. h4.namespace.label {
  125. font-size: 1rem;
  126. display: inline-block;
  127. margin-bottom: 0.5rem;
  128. }
  129. .label {
  130. padding-bottom: 0.39em;
  131. }
  132. h2 span {
  133. display: inline-block;
  134. }
  135. h2.title {
  136. margin-bottom: 0.1em;
  137. }
  138. h3#tagline {
  139. font-style: italic;
  140. font-size: small;
  141. margin-bottom: 0.5em;
  142. color: #6f6f6f;
  143. }
  144. .clear_both {
  145. clear: both;
  146. }
  147. .large-2 strong, .large-2 b {
  148. display: block;
  149. }
  150. .large-2 strong, .large-2 b, table th {
  151. font-size: 0.875em;
  152. color: #4d4d4d;
  153. font-weight: 500;
  154. }
  155. /* LAYOUT */
  156. .row .row {
  157. margin-bottom: 0.9em;
  158. }
  159. div.small-10 .row {
  160. margin: 1em 0 0 0;
  161. }
  162. div.small-9.columns textarea {
  163. margin-bottom: 0.25em;
  164. }
  165. footer.row {
  166. margin-top: 2em;
  167. color: grey;
  168. }
  169. div {
  170. line-height: 1.60em;
  171. }
  172. /* NOTICES, ALERTS, WARNINGS */
  173. div#userloginprompt, p#userloginlink {
  174. font-size: 80%;
  175. }
  176. /* LISTS */
  177. ul#actions.f-dropdown {
  178. margin-left: 0;
  179. margin-top: .5em;
  180. margin-bottom: .25em;
  181. padding: .25em;
  182. }
  183. dl {
  184. margin-bottom: 0em;
  185. margin-top: .75em;
  186. }
  187. /* Override MW legacy.module for all skins styling of ul and ol */
  188. .mw-content-ltr ul,
  189. .mw-content-rtl .mw-content-ltr ul {
  190. /* @noflip */
  191. margin: 0.5em 0 0 2em;
  192. padding: 0;
  193. }
  194. .mw-content-rtl ul,
  195. .mw-content-ltr .mw-content-rtl ul {
  196. /* @noflip */
  197. margin: 0.5em 2em 0 0;
  198. padding: 0;
  199. }
  200. .mw-content-ltr ol,
  201. .mw-content-rtl .mw-content-ltr ol {
  202. /* @noflip */
  203. margin: 0.5em 0 0 2em;
  204. padding: 0;
  205. }
  206. .mw-content-rtl ol,
  207. .mw-content-ltr .mw-content-rtl ol {
  208. /* @noflip */
  209. margin: 0.5em 2em 0 0;
  210. padding: 0;
  211. }
  212. /* @noflip */
  213. .mw-content-ltr dd,
  214. .mw-content-rtl .mw-content-ltr dd {
  215. margin-left: 1.6em;
  216. margin-right: 0;
  217. }
  218. /* @noflip */
  219. .mw-content-rtl dd,
  220. .mw-content-ltr .mw-content-rtl dd {
  221. margin-right: 1.6em;
  222. margin-left: 0;
  223. }
  224. /* Tabs */
  225. /* make sure tabs ul element has no margins */
  226. #mw-content-text ul.tabs {
  227. margin: 0;
  228. }
  229. /* stop focus outline */
  230. .tabs dd.active>a, .tabs .tab-title.active>a:focus {
  231. outline: none;
  232. }
  233. /* make sure orbit image slider has no margins */
  234. #mw-content-text .orbit-container ul {
  235. margin: 0;
  236. }
  237. footer.row ul {
  238. list-style-type: none;
  239. margin: 0 0 1em 0;
  240. }
  241. footer.row ul.views.columns li {
  242. margin-right: 1em;
  243. }
  244. #footer footer.row ul {
  245. margin: 0;
  246. list-style-type: none;
  247. }
  248. /* Make social follow float right */
  249. .social-follow {
  250. text-align: center;
  251. }
  252. div.social-follow div[class*="addthis"] {
  253. text-align: left;
  254. display: inline-block;
  255. }
  256. /* end social footer classes */
  257. #footer-left {
  258. font-size: 90%;
  259. text-align: left;
  260. }
  261. #footer-right-icons {
  262. font-size: 85%;
  263. text-align: center;
  264. }
  265. #footer-right-icons li {
  266. display: inline-block;
  267. text-align: center;
  268. margin: 0 0 .5em .5em;
  269. }
  270. li#footer-privacy {
  271. float: left;
  272. margin-right: 2em;
  273. }
  274. li#footer-about {
  275. float: left;
  276. margin-right: 2em;
  277. }
  278. li#footer-disclaimer {
  279. float: left;
  280. margin-right: 2em;
  281. }
  282. .text-center #footer-left li {
  283. float: none;
  284. margin: 0;
  285. }
  286. .text-center #footer-left {
  287. text-align: center;
  288. }
  289. @media only screen and (max-width: 641px) {
  290. #footer-left {
  291. font-size: 85%;
  292. text-align: center;
  293. }
  294. #footer-right-icons {
  295. font-size: 80%;
  296. }
  297. li#footer-privacy {
  298. float: none;
  299. margin-right: 0;
  300. }
  301. li#footer-about {
  302. float: none;
  303. margin-right: 0;
  304. }
  305. li#footer-disclaimer {
  306. float: none;
  307. margin-right: 0;
  308. }
  309. }
  310. .columns ul.special li {
  311. float: none;
  312. width: 100%;
  313. }
  314. .columns div#uploadtext ul {
  315. list-style-type: disc;
  316. }
  317. .columns div#uploadtext ul li {
  318. float: none;
  319. width: 95%;
  320. margin-left: 2em;
  321. }
  322. #catlinks {
  323. border: 1px solid #aaa;
  324. padding: 0.25rem;
  325. }
  326. #catlinks .label {
  327. font-size: .9rem;
  328. }
  329. #catlinks a.label.new {
  330. background-color: #BA0F2A;
  331. }
  332. .catlinks li {
  333. border-left: none;
  334. }
  335. .mw-specialpages-table td ul.columns li {
  336. width: 50%;
  337. }
  338. /*#mw-content-text .columns li {float:none;width:90%;}*/
  339. footer.row ul.columns li {
  340. display: inline;
  341. float: none;
  342. }
  343. .columns #mw-normal-catlinks ul li {
  344. float: none;
  345. width: auto;
  346. }
  347. #mw-normal-catlinks a.new {
  348. color: white;
  349. }
  350. ul.vcard {
  351. padding: 0.5em 0.5em 0.55em 0.5em;
  352. }
  353. /* HEADERS */
  354. h1, h2, h3, h4, h5, h6 {
  355. margin-top: 0em;
  356. line-height: 1em;
  357. }
  358. .page-Special_SpecialPages h2 {
  359. margin-bottom: 0.5em;
  360. }
  361. .editsection {
  362. font-weight: normal;
  363. font-size: 0.4em;
  364. }
  365. p.title {
  366. padding: 0.9375em;
  367. }
  368. /* TABLES */
  369. .mw-content-ltr table#toc {
  370. float: right;
  371. width: auto;
  372. }
  373. .mw-content-rtl table#toc {
  374. float: left;
  375. width: auto;
  376. }
  377. table.formtable {
  378. border: none;
  379. }
  380. table td[align="right"] {
  381. text-align: right;
  382. }
  383. /* TURN OFF TABLE STRIPING FOR EDITFORMS */
  384. table.formedit tr.even, table.formedit tr.alt, table.formedit tr:nth-of-type(even) {
  385. background: transparent;
  386. }
  387. table {
  388. width: 100%;
  389. }
  390. td.mw-label {
  391. width: 20%;
  392. }
  393. td.mw-input {
  394. width: 80%;
  395. }
  396. thead tr th {
  397. cursor: pointer;
  398. }
  399. table.formtable th {
  400. text-align: right !important;
  401. }
  402. td.smwpropname, th.smwpropname, td.smwspecname {
  403. text-align: left;
  404. }
  405. table tbody tr td, table tr td {
  406. line-height: 1.6em;
  407. }
  408. table.wikitable {
  409. margin: 0em 0 1em 0;
  410. }
  411. table.wikitable>tr>th, table.wikitable>*>tr>th {
  412. text-align: left;
  413. }
  414. table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
  415. border: 3px #fff solid;
  416. padding: 0.6em;
  417. }
  418. /* FORMS, INPUTS, FIELDSETS */
  419. .multipleTemplateInstance {
  420. background-color: white !important;
  421. border: none !important;
  422. border-bottom: 1px dashed #999999 !important;
  423. }
  424. .multipleTemplateInstance table {
  425. border: none !important;
  426. }
  427. .multipleTemplateAdder {
  428. font-size: 0.9em;
  429. padding: 0.4125em 0.5em 0.55em 0.5em;
  430. }
  431. .novalue {
  432. color: #999999;
  433. font-style: italic;
  434. font-size: small;
  435. }
  436. input[type="file"], input[type="checkbox"], input[type="radio"], select {
  437. padding: 5px;
  438. }
  439. input[type="file"], select {
  440. padding: 5px;
  441. border: 1px solid #cccccc;
  442. }
  443. .inputSpan select.createboxInput, .dateInput select.monthInput, input.hourInput, input.minuteInput, input.secondInput, input.dayInput, input.yearInput, input[name="*[* date][hour]"], input[name="*[* date][minute]"], input[name="*[* date][second]"] {
  444. width: auto;
  445. margin-right: 1em;
  446. }
  447. /*
  448. .inputSpan input.createboxInput {
  449. width: 100%;
  450. }
  451. */
  452. .inputSpan button, .inputSpan .button {
  453. margin: -4px 0 0 0;
  454. padding: 0.37em 0.75em 0.6em 0.70em;
  455. }
  456. .ms-selectable input[type="text"] {
  457. width: 100%;
  458. }
  459. button.ui-button-icon-only {
  460. height: 2.24em !important;
  461. }
  462. select {
  463. width: auto;
  464. }
  465. input[type="checkbox"].createboxInput {
  466. width: auto;
  467. }
  468. label.checkboxLabel {
  469. margin-right: 0.5em;
  470. }
  471. .edit_with_form {
  472. margin: -2em 0 0 0;
  473. float: right;
  474. }
  475. input[type="radio"], input[type="checkbox"] {
  476. display: inline;
  477. }
  478. input[type='file'] {
  479. margin-top: 0.4em;
  480. }
  481. input:not([type]), textarea, p.meta {
  482. margin-bottom: 4px;
  483. }
  484. label {
  485. display: inline;
  486. font-weight: normal;
  487. }
  488. .mw-input label {
  489. font-weight: normal;
  490. }
  491. #mw-content-text ul.SFI_timepicker_hours, #mw-content-text ul.SFI_timepicker_minutes {
  492. list-style-type: none;
  493. }
  494. #mw-content-text ul.SFI_timepicker_hours li {
  495. margin: 2px 2px;
  496. padding: 4px;
  497. }
  498. .sminput.sminput-googlemaps3 p button {
  499. padding-top: 0.35em;
  500. padding-bottom: 0.6em;
  501. }
  502. li label.inline {
  503. margin-bottom: 2px;
  504. padding: 0;
  505. }
  506. button, .button {
  507. margin: 0.5em 0;
  508. padding: 0.3em 0.75em 0.4em 0.75em;
  509. }
  510. .top-bar-logo {
  511. max-width: 100%;
  512. height: auto;
  513. max-height: 2.8125rem;
  514. /* Important! max-height must not be higher than line-height */
  515. display: inline-block;
  516. vertical-align: middle;
  517. }
  518. .top-bar .button.search {
  519. top: 0px;
  520. }
  521. .top-bar .button, .top-bar button {
  522. padding-top: .35rem;
  523. padding-bottom: .35rem;
  524. }
  525. .top-bar .button.search {
  526. margin-left: 10px;
  527. }
  528. .top-bar input {
  529. top: 0px;
  530. }
  531. @media only screen and (min-width: 641px) {
  532. .top-bar .button.search {
  533. top: 0px;
  534. }
  535. .top-bar .button.search {
  536. margin-left: -4px;
  537. }
  538. .top-bar {
  539. height: auto;
  540. }
  541. }
  542. .top-bar-section .dropdown {
  543. z-index: 600;
  544. }
  545. input[type="submit"] {
  546. background-color: #5da423;
  547. border-color: #457a1a;
  548. color: white;
  549. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  550. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  551. -webkit-transition: background-color 300ms ease-out;
  552. -moz-transition: background-color 300ms ease-out;
  553. transition: background-color 300ms ease-out;
  554. }
  555. input#wpPreview {
  556. background-color: #5da423;
  557. border-color: #457a1a;
  558. color: white;
  559. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  560. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  561. -webkit-transition: background-color 300ms ease-out;
  562. -moz-transition: background-color 300ms ease-out;
  563. transition: background-color 300ms ease-out;
  564. }
  565. .editButtons input[type="submit"] {
  566. display: inline-block;
  567. }
  568. legend {
  569. font-size: 0.875em;
  570. color: #4d4d4d;
  571. cursor: pointer;
  572. display: block;
  573. font-weight: 500;
  574. }
  575. fieldset {
  576. line-height: 1.6em;
  577. padding: 0 1.25em 1em 1.25em;
  578. margin-top: 0;
  579. }
  580. span.smwbuiltin, span.smwttactiveinline span.smwbuiltin {
  581. font-style: normal;
  582. }
  583. /* MW still generates a label column for checkboxes, this minimizes is */
  584. div.mw-htmlform-field-HTMLCheckField div.mw-label {
  585. height: 0;
  586. }
  587. /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
  588. #p-toolboxend {
  589. display: none;
  590. }
  591. /* firstHeading Fix */
  592. h1#firstHeading {
  593. font-size: 2.125rem;
  594. margin: 0;
  595. }
  596. @media only screen and (min-width: 40.0625em) {
  597. h1#firstHeading {
  598. font-size: 2.75rem;
  599. }
  600. }
  601. /* Don't like the black top bar? Copy this into your Foreground.css and change the colors
  602. .top-bar,
  603. .top-bar-section ul,
  604. .top-bar-section ul li.active > a,
  605. .top-bar-section li a:not(.button),
  606. .top-bar-section .has-form {
  607. background: #333333;
  608. }
  609. .top-bar-section > ul > .divider,
  610. .top-bar-section > ul > [role="separator"] {
  611. border-color: black;
  612. }
  613. */
  614. .vertical-divider {
  615. width: 100%;
  616. display: block;
  617. background: #1A1A1A;
  618. height: 1px;
  619. }
  620. .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  621. background: inherit;
  622. }
  623. .top-bar input {
  624. width: auto;
  625. display: inline;
  626. }
  627. /*Fix ULS CSS */
  628. #pt-uls a.uls-trigger {
  629. padding-left: 15px !important;
  630. }
  631. /* Orbit Slider Overrides for MW */
  632. .orbit-container .orbit-slides-container img {
  633. width: 100%;
  634. }
  635. .orbit-bullets {
  636. margin: 0 auto 30px auto !important;
  637. }
  638. /* Block-Grid UL fixes */
  639. ul[class*="block-grid"] {
  640. margin: 0;
  641. }
  642. /* WikiEditor related fixes */
  643. /* lable of toolbar */
  644. .wikiEditor-ui-toolbar .label {
  645. background: transparent;
  646. color: #000;
  647. }
  648. /* selection boxes in toolbar adhere to font-size */
  649. .wikiEditor-ui-toolbar .page-characters div span {
  650. height: 1.75em;
  651. }
  652. /* Visual Editor Fixes */
  653. .ve-activated #content {
  654. margin-top: 4em;
  655. }
  656. .ve-ce-documentNode {
  657. background: #fff;
  658. }
  659. .oo-ui-barToolGroup.oo-ui-widget-enabled>.oo-ui-toolGroup-tools>.oo-ui-tool>.oo-ui-tool-link, .oo-ui-barToolGroup>.oo-ui-toolGroup-tools>.oo-ui-tool.oo-ui-widget-disabled>.oo-ui-tool-link {
  660. display: inline !important;
  661. }
  662. .mw-indicators {
  663. float: right;
  664. line-height: 1.6;
  665. font-size: 0.875em;
  666. position: relative;
  667. margin: -1em .5em 0;
  668. max-height: 30px;
  669. width: auto;
  670. z-index: 1;
  671. }
  672. .mw-indicator {
  673. display: inline-block;
  674. }
  675. body {
  676. line-height: 1.6em;
  677. }
  678. p {
  679. margin-bottom: 0.25em;
  680. }
  681. a.label:hover, a.label:focus {
  682. color: white;
  683. }
  684. a.label.new {
  685. background-color: #d0d0d0;
  686. }
  687. a#actions-button {
  688. float: right;
  689. z-index: 499;
  690. }
  691. /* Hide the page actions button for special pages (cuz there's nothing in it) */
  692. .mw-special-FormEdit a#actions-button, .ns-special a#actions-button {
  693. display: none;
  694. }
  695. /* Hide some rows on form-edit (e.g. a thing's title) */
  696. body.action-formedit .row.hide-on-form-edit {
  697. display: none;
  698. }
  699. /* Move the MediaWiki notification area so it isn't on top of the Action menu */
  700. .mw-notification-area {
  701. margin-top: 2em;
  702. }
  703. /* Also adjust z-index of action menu to force it on top */
  704. #p-cactions #actions {
  705. z-index: 500;
  706. white-space: nowrap;
  707. }
  708. #p-cactions #actions a {
  709. width: 100%;
  710. text-align: left;
  711. }
  712. /* Make sure top bar is even more z-indx! */
  713. #toolbox-dropdown {
  714. z-index: 601;
  715. }
  716. #personal-tools-dropdown {
  717. z-index: 601;
  718. }
  719. /* Dropdown Icon Alignment */
  720. .drop-icon {
  721. display: inline;
  722. margin-right: 4px;
  723. }
  724. td.mw-submit a, .htmlform-tip, #mw-upload-permitted p {
  725. font-size: 90%;
  726. }
  727. alert.label a {
  728. color: pink;
  729. }
  730. code {
  731. font-weight: normal;
  732. color: #222222;
  733. }
  734. small {
  735. font-size: 80%;
  736. }
  737. h4.namespace.label {
  738. font-size: 1rem;
  739. display: inline-block;
  740. margin-bottom: 0.5rem;
  741. }
  742. .label {
  743. padding-bottom: 0.39em;
  744. }
  745. h2 span {
  746. display: inline-block;
  747. }
  748. span.title {
  749. margin-bottom: 0.1em;
  750. }
  751. .title-name {
  752. font-size: 1.3rem;
  753. margin: 0 .5em;
  754. color: #FFF;
  755. line-height: 2em;
  756. }
  757. h3#tagline {
  758. font-style: italic;
  759. font-size: small;
  760. margin-bottom: 0.5em;
  761. color: #6f6f6f;
  762. }
  763. .clear_both {
  764. clear: both;
  765. }
  766. .large-2 strong, .large-2 b {
  767. display: block;
  768. }
  769. .large-2 strong, .large-2 b, table th {
  770. font-size: 0.875em;
  771. color: #4d4d4d;
  772. font-weight: 500;
  773. }
  774. /* LAYOUT */
  775. .row .row {
  776. margin-bottom: 0.9em;
  777. }
  778. div.small-10 .row {
  779. margin: 1em 0 0 0;
  780. }
  781. div.small-9.columns textarea {
  782. margin-bottom: 0.25em;
  783. }
  784. footer.row {
  785. margin-top: 2em;
  786. color: grey;
  787. }
  788. div {
  789. line-height: 1.60em;
  790. }
  791. /* NOTICES, ALERTS, WARNINGS */
  792. div#userloginprompt, p#userloginlink {
  793. font-size: 80%;
  794. }
  795. /* make sure orbit image slider has no margins */
  796. #mw-content-text .orbit-container ul {
  797. margin: 0;
  798. }
  799. footer.row ul {
  800. list-style-type: none;
  801. margin: 0 0 1em 0;
  802. }
  803. footer.row ul.views.columns li {
  804. margin-right: 1em;
  805. }
  806. #footer footer.row ul {
  807. margin: 0;
  808. list-style-type: none;
  809. }
  810. /* Make social footer center need overflow:hidden and other div classes */
  811. .social-footer {
  812. margin: 0 0 1em;
  813. font-size: 90%;
  814. overflow: hidden;
  815. }
  816. /* Hide all text in p elements */
  817. .social-footer p {
  818. display: none;
  819. }
  820. /* Outer wrap */
  821. .social-links {
  822. position: relative;
  823. left: 50%;
  824. float: left;
  825. }
  826. /* addThis container (inner wrap) */
  827. .addthis_horizontal_follow_toolbox {
  828. position: relative;
  829. left: -50%;
  830. float: left;
  831. z-index: 100000;
  832. }
  833. /* end social footer classes */
  834. #footer-left {
  835. font-size: 90%;
  836. text-align: left;
  837. }
  838. #footer-right-icons {
  839. font-size: 85%;
  840. text-align: center;
  841. }
  842. #footer-right-icons li {
  843. display: inline-block;
  844. text-align: center;
  845. margin: 0 0 .5em .5em;
  846. }
  847. li#footer-privacy {
  848. float: left;
  849. margin-right: 2em;
  850. }
  851. li#footer-about {
  852. float: left;
  853. margin-right: 2em;
  854. }
  855. li#footer-disclaimer {
  856. float: left;
  857. margin-right: 2em;
  858. }
  859. .text-center #footer-left li {
  860. float: none;
  861. margin: 0;
  862. }
  863. .text-center #footer-left {
  864. text-align: center;
  865. }
  866. @media only screen and (max-width: 641px) {
  867. #footer-left {
  868. font-size: 85%;
  869. text-align: center;
  870. }
  871. #footer-right-icons {
  872. font-size: 80%;
  873. }
  874. li#footer-privacy {
  875. float: none;
  876. margin-right: 0;
  877. }
  878. li#footer-about {
  879. float: none;
  880. margin-right: 0;
  881. }
  882. li#footer-disclaimer {
  883. float: none;
  884. margin-right: 0;
  885. }
  886. }
  887. .columns ul.special li {
  888. float: none;
  889. width: 100%;
  890. }
  891. .columns div#uploadtext ul {
  892. list-style-type: disc;
  893. }
  894. .columns div#uploadtext ul li {
  895. float: none;
  896. width: 95%;
  897. margin-left: 2em;
  898. }
  899. #catlinks {
  900. border: 1px solid #aaa;
  901. padding: 0.25rem;
  902. }
  903. #catlinks .label {
  904. font-size: .9rem;
  905. }
  906. #catlinks a.label.new {
  907. background-color: #BA0F2A;
  908. }
  909. .catlinks li {
  910. border-left: none;
  911. }
  912. .mw-specialpages-table td ul.columns li {
  913. width: 50%;
  914. }
  915. /*#mw-content-text .columns li {float:none;width:90%;}*/
  916. footer.row ul.columns li {
  917. display: inline;
  918. float: none;
  919. }
  920. .columns #mw-normal-catlinks ul li {
  921. float: none;
  922. width: auto;
  923. }
  924. #mw-normal-catlinks a.new {
  925. color: white;
  926. }
  927. ul.vcard {
  928. padding: 0.5em 0.5em 0.55em 0.5em;
  929. }
  930. /* HEADERS */
  931. h1, h2, h3, h4, h5, h6 {
  932. margin-top: .75em;
  933. line-height: 1em;
  934. }
  935. .page-Special_SpecialPages h2 {
  936. margin-bottom: 0.5em;
  937. }
  938. .editsection {
  939. font-weight: normal;
  940. font-size: 0.4em;
  941. }
  942. p.title {
  943. padding: 0.9375em;
  944. }
  945. /* TABLES */
  946. .mw-content-ltr table#toc {
  947. float: right;
  948. width: auto;
  949. }
  950. .mw-content-rtl table#toc {
  951. float: left;
  952. width: auto;
  953. }
  954. table.formtable {
  955. border: none;
  956. }
  957. table td[align="right"] {
  958. text-align: right;
  959. }
  960. /* TURN OFF TABLE STRIPING FOR EDITFORMS */
  961. table.formedit tr.even, table.formedit tr.alt, table.formedit tr:nth-of-type(even) {
  962. background: transparent;
  963. }
  964. table {
  965. width: 100%;
  966. }
  967. td.mw-label {
  968. width: 20%;
  969. }
  970. td.mw-input {
  971. width: 80%;
  972. }
  973. thead tr th {
  974. cursor: pointer;
  975. }
  976. table.formtable th {
  977. text-align: right !important;
  978. }
  979. td.smwpropname, th.smwpropname, td.smwspecname {
  980. text-align: left;
  981. }
  982. table tbody tr td, table tr td {
  983. line-height: 1.6em;
  984. }
  985. table.wikitable {
  986. margin: 0em 0 1em 0;
  987. }
  988. table.wikitable>tr>th, table.wikitable>*>tr>th {
  989. text-align: left;
  990. }
  991. table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
  992. border: 3px #fff solid;
  993. padding: 0.6em;
  994. }
  995. /* FORMS, INPUTS, FIELDSETS */
  996. .multipleTemplateInstance {
  997. background-color: white !important;
  998. border: none !important;
  999. border-bottom: 1px dashed #999999 !important;
  1000. }
  1001. .multipleTemplateInstance table {
  1002. border: none !important;
  1003. }
  1004. .multipleTemplateAdder {
  1005. font-size: 0.9em;
  1006. padding: 0.4125em 0.5em 0.55em 0.5em;
  1007. }
  1008. .novalue {
  1009. color: #999999;
  1010. font-style: italic;
  1011. font-size: small;
  1012. }
  1013. input[type="file"], input[type="checkbox"], input[type="radio"], select {
  1014. padding: 5px;
  1015. }
  1016. input[type="file"], select {
  1017. padding: 5px;
  1018. border: 1px solid #cccccc;
  1019. }
  1020. .inputSpan select.createboxInput, .dateInput select.monthInput, input.hourInput, input.minuteInput, input.secondInput, input.dayInput, input.yearInput, input[name="*[* date][hour]"], input[name="*[* date][minute]"], input[name="*[* date][second]"] {
  1021. width: auto;
  1022. margin-right: 1em;
  1023. }
  1024. /*
  1025. .inputSpan input.createboxInput {
  1026. width: 100%;
  1027. }
  1028. */
  1029. .inputSpan button, .inputSpan .button {
  1030. margin: -4px 0 0 0;
  1031. padding: 0.37em 0.75em 0.6em 0.70em;
  1032. }
  1033. .ms-selectable input[type="text"] {
  1034. width: 100%;
  1035. }
  1036. button.ui-button-icon-only {
  1037. height: 2.24em !important;
  1038. }
  1039. select {
  1040. width: auto;
  1041. }
  1042. input[type="checkbox"].createboxInput {
  1043. width: auto;
  1044. }
  1045. label.checkboxLabel {
  1046. margin-right: 0.5em;
  1047. }
  1048. .edit_with_form {
  1049. margin: -2em 0 0 0;
  1050. float: right;
  1051. }
  1052. input[type="radio"], input[type="checkbox"] {
  1053. display: inline;
  1054. }
  1055. input[type='file'] {
  1056. margin-top: 0.4em;
  1057. }
  1058. input:not([type]), textarea, p.meta {
  1059. margin-bottom: 4px;
  1060. }
  1061. label {
  1062. display: inline;
  1063. font-weight: normal;
  1064. }
  1065. .mw-input label {
  1066. font-weight: normal;
  1067. }
  1068. #mw-content-text ul.SFI_timepicker_hours, #mw-content-text ul.SFI_timepicker_minutes {
  1069. list-style-type: none;
  1070. }
  1071. #mw-content-text ul.SFI_timepicker_hours li {
  1072. margin: 2px 2px;
  1073. padding: 4px;
  1074. }
  1075. .sminput.sminput-googlemaps3 p button {
  1076. padding-top: 0.35em;
  1077. padding-bottom: 0.6em;
  1078. }
  1079. li label.inline {
  1080. margin-bottom: 2px;
  1081. padding: 0;
  1082. }
  1083. button, .button {
  1084. margin: 0.5em 0;
  1085. padding: 0.3em 0.75em 0.4em 0.75em;
  1086. }
  1087. .top-bar-logo {
  1088. max-width: 100%;
  1089. height: auto;
  1090. max-height: 2.8125rem;
  1091. /* Important! max-height must not be higher than line-height */
  1092. display: inline-block;
  1093. vertical-align: middle;
  1094. }
  1095. .top-bar .button.search {
  1096. top: 0px;
  1097. }
  1098. .top-bar .button, .top-bar button {
  1099. padding-top: .35rem;
  1100. padding-bottom: .35rem;
  1101. }
  1102. .top-bar .button.search {
  1103. margin-left: 10px;
  1104. }
  1105. .top-bar input {
  1106. top: 0px;
  1107. }
  1108. @media only screen and (min-width: 641px) {
  1109. .top-bar .button.search {
  1110. top: 0px;
  1111. }
  1112. .top-bar .button.search {
  1113. margin-left: -4px;
  1114. }
  1115. .top-bar {
  1116. height: auto;
  1117. }
  1118. }
  1119. .top-bar-section .dropdown {
  1120. z-index: 600;
  1121. }
  1122. input[type="submit"] {
  1123. background-color: #5da423;
  1124. border-color: #457a1a;
  1125. color: white;
  1126. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  1127. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  1128. -webkit-transition: background-color 300ms ease-out;
  1129. -moz-transition: background-color 300ms ease-out;
  1130. transition: background-color 300ms ease-out;
  1131. }
  1132. input#wpPreview {
  1133. background-color: #e9e9e9;
  1134. border-color: #d0d0d0;
  1135. color: black;
  1136. -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  1137. box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
  1138. -webkit-transition: background-color 300ms ease-out;
  1139. -moz-transition: background-color 300ms ease-out;
  1140. transition: background-color 300ms ease-out;
  1141. }
  1142. .editButtons input[type="submit"] {
  1143. display: inline-block;
  1144. }
  1145. legend {
  1146. font-size: 0.875em;
  1147. color: #4d4d4d;
  1148. cursor: pointer;
  1149. display: block;
  1150. font-weight: 500;
  1151. }
  1152. fieldset {
  1153. line-height: 1.6em;
  1154. padding: 0 1.25em 1em 1.25em;
  1155. margin-top: 0;
  1156. }
  1157. span.smwbuiltin, span.smwttactiveinline span.smwbuiltin {
  1158. font-style: normal;
  1159. }
  1160. /* MW still generates a label column for checkboxes, this minimizes is */
  1161. div.mw-htmlform-field-HTMLCheckField div.mw-label {
  1162. height: 0;
  1163. }
  1164. .vertical-divider {
  1165. width: 100%;
  1166. display: block;
  1167. background: #1A1A1A;
  1168. height: 1px;
  1169. }
  1170. .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
  1171. background: inherit;
  1172. }
  1173. .top-bar input {
  1174. width: auto;
  1175. display: inline;
  1176. }
  1177. /* Add improved styling for the Echo extension */
  1178. #echo-notifications {
  1179. float: right;
  1180. display: inline-block;
  1181. margin: -1em 1em .5em;
  1182. position: relative;
  1183. z-index: 500;
  1184. max-height: 30px;
  1185. }
  1186. #echo-notifications-notice,
  1187. #echo-notifications-alerts,
  1188. #echo-notifications-messages,
  1189. #echo-notifications {
  1190. display: inline-block;
  1191. }
  1192. #pt-notifications-notice .mw-echo-notifications-badge,
  1193. #pt-notifications-alert .mw-echo-notifications-badge,
  1194. #pt-notifications-message .mw-echo-notifications-badge {
  1195. background-size: 1.4em !important;
  1196. font-size: 1.1em;
  1197. color: transparent;
  1198. filter: invert(15%);
  1199. height: auto !important;
  1200. display: block !important;
  1201. }
  1202. #echo-notifications li {
  1203. list-style: none;
  1204. }
  1205. #echo-notifications-messages {
  1206. float: right;
  1207. }
  1208. #echo-notifications-alerts {
  1209. float: right;
  1210. }
  1211. #pt-notifications-alert .mw-echo-unseen-notifications, #pt-notifications-message .mw-echo-unseen-notifications {
  1212. color: #0645ad !important;
  1213. }
  1214. #echo-notifications li {
  1215. margin: 0 0 0 1em;
  1216. }
  1217. /* Make Echo extension more mobile friendly on small widths */
  1218. @media only screen and (max-width: 450px) {
  1219. .oo-ui-popupWidget-popup {
  1220. width: auto !important;
  1221. position: relative !important;
  1222. margin-left: -260px !important;
  1223. font-size: 75% !important;
  1224. }
  1225. .oo-ui-clippableElement-clippable.oo-ui-popupWidget-body {
  1226. width: 100% !important;
  1227. }
  1228. }
  1229. /*Fix ULS CSS */
  1230. #pt-uls a.uls-trigger {
  1231. padding-left: 15px !important;
  1232. }
  1233. /* Orbit Slider Overrides for MW */
  1234. .orbit-container .orbit-slides-container img {
  1235. width: 100%;
  1236. }
  1237. .orbit-bullets {
  1238. margin: 0 auto 30px auto !important;
  1239. }
  1240. /* Block-Grid UL fixes */
  1241. ul[class*="block-grid"] {
  1242. margin: 0;
  1243. }
  1244. /* WikiEditor related fixes */
  1245. /* lable of toolbar */
  1246. .wikiEditor-ui-toolbar .label {
  1247. background: transparent;
  1248. color: #000;
  1249. }
  1250. /* selection boxes in toolbar adhere to font-size */
  1251. .wikiEditor-ui-toolbar .page-characters div span {
  1252. height: 1.75em;
  1253. }
  1254. /* backound of controls adhere to #p-cactions */
  1255. .wikiEditor-ui-controls {
  1256. background-color: #f6f6f6;
  1257. }
  1258. /* background of buttions adhere to #p-cactions*/
  1259. .wikiEditor-ui-buttons {
  1260. background-color: #f6f6f6;
  1261. }
  1262. /* Visual Editor Fixes */
  1263. .ve-activated #content {
  1264. margin-top: 4em;
  1265. }
  1266. .ve-ce-documentNode {
  1267. background: #fff;
  1268. }
  1269. .oo-ui-barToolGroup.oo-ui-widget-enabled>.oo-ui-toolGroup-tools>.oo-ui-tool>.oo-ui-tool-link, .oo-ui-barToolGroup>.oo-ui-toolGroup-tools>.oo-ui-tool.oo-ui-widget-disabled>.oo-ui-tool-link {
  1270. display: inline !important;
  1271. }
  1272. .ve-activated #catlinks {
  1273. display:none;
  1274. }
  1275. .ve-activated #firstHeading {
  1276. border-bottom: 1px solid #ccc;
  1277. padding: 0 0 5px;
  1278. }
  1279. .ve-activated [class*="mw-content-"] {
  1280. padding: 0;
  1281. }
  1282. /* Page indicators */
  1283. .mw-indicators {
  1284. float: right;
  1285. line-height: 1.6;
  1286. font-size: 0.875em;
  1287. position: relative;
  1288. margin: -1em .5em .5em 1em;
  1289. max-height: 30px;
  1290. width: auto;
  1291. z-index: 1;
  1292. }
  1293. .mw-indicator {
  1294. display: inline-block;
  1295. }
  1296. /* Preferences Fixes */
  1297. #preftoc li a {
  1298. color: white;
  1299. padding: .25em .5em;
  1300. }
  1301. #preftoc li a:hover {
  1302. background: aqua;
  1303. color: white;
  1304. }
  1305. #preftoc li {
  1306. margin: 2px;
  1307. display: inline-block;
  1308. float: none;
  1309. padding: 1px;
  1310. position: relative;
  1311. list-style-type: none;
  1312. list-style-image: none;
  1313. z-index: 3;
  1314. border-radius: 3px;
  1315. font-size: .85em;
  1316. background: #142849;
  1317. border: 0;
  1318. color: white;
  1319. }
  1320. #preftoc li a {
  1321. color: white;
  1322. }
  1323. #preftoc li a:hover {
  1324. background: #2ba6cb;
  1325. }
  1326. ul#preftoc {
  1327. margin: auto;
  1328. text-align: center;
  1329. }
  1330. #preftoc>li.selected {
  1331. background: #2C58A1;
  1332. box-shadow: 2px 2px 5px 2px rgba(50, 138, 64, 0.54);
  1333. }
  1334. #preftoc li.selected a {
  1335. cursor: default;
  1336. text-decoration: none;
  1337. }
  1338. #preferences table {
  1339. min-width: 100%;
  1340. }
  1341. #preftoc {
  1342. margin: 0;
  1343. padding: 0;
  1344. width: 100%;
  1345. clear: both;
  1346. }
  1347. #preftoc a:active {
  1348. display: block;
  1349. color: #000;
  1350. padding: 0 .7em;
  1351. position: relative;
  1352. text-decoration: none;
  1353. }
  1354. #preftoc li.selected a {
  1355. cursor: default;
  1356. text-decoration: none;
  1357. }
  1358. #preferences {
  1359. margin: 0;
  1360. clear: both;
  1361. background-color: #FFF;
  1362. border: none;
  1363. }
  1364. .prefsection {
  1365. border: none;
  1366. padding: 0;
  1367. margin: 0;
  1368. }
  1369. .prefsection legend {
  1370. font-weight: bold;
  1371. }
  1372. .prefsection table, .prefsection legend {
  1373. background-color: #F9F9F9;
  1374. }
  1375. #preferences legend.mainLegend {
  1376. display: none;
  1377. }
  1378. #preferences fieldset legend {
  1379. font-weight: bold;
  1380. padding: 0 .25em;
  1381. margin: 0;
  1382. margin: 0 .25em 0 1em;
  1383. background: #FFF;
  1384. }
  1385. td.htmlform-tip {
  1386. font-size: .8em;
  1387. padding: .2em 2em;
  1388. color: #666;
  1389. border: 1px solid #eeeffe;
  1390. background: #eeeffe;
  1391. }
  1392. .preferences-login {
  1393. clear: both;
  1394. margin-bottom: 1.5em;
  1395. }
  1396. .prefcache {
  1397. font-size: 90%;
  1398. margin-top: 1em;
  1399. }