MediaWiki:Common.css: Difference between revisions

From Halopedia, the Halo wiki

(Changed it so that each heading is 1.2x the height of the last, to further differentiate them)
mNo edit summary
 
(153 intermediate revisions by 3 users not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins on desktop */


/* Staff highlights */
/* Navbox style
/* Edit here: https://www.halopedia.org/MediaWiki:Gadget-StaffHighlights.css */
      Edit here: https://www.halopedia.org/MediaWiki:Gadget-NavboxStyle.css
  Staff highlights
      Edit here: https://www.halopedia.org/MediaWiki:Gadget-StaffHighlights.css
  Custom wallpapers
      Edit here: https://www.halopedia.org/MediaWiki:Gadget-Wallpapers.css */


/* General CSS changes */
/* General CSS changes */


h1 { font-size: 2.49em; }
h1 { font-size: 2.00em; }
h2 { font-size: 2.07em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.73em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.44em; }
h4 { font-size: 1.32em; }
h5 { font-size: 1.20em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.00em; }
h6 { font-size: 1.00em; }


Line 26: Line 30:
padding-bottom: 0.17em;
padding-bottom: 0.17em;
margin-bottom: 0.3em;
margin-bottom: 0.3em;
}
#bodyContent {
position: relative;
background: transparent url(/images/pagebg.jpg) no-repeat center 65px !important;
}
}


Line 41: Line 40:
word-wrap: break-word;
word-wrap: break-word;
overflow: hidden;
overflow: hidden;
}
.spoiler {
width: 70%;
padding: 0.2em;
margin: 10px;
border-top: 2px solid #ccc;
border-bottom: 2px solid #ccc;
}
#toc, .toc {
margin-bottom: 3px;
}
}


Line 58: Line 45:
margin-top: 0.2em;
margin-top: 0.2em;
margin-bottom: 0.8em;
margin-bottom: 0.8em;
}
.thumb .mediaContainer {
margin: 4px auto 2px;
}
ul.gallery,
li.gallerybox div.thumb {
margin-bottom: 0;
padding-bottom: 0;
}
}


.catlinks {
.catlinks {
background: #f9f9f9 url(/images/chiefcat.jpg) no-repeat top right;
background: #f9f9f9 url(https://halo.wiki.gallery/images/chiefcat.jpg) no-repeat top right;
}
}


pre {
.mw-parser-output > .col-begin {
overflow: auto;
margin-top: 0.3em;
}
 
#disambig {
border-top: 3px double #cccccc;
border-bottom: 3px double #cccccc;
}
 
.sigbox {
background: url(/images/sigboxbg.png) no-repeat top left;
min-height: 35px;
min-width: 295px;
}
}


Line 103: Line 70:
}
}


.col-begin {
/* Site subtitle */
margin-top: 0.3em;
p.subtitle, #siteSub {
border-collapse: collapse;
display: block;
}
font-size: 90%;
.col-begin ul {
font-style: italic;
margin-top: 0;
margin: 0;
margin-bottom: 0;
}
.col-begin td {
padding: 0;
}
 
/* Special:WikiForum style */
table.mw-wikiforum-frame {
background: #fff;
border: 0;
border-spacing: 0 !important;
}
#txtSearch {
width: 85%;
}
td.mw-wikiforum-title,
tr.mw-wikiforum-marked {
background: #fff;
}
tr.mw-wikiforum-sticky td.mw-wikiforum-title,
tr.mw-wikiforum-sticky {
background: #f5faff;
}
td.mw-wikiforum-title,
th.mw-wikiforum-title,
td.mw-wikiforum-admin,
th.mw-wikiforum-admin,
td.mw-wikiforum-value,
th.mw-wikiforum-value,
td.mw-wikiforum-lastpost,
th.mw-wikiforum-lastpost {
border-color: #ccc;
}
th.mw-wikiforum-thread-top {
border: 1px solid #ccc;
background: #cedff2;
}
td.mw-wikiforum-thread-main {
padding: 0 10px;
border: 1px solid #ccc;
background: #f5faff;
}
td.mw-wikiforum-thread-sub {
border: 1px solid #ccc;
background: #fff;
}
.mw-wikiforum-thread-sub blockquote {
font-size: 12px;
padding: 0 10px 4px !important;
margin-left: 0;
margin-bottom: 10px;
}
.mw-wikiforum-thread-sub blockquote p:last-of-type {
margin-bottom: 0;
}
.mw-wikiforum-thread-sub blockquote p.posted {
margin-bottom: 6px !important;
}
.wikiforum-avatar-image + .mw-parser-output > blockquote {
margin-right: 90px;
}
.mw-wikiforum-thread-sub blockquote > blockquote > blockquote > blockquote {
display: none;
}
td.mw-wikiforum-thread-main .mw-parser-output,
td.mw-wikiforum-thread-sub .mw-parser-output {
margin-top: 12px;
}
table.mw-wikiforum-posted {
margin-top: 10px;
}
td.mw-wikiforum-thread-main,
td.mw-wikiforum-thread-sub {
word-wrap: normal;
word-break: break-word;
}
.wikiforum-avatar-image {
padding: 2px 0 3px 5px;
}
td.mw-wikiforum-rightside a:hover {
text-decoration: none;
}
}


