MediaWiki
Common.css
From Dogcraft Wiki
Tag: Undo |
Tag: Undo |
||
Line 1: | Line 1: | ||
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Nunito&display=swap'); | ||
@import url('https://fonts.googleapis.com/css?family=Fascinate+Inline&display=swap'); | @import url('https://fonts.googleapis.com/css?family=Fascinate+Inline&display=swap'); | ||
/* Hide "Main Page" titles */ | /* Hide "Main Page" titles */ | ||
Line 40: | Line 27: | ||
/* VisualEditor | /* VisualEditor | ||
* fixes misalignment of icons */ | * fixes misalignment of icons | ||
*/ | |||
.oo-ui-toolbar-bar .oo-ui-tool .oo-ui-tool-link { | .oo-ui-toolbar-bar .oo-ui-tool .oo-ui-tool-link { | ||
padding-top: 0 !important; | padding-top: 0 !important; | ||
Line 92: | Line 80: | ||
} | } | ||
/* | /***** CSS placed here will be applied to/* default skin for navigation boxes */ | ||
table.navbox { /* navbox container style */ | |||
border: 1px solid #aaa; | |||
width: 100%; | |||
margin: auto; | |||
clear: both; | |||
font-size: 88%; | |||
text-align: center; | |||
padding: 1px; | |||
} | |||
table.navbox + table.navbox { | |||
margin-top: -1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */ | |||
} | |||
.navbox-title, .navbox-abovebelow, table.navbox th { | |||
text-align: center; /* title and above/below styles */ | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | |||
.navbox-group { /* group style */ | |||
white-space: nowrap; | |||
text-align: right; | |||
font-weight: bold; | |||
padding-left: 1em; | |||
padding-right: 1em; | |||
} | |||
.navbox, .navbox-subgroup { | |||
background: #fdfdfd; /* Background color */ | |||
} | |||
.navbox-list { | |||
border-left: 2px solid #fdfdfd; /* Must match background color */ | |||
} | |||
.navbox-title, table.navbox th { | |||
background: #ccccff; /* Level 1 color */ | |||
} | |||
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title { | |||
background: #ddddff; /* Level 2 color */ | |||
} | |||
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow { | |||
background: #e6e6ff; /* Level 3 color */ | |||
} | |||
.navbox-even { | |||
background: #f7f7f7; /* Even row striping */ | |||
} | |||
.navbox-odd { | |||
background: transparent; /* Odd row striping */ | |||
} | |||
@media print { | |||
.navbox { | |||
display: none; | |||
} | |||
} | |||
.nowraplinks a { /* prevents line breaks in links in primarily navbox */ | |||
white-space: nowrap; | |||
} | |||
/* Disables Discussion pages */ | |||
ca-talk { display:none!important; } | |||
/* Infobox template style */ | |||
.infobox { | |||
border: 1px solid #aaa; | |||
background-color: #E9EDEF; | |||
margin: 0.5em 0 0.5em 1em; | |||
padding: 0.2em; | |||
float: right; | |||
clear: right; | |||
width: 22em; | |||
} | |||
/*==Sets infobox width to full screen on phones==*/ | |||
@media only screen and (max-width: 640px) { | |||
.phonefullscreen { | .phonefullscreen { | ||
width: 100%!important; | width: 100%!important; | ||
Line 101: | Line 159: | ||
padding-right: 0!important; | padding-right: 0!important; | ||
} | } | ||
.infobox { | .infobox { | ||
width: 100%; | width: 100%; | ||
Line 126: | Line 167: | ||
} | } | ||
.mw-references-wrap { | .mw-references-wrap { | ||
width: 100%!important; | width: 100%!important; | ||
overflow-wrap: break-word!important; | overflow-wrap: break-word!important; | ||
} | |||
} | |||
@media only screen and (max-width: 640px) { | |||
.mainpagefullscreen { | |||
width: 100%!important; | |||
display: block!important; | |||
padding-left: 0!important; | |||
padding-right: 0!important; | |||
padding-bottom: 0!important; | |||
max-width:100%!important; | |||
} | } | ||
.example-orbit { | .example-orbit { | ||
width: 100%!important; | width: 100%!important; | ||
Line 138: | Line 188: | ||
padding-right: 0!important; | padding-right: 0!important; | ||
} | } | ||
.orbit-container { | .orbit-container { | ||
width: 100%!important; | width: 100%!important; | ||
Line 144: | Line 193: | ||
padding-right: 0!important; | padding-right: 0!important; | ||
} | } | ||
} | |||
/*==Sets image width to full screen on phones==*/ | |||
@media only screen and (max-width: 640px) { | |||
.thumbimage, .thumbinner, .thumb{ | .thumbimage, .thumbinner, .thumb{ | ||
width: 100%!important; | width: 100%!important; | ||
max-width:100%!important; | max-width:100%!important; | ||
} | } | ||
} | |||
@media only screen and (max-width: 640px) { | |||
.gallerybox { | .gallerybox { | ||
width: 49%!important; | width: 49%!important; | ||
Line 160: | Line 212: | ||
width: 100%!important; | width: 100%!important; | ||
} | } | ||
/*.gallerybox div .thumb img { | |||
width: 100%!important; | |||
}*/ | |||
.gallery { | .gallery { | ||
Line 165: | Line 221: | ||
} | } | ||
/* Main | /*=Sets the Main Page option buttons to small=*/ | ||
.mainpagegallery .thumb { | .mainpagegallery .thumb { | ||
width: 124.667px!important; | width: 124.667px!important; | ||
margin: auto; | margin: auto; | ||
} | } | ||
.mainpagegallery .gallerybox { | .mainpagegallery .gallerybox { | ||
width: 49%!important; | width: 49%!important; | ||
Line 176: | Line 231: | ||
} | } | ||
/* = | /*=Padding, and margin to images=*/ | ||
.thumbinner { | .thumbinner { | ||
margin:5px; | margin:5px; | ||
Line 193: | Line 240: | ||
} | } | ||
/* Gray and italic image captions */ | /*=Gray and italic image captions=*/ | ||
.thumbcaption { | .thumbcaption { | ||
color:#6f6f6f; | color:#6f6f6f; | ||
Line 202: | Line 249: | ||
} | } | ||
.infobox td, | .infobox td, | ||
Line 291: | Line 266: | ||
font-size: larger; | font-size: larger; | ||
color: black; | color: black; | ||
}/* | |||
.infobox.bordered { | |||
border-collapse: collapse; | |||
} | |||
.infobox.bordered td, | |||
.infobox.bordered th { | |||
border: 1px solid #aaa; | |||
} | |||
.infobox.bordered .borderless td, | |||
.infobox.bordered .borderless th { | |||
border: 0; | |||
} | |||
*//*.infobox.sisterproject { | |||
width: 20em; | |||
font-size: 90%; | |||
} | |||
.infobox.standard-talk { | |||
border: 1px solid #3C8DBC; | |||
background-color: #3C8DBC; | |||
} | |||
.infobox.standard-talk.bordered td, | |||
.infobox.standard-talk.bordered th { | |||
border: 1px solid #3C8DBC; | |||
}*/ | |||
/* styles for bordered infobox with merged rows *//* | |||
.infobox.bordered .mergedtoprow td, | |||
.infobox.bordered .mergedtoprow th { | |||
border: 6; | |||
border-top: 1px solid #aaa; | |||
border-right: 1px solid #aaa; | |||
} | |||
.infobox.bordered .mergedrow td, | |||
.infobox.bordered .mergedrow th { | |||
border: 0; | |||
border-right: 1px solid #aaa; | |||
}*/ | |||
/* Styles for geography infoboxes, eg countries, | |||
country subdivisions, cities, etc. *//* | |||
.infobox.geography { | |||
text-align: left; | |||
border-collapse: collapse; | |||
line-height: 1.2em; | |||
font-size: 90%; | |||
} | |||
.infobox.geography td, | |||
.infobox.geography th { | |||
border-top: solid 1px #aaa; | |||
padding: 0.4em 0.6em 0.4em 0.6em; | |||
} | |||
.infobox.geography .mergedtoprow td, | |||
.infobox.geography .mergedtoprow th { | |||
border-top: solid 1px #aaa; | |||
padding: 0.4em 0.6em 0.2em 0.6em; | |||
} | |||
.infobox.geography .mergedrow td, | |||
.infobox.geography .mergedrow th { | |||
border: 0; | |||
padding: 0 0.6em 0.2em 0.6em; | |||
} | |||
.infobox.geography .mergedbottomrow td, | |||
.infobox.geography .mergedbottomrow th { | |||
border-top: 0; | |||
border-bottom: solid 1px #aaa; | |||
padding: 0 0.6em 0.4em 0.6em; | |||
} | } | ||
.infobox.geography .maptable td, | |||
.infobox.geography .maptable th { | |||
border: 0; | |||
padding: 0; | |||
}*/ | |||
/* ==Hover class== */ | /* ==Hover class== */ | ||
Line 310: | Line 363: | ||
} | } | ||
/* ==Setting Wiki to new look== */ | |||
:root { | |||
--main-color: #8b0024; | |||
--button-color: #367fa9; | |||
--second-color: #e05176; | |||
--phone-trigger-max: 640px; | |||
--phone-trigger-min: 641px; | |||
} | |||
body { | |||
font-family: "Nunito", sans-serif; | |||
background: #ffffff; | |||
} | |||
/* Sets Actions button to use the page's --button-color variable for background */ | /* Sets Actions button to use the page's --button-color variable for background */ | ||
Line 321: | Line 387: | ||
} | } | ||
/* Pagetabs template */ | |||
/* Hides the desktop version on phone*/ | |||
@media only screen and (max-width: 640px) { | |||
.nophone { | |||
display: none; | |||
} | |||
} | |||
/* Hides the phone version on desktop*/ | |||
@media only screen and (min-width: 641px) { | |||
.phoneonly { | |||
display: none; | |||
} | |||
} | |||
/* Speech Bubble */ | /* Speech Bubble */ |
Revision as of 01:22, 14 May 2020
@import url('https://fonts.googleapis.com/css?family=Nunito&display=swap');
@import url('https://fonts.googleapis.com/css?family=Fascinate+Inline&display=swap');
/* Hide "Main Page" titles */
body.page-Main_Page .title,
body.page-Main_Page #tagline {
display: none;
}
.row.display {
background: #eee;
font-size: 11px;
margin-bottom: 10px;
}
.row.display .columns,
.row.display .column {
background: #e7e7e7;
border: 1px solid #ddd;
font-size: 13px;
font-weight: bold;
text-indent: 3px;
padding-top: 8px;
color: #444;
padding-bottom: 8px;
}
/* VisualEditor
* fixes misalignment of icons
*/
.oo-ui-toolbar-bar .oo-ui-tool .oo-ui-tool-link {
padding-top: 0 !important;
}
/*==Fixes the Visula Editor save confirm dialog box's position on screens smaller than 550px==*/
@media only screen and (max-width: 499px) {
.oo-ui-window-frame {
top: 90.9px!important;
}
}
/*VE Gallery Insert box fix on phone*/
@media only screen and (max-width: 900px) {
.ve-ui-mwGalleryDialog .oo-ui-window-frame {
top: 90.9px!important;
}
}
/*VE Gallery Insert box fix on dektop*/
@media only screen and (min-width: 901px) {
.ve-ui-mwGalleryDialog .oo-ui-window-frame {
top: 80px!important;
}
}
/*VE Media Insert box fix on phone*/
@media only screen and (max-width: 900px) {
.ve-ui-mwMediaDialog .oo-ui-window-frame {
top: 90.9px!important;
}
}
/*VE Media Insert box fix on dektop*/
@media only screen and (min-width: 901px) {
.ve-ui-mwMediaDialog .oo-ui-window-frame {
top: 80px!important;
}
}
/*VE All options menus fix on phone*/
@media only screen and (max-width: 700px) {
.ve-ui-dir-block-ltr .oo-ui-window-frame {
top: 90.9px!important;
}
}
@media only screen and (max-height: 519px) and (min-width: 500px) {
.oo-ui-window-frame {
top: 80px!important;
}
}
/***** CSS placed here will be applied to/* default skin for navigation boxes */
table.navbox { /* navbox container style */
border: 1px solid #aaa;
width: 100%;
margin: auto;
clear: both;
font-size: 88%;
text-align: center;
padding: 1px;
}
table.navbox + table.navbox {
margin-top: -1px; /* single pixel border between adjacent navboxes (doesn't work for IE6, but that's okay) */
}
.navbox-title, .navbox-abovebelow, table.navbox th {
text-align: center; /* title and above/below styles */
padding-left: 1em;
padding-right: 1em;
}
.navbox-group { /* group style */
white-space: nowrap;
text-align: right;
font-weight: bold;
padding-left: 1em;
padding-right: 1em;
}
.navbox, .navbox-subgroup {
background: #fdfdfd; /* Background color */
}
.navbox-list {
border-left: 2px solid #fdfdfd; /* Must match background color */
}
.navbox-title, table.navbox th {
background: #ccccff; /* Level 1 color */
}
.navbox-abovebelow, .navbox-group, .navbox-subgroup .navbox-title {
background: #ddddff; /* Level 2 color */
}
.navbox-subgroup .navbox-group, .navbox-subgroup .navbox-abovebelow {
background: #e6e6ff; /* Level 3 color */
}
.navbox-even {
background: #f7f7f7; /* Even row striping */
}
.navbox-odd {
background: transparent; /* Odd row striping */
}
@media print {
.navbox {
display: none;
}
}
.nowraplinks a { /* prevents line breaks in links in primarily navbox */
white-space: nowrap;
}
/* Disables Discussion pages */
ca-talk { display:none!important; }
/* Infobox template style */
.infobox {
border: 1px solid #aaa;
background-color: #E9EDEF;
margin: 0.5em 0 0.5em 1em;
padding: 0.2em;
float: right;
clear: right;
width: 22em;
}
/*==Sets infobox width to full screen on phones==*/
@media only screen and (max-width: 640px) {
.phonefullscreen {
width: 100%!important;
max-width:100%!important;
padding-left: 0!important;
padding-right: 0!important;
}
.infobox {
width: 100%;
}
.infobox .phonefullscreen img {
width: 100%;
}
.mw-references-wrap {
width: 100%!important;
overflow-wrap: break-word!important;
}
}
@media only screen and (max-width: 640px) {
.mainpagefullscreen {
width: 100%!important;
display: block!important;
padding-left: 0!important;
padding-right: 0!important;
padding-bottom: 0!important;
max-width:100%!important;
}
.example-orbit {
width: 100%!important;
padding-left: 0!important;
padding-right: 0!important;
}
.orbit-container {
width: 100%!important;
padding-left: 0!important;
padding-right: 0!important;
}
}
/*==Sets image width to full screen on phones==*/
@media only screen and (max-width: 640px) {
.thumbimage, .thumbinner, .thumb{
width: 100%!important;
max-width:100%!important;
}
}
@media only screen and (max-width: 640px) {
.gallerybox {
width: 49%!important;
margin:auto!important;
}
.gallerybox div {
width: 100%!important;
}
/*.gallerybox div .thumb img {
width: 100%!important;
}*/
.gallery {
margin:auto!important;
}
/*=Sets the Main Page option buttons to small=*/
.mainpagegallery .thumb {
width: 124.667px!important;
margin: auto;
}
.mainpagegallery .gallerybox {
width: 49%!important;
}
}
/*=Padding, and margin to images=*/
.thumbinner {
margin:5px;
margin-top:10px;
margin-bottom:10px;
padding-left:5px;
padding-right:5px;
}
/*=Gray and italic image captions=*/
.thumbcaption {
color:#6f6f6f;
font-style:italic;
background:#fcfdfe;
padding-left:3px;
padding-right:3px;
}
.infobox td,
.infobox th {
vertical-align: top;
}
.infobox title {
color: white;
}
.infobox heading {
color: white;
}
.infobox caption {
font-size: larger;
color: black;
}/*
.infobox.bordered {
border-collapse: collapse;
}
.infobox.bordered td,
.infobox.bordered th {
border: 1px solid #aaa;
}
.infobox.bordered .borderless td,
.infobox.bordered .borderless th {
border: 0;
}
*//*.infobox.sisterproject {
width: 20em;
font-size: 90%;
}
.infobox.standard-talk {
border: 1px solid #3C8DBC;
background-color: #3C8DBC;
}
.infobox.standard-talk.bordered td,
.infobox.standard-talk.bordered th {
border: 1px solid #3C8DBC;
}*/
/* styles for bordered infobox with merged rows *//*
.infobox.bordered .mergedtoprow td,
.infobox.bordered .mergedtoprow th {
border: 6;
border-top: 1px solid #aaa;
border-right: 1px solid #aaa;
}
.infobox.bordered .mergedrow td,
.infobox.bordered .mergedrow th {
border: 0;
border-right: 1px solid #aaa;
}*/
/* Styles for geography infoboxes, eg countries,
country subdivisions, cities, etc. *//*
.infobox.geography {
text-align: left;
border-collapse: collapse;
line-height: 1.2em;
font-size: 90%;
}
.infobox.geography td,
.infobox.geography th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.4em 0.6em;
}
.infobox.geography .mergedtoprow td,
.infobox.geography .mergedtoprow th {
border-top: solid 1px #aaa;
padding: 0.4em 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedrow td,
.infobox.geography .mergedrow th {
border: 0;
padding: 0 0.6em 0.2em 0.6em;
}
.infobox.geography .mergedbottomrow td,
.infobox.geography .mergedbottomrow th {
border-top: 0;
border-bottom: solid 1px #aaa;
padding: 0 0.6em 0.4em 0.6em;
}
.infobox.geography .maptable td,
.infobox.geography .maptable th {
border: 0;
padding: 0;
}*/
/* ==Hover class== */
.hover:hover .hoverbox {
display: inline;
}
.hoverbox {
display: none;
}
.hover2:hover .hoverbox2 {
display: block;
}
.hoverbox2 {
display: none;
}
/* ==Setting Wiki to new look== */
:root {
--main-color: #8b0024;
--button-color: #367fa9;
--second-color: #e05176;
--phone-trigger-max: 640px;
--phone-trigger-min: 641px;
}
body {
font-family: "Nunito", sans-serif;
background: #ffffff;
}
/* Sets Actions button to use the page's --button-color variable for background */
.button.secondary {
background-color: var(--button-color);
}
/* Sets page titles to use the page's font */
h1, h2, h3, h4, h5, h6 {
font-family: inherit;
}
/* Pagetabs template */
/* Hides the desktop version on phone*/
@media only screen and (max-width: 640px) {
.nophone {
display: none;
}
}
/* Hides the phone version on desktop*/
@media only screen and (min-width: 641px) {
.phoneonly {
display: none;
}
}
/* Speech Bubble */
.speech-bubble {
position: relative;
background: #fffff0;
border-radius: .4em;
}
.speech-bubble:after {
content: '';
position: absolute;
top: 0;
left: 12%;
width: 0;
height: 0;
border: 9px solid transparent;
border-bottom-color: #fffff0;
border-top: 0;
margin-left: -9px;
margin-top: -9px;
}
/* Navigation Popups */
.navpopup {
background-color: #fffff0 !important;
border-color: #fffff0 !important;
}
/* World Map */
@media only screen and (max-width: 640px) {
.worldmap {
width: 100%;
}
}
/* Wikitable Styles */
.wikitable th, .wikitable td {
border: 2px solid #fff !important;
}
.wikitable > * > tr > th {
background: var(--main-color);
color: #fff;
}
.wikitable tbody tr:nth-child(even) {
background: #f5f5f5;
}
.wikitable tbody tr:nth-child(odd) {
background: #e9edef;
}
This page was last modified on 14 May 2020, at 01:22. (2 months ago)