12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511 |
- body {
- line-height: 1.6em;
- }
- p {
- margin-bottom: 0.25em;
- }
- #page-content {
- margin: 2rem 0 0;
- }
- .row {
- max-width: 75em;
- }
- a.label:hover, a.label:focus {
- color: white;
- }
- a.label.new {
- background-color: #d0d0d0;
- }
- a#actions-button {
- float: right;
- z-index: 499;
- }
- /* rtl an ltr */
- [dir=ltr] * {
- direction: ltr;
- }
- [dir=rtl] * {
- direction: rtl;
- }
- [dir=ltr] {
- direction: ltr;
- }
- [dir=rtl] {
- direction: rtl;
- }
- /* Reset all table CSS from Foundation styles back to MediaWiki */
- table { width: 0; }
- td.mw-label { width: 0; }
- td.smwpropname, th.smwpropname, td.smwspecname { text-align: inherit; }
- table tbody tr td, table tr td { line-height: inherit; }
- table { background: transparent; margin-bottom: 1.25em; border: 0; }
- table thead, table tfoot { background: 0; font-weight: normal; }
- 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; }
- table tr th, table tr td { padding: 0; font-size: 100%; color: inherit; }
- table tr.even, table tr.alt, table tr:nth-of-type(even) { background: transparent; }
- 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; }
- /* wikitable classes reset */
- table.wikitable {
- margin: 1em 0;
- }
- table.wikitable > tr > th,
- table.wikitable > * > tr > th {
- text-align: inherit;
- }
- /* Style MW Table of Contents */
- .toctoggle, .toctoggle a {
- line-height: 2em;
- display: inline;
- vertical-align: top;
- }
- #toctitle h2 {
- display: inline;
- font-size: 1.8rem;
- }
- #toc, .toc {
- padding: 1em 1em;
- border: 1px solid #dddddd;
- display: inline-block;
- width: auto;
- margin: 1.5em 0;
- }
- #toc ul, .toc ul {
- list-style-type: none;
- list-style-image: none;
- padding: 0;
- width: auto;
- }
- /* Hide the page actions button for special pages (cuz there's nothing in it) */
- .mw-special-FormEdit a#actions-button, .ns-special a#actions-button {
- display: none;
- }
- /* Hide some rows on form-edit (e.g. a thing's title) */
- body.action-formedit .row.hide-on-form-edit {
- display: none;
- }
- /* Move the MediaWiki notification area so it isn't on top of the Action menu */
- .mw-notification-area {
- margin-top: 2em;
- }
- /* Also adjust z-index of action menu to force it on top */
- #p-cactions #actions {
- z-index: 500;
- white-space: nowrap;
- }
- #p-cactions #actions a {
- width: 100%;
- text-align: left;
- }
- /* Make sure top bar is even more z-indx! */
- #toolbox-dropdown {
- z-index: 601;
- }
- #personal-tools-dropdown {
- z-index: 601;
- }
- /* Dropdown Icon Alignment */
- .drop-icon {
- display: inline;
- margin-right: 4px;
- }
- td.mw-submit a, .htmlform-tip, #mw-upload-permitted p {
- font-size: 90%;
- }
- alert.label a {
- color: pink;
- }
- code {
- font-weight: normal;
- color: #222222;
- }
- small {
- font-size: 80%;
- }
- h4.namespace.label {
- font-size: 1rem;
- display: inline-block;
- margin-bottom: 0.5rem;
- }
- .label {
- padding-bottom: 0.39em;
- }
- h2 span {
- display: inline-block;
- }
- h2.title {
- margin-bottom: 0.1em;
- }
- h3#tagline {
- font-style: italic;
- font-size: small;
- margin-bottom: 0.5em;
- color: #6f6f6f;
- }
- .clear_both {
- clear: both;
- }
- .large-2 strong, .large-2 b {
- display: block;
- }
- .large-2 strong, .large-2 b, table th {
- font-size: 0.875em;
- color: #4d4d4d;
- font-weight: 500;
- }
- /* LAYOUT */
- .row .row {
- margin-bottom: 0.9em;
- }
- div.small-10 .row {
- margin: 1em 0 0 0;
- }
- div.small-9.columns textarea {
- margin-bottom: 0.25em;
- }
- footer.row {
- margin-top: 2em;
- color: grey;
- }
- div {
- line-height: 1.60em;
- }
- /* NOTICES, ALERTS, WARNINGS */
- div#userloginprompt, p#userloginlink {
- font-size: 80%;
- }
- /* LISTS */
- ul#actions.f-dropdown {
- margin-left: 0;
- margin-top: .5em;
- margin-bottom: .25em;
- padding: .25em;
- }
- #mw-content-text ul {
- margin: .5em 1.25em;
- }
- /* Tabs */
- /* make sure tabs ul element has no margins */
- #mw-content-text ul.tabs {
- margin: 0;
- }
- /* stop focus outline */
- .tabs dd.active>a, .tabs .tab-title.active>a:focus {
- outline: none;
- }
- /* make sure orbit image slider has no margins */
- #mw-content-text .orbit-container ul {
- margin: 0;
- }
- footer.row ul {
- list-style-type: none;
- margin: 0 0 1em 0;
- }
- footer.row ul.views.columns li {
- margin-right: 1em;
- }
- #footer footer.row ul {
- margin: 0;
- list-style-type: none;
- }
- /* Make social follow float right */
- .social-follow {
- float: right;
- }
- /* end social footer classes */
- #footer-left {
- font-size: 90%;
- text-align: left;
- }
- #footer-right-icons {
- font-size: 85%;
- text-align: center;
- }
- #footer-right-icons li {
- display: inline-block;
- text-align: center;
- margin: 0 0 .5em .5em;
- }
- li#footer-privacy {
- float: left;
- margin-right: 2em;
- }
- li#footer-about {
- float: left;
- margin-right: 2em;
- }
- li#footer-disclaimer {
- float: left;
- margin-right: 2em;
- }
- .text-center #footer-left li {
- float: none;
- margin: 0;
- }
- .text-center #footer-left {
- text-align: center;
- }
- @media only screen and (max-width: 641px) {
- #footer-left {
- font-size: 85%;
- text-align: center;
- }
- #footer-right-icons {
- font-size: 80%;
- }
- li#footer-privacy {
- float: none;
- margin-right: 0;
- }
- li#footer-about {
- float: none;
- margin-right: 0;
- }
- li#footer-disclaimer {
- float: none;
- margin-right: 0;
- }
- }
- .columns ul.special li {
- float: none;
- width: 100%;
- }
- .columns div#uploadtext ul {
- list-style-type: disc;
- }
- .columns div#uploadtext ul li {
- float: none;
- width: 95%;
- margin-left: 2em;
- }
- #catlinks {
- border: 1px solid #aaa;
- padding: 0.25rem;
- }
- #catlinks .label {
- font-size: .9rem;
- }
- #catlinks a.label.new {
- background-color: #BA0F2A;
- }
- .catlinks li {
- border-left: none;
- }
- .mw-specialpages-table td ul.columns li {
- width: 50%;
- }
- /*#mw-content-text .columns li {float:none;width:90%;}*/
- footer.row ul.columns li {
- display: inline;
- float: none;
- }
- .columns #mw-normal-catlinks ul li {
- float: none;
- width: auto;
- }
- #mw-normal-catlinks a.new {
- color: white;
- }
- ul.vcard {
- padding: 0.5em 0.5em 0.55em 0.5em;
- }
- /* HEADERS */
- h1, h2, h3, h4, h5, h6 {
- margin-top: 0em;
- line-height: 1em;
- }
- .page-Special_SpecialPages h2 {
- margin-bottom: 0.5em;
- }
- .editsection {
- font-weight: normal;
- font-size: 0.4em;
- }
- p.title {
- padding: 0.9375em;
- }
- /* TABLES */
- .mw-content-ltr table#toc {
- float: right;
- width: auto;
- }
- .mw-content-rtl table#toc {
- float: left;
- width: auto;
- }
- table.formtable {
- border: none;
- }
- table td[align="right"] {
- text-align: right;
- }
- /* TURN OFF TABLE STRIPING FOR EDITFORMS */
- table.formedit tr.even, table.formedit tr.alt, table.formedit tr:nth-of-type(even) {
- background: transparent;
- }
- table {
- width: 100%;
- }
- td.mw-label {
- width: 20%;
- }
- td.mw-input {
- width: 80%;
- }
- thead tr th {
- cursor: pointer;
- }
- table.formtable th {
- text-align: right !important;
- }
- td.smwpropname, th.smwpropname, td.smwspecname {
- text-align: left;
- }
- table tbody tr td, table tr td {
- line-height: 1.6em;
- }
- table.wikitable {
- margin: 0em 0 1em 0;
- }
- table.wikitable>tr>th, table.wikitable>*>tr>th {
- text-align: left;
- }
- table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
- border: 3px #fff solid;
- padding: 0.6em;
- }
- /* FORMS, INPUTS, FIELDSETS */
- .multipleTemplateInstance {
- background-color: white !important;
- border: none !important;
- border-bottom: 1px dashed #999999 !important;
- }
- .multipleTemplateInstance table {
- border: none !important;
- }
- .multipleTemplateAdder {
- font-size: 0.9em;
- padding: 0.4125em 0.5em 0.55em 0.5em;
- }
- .novalue {
- color: #999999;
- font-style: italic;
- font-size: small;
- }
- input[type="file"], input[type="checkbox"], input[type="radio"], select {
- padding: 5px;
- }
- input[type="file"], select {
- padding: 5px;
- border: 1px solid #cccccc;
- }
- .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]"] {
- width: auto;
- margin-right: 1em;
- }
- /*
- .inputSpan input.createboxInput {
- width: 100%;
- }
- */
- .inputSpan button, .inputSpan .button {
- margin: -4px 0 0 0;
- padding: 0.37em 0.75em 0.6em 0.70em;
- }
- .ms-selectable input[type="text"] {
- width: 100%;
- }
- button.ui-button-icon-only {
- height: 2.24em !important;
- }
- select {
- width: auto;
- }
- input[type="checkbox"].createboxInput {
- width: auto;
- }
- label.checkboxLabel {
- margin-right: 0.5em;
- }
- .edit_with_form {
- margin: -2em 0 0 0;
- float: right;
- }
- input[type="radio"], input[type="checkbox"] {
- display: inline;
- }
- input[type='file'] {
- margin-top: 0.4em;
- }
- input:not([type]), textarea, p.meta {
- margin-bottom: 4px;
- }
- label {
- display: inline;
- font-weight: normal;
- }
- .mw-input label {
- font-weight: normal;
- }
- #mw-content-text ul.SFI_timepicker_hours, #mw-content-text ul.SFI_timepicker_minutes {
- list-style-type: none;
- }
- #mw-content-text ul.SFI_timepicker_hours li {
- margin: 2px 2px;
- padding: 4px;
- }
- .sminput.sminput-googlemaps3 p button {
- padding-top: 0.35em;
- padding-bottom: 0.6em;
- }
- li label.inline {
- margin-bottom: 2px;
- padding: 0;
- }
- button, .button {
- margin: 0.5em 0;
- padding: 0.3em 0.75em 0.4em 0.75em;
- }
- .top-bar-logo {
- max-width: 100%;
- height: auto;
- max-height: 2.8125rem;
- /* Important! max-height must not be higher than line-height */
- display: inline-block;
- vertical-align: middle;
- }
- .top-bar .button.search {
- top: 0px;
- }
- .top-bar .button, .top-bar button {
- padding-top: .35rem;
- padding-bottom: .35rem;
- }
- .top-bar .button.search {
- margin-left: 10px;
- }
- .top-bar input {
- top: 0px;
- }
- @media only screen and (min-width: 641px) {
- .top-bar .button.search {
- top: 0px;
- }
- .top-bar .button.search {
- margin-left: -4px;
- }
- .top-bar {
- height: auto;
- }
- }
- .top-bar-section .dropdown {
- z-index: 600;
- }
- input[type="submit"] {
- background-color: #5da423;
- border-color: #457a1a;
- color: white;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- -webkit-transition: background-color 300ms ease-out;
- -moz-transition: background-color 300ms ease-out;
- transition: background-color 300ms ease-out;
- }
- input#wpPreview {
- background-color: #5da423;
- border-color: #457a1a;
- color: white;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- -webkit-transition: background-color 300ms ease-out;
- -moz-transition: background-color 300ms ease-out;
- transition: background-color 300ms ease-out;
- }
- .editButtons input[type="submit"] {
- display: inline-block;
- }
- legend {
- font-size: 0.875em;
- color: #4d4d4d;
- cursor: pointer;
- display: block;
- font-weight: 500;
- }
- fieldset {
- line-height: 1.6em;
- padding: 0 1.25em 1em 1.25em;
- margin-top: 0;
- }
- span.smwbuiltin, span.smwttactiveinline span.smwbuiltin {
- font-style: normal;
- }
- /* MW still generates a label column for checkboxes, this minimizes is */
- div.mw-htmlform-field-HTMLCheckField div.mw-label {
- height: 0;
- }
- /* UNTIL I CAN DETERMINE WHY toolboxend GENERATES AN EMPTY <li> IN THE MENU, I'M HIDING IT */
- #p-toolboxend {
- display: none;
- }
- /* firstHeading Fix */
- @media only screen and (min-width: 40.0625em) {
- h1#firstHeading {
- font-size: 2.75rem;
- }
- }
- h1#firstHeading {
- font-size: 2.125rem;
- }
- /* Don't like the black top bar? Copy this into your Foreground.css and change the colors
- .top-bar,
- .top-bar-section ul,
- .top-bar-section ul li.active > a,
- .top-bar-section li a:not(.button),
- .top-bar-section .has-form {
- background: #333333;
- }
- .top-bar-section > ul > .divider,
- .top-bar-section > ul > [role="separator"] {
- border-color: black;
- }
- */
- .vertical-divider {
- width: 100%;
- display: block;
- background: #1A1A1A;
- height: 1px;
- }
- .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
- background: inherit;
- }
- .top-bar input {
- width: auto;
- display: inline;
- }
- /*Fix ULS CSS */
- #pt-uls a.uls-trigger {
- padding-left: 15px !important;
- }
- /* Orbit Slider Overrides for MW */
- .orbit-container .orbit-slides-container img {
- width: 100%;
- }
- .orbit-bullets {
- margin: 0 auto 30px auto !important;
- }
- /* Block-Grid UL fixes */
- ul[class*="block-grid"] {
- margin: 0;
- }
- /* WikiEditor related fixes */
- /* lable of toolbar */
- .wikiEditor-ui-toolbar .label {
- background: transparent;
- color: #000;
- }
- /* selection boxes in toolbar adhere to font-size */
- .wikiEditor-ui-toolbar .page-characters div span {
- height: 1.75em;
- }
- /* Visual Editor Fixes */
- .ve-activated #content {
- margin-top: 4em;
- }
- .ve-ce-documentNode {
- background: #fff;
- }
- .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 {
- display: inline !important;
- }
- .mw-indicators {
- float: right;
- line-height: 1.6;
- font-size: 0.875em;
- position: relative;
- margin: -1em .5em 0;
- max-height: 30px;
- width: auto;
- z-index: 1;
- }
- .mw-indicator {
- display: inline-block;
- }
- body {
- line-height: 1.6em;
- }
- p {
- margin-bottom: 0.25em;
- }
- a.label:hover, a.label:focus {
- color: white;
- }
- a.label.new {
- background-color: #d0d0d0;
- }
- a#actions-button {
- float: right;
- z-index: 499;
- }
- /* Hide the page actions button for special pages (cuz there's nothing in it) */
- .mw-special-FormEdit a#actions-button, .ns-special a#actions-button {
- display: none;
- }
- /* Hide some rows on form-edit (e.g. a thing's title) */
- body.action-formedit .row.hide-on-form-edit {
- display: none;
- }
- /* Move the MediaWiki notification area so it isn't on top of the Action menu */
- .mw-notification-area {
- margin-top: 2em;
- }
- /* Also adjust z-index of action menu to force it on top */
- #p-cactions #actions {
- z-index: 500;
- white-space: nowrap;
- }
- #p-cactions #actions a {
- width: 100%;
- text-align: left;
- }
- /* Make sure top bar is even more z-indx! */
- #toolbox-dropdown {
- z-index: 601;
- }
- #personal-tools-dropdown {
- z-index: 601;
- }
- /* Dropdown Icon Alignment */
- .drop-icon {
- display: inline;
- margin-right: 4px;
- }
- td.mw-submit a, .htmlform-tip, #mw-upload-permitted p {
- font-size: 90%;
- }
- alert.label a {
- color: pink;
- }
- code {
- font-weight: normal;
- color: #222222;
- }
- small {
- font-size: 80%;
- }
- h4.namespace.label {
- font-size: 1rem;
- display: inline-block;
- margin-bottom: 0.5rem;
- }
- .label {
- padding-bottom: 0.39em;
- }
- h2 span {
- display: inline-block;
- }
- span.title {
- margin-bottom: 0.1em;
- }
- .title-name {
- font-size: 1.3rem;
- margin: 0 .5em;
- color: #FFF;
- line-height: 2em;
- }
- h3#tagline {
- font-style: italic;
- font-size: small;
- margin-bottom: 0.5em;
- color: #6f6f6f;
- }
- .clear_both {
- clear: both;
- }
- .large-2 strong, .large-2 b {
- display: block;
- }
- .large-2 strong, .large-2 b, table th {
- font-size: 0.875em;
- color: #4d4d4d;
- font-weight: 500;
- }
- /* LAYOUT */
- .row .row {
- margin-bottom: 0.9em;
- }
- div.small-10 .row {
- margin: 1em 0 0 0;
- }
- div.small-9.columns textarea {
- margin-bottom: 0.25em;
- }
- footer.row {
- margin-top: 2em;
- color: grey;
- }
- div {
- line-height: 1.60em;
- }
- /* NOTICES, ALERTS, WARNINGS */
- div#userloginprompt, p#userloginlink {
- font-size: 80%;
- }
- /* LISTS */
- ul#actions.f-dropdown {
- margin-left: 0;
- margin-top: .5em;
- margin-bottom: .25em;
- padding: .25em;
- }
- #mw-content-text ul {
- margin: .5em 1.25em;
- }
- /* make sure orbit image slider has no margins */
- #mw-content-text .orbit-container ul {
- margin: 0;
- }
- footer.row ul {
- list-style-type: none;
- margin: 0 0 1em 0;
- }
- footer.row ul.views.columns li {
- margin-right: 1em;
- }
- #footer footer.row ul {
- margin: 0;
- list-style-type: none;
- }
- /* Make social footer center need overflow:hidden and other div classes */
- .social-footer {
- margin: 0 0 1em;
- font-size: 90%;
- overflow: hidden;
- }
- /* Hide all text in p elements */
- .social-footer p {
- display: none;
- }
- /* Outer wrap */
- .social-links {
- position: relative;
- left: 50%;
- float: left;
- }
- /* addThis container (inner wrap) */
- .addthis_horizontal_follow_toolbox {
- position: relative;
- left: -50%;
- float: left;
- z-index: 100000;
- }
- /* end social footer classes */
- #footer-left {
- font-size: 90%;
- text-align: left;
- }
- #footer-right-icons {
- font-size: 85%;
- text-align: center;
- }
- #footer-right-icons li {
- display: inline-block;
- text-align: center;
- margin: 0 0 .5em .5em;
- }
- li#footer-privacy {
- float: left;
- margin-right: 2em;
- }
- li#footer-about {
- float: left;
- margin-right: 2em;
- }
- li#footer-disclaimer {
- float: left;
- margin-right: 2em;
- }
- .text-center #footer-left li {
- float: none;
- margin: 0;
- }
- .text-center #footer-left {
- text-align: center;
- }
- @media only screen and (max-width: 641px) {
- #footer-left {
- font-size: 85%;
- text-align: center;
- }
- #footer-right-icons {
- font-size: 80%;
- }
- li#footer-privacy {
- float: none;
- margin-right: 0;
- }
- li#footer-about {
- float: none;
- margin-right: 0;
- }
- li#footer-disclaimer {
- float: none;
- margin-right: 0;
- }
- }
- .columns ul.special li {
- float: none;
- width: 100%;
- }
- .columns div#uploadtext ul {
- list-style-type: disc;
- }
- .columns div#uploadtext ul li {
- float: none;
- width: 95%;
- margin-left: 2em;
- }
- #catlinks {
- border: 1px solid #aaa;
- padding: 0.25rem;
- }
- #catlinks .label {
- font-size: .9rem;
- }
- #catlinks a.label.new {
- background-color: #BA0F2A;
- }
- .catlinks li {
- border-left: none;
- }
- .mw-specialpages-table td ul.columns li {
- width: 50%;
- }
- /*#mw-content-text .columns li {float:none;width:90%;}*/
- footer.row ul.columns li {
- display: inline;
- float: none;
- }
- .columns #mw-normal-catlinks ul li {
- float: none;
- width: auto;
- }
- #mw-normal-catlinks a.new {
- color: white;
- }
- ul.vcard {
- padding: 0.5em 0.5em 0.55em 0.5em;
- }
- /* HEADERS */
- h1, h2, h3, h4, h5, h6 {
- margin-top: 0em;
- line-height: 1em;
- }
- .page-Special_SpecialPages h2 {
- margin-bottom: 0.5em;
- }
- .editsection {
- font-weight: normal;
- font-size: 0.4em;
- }
- p.title {
- padding: 0.9375em;
- }
- /* TABLES */
- .mw-content-ltr table#toc {
- float: right;
- width: auto;
- }
- .mw-content-rtl table#toc {
- float: left;
- width: auto;
- }
- table.formtable {
- border: none;
- }
- table td[align="right"] {
- text-align: right;
- }
- /* TURN OFF TABLE STRIPING FOR EDITFORMS */
- table.formedit tr.even, table.formedit tr.alt, table.formedit tr:nth-of-type(even) {
- background: transparent;
- }
- table {
- width: 100%;
- }
- td.mw-label {
- width: 20%;
- }
- td.mw-input {
- width: 80%;
- }
- thead tr th {
- cursor: pointer;
- }
- table.formtable th {
- text-align: right !important;
- }
- td.smwpropname, th.smwpropname, td.smwspecname {
- text-align: left;
- }
- table tbody tr td, table tr td {
- line-height: 1.6em;
- }
- table.wikitable {
- margin: 0em 0 1em 0;
- }
- table.wikitable>tr>th, table.wikitable>*>tr>th {
- text-align: left;
- }
- table.wikitable>tr>th, table.wikitable>tr>td, table.wikitable>*>tr>th, table.wikitable>*>tr>td {
- border: 3px #fff solid;
- padding: 0.6em;
- }
- /* FORMS, INPUTS, FIELDSETS */
- .multipleTemplateInstance {
- background-color: white !important;
- border: none !important;
- border-bottom: 1px dashed #999999 !important;
- }
- .multipleTemplateInstance table {
- border: none !important;
- }
- .multipleTemplateAdder {
- font-size: 0.9em;
- padding: 0.4125em 0.5em 0.55em 0.5em;
- }
- .novalue {
- color: #999999;
- font-style: italic;
- font-size: small;
- }
- input[type="file"], input[type="checkbox"], input[type="radio"], select {
- padding: 5px;
- }
- input[type="file"], select {
- padding: 5px;
- border: 1px solid #cccccc;
- }
- .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]"] {
- width: auto;
- margin-right: 1em;
- }
- /*
- .inputSpan input.createboxInput {
- width: 100%;
- }
- */
- .inputSpan button, .inputSpan .button {
- margin: -4px 0 0 0;
- padding: 0.37em 0.75em 0.6em 0.70em;
- }
- .ms-selectable input[type="text"] {
- width: 100%;
- }
- button.ui-button-icon-only {
- height: 2.24em !important;
- }
- select {
- width: auto;
- }
- input[type="checkbox"].createboxInput {
- width: auto;
- }
- label.checkboxLabel {
- margin-right: 0.5em;
- }
- .edit_with_form {
- margin: -2em 0 0 0;
- float: right;
- }
- input[type="radio"], input[type="checkbox"] {
- display: inline;
- }
- input[type='file'] {
- margin-top: 0.4em;
- }
- input:not([type]), textarea, p.meta {
- margin-bottom: 4px;
- }
- label {
- display: inline;
- font-weight: normal;
- }
- .mw-input label {
- font-weight: normal;
- }
- #mw-content-text ul.SFI_timepicker_hours, #mw-content-text ul.SFI_timepicker_minutes {
- list-style-type: none;
- }
- #mw-content-text ul.SFI_timepicker_hours li {
- margin: 2px 2px;
- padding: 4px;
- }
- .sminput.sminput-googlemaps3 p button {
- padding-top: 0.35em;
- padding-bottom: 0.6em;
- }
- li label.inline {
- margin-bottom: 2px;
- padding: 0;
- }
- button, .button {
- margin: 0.5em 0;
- padding: 0.3em 0.75em 0.4em 0.75em;
- }
- .top-bar-logo {
- max-width: 100%;
- height: auto;
- max-height: 2.8125rem;
- /* Important! max-height must not be higher than line-height */
- display: inline-block;
- vertical-align: middle;
- }
- .top-bar .button.search {
- top: 0px;
- }
- .top-bar .button, .top-bar button {
- padding-top: .35rem;
- padding-bottom: .35rem;
- }
- .top-bar .button.search {
- margin-left: 10px;
- }
- .top-bar input {
- top: 0px;
- }
- @media only screen and (min-width: 641px) {
- .top-bar .button.search {
- top: 0px;
- }
- .top-bar .button.search {
- margin-left: -4px;
- }
- .top-bar {
- height: auto;
- }
- }
- .top-bar-section .dropdown {
- z-index: 600;
- }
- input[type="submit"] {
- background-color: #5da423;
- border-color: #457a1a;
- color: white;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- -webkit-transition: background-color 300ms ease-out;
- -moz-transition: background-color 300ms ease-out;
- transition: background-color 300ms ease-out;
- }
- input#wpPreview {
- background-color: #e9e9e9;
- border-color: #d0d0d0;
- color: black;
- -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- box-shadow: 0 1px 0 rgba(255, 255, 255, 0.5) inset;
- -webkit-transition: background-color 300ms ease-out;
- -moz-transition: background-color 300ms ease-out;
- transition: background-color 300ms ease-out;
- }
- .editButtons input[type="submit"] {
- display: inline-block;
- }
- legend {
- font-size: 0.875em;
- color: #4d4d4d;
- cursor: pointer;
- display: block;
- font-weight: 500;
- }
- fieldset {
- line-height: 1.6em;
- padding: 0 1.25em 1em 1.25em;
- margin-top: 0;
- }
- span.smwbuiltin, span.smwttactiveinline span.smwbuiltin {
- font-style: normal;
- }
- /* MW still generates a label column for checkboxes, this minimizes is */
- div.mw-htmlform-field-HTMLCheckField div.mw-label {
- height: 0;
- }
- .vertical-divider {
- width: 100%;
- display: block;
- background: #1A1A1A;
- height: 1px;
- }
- .top-bar-section li.active:not(.has-form) a:not(.button), .top-bar-section li.active:not(.has-form) a:hover:not(.button) {
- background: inherit;
- }
- .top-bar input {
- width: auto;
- display: inline;
- }
- /* Add improved styling for the Echo extension */
- #echo-notifications {
- float: right;
- display: inline-block;
- margin: -1em 1em .5em;
- position: relative;
- z-index: 500;
- max-height: 30px;
- }
- #echo-notifications-notice,
- #echo-notifications-alerts,
- #echo-notifications-messages,
- #echo-notifications {
- display: inline-block;
- }
- #pt-notifications-notice .mw-echo-notifications-badge,
- #pt-notifications-alert .mw-echo-notifications-badge,
- #pt-notifications-message .mw-echo-notifications-badge {
- background-size: 1.4em !important;
- font-size: 1.1em;
- color: transparent;
- filter: invert(15%);
- height: auto !important;
- display: block !important;
- }
- #echo-notifications li {
- list-style: none;
- }
- #echo-notifications-messages {
- float: right;
- }
- #echo-notifications-alerts {
- float: right;
- }
- #pt-notifications-alert .mw-echo-unseen-notifications, #pt-notifications-message .mw-echo-unseen-notifications {
- color: #0645ad !important;
- }
- #echo-notifications li {
- margin: 0 0 0 1em;
- }
- /* Make Echo extension more mobile friendly on small widths */
- @media only screen and (max-width: 450px) {
- .oo-ui-popupWidget-popup {
- width: auto !important;
- position: relative !important;
- margin-left: -260px !important;
- font-size: 75% !important;
- }
- .oo-ui-clippableElement-clippable.oo-ui-popupWidget-body {
- width: 100% !important;
- }
- }
- /*Fix ULS CSS */
- #pt-uls a.uls-trigger {
- padding-left: 15px !important;
- }
- /* Orbit Slider Overrides for MW */
- .orbit-container .orbit-slides-container img {
- width: 100%;
- }
- .orbit-bullets {
- margin: 0 auto 30px auto !important;
- }
- /* Block-Grid UL fixes */
- ul[class*="block-grid"] {
- margin: 0;
- }
- /* WikiEditor related fixes */
- /* lable of toolbar */
- .wikiEditor-ui-toolbar .label {
- background: transparent;
- color: #000;
- }
- /* selection boxes in toolbar adhere to font-size */
- .wikiEditor-ui-toolbar .page-characters div span {
- height: 1.75em;
- }
- /* backound of controls adhere to #p-cactions */
- .wikiEditor-ui-controls {
- background-color: #f6f6f6;
- }
- /* background of buttions adhere to #p-cactions*/
- .wikiEditor-ui-buttons {
- background-color: #f6f6f6;
- }
- /* Visual Editor Fixes */
- .ve-activated #content {
- margin-top: 4em;
- }
- .ve-ce-documentNode {
- background: #fff;
- }
- .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 {
- display: inline !important;
- }
- .ve-activated #catlinks {
- display:none;
- }
- .ve-activated #firstHeading {
- border-bottom: 1px solid #ccc;
- padding: 0 0 5px;
- }
- .ve-activated [class*="mw-content-"] {
- padding: 0;
- }
- /* Page indicators */
- .mw-indicators {
- float: right;
- line-height: 1.6;
- font-size: 0.875em;
- position: relative;
- margin: -1em .5em .5em 1em;
- max-height: 30px;
- width: auto;
- z-index: 1;
- }
- .mw-indicator {
- display: inline-block;
- }
- /* Preferences Fixes */
- #preftoc li a {
- color: white;
- padding: .25em .5em;
- }
- #preftoc li a:hover {
- background: aqua;
- color: white;
- }
- #preftoc li {
- margin: 2px;
- display: inline-block;
- float: none;
- padding: 1px;
- position: relative;
- list-style-type: none;
- list-style-image: none;
- z-index: 3;
- border-radius: 3px;
- font-size: .85em;
- background: #142849;
- border: 0;
- color: white;
- }
- #preftoc li a {
- color: white;
- }
- #preftoc li a:hover {
- background: #2ba6cb;
- }
- ul#preftoc {
- margin: auto;
- text-align: center;
- }
- #preftoc>li.selected {
- background: #2C58A1;
- box-shadow: 2px 2px 5px 2px rgba(50, 138, 64, 0.54);
- }
- #preftoc li.selected a {
- cursor: default;
- text-decoration: none;
- }
- #preferences table {
- min-width: 100%;
- }
- #preftoc {
- margin: 0;
- padding: 0;
- width: 100%;
- clear: both;
- }
- #preftoc a:active {
- display: block;
- color: #000;
- padding: 0 .7em;
- position: relative;
- text-decoration: none;
- }
- #preftoc li.selected a {
- cursor: default;
- text-decoration: none;
- }
- #preferences {
- margin: 0;
- clear: both;
- background-color: #FFF;
- border: none;
- }
- .prefsection {
- border: none;
- padding: 0;
- margin: 0;
- }
- .prefsection legend {
- font-weight: bold;
- }
- .prefsection table, .prefsection legend {
- background-color: #F9F9F9;
- }
- #preferences legend.mainLegend {
- display: none;
- }
- #preferences fieldset legend {
- font-weight: bold;
- padding: 0 .25em;
- margin: 0;
- margin: 0 .25em 0 1em;
- background: #FFF;
- }
- td.htmlform-tip {
- font-size: .8em;
- padding: .2em 2em;
- color: #666;
- border: 1px solid #eeeffe;
- background: #eeeffe;
- }
- .preferences-login {
- clear: both;
- margin-bottom: 1.5em;
- }
- .prefcache {
- font-size: 90%;
- margin-top: 1em;
- }
|