/* References */
/* Infoboxes */
ol.references {
.infobox {
margin-top: 0;
float: right;
clear: right;
font-size: 90%;
font-size: 90%;
margin: 0 0 1em 1em;
padding: 2px;
}
}
 
.infoboxheading {
.references li {
font-size: 130%;
  break-inside: avoid-column;
}
}


/* Checkered background for transparent images */
#file img {
background: url(/resources/src/mediawiki.action/images/checker.png) repeat;
}
.mw_metadata {
margin-top: 5px;
}
.random-users-avatars img {
.random-users-avatars img {
background: white;
background: #fff;
}
}


Line 217: Line 98:
}
}


.cleared {
/* Main page */
clear: both;
}
 
.IntroPageBox {
background-color: #ffe;
background-repeat: no-repeat;
background-position: bottom right;
}
.IntroPageBox div.tright {
border-color: transparent !important;
}
 
.desktopHide {
display: none !important;
}
 
/* Main Page */
body.page-Main_Page.action-view h1.firstHeading {
display: none !important;
}
body.page-Main_Page.action-view #bodyContent {
body.page-Main_Page.action-view #bodyContent {
margin-top: 18px;
margin-top: 18px;
}
#hpedialogo .floatleft {
margin-left: 4px;
}
#hpedialogo .floatright {
margin-right: 6px;
}
}


/* Meet the Community */
/* Meet the community */
.random-users-avatars {
.random-users-avatars {
padding: 0px 0px 0px 10px;
padding: 0px 0px 0px 10px;
Line 266: Line 121:
}
}


