|
|
(152 intermediate revisions by the same user not shown) |
Line 1: |
Line 1: |
| /* CSS placed here will affect users of the mobile site */ | | /* CSS placed here will affect users of the mobile site */ |
|
| |
| /* Standard changes */
| |
| .overlay {
| |
| z-index: 1000000 !important;
| |
| }
| |
| .ve-ui-overlay-global, .mw-notification-area, .drawer,
| |
| .overlay.media-viewer .image-wrapper .image {
| |
| z-index: 2000000 !important;
| |
| }
| |
| .oo-ui-windowManager-modal > .oo-ui-dialog {
| |
| z-index: 3000000 !important;
| |
| }
| |
| .ve-ui-mwSaveDialog-visualDiffFeedback {
| |
| max-width: none !important;
| |
| }
| |
| .mw-notification, .toast {
| |
| margin-bottom: 80px !important;
| |
| }
| |
| .overlay-header h2 span {
| |
| max-width: 250px !important;
| |
| }
| |
| .overlay-header .mw-ui-anchor,
| |
| .overlay-header .mw-ui-button {
| |
| height: 48px !important;
| |
| }
| |
| .overlay-content {
| |
| background: #fff !important;
| |
| }
| |
| .overlay.media-viewer {
| |
| height: 105% !important;
| |
| padding-bottom: 15% !important;
| |
| }
| |
| .media-viewer .overlay-content {
| |
| background: none !important;
| |
| }
| |
| .editor-container .anonwarning {
| |
| margin: 16px 0 0 !important;
| |
| }
| |
| .messagebox, .errorbox, .warningbox, .successbox,
| |
| .mw-message-box, .mw-error-box, .mw-warning-box, .mw-success-box {
| |
| padding: 6px 12px !important;
| |
| }
| |
| .warningbox a.external,
| |
| .mw-warning-box a.external {
| |
| padding-right: 0 !important;
| |
| background-image: none !important;
| |
| }
| |
| .page-Main_Page #firstHeading,
| |
| #mw-indicator-mw-helplink {
| |
| display: none !important;
| |
| }
| |
| .explain[title] {
| |
| text-decoration: none;
| |
| }
| |
| #content {
| |
| overflow: hidden !important;
| |
| }
| |
| .ns-talk #content {
| |
| overflow: visible !important;
| |
| }
| |
| .ns-special .content-header {
| |
| border-bottom: none !important;
| |
| }
| |
| .ns-special .pre-content, .ns-special .mw-body form {
| |
| background: transparent !important;
| |
| }
| |
| .ns-special .heading-holder .tagline,
| |
| .mw-special-Recentchanges .warningbox,
| |
| #p-interaction .mw-ui-icon-minerva-recentChanges {
| |
| display: none !important;
| |
| }
| |
| .ns-special img, .captcha-box img, label img,
| |
| .overlay.media-viewer img, .mw-indicator img {
| |
| image-rendering: auto !important;
| |
| }
| |
| .editButtons #wpCaptchaWord {
| |
| margin-top: 2.5px;
| |
| }
| |
| .mw-special-Contact #wpCaptchaWord {
| |
| border: 1px solid #a2a9b1;
| |
| }
| |
| #whosonline .mw-userlink::before {
| |
| display: inline !important;
| |
| }
| |
| .ns-special #bodyContent .watermark {
| |
| text-align: center;
| |
| }
| |
| .ns-special #bodyContent .watermark img {
| |
| height: 72px !important;
| |
| }
| |
| .secondary-action {
| |
| border-left: 1px solid #EAECF0 !important;
| |
| }
| |
| .page-summary:last-of-type {
| |
| border-bottom: 0 !important;
| |
| }
| |
| .mediawiki {
| |
| font-size: 15px;
| |
| }
| |
| .mediawiki table {
| |
| font-size: 90%;
| |
| border-collapse: separate;
| |
| max-width: 100% !important;
| |
| }
| |
| .mediawiki table table {
| |
| font-size: 100%;
| |
| }
| |
| .mediawiki .content table,
| |
| .mediawiki .mw-body-content table {
| |
| margin: 0.5em 0 0.75em;
| |
| }
| |
| .mediawiki .content table table,
| |
| .mediawiki .mw-body-content table table {
| |
| margin: 0;
| |
| }
| |
| .mediawiki table.wikitable {
| |
| border-collapse: collapse;
| |
| }
| |
| .mediawiki table > tbody {
| |
| width: 100% !important;
| |
| display: table !important;
| |
| }
| |
| .mediawiki table > thead + tbody,
| |
| .ve-ui-overlay table.diff > tbody {
| |
| display: table-row-group !important;
| |
| }
| |
| .content img, .mw-body-content img {
| |
| max-width: 100% !important;
| |
| height: auto !important;
| |
| }
| |
| .content .thumbcaption {
| |
| text-align: left;
| |
| }
| |
| .noresize + .thumbcaption {
| |
| display: none;
| |
| }
| |
| body.mediawiki .noresize a > img {
| |
| max-width: 100% !important;
| |
| }
| |
| .mediawiki .content figure,
| |
| .mediawiki .content .thumb {
| |
| width: auto !important;
| |
| }
| |
| @media all and (max-width: 719px) {
| |
| .mediawiki .content figure,
| |
| .mediawiki .content .thumb {
| |
| margin: 0.8em 0 0.5em;
| |
| margin-left: auto !important;
| |
| margin-right: auto !important;
| |
| }
| |
| .mediawiki .content .in-block + .thumb,
| |
| .mediawiki .content .thumb + .thumb {
| |
| margin-top: 0.6em;
| |
| }
| |
| #content .mw-indicators img {
| |
| height: 20px !important;
| |
| width: auto !important;
| |
| }
| |
| .noresize {
| |
| margin-bottom: 0.75em;
| |
| }
| |
| .thumbimage {
| |
| text-align: center;
| |
| }
| |
| .content .gallery .gallerybox {
| |
| width: 155px !important;
| |
| }
| |
| .content .gallery .gallerybox div {
| |
| width: auto !important;
| |
| }
| |
| .content .gallery .gallerybox .video-js {
| |
| width: 120px !important;
| |
| }
| |
| .content .gallery .gallerybox .vjs-progress-control {
| |
| display: none !important;
| |
| }
| |
| .content .gallery .gallerybox .vjs-time-control {
| |
| padding: 0 !important;
| |
| }
| |
| ul.gallery {
| |
| text-align: center;
| |
| margin-left: auto !important;
| |
| margin-right: auto !important;
| |
| }
| |
| div.gallerytext {
| |
| text-align: left;
| |
| }
| |
| center div.gallerytext,
| |
| .gallery.center div.gallerytext,
| |
| .gallery[style*="center"] div.gallerytext {
| |
| text-align: center;
| |
| }
| |
| #wpEmail {
| |
| margin-bottom: 6px;
| |
| }
| |
| #mw-input-captchaWord {
| |
| margin-top: 9px;
| |
| }
| |
| .g-recaptcha {
| |
| margin-top: 12px;
| |
| }
| |
| .captcha-box #question {
| |
| text-align: center;
| |
| }
| |
| .mediawiki table {
| |
| min-width: 0 !important;
| |
| }
| |
| .mediawiki .content table.wikitable {
| |
| border: 1px solid rgba(84,89,93,0.3);
| |
| }
| |
| .mediawiki table[style*="inline-block"] {
| |
| display: block !important;
| |
| }
| |
| table:not(.infobox):not(.keepwidths) > tbody > tr > td,
| |
| table:not(.infobox):not(.keepwidths) > tbody > tr > th {
| |
| width: auto !important;
| |
| }
| |
| .mediawiki .mw-parser-output table,
| |
| .mediawiki .infobox {
| |
| width: auto !important;
| |
| margin-left: 0 !important;
| |
| margin-right: 0 !important;
| |
| }
| |
| .mediawiki .infobox {
| |
| display: block !important;
| |
| float: none !important;
| |
| margin: 15px 0 15.5px !important;
| |
| }
| |
| }
| |
| @media all and (min-width: 720px) {
| |
| .mediawiki .infobox {
| |
| float: right !important;
| |
| clear: right !important;
| |
| max-width: 315px !important;
| |
| margin: 0 0 7px 15px !important;
| |
| }
| |
| li.gallerycaption {
| |
| text-align: unset;
| |
| }
| |
| }
| |
| .mediawiki .infobox {
| |
| padding: 4px !important;
| |
| font-size: 85% !important;
| |
| font-family: inherit !important;
| |
| }
| |
| .mediawiki .infobox tr:not(:first-of-type) {
| |
| vertical-align: top !important;
| |
| }
| |
| .mediawiki .infobox tr:not(:first-of-type) > th:not([colspan]) {
| |
| text-align: left !important;
| |
| }
| |
| .mediawiki .infobox td, .mediawiki .infobox th {
| |
| padding: 2px !important;
| |
| }
| |
| .mediawiki .infobox table {
| |
| width: 100% !important;
| |
| }
| |
| .gallery {
| |
| margin: 0.8em 0 0 !important;
| |
| padding: 0 !important;
| |
| }
| |
| .in-block + .gallery {
| |
| margin-top: 0.6em !important;
| |
| }
| |
| .gallery + .gallery {
| |
| margin-top: 0 !important;
| |
| }
| |
| .gallerybox, .gallerybox div {
| |
| max-width: 100% !important;
| |
| }
| |
| .gallerybox .thumb {
| |
| margin: 0 !important;
| |
| }
| |
| .gallerybox .mediaContainer {
| |
| display: inline-block !important;
| |
| }
| |
| .gallerytext p {
| |
| font-size: 90% !important;
| |
| margin: 0.4em 0 0.6em !important;
| |
| }
| |
| .video-js {
| |
| overflow: hidden;
| |
| display: block !important;
| |
| }
| |
| .vjs-time-tooltip {
| |
| display: none !important;
| |
| }
| |
| #file > .video-js {
| |
| display: inline-block !important;
| |
| }
| |
| .thumb .video-js {
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
| .infobox .video-js {
| |
| margin-top: 1px;
| |
| min-width: 200px;
| |
| width: auto !important;
| |
| }
| |
| div.thumbinner.mw-overflow {
| |
| overflow: hidden;
| |
| display: block;
| |
| }
| |
| .center {
| |
| text-align: center;
| |
| }
| |
| .center * {
| |
| margin-left: auto;
| |
| margin-right: auto;
| |
| }
| |
| .allpagesredirect a.mw-redirect {
| |
| color: #888 !important;
| |
| }
| |
| .mw-parser-output a.selflink {
| |
| color: #000 !important;
| |
| font-weight: bold !important;
| |
| text-decoration: none !important;
| |
| cursor: auto !important;
| |
| }
| |
| .mw-parser-output .floatleft {
| |
| margin: 0 1em 0.5em 0 !important;
| |
| }
| |
| .mw-parser-output .floatright {
| |
| margin: 0 0 0.5em 1em !important;
| |
| }
| |
| .mw-parser-output ol.references {
| |
| font-size: 90% !important;
| |
| margin: 0 !important;
| |
| }
| |
| .drawer .reference-text div,
| |
| .mw-parser-output ol.references div {
| |
| display: inline;
| |
| }
| |
| .drawer .reference-text span,
| |
| .mw-parser-output ol.references span {
| |
| line-height: 1;
| |
| }
| |
| .client-js #mw-subcategories ul {
| |
| padding-left: 0;
| |
| }
| |
| .mediawiki .content ol {
| |
| padding-left: 2em;
| |
| list-style-position: outside;
| |
| }
| |
| .mediawiki .content p,
| |
| .mediawiki .content ul,
| |
| .mediawiki .content ol {
| |
| margin-top: 0.5em;
| |
| margin-bottom: 0.75em;
| |
| }
| |
| .mediawiki .content p + ul,
| |
| .mediawiki .content p + ol,
| |
| .mediawiki .content ul + p,
| |
| .mediawiki .content ol + p {
| |
| margin-top: -0.25em;
| |
| }
| |
| .mediawiki .content ul li,
| |
| .mediawiki .content ol li,
| |
| .mediawiki .content ul li:last-child,
| |
| .mediawiki .content ol li:last-child {
| |
| margin-bottom: 2px;
| |
| }
| |
| .mediawiki .content ul ul,
| |
| .mediawiki .content ol ol,
| |
| .mediawiki .content ul ol,
| |
| .mediawiki .content ol ul {
| |
| margin-top: 2px;
| |
| margin-bottom: 0;
| |
| }
| |
| .mediawiki .content ul + ul,
| |
| .mediawiki .content ol + ol,
| |
| .mediawiki .content ul + ol,
| |
| .mediawiki .content ol + ul {
| |
| margin-top: 0 !important;
| |
| }
| |
| .ns-subject:not(.ns-110) section > dl {
| |
| font-size: 95% !important;
| |
| margin-bottom: 0.5em !important;
| |
| }
| |
| .mediawiki .content ul + dl,
| |
| .mediawiki .content ol + dl {
| |
| margin-top: -0.5em !important;
| |
| }
| |
| .mediawiki .content ul + dl > dd > ul,
| |
| .mediawiki .content ol + dl > dd > ol,
| |
| .mediawiki .content ul + dl > dd > ol,
| |
| .mediawiki .content ol + dl > dd > ul {
| |
| margin-top: 0 !important;
| |
| }
| |
| .ns-talk dd,
| |
| .ns-110 dd,
| |
| .content.talk-section dd {
| |
| margin-top: 0.25em !important;
| |
| margin-left: 0.25em !important;
| |
| }
| |
| .ns-talk dl,
| |
| .ns-110 dl,
| |
| .content.talk-section dl {
| |
| margin-left: 0 !important;
| |
| }
| |
| .ns-talk p + dl,
| |
| .ns-110 p + dl,
| |
| .content.talk-section p + dl {
| |
| margin-top: -0.5em !important;
| |
| }
| |
| .ns-talk ul + dl,
| |
| .ns-110 ul + dl,
| |
| .content.talk-section ul + dl {
| |
| margin-top: -0.5em !important;
| |
| }
| |
| .ns-talk ol + dl,
| |
| .ns-110 ol + dl,
| |
| .content.talk-section ol + dl {
| |
| margin-top: -0.5em !important;
| |
| }
| |
| .ns-talk dl + dl,
| |
| .ns-110 dl + dl,
| |
| .content.talk-section dl + dl {
| |
| margin-top: -0.25em !important;
| |
| }
| |
| dl dd {
| |
| overflow: visible !important;
| |
| }
| |
| textarea {
| |
| width: 100% !important;
| |
| }
| |
| .content textarea,
| |
| .content select {
| |
| border: 1px solid #a2a9b1;
| |
| }
| |
| #mw-htmlform-description input,
| |
| #mw-htmlform-description select {
| |
| width: 100%;
| |
| border: 1px solid #a2a9b1;
| |
| }
| |
| #mw-upload-form .mw-htmlform-submit-buttons {
| |
| display: block;
| |
| margin-top: 20px;
| |
| }
| |
| #mw-upload-form > fieldset:first-of-type,
| |
| #mw-upload-form > fieldset:last-of-type {
| |
| margin-top: 15px;
| |
| }
| |
| #wpSourceTypeurl {
| |
| margin-top: 10px;
| |
| }
| |
| .mw-htmlform-field-HTMLTextField,
| |
| .mw-htmlform-field-HTMLTextAreaField {
| |
| margin-bottom: 2.5px;
| |
| }
| |
| .mw-htmlform-field-HTMLCheckField {
| |
| margin-top: 2.5px;
| |
| }
| |
| .htmlform-tip.mw-htmlform-hide-if {
| |
| margin-bottom: 0;
| |
| }
| |
| .mw-upload-editlicenses {
| |
| display: none;
| |
| }
| |
| label[for="wpUploadFile"]::after {
| |
| content: " ";
| |
| }
| |
| label[for="wpUploadFileURL"]::after {
| |
| content: " ";
| |
| }
| |
| pre {
| |
| margin-top: 0.5em !important;
| |
| margin-bottom: 0.5em !important;
| |
| background-color: #F8F9FA !important;
| |
| }
| |
| .ns-8 pre {
| |
| font-size: 12px !important;
| |
| }
| |
| code {
| |
| padding: 0 !important;
| |
| border: none !important;
| |
| background-color: #F9F9F9 !important;
| |
| }
| |
| small {
| |
| font-size: 85% !important;
| |
| }
| |
| big {
| |
| font-size: 115% !important;
| |
| }
| |
| blockquote {
| |
| font-size: 100% !important;
| |
| padding: 0 0 0 15px !important;
| |
| }
| |
| blockquote p:last-of-type {
| |
| margin-bottom: 0.5em;
| |
| }
| |
| ul#filetoc {
| |
| text-align: center;
| |
| background: #fcfcfc;
| |
| border: 1px solid #eee;
| |
| margin: 1em 0 !important;
| |
| padding: 0.625em 0.875em !important;
| |
| }
| |
| ul#filetoc li {
| |
| display: inline;
| |
| padding: 0 1em;
| |
| }
| |
| .mw-ui-button {
| |
| max-width: none;
| |
| }
| |
| .minerva-user-menu-list .mw-ui-icon,
| |
| .page-summary .mw-ui-icon, #p-tb .mw-ui-icon {
| |
| overflow: visible !important;
| |
| }
| |
| .mw-ui-icon-element {
| |
| color: transparent !important;
| |
| }
| |
| body.skin-timeless .mw-ui-icon-mf-expand {
| |
| width: 1.1em !important;
| |
| min-width: 0 !important;
| |
| min-height: 21px !important;
| |
| display: inline-block !important;
| |
| background-size: auto !important;
| |
| }
| |
| body.skin-timeless .mw-ui-icon-mf-expand::before {
| |
| margin: -0.2em 0 0 !important;
| |
| background-position: left center !important;
| |
| }
| |
| .client-js body.skin-timeless.ns-subject:not(.ns-10):not(.ns-14) .section-heading:not(.collapsible-heading) .mw-headline {
| |
| padding-left: 26.5px !important;
| |
| }
| |
| .client-js body.skin-timeless.ns-subject:not(.ns-10):not(.ns-14) .section-heading > .mw-ui-icon:not(.mw-ui-icon-mf-expand) {
| |
| display: none !important;
| |
| }
| |
| body.skin-timeless.mw-special-Contributions .content-header {
| |
| margin-bottom: 2em;
| |
| }
| |
| body.skin-timeless.mw-special-Contributions h2.list-header {
| |
| margin: 0 !important;
| |
| }
| |
| body.skin-timeless.mw-special-Contributions .list-thumb p {
| |
| margin-top: 0.7em !important;
| |
| }
| |
| body.skin-timeless.mw-special-Contributions .page-list h3 {
| |
| margin-top: 0.25em !important;
| |
| }
| |
| body.skin-timeless .mw-parser-output ol.references {
| |
| padding-left: 0 !important;
| |
| margin-left: 1.6em !important;
| |
| }
| |
| body.skin-timeless textarea#wpTextbox1 {
| |
| margin-top: 0.5em;
| |
| }
| |
| body.skin-timeless .sidebar-inner a {
| |
| background: none !important;
| |
| }
| |
| body.skin-timeless .mw-indicators {
| |
| position: relative;
| |
| }
| |
| @media all and (max-width: 719px) {
| |
| body.skin-timeless #toc {
| |
| display: none;
| |
| }
| |
| }
| |
| @media all and (max-width: 850px) {
| |
| body.skin-timeless #toc {
| |
| width: auto;
| |
| }
| |
| }
| |
|
| |
| /* Headings */
| |
| .mw-parser-output h3, #mw-content-text h3 {
| |
| font-size: 1.3em !important;
| |
| }
| |
| .mw-parser-output h4, #mw-content-text h4 {
| |
| font-size: 1.2em !important;
| |
| }
| |
| .mw-parser-output h5, #mw-content-text h5 {
| |
| font-size: 1.1em !important;
| |
| font-weight: bold !important;
| |
| }
| |
| .mw-parser-output h6, #mw-content-text h6 {
| |
| font-weight: bold !important;
| |
| }
| |
|
| |
| /* Mobile diffs */
| |
| .diff {
| |
| overflow: auto;
| |
| border-spacing: 1px;
| |
| }
| |
| .diff td.diff-marker {
| |
| padding: 0;
| |
| }
| |
| .diff td div {
| |
| padding: 0 0.1em;
| |
| word-wrap: anywhere;
| |
| }
| |
| .diff-addedline,
| |
| .diff-deletedline,
| |
| .diff .diff-context {
| |
| width: auto;
| |
| min-width: 125px;
| |
| min-height: 18px;
| |
| vertical-align: middle;
| |
| }
| |
| .diffchange {
| |
| font-weight: normal;
| |
| }
| |
| .diff-addedline .diffchange,
| |
| .diff-deletedline .diffchange {
| |
| padding: 1px 0;
| |
| }
| |
| .ve-init-mw-diffPage-diffMode {
| |
| margin-top: 0;
| |
| text-align: center;
| |
| }
| |
| [data-diff-action="none"] {
| |
| z-index: 0;
| |
| opacity: 1;
| |
| }
| |
| #mw-mf-diffarea {
| |
| padding-bottom: 0;
| |
| }
| |
| @media all and (max-width: 719px) {
| |
| .diff-context,
| |
| .diff-addedline,
| |
| .diff-deletedline {
| |
| font-size: 10px;
| |
| }
| |
| }
| |
| body.skin-timeless #mw-mf-diffarea {
| |
| padding-bottom: 2em;
| |
| }
| |
| .ve-ui-diffElement-doc-child-change p {
| |
| margin: 0;
| |
| }
| |
|
| |
| /* Recent changes options */
| |
| .rcoptions .mw-changeslist-legend,
| |
| label[for="tagfilter"], input#tagfilter,
| |
| body.skin-minerva .rcoptions legend,
| |
| body.skin-minerva .rcoptions hr {
| |
| display: none !important;
| |
| }
| |
| .rcoptions .mw-label.mw-namespace-label {
| |
| vertical-align: top;
| |
| padding-top: 4px;
| |
| }
| |
| .rcoptions .mw-recentchanges-table {
| |
| font-size: 100% !important;
| |
| }
| |
| .rcoptions td.mw-input,
| |
| .rcoptions select, .rcoptions input {
| |
| width: 100%;
| |
| margin: 0 !important;
| |
| }
| |
| body.skin-minerva .namespaceForm select#namespace {
| |
| padding: 0.25em;
| |
| }
| |
| body.skin-minerva .tagfilterForm input.mw-ui-button {
| |
| padding: 5px 10px 3.25px;
| |
| }
| |
| body.skin-minerva .rcoptions {
| |
| margin-top: 22px;
| |
| }
| |
|
| |
| /* Navboxes */
| |
| .mobile .navbox {
| |
| width: 100% !important;
| |
| font-size: 85% !important;
| |
| }
| |
| .mobile .navbox .navbox {
| |
| font-size: 100% !important;
| |
| }
| |
| .mobile .navbox-section > *:first-child {
| |
| margin: 15px 0 0 !important;
| |
| }
| |
| .mobile.skin-minerva .navbox-section > * + * {
| |
| margin: 2px 0 0 !important;
| |
| }
| |
| .mobile.skin-timeless .navbox-section > * + * {
| |
| margin: 0 !important;
| |
| }
| |
| .mobile .navbox td, .mobile .navbox th {
| |
| width: auto !important;
| |
| font-size: 100% !important;
| |
| padding-left: 2px !important;
| |
| padding-right: 2px !important;
| |
| white-space: normal !important;
| |
| }
| |
| .mobile .navbox tr:first-child th span,
| |
| .mobile .navbox:not(.multi) .navbox tr:first-child th {
| |
| font-size: 100% !important;
| |
| }
| |
| .mobile .navbox tr:first-child th {
| |
| font-size: 110% !important;
| |
| padding-left: 4px !important;
| |
| padding-right: 4px !important;
| |
| }
| |
| .mobile .navbox p, .mobile .navbox hr {
| |
| margin: 0.1em 0 !important;
| |
| }
| |
| .mobile .navbox-heading {
| |
| clear: both !important;
| |
| }
| |
| .mobile.skin-timeless .navbox-heading {
| |
| border: 0 !important;
| |
| font-size: 0 !important;
| |
| line-height: 0 !important;
| |
| padding: 0 !important;
| |
| }
| |
| .mobile.skin-timeless .navbox-heading::after {
| |
| border: 0 !important;
| |
| }
| |
| .client-nojs .mobile section > .navbox,
| |
| .client-nojs .mobile #bodyContent .navbox-heading,
| |
| .mobile.skin-timeless .navbox-heading > .mw-ui-icon {
| |
| display: none !important;
| |
| }
| |
| .mobile.skin-timeless .navbox-heading + .collapsible-block {
| |
| display: block !important;
| |
| }
| |
|
| |
| /* OOUI */
| |
| @media all and (max-width: 850px) {
| |
| .mw-widget-selectWithInputWidget .oo-ui-dropdownInputWidget,
| |
| .mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget {
| |
| max-width: none !important;
| |
| }
| |
| .mw-widget-selectWithInputWidget .oo-ui-textInputWidget {
| |
| max-width: none !important;
| |
| margin-top: 0.5em !important;
| |
| }
| |
| }
| |
| body.skin-minerva .mw-widget-complexTitleInputWidget .mw-widget-namespaceInputWidget {
| |
| margin-bottom: 0.5em;
| |
| }
| |
|
| |
| /* Editing interface */
| |
| .editOptions {
| |
| margin: 0.5em 0;
| |
| }
| |
| .mw-editTools {
| |
| display: none;
| |
| }
| |
|
| |
| /* Video widget */
| |
| .infobox .videoWidget,
| |
| .infobox .videoWidget iframe {
| |
| display: block !important;
| |
| }
| |
| .infobox .autoResize {
| |
| margin: 0 auto !important;
| |
| }
| |
| .autoResize:not(.thumbinner) .thumbcaption {
| |
| margin: 0;
| |
| padding: 0;
| |
| }
| |
| @media all and (max-width: 719px) {
| |
| .videoWidget {
| |
| display: block !important;
| |
| }
| |
| .autoResize {
| |
| margin: 0 auto !important;
| |
| }
| |
| }
| |
| @media all and (min-width: 720px) {
| |
| .videoWidget.tleft {
| |
| float: left;
| |
| margin-right: 1.4em;
| |
| }
| |
| .videoWidget.tright {
| |
| float: right;
| |
| margin-left: 1.4em;
| |
| }
| |
| }
| |
|
| |
|
| /* Indicator icons */ | | /* Indicator icons */ |
| body.skin-timeless .mw-indicators {
| |
| top: 2px;
| |
| }
| |
| body.skin-minerva .mw-indicator { | | body.skin-minerva .mw-indicator { |
| margin: 0 1px; | | margin: 0 1px; |
Line 785: |
Line 11: |
| margin-left: 0.25em !important; | | margin-left: 0.25em !important; |
| } | | } |
| .rootpage-Pikipedia_Featured_article dl { | | .rootpage-Pikipedia_Featured_article :is(dl, dl dt) { |
| margin-left: 0 !important; | | margin-left: 0 !important; |
| } | | } |
| .rootpage-Pikipedia_Featured_article p + dl, | | .rootpage-Pikipedia_Featured_article :is(p, ul, ol) + dl { |
| .rootpage-Pikipedia_Featured_article ul + dl,
| |
| .rootpage-Pikipedia_Featured_article ol + dl {
| |
| margin-top: -0.5em !important; | | margin-top: -0.5em !important; |
| } | | } |
| .rootpage-Pikipedia_Featured_article dl + dl { | | .rootpage-Pikipedia_Featured_article dl + dl { |
| margin-top: -0.25em !important; | | margin-top: -0.25em !important; |
| | } |
| | .rootpage-Pikipedia_Featured_article dl { |
| | font-size: 100% !important; |
| | margin-bottom: 0 !important; |
| } | | } |
|
| |
|
| /* Dismissable SiteNotice */ | | /* Dismissable site notice */ |
| .mw-dismissable-notice-body { | | .mw-dismissable-notice-body { |
| margin: 0 !important; | | margin: 0 !important; |
Line 807: |
Line 35: |
| /* Infoboxes */ | | /* Infoboxes */ |
| .infobox { | | .infobox { |
| border: 1px solid #AAA; | | color: #000; |
| background-color: #F9F9F9; | | text-align: left; |
| }
| |
| .infobox.bordered td,
| |
| .infobox.bordered th {
| |
| border: 1px solid #AAA;
| |
| }
| |
| .infobox th {
| |
| background: #CEF2E0;
| |
| } | | } |
| .infoboxTitle { | | .infoboxTitle { |
| font-size: 125%; | | font-size: 125%; |
| background: #CEF2E0;
| |
| text-align: center; | | text-align: center; |
| } | | } |
Line 825: |
Line 45: |
| /* Site boxes */ | | /* Site boxes */ |
| .pikipediaBox { | | .pikipediaBox { |
| | color: #000; |
| | margin: 5px auto 12.5px !important; |
| font-size: 90% !important; | | font-size: 90% !important; |
| text-align: center !important;
| |
| background-color: #CEF2E0;
| |
| border: 2px outset #A3BFB1;
| |
| margin: 5px auto 12.5px !important;
| |
| } | | } |
| .pikipediaBox p { | | .pikipediaBox p { |
Line 844: |
Line 62: |
| max-width: 50px !important; | | max-width: 50px !important; |
| } | | } |
| }
| |
| .warningbox {
| |
| background-color: #CEF2E0;
| |
| border: 2px outset #A3BFB1;
| |
| } | | } |
|
| |
|
| /* Main Page */ | | /* Titled boxes */ |
| body.page-Main_Page #catlinks {
| |
| display: none;
| |
| }
| |
| #mf-logo {
| |
| text-align: center;
| |
| display: block !important;
| |
| }
| |
| #mainpage > br[clear="all"] {
| |
| display: none;
| |
| }
| |
| .titledBox { | | .titledBox { |
| padding: 6px;
| |
| margin-top: 1em !important; | | margin-top: 1em !important; |
| background: url(https://pikmin.wiki.gallery/images/0/09/Vector_grass.jpg) bottom center;
| |
| border: 1px solid #66b283;
| |
| border-radius: 16px;
| |
| display: block !important;
| |
| } | | } |
| .titledBoxTitle { | | .titledBoxTitle { |
| padding: 0 5px;
| |
| background: #cef2e0;
| |
| border: 1px solid #a3bfb1;
| |
| border-radius: 12px;
| |
| font-weight: bold;
| |
| font-size: 135% !important; | | font-size: 135% !important; |
| display: block !important;
| |
| }
| |
| .main-page-nav-item {
| |
| padding: 8px;
| |
| margin-bottom: 5px;
| |
| background-color: #d8f0db;
| |
| border: 2px solid #66b283;
| |
| border-radius: 20px;
| |
| display: inline-grid;
| |
| }
| |
| .pds-box {
| |
| border-radius: 16px;
| |
| }
| |
| #mp-title-nav { background-color: #b9d6ec; }
| |
| #mp-title-fa { background-color: #ecebbf; }
| |
| #mp-title-community { background-color: #dbd0f6; }
| |
| #mp-title-news { background-color: #f0d2e2; }
| |
| #mp-title-poll { background-color: #b9b9b9; }
| |
| #mp-title-dyk { background-color: #f8f8f8; }
| |
| #mp-title-niwa { background-color: #e6b5b5; }
| |
| #niwa-table {
| |
| font-size: 85%;
| |
| }
| |
| #niwa-1, #niwa-3 {
| |
| padding: 0 !important;
| |
| }
| |
| #niwa-2 {
| |
| padding: 0 0.5em !important;
| |
| }
| |
| @media all and (max-width: 719px) {
| |
| #niwa-intro {
| |
| display: none;
| |
| }
| |
| } | | } |
|
| |
|
| /* Misc. */ | | /* Misc. */ |
| .forumheader { | | .forumheader { |
| border: 1px solid #AAA;
| |
| background-color: #F9F9F9;
| |
| padding: 8px 0 6px 12px; | | padding: 8px 0 6px 12px; |
| margin-bottom: 15px; | | margin-bottom: 15px; |
Line 932: |
Line 91: |
| } | | } |
| .switchabletabs li { | | .switchabletabs li { |
| | line-height: 2.1 !important; |
| padding: 0.25em 0.5em !important; | | padding: 0.25em 0.5em !important; |
| }
| |
| .dablink {
| |
| font-size: 95%;
| |
| } | | } |
| .refs { | | .refs { |
Line 947: |
Line 104: |
| .mw-parser-output .refs ol.references { | | .mw-parser-output .refs ol.references { |
| padding-left: 2em; | | padding-left: 2em; |
| }
| |
| .mw-parser-output table.wikitable > tr > th,
| |
| .mw-parser-output table.wikitable > * > tr > th {
| |
| background-color: #d8f0db;
| |
| } | | } |
| .mw-htmlform-field-HTMLTextField div[style*="64px"] { | | .mw-htmlform-field-HTMLTextField div[style*="64px"] { |
| margin-top: 10px !important; | | margin-top: 10px !important; |
| } | | } |
| @media all and (max-width: 719px) {
| | .navbox > tbody > tr > td { |
| .medialist.listenlist { | | padding-left: 2px !important; |
| width: auto !important;
| | padding-right: 2px !important; |
| } | |
| .notice#spoiler {
| |
| padding: 2px 6px !important;
| |
| margin: 18px 6px !important;
| |
| }
| |
| } | | } |