123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361 |
- body {
- line-height: 1.6em;
- }
- p {
- margin-bottom: 0.25em;
- }
- td.mw-submit a,
- .htmlform-tip,
- #mw-upload-permitted p {
- font-size: 90%;
- }
- code {
- font-weight: normal;
- color: #222222;
- }
- small {
- font-size: 80%;
- }
- h2 small.label {
- font-size: small;
- display:inline-block;
- }
- h2 small.label:after,
- h2 small.label::after {
- clear:both;
- }
- .clear_both {
- clear:both;
- }
- .large-2 {
- text-align: right;
- }
- .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: 3em;
- text-align: center;
- font-size: 80%;
- color: grey;
- }
- div {
- line-height: 1.60em;
- }
- /* NOTICES, ALERTS, WARNINGS */
- div#userloginprompt, p#userloginlink {
- font-size: 80%;
- }
- /* LISTS */
- #mw-content-text ul {
- list-style-type: disc;
- margin: .5em 1.25em;
- }
- footer.row ul {
- list-style-type: none;
- margin: .5em 1.25em;
- }
- footer.row ul.views.columns li {
- margin-right: 1em;
- }
- /*.columns li {
- float:left;
- width: 45%;
- }*/
- .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;
- }
- .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;
- }
- /* HEADERS */
- h1,h2,h3,h4,h5,h6 {
- margin-top: 0em;
- margin-bottom: 0em;
- }
- .page-Special_SpecialPages h2 {
- margin-bottom: 0.5em;
- }
- .editsection {
- font-weight: normal;
- font-size: 0.3em;
- }
- h3 {
- font-weight: normal;
- font-size:1em;
- }
- .ns-subject h3,
- .ns-special h3,
- .page-Main_Page h3 {
- font-weight: bold;
- font-size: 2em;
- }
- p.title {
- padding: 0.9375em;
- }
- /* TABLES */
- table.formtable {
- border: none;
- }
- /* 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;
- }
- .novalue {
- color: #999999;
- font-style:italic;
- font-size:small;
- }
- .inputSpan select.createboxInput,
- .dateInput select.monthInput,
- .dateInput input.dayInput,
- .dateInput input.yearInput {
- width: auto;
- float: left;
- margin-right: 1em;
- }
- select {width:auto;}
- input.createboxInput {
- width: 100%;
- }
- 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;}
- .mw-input label { font-weight: normal; }
- li label.inline {
- margin-bottom: 2px;
- padding: 0;
- }
- div.small-9.columns label,
- div.small-10.columns label {
- font-weight: normal;
- }
- button, .button {
- margin: 0.5em 0;
- padding: 0.3em 0.75em 0.4em 0.75em;
- }
- input[type="submit"] {
- background-color: #5da423;
- border-color: #457a1a;
- color: white;
- display: block;
- -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.25em 1.25em 1em 1.25em;
- }
- 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;}
- /* Jamie's Header Hider */
- body.page-Main_Page h1.firstHeading,
- body.page-Main_Page #siteSub,
- body.page-Extension_Main_Page h1.firstHeading,
- body.page-Extension_Main_Page #siteSub,
- body.page-Skin_Main_Page h1.firstHeading,
- body.page-Skin_Main_Page #siteSub,
- body.page-Farm_Main_Pageh1.firstHeading,
- body.page-Farm_Main_Page #siteSub {
- display:none;
- }
|