/* Remove the title (h1 element) for Special:UpdateProfile and Special:UploadAvatar */
body.page-Special_UpdateProfile_custom h1,
body.page-Special_UploadAvatar h1,
body.page-Special_UploadAvatar h2 {
display: none;
}
.page-Special_UpdateProfile_preferences .site-button,
.page-Special_UpdateProfile_preferences .site-button,
.page-Special_UploadAvatar .site-button {
.page-Special_UploadAvatar .site-button {
Line 288: Line 137:


.foreground {
.foreground {
background: url(/images/pagebg.jpg) no-repeat center 65px !important;
background: url(https://halo.wiki.gallery/images/pagebg.jpg) no-repeat center 65px !important;
}
}
.foreground a {
.foreground a {
Line 296: Line 145:
.hp-tagdesc + p > br:first-of-type {
.hp-tagdesc + p > br:first-of-type {
display: none;
display: none;
}
/* Nav boxes */
.navbox-title,
.navbox-title a,
.navbox-title span {
color: white !important;
}
.navbox-title.light,
.navbox-title.light a,
.navbox-title.light span {
color: black !important;
}
.navbox {
clear: both;
margin: 15px auto 2px !important;
}
.navbox:last-of-type {
margin-bottom: 0 !important;
}
.navbox .navbox {
margin: 0 auto !important;
}
.navbox + div + p + .navbox,
.navbox + p + .navbox,
.navbox + .navbox {
margin-top: 0 !important;
}
.navbox .mw-collapsible-toggle-expanded {
padding-left: 5px;
}
.navbox .navbox .mw-collapsible-toggle-collapsed {
padding-left: 34px;
}
.navbox .navbox .mw-collapsible-toggle-expanded {
padding-left: 39px;
}
.navbox .navbox .plainlinksneverexpand {
padding-right: 11px !important;
}
}


Line 341: Line 151:
margin-top: -5px !important;
margin-top: -5px !important;
}
}
.ns-6 .noticebox {
#mw-imagepage-content .noticebox {
margin-top: 10px !important;
margin-top: 10px !important;
margin-bottom: 2.5px !important;
margin-bottom: 2.5px !important;
}
}


/* Black ink */
/* Hide reference button in editor toolbar */
.blackink {
#wikiEditor-ui-toolbar .oo-ui-buttonElement[rel="reference"] {
    background-color: #000000;
display: none !important;
    border-radius:4px;
    color: #000000;
    padding: 1px;
    transition: 1.5s;
    -o-transition: 1.5s;
    -ms-transition: 1.5s;
    -moz-transition: 1.5s;
    -webkit-transition: 1.5s;
    transition-delay: 0.3s;
    -o-transition-delay: 0.3s;
    -ms-transition-delay: 0.3s;
    -moz-transition-delay: 0.3s;
    -webkit-transition-delay: 0.3s;
}
.blackink a {
    color: #000000;
    padding: 1px;
    text-decoration: underline;
}
 
.blackink:hover {
    background-color: inherit !important;
    color: inherit;
}
 
/* Upload form */
#mw-htmlform-description .mw-editTools {
display: none;
}
 
/* Edit box */
.wikiEditor-ui-toolbar .section-main,
.wikiEditor-ui-toolbar .tabs {
height: auto;
}
.wikiEditor-ui textarea#wpTextbox1 {
height: 474px;
line-height: 1.4em;
}
.mw-summary-preview {
margin-bottom: 0.5em;
}
#wpSummaryLabel .oo-ui-textInputWidget textarea,
#wpSummaryLabel .oo-ui-textInputWidget input {
padding-bottom: 0.5em;
}
#wpSummaryWidget .oo-ui-labelElement-label {
margin-right: -3px;
}
 
/* Video widget */
.videoWidget + p {
margin: 0;
}
}


Line 412: Line 169:
padding: 10px 0 2px 0;
padding: 10px 0 2px 0;
}
}
 
.item {
/* Dismissable SiteNotice */
margin: 2px 0 2px 20px
.sitedir-ltr .mw-dismissable-notice-body {
margin: 0.25em 60px 0.25em 0;
}
}
.sitedir-rtl .mw-dismissable-notice-body {
.item p {
margin: 0.25em 0 0.25em 60px;
margin-bottom: 0.3em;
}
 
/* Captcha spacing */
#editform #wpCaptchaWord {
margin-top: 2.5px;
}
.mw-ui-vform-field:nth-of-type(6) .mw-input {
margin-top: 10px;
}
#userloginForm .mw-ui-vform-field:nth-of-type(6) {
margin-bottom: 5px;
}
.mw-input img, #editform img, label img {
image-rendering: auto !important;
}
.mw-htmlform-field-HTMLReCaptchaNoCaptchaField .mw-input {
margin-top: 1px;
}
.editOptions .g-recaptcha {
margin-bottom: 10px;
}
.mw-ui-vform {
width: 302px;
}
}


Line 460: Line 192:
}
}


/* Halopedia upload tweak */
/* Who's online */
.mw-upload-editlicenses {
#whosonline {
display: none;
margin-bottom: 0;
}
}


/* News template */
/* Site notice */
.property {
@media all and (max-width: 1100px) {
background: url(/images/6/6c/ONI_Property.jpg) repeat center top !important;
#siteNotice {
}
font-size: 80%;
.property a {
color: #000080;
}
.property a:visited {
        color: #000080;
}
 
/* Indicator icons */
.mw-indicators,
#mw-indicator-rc {
position: relative;
}
.mw-indicator img {
image-rendering: auto !important;
}
#mw-indicator-mw-helplink {
display: none;
}
 
/* Explain text */
.explain[title] {
text-decoration: none;
border-bottom: 1px dotted;
}
 
/* New user message box */
.usermessage {
margin-top: 1em;
}
 
