123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638 |
- 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;
- }
- dl {
- margin-bottom: 0em;
- margin-top: .75em;
- }
- /* Override MW legacy.module for all skins styling of ul and ol */
- .mw-content-ltr ul,
- .mw-content-rtl .mw-content-ltr ul {
- /* @noflip */
- margin: 0.5em 0 0 2em;
- padding: 0;
- }
-
- .mw-content-rtl ul,
- .mw-content-ltr .mw-content-rtl ul {
- /* @noflip */
- margin: 0.5em 2em 0 0;
- padding: 0;
- }
-
- .mw-content-ltr ol,
- .mw-content-rtl .mw-content-ltr ol {
- /* @noflip */
- margin: 0.5em 0 0 2em;
- padding: 0;
- }
-
- .mw-content-rtl ol,
- .mw-content-ltr .mw-content-rtl ol {
- /* @noflip */
- margin: 0.5em 2em 0 0;
- padding: 0;
- }
-
- /* @noflip */
- .mw-content-ltr dd,
- .mw-content-rtl .mw-content-ltr dd {
- margin-left: 1.6em;
- margin-right: 0;
- }
-
- /* @noflip */
- .mw-content-rtl dd,
- .mw-content-ltr .mw-content-rtl dd {
- margin-right: 1.6em;
- margin-left: 0;
- }
- /* 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 {
- text-align: center;
- }
- div.social-follow div[class*="addthis"] {
- text-align: left;
- display: inline-block;
- }
- /* 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 */
- h1#firstHeading {
- font-size: 2.125rem;
- margin: 0;
- }
- @media only screen and (min-width: 40.0625em) {
- h1#firstHeading {
- font-size: 2.75rem;
- }
- }
- /* 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%;
- }
- /* 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: .75em;
- 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;
- }
- input[type="search"] {
- margin: 0;
- }
- input[type="date"] {
- margin: .5rem 0;
- }
- input[type="date"] {
- width: auto;
- }
- input[type="file"] {
- margin: .5rem 0;
- }
- input:not([type]), textarea, p.meta {
- margin: .5rem 0;
- }
- input[type="text"] {
- padding: 5px 20px 5px 5px;
- margin: .5rem 0;
- }
- select {
- padding: 5px 20px 5px 5px;
- margin: .5rem 0;
- 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;
- }
- 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;
- }
- /* Images the MediaWiki way */
- /* Images, Thumbs and Captions */
- .thumbinner {
- border: 1px solid #c8ccd1;
- padding: 3px;
- background-color: #f8f9fa;
- font-size: 94%;
- text-align: center;
- overflow: hidden;
- margin: auto;
- max-width: 100%;
- }
- .thumb.tright, .thumb.left {
- max-width: 100%;
- }
- .thumbcaption {
- border: 0;
- line-height: 1.4em;
- padding: 3px;
- font-size: 94%;
- text-align: left;
- }
- .magnify a {
- display: block;
- text-indent: 15px;
- white-space: nowrap;
- overflow: hidden;
- width: 15px;
- height: 11px;
- }
- .mw-content-ltr .magnify a {
- background-image: url(/w/resources/src/mediawiki.skinning/images/magnify-clip-ltr.png);
- }
- /* Float right and left styles - Make all MW images responsive for mobile when floated */
-
- .floatright, .tright,
- table.floatright {
- margin: 0 0 .5em .5em;
- border: 0;
- }
-
- .floatleft,.tleft
- table.floatleft {
- margin: 0 .5em .5em 0;
- border: 0;
- }
- .tnone {
- margin: .5rem 0;
- border: 0;
- }
- .floatnone img {
- margin: .5rem 0;
- }
- /* Kill the float for smaller screens and make them align center. */
- @media only screen and (max-width: 640px) {
- .floatright,
- table.floatright,
- .floatleft,
- table.floatleft,
- .thumb.tleft,
- .thumb.tright {
- text-align: center;
- float: none !important;
- margin: .5em auto;
- }
- }
|