/* Width fixes */
table {
max-width: 100%;
}
@media all and (max-width: 1350px) {
table.darker,
table.wikitable {
display: block;
overflow: auto;
max-width: max-content;
border: 0;
}
}
}
}


/* Media player fix */
/* User welcome */
.wikitable .mediaContainer {
margin-top: 2px;
}
.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;
}
 
/* Multimedia viewer */
.mw-mmv-filepage-buttons {
display: none;
}
.mw-mmv-image img {
image-rendering: auto !important;
}
.mw-mmv-wrapper {
font-size: medium;
}
 
/* SiteNotice news */
#localNotice #editnews,
#localNotice p {
display: none;
}
#localNotice p:first-child {
display: block !important;
}
#localNotice #morenews {
display: block !important;
text-align: center;
font-weight: bold;
margin-top: 5px;
}
#rc-news p:not(:last-of-type) {
margin: 0;
}
 
/** User welcome **/
.mp-welcome-logged-in {
.mp-welcome-logged-in {
margin-top: -13px;
margin-top: -13px;
width: 260px;
width: 270px;
}
.mp-welcome-image {
width: 74px;
}
}
.mp-welcome-points {
.mp-welcome-points {
Line 579: Line 214:
}
}


/* SocialProfile */
/* Social profile */
.pagetitle {
.pagetitle {
display: block !important;
display: block !important;
}
.ns-2.action-view .pagetitle, .ns-200.action-view .pagetitle, .ns-202.action-view .pagetitle,
.ns-2.action-view .subtitle, .ns-200.action-view .subtitle, .ns-202.action-view .subtitle,
.ns-2.action-view #siteSub, .ns-200.action-view #siteSub, .ns-202.action-view #siteSub,
.ns-2.action-view #contentSub, .ns-200.action-view #contentSub, .ns-202.action-view #contentSub {
display: none !important;
}
}
.mw-special-UpdateProfile input[type="text"],
.mw-special-UpdateProfile input[type="text"],
Line 617: Line 246:
background-color: transparent;
background-color: transparent;
}
}
.profile-info-container .mw-parser-output {
.profile-info-container p {
margin-left: 10px;
margin: 0 0 8px 10px;
}
.profile-info-container .mw-parser-output p:first-child,
.profile-info-container .mw-parser-output ul:first-child {
margin-top: 0;
}
}
.user-home-item-gift {
.user-home-item-gift {
Line 656: Line 281:
padding: 2px 6px;
padding: 2px 6px;
background: #F8F5F5;
background: #F8F5F5;
color: black;
color: #000;
}
}
.page-nav a:hover {
.page-nav a:hover {
Line 663: Line 288:
}
}
.g-give-all {
.g-give-all {
background: white;
background: #fff;
}
.gamerid {
font-size: 14px;
}
#discord-tag {
opacity: 0.5;
}
}


/*** Custom Wallpaper ***/
/* Echo extension */
.opacity70 {
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
background: url(/images/c/ca/70opacity.png) repeat;
font-size: 12px;
}
}
.odst {  
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
background: url(/images/4/46/ODSTbg4.jpg) no-repeat center top !important;
margin-bottom: 10px;
}
}
.odst a {
.mw-echo-ui-crossWikiUnreadFilterWidget-group {
color: #00BFFF;
display: none;
}
}
.odst a:visited {  
.oo-ui-popupWidget-body-padded {
        color: #00BFFF;  
margin-top: 8px;
}
}
.rookie {
.oo-ui-popupWidget-head {
background: url(/images/c/c2/BG_-_ODST.png) no-repeat center top !important;
overflow: hidden;
}
.rookie a {
color: #1AAAE7;
}
.rookie a:visited {
        color: #1AAAE7;
}
.censor {
background: url(/images/4/48/ONI_Censored.jpg) no-repeat center top !important;
}
.censor a {
color: #C0C0C0;
}
.censor a:visited {
        color: #C0C0C0;
}
.halo5 {
background: url(images/8/87/Halo_5_-_Guardian_wallpaper.jpg) no-repeat center top !important;
}
.halo5 a {
color: #C0C0C0;
}
.halo5 a:visited {
        color: #C0C0C0;
}
.doomed {
background: url(/images/6/61/HR_EliteExecution_Concept.jpg) no-repeat center top !important;
}
.doomed a {
color: #CD5C5C;
}
.doomed a:visited {
        color: #CD5C5C;
}
.cea {
background: url(/images/3/3e/HCEA_Installation04Menu_Concept_1.jpg) no-repeat center top !important;
}
.cea a {
color: #800080;
}
.cea a:visited {
        color: #800080;
}
.halo3 {
background: url(/images/e/ef/H3_-_Manual_interior.jpg) no-repeat center top !important;
}
.halo3 a {
color: #1AAAE7;
}
}
.halo3 a:visited {  
.mw-echo-ui-overlay {
        color: #1AAAE7;  
z-index: 100;
}
}


/* Image background */
/*
a[href="/File:HOD_Icon_Hall_of_History.png"] img {
To limit the size of the preview warningbox, when many template errors/warnings
background: gray;
are displayed
*/
.warningbox, .mw-warning-box {
max-height: 300px;
overflow-y: auto;
}
}

Latest revision as of 11:07, March 22, 2024

/* CSS placed here will be applied to all skins on desktop */

/* Navbox style
       Edit here: https://www.halopedia.org/MediaWiki:Gadget-NavboxStyle.css
   Staff highlights
       Edit here: https://www.halopedia.org/MediaWiki:Gadget-StaffHighlights.css
   Custom wallpapers
       Edit here: https://www.halopedia.org/MediaWiki:Gadget-Wallpapers.css */

/* General CSS changes */

h1 { font-size: 2.00em; }
h2 { font-size: 1.75em; }
h3 { font-size: 1.45em; }
h4 { font-size: 1.32em; }
h5 { font-size: 1.15em; }
h6 { font-size: 1.00em; }

.fakeh2 {
	font-size: 1.75em;
	border-bottom: 1px solid #a2a9b1;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin-bottom: 0.6em;
}
.fakeh3 {
	font-size: 1.45em;
	font-weight: bold;
	padding-top: 0.5em;
	padding-bottom: 0.17em;
	margin-bottom: 0.3em;
}

#main-wrap {
	padding-bottom: 33px;
}
.easywrap {
	width: 100%;
	table-layout: fixed;
	word-wrap: break-word;
	overflow: hidden;
}

div.tleft, div.tright {
	margin-top: 0.2em;
	margin-bottom: 0.8em;
}

.catlinks {
	background: #f9f9f9 url(https://halo.wiki.gallery/images/chiefcat.jpg) no-repeat top right;
}

.mw-parser-output > .col-begin {
	margin-top: 0.3em;
}

.featurelist .mw-collapsible {
	margin-right: 10px;
}
.featurelist h3 {
	padding-top: 0;
	padding-bottom: 0.5em;
}
.featurelist .mw-collapsible-content {
	margin-top: -0.5em;
	margin-bottom: 0.5em;
}
.featurelist td > p {
	display: none;
}

/* Site subtitle */
p.subtitle, #siteSub {
	display: block;
	font-size: 90%;
	font-style: italic;
	margin: 0;
}

/* Infoboxes */
.infobox {
	float: right;
	clear: right;
	font-size: 90%;
	margin: 0 0 1em 1em;
	padding: 2px;
}
.infoboxheading {
	font-size: 130%;
}

.random-users-avatars img {
	background: #fff;
}

div.thumb {
	border-color: transparent;
}

/* Main page */
body.page-Main_Page.action-view #bodyContent {
	margin-top: 18px;
}

/* Meet the community */
.random-users-avatars {
	padding: 0px 0px 0px 10px;
}
.random-users-avatars h2 {
	border-bottom: none;
	margin: 0px 0px 0px 0px;
	padding: 7px 0px 8px 0px;
}
.random-users-avatars img {
	border: 1px solid #DCDCDC;
	display: block;
	float: left;
	height: 50px;
	margin: 0px 8px 8px 0px;
	width: 50px;
}

.page-Special_UpdateProfile_preferences .site-button,
.page-Special_UploadAvatar .site-button {
	margin-top: 10px;
}
.page-Special_UpdateProfile_preferences input[type="checkbox"] {
	margin: 2px 5px 0 0;
}
.profile-update {
	margin-bottom: 5px;
}

.profile-tab-bar {
	margin-top: 26px;
}

.foreground {
	background: url(https://halo.wiki.gallery/images/pagebg.jpg) no-repeat center 65px !important;
}
.foreground a {
	color: #1AAAE7;
}

.hp-tagdesc + p > br:first-of-type {
	display: none;
}

/* Notice boxes */
body:not(.ns-6) .noticebox + .noticebox {
	margin-top: -5px !important;
}
#mw-imagepage-content .noticebox {
	margin-top: 10px !important;
	margin-bottom: 2.5px !important;
}

/* Hide reference button in editor toolbar */
#wikiEditor-ui-toolbar .oo-ui-buttonElement[rel="reference"] {
	display: none !important;
}

/* Site activity */
.mp-activity {
	padding: 3px 0;
	border: none;
}
.mp-site-activity h2 {
	padding: 10px 0 2px 0;
}
.item {
	margin: 2px 0 2px 20px
}
.item p {
	margin-bottom: 0.3em;
}

/* Adjust inputbox button padding in Firefox */
.bodySearchWrap .mw-ui-button {
	padding-top: 7px !important;
	padding-bottom: 7px !important;
}
.createboxButton {
	padding-top: 6px !important;
	padding-bottom: 6px !important;
}
@-moz-document url-prefix() { 
	.createboxButton {
		padding-top: 6px !important;
		padding-bottom: 5px !important;
	}
}

/* Who's online */
#whosonline {
	margin-bottom: 0;
}

/* Site notice */
@media all and (max-width: 1100px) {
	#siteNotice {
		font-size: 80%;
	}
}

/* User welcome */
.mp-welcome-logged-in {
	margin-top: -13px;
	width: 270px;
}
.mp-welcome-points {
	width: 170px;
	padding-left: 5px;
}

/* Social profile */
.pagetitle {
	display: block !important;
}
.mw-special-UpdateProfile input[type="text"],
.mw-special-EditProfile input[type="text"] {
	width: 225px;
	border: 1px solid #c8ccd1;
}
.mw-special-UpdateProfile select,
.mw-special-EditProfile select {
	width: 229px;
	border: 1px solid #c8ccd1;
}
.mw-special-EditProfile textarea {
	width: 95%;
}
.user-section-heading {
	clear: both;
}
.user-section-title {
	letter-spacing: normal;
}
#profile-toggle-button {
	top: 10px !important;
}
#profile-top {
	margin-bottom: 15px;
}
table, div#profile-top, .profile-info {
	background-color: transparent;
}
.profile-info-container p {
	margin: 0 0 8px 10px;
}
.user-home-item-gift {
	margin: 2px 25px;
}
.user-board-message {
	background: #fff;
}
.user-board-message img {
	max-width: 100% !important;
	height: auto !important;
}
.user-board-message-content {
	margin: 0 5px;
}
.user-board-message-body {
	float: none;
}
.user-board-message-from {
	background-color: #F8F5F5;
}
.no-info-container {
	background-color: #F8F5F5;
}
.profile-tab a:hover {
	color: #466C2C !important;
}
.page-nav {
	margin: 8px 5px 10px;
}
.page-nav a, .page-nav a:visited {
	border: 1px solid #ccc;
	padding: 2px 6px;
	background: #F8F5F5;
	color: #000;
}
.page-nav a:hover {
	background: #eee;
	text-decoration: none;
}
.g-give-all {
	background: #fff;
}

/* Echo extension */
.mw-echo-ui-notificationBadgeButtonPopupWidget-popup {
	font-size: 12px;
}
.mw-echo-ui-notificationsInboxWidget-toolbarWrapper {
	margin-bottom: 10px;
}
.mw-echo-ui-crossWikiUnreadFilterWidget-group {
	display: none;
}
.oo-ui-popupWidget-body-padded {
	margin-top: 8px;
}
.oo-ui-popupWidget-head {
	overflow: hidden;
}
.mw-echo-ui-overlay {
	z-index: 100;
}

/*
To limit the size of the preview warningbox, when many template errors/warnings
are displayed
*/
.warningbox, .mw-warning-box {
	max-height: 300px;
	overflow-y: auto;
}