MediaWiki:Common.css

MediaWiki interface page

Note: After saving, you may have to bypass your browser's cache to see the changes.

/***** CSS placed here will be applied to all skins, except MinervaNeue (mobile) *****/
/* common colours: Blue: #006CB0, Green: #5FB919 */
:root {
    --primary: #60AE26; /* green */
    --primary-highlight: #69be2a; /* bright green */
    --secondary: #006CB0; /* blue */
    --tiltawiki: #870d4e; /* tiltawiki primary */
    --color-primary__h: 94;
    --color-primary__s: 64%;
    --color-primary__l: 42%;
    --color-surface-0: hsl(0, 0%, 100%);
    --color-surface-1: hsl(0, 0%, 100%);
    --color-surface-2: hsl(210, 17%, 98%);
    --color-surface-3: hsl(220, 17%, 93%);
    --color-surface-4: hsl(213, 9%, 80%);
    --color-base: #54595d;
    --color-base--emphasized: #202122;
    --color-base--subtle: #72777d;
    --color-primary: hsl(var(--color-primary__h), var(--color-primary__s), var(--color-primary__l));
    --color-primary--hover: hsl(var(--color-primary__h), var(--color-primary__s), calc(var(--color-primary__l) * 1.2));
    --color-primary--active: hsl(var(--color-primary__h), var(--color-primary__s), calc(var(--color-primary__l) * 0.8));
    --background-color-primary--hover: hsl(var(--color-primary__h), var(--color-primary__s), 95%);
    --background-color-primary--active: hsl(var(--color-primary__h), var(--color-primary__s), 90%);
    --color-surface-2--hover: hsl(210, 17%, 100%);
    --color-surface-2--active: hsl(210, 17%, 96%);
    --background-color-destructive: rgba(221, 51, 51, 0.1);
    --background-color-success: rgba(0, 175, 137, 0.1);
    --background-color-warning: rgba(255, 204, 51, 0.1);
    --background-image-destructive: linear-gradient(var(--background-color-destructive), var(--background-color-destructive));
    --background-image-success: linear-gradient(var(--background-color-success), var(--background-color-success));
    --background-image-warning: linear-gradient(var(--background-color-warning), var(--background-color-warning));
    --box-shadow-card: 0 2.8px 2.2px -4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .03)), 0 6.7px 5.3px -4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .01)), 0 12.5px 10px -4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .02)), 0 22.3px 17.9px -4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .02)), 0 41.8px 33.4px -4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .03)), 0 100px 80px -4px hsla(var(--surface-shadow), var(--shadow-strength));
    --box-shadow-dialog: 0 2.8px 2.2px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .03)), 0 6.7px 5.3px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .01)), 0 12.5px 10px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .02)), 0 22.3px 17.9px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .02)), 0 41.8px 33.4px hsla(var(--surface-shadow), calc(var(--shadow-strength) + .03)), 0 100px 80px hsla(var(--surface-shadow), var(--shadow-strength));
    --surface-shadow: var(--color-primary__h), 10%, 20%;
    --shadow-strength: 0.02;
    --font-grade:0
}
/* Hide title and tagline on Main Page */
body.page-Coasterpedia_The_Roller_Coaster_Wiki h1.firstHeading,
body.page-Coasterpedia_The_Roller_Coaster_Wiki #siteSub {
   display: none;
}
.mp-social a,
.mp-social a:visited {
	color:#fff !important;
}
a:hover, a:focus{
   text-decoration:underline !important;
}
/* Mark redirects in Special:Allpages and Special:Watchlist */
.allpagesredirect, .watchlistredirect {
   font-style: italic;
}
.allpagesredirect:after {
   color: #808080; content: " (redirect)";
}
.restricted {
   width:300px;
}
/*** Infobox styling ***/
.infobox {
    border-style: solid;
    float:right;
    margin:0 0 0 0;
    vertical-align: middle;
    clear: right;
    margin: .5em;
    width: 250px;
    background: #FFFFFF;
    font-size: smaller;
    line-height: 1.5;
    border-left: 1px solid #006CB0;
    border-right: 1px solid #006CB0;
    border-bottom: 1px solid #006CB0;
    border-top: none;
    word-break: break-word;
    border-radius:2px;
}
.infobox-image img {
    width:100%;
    height:auto;
}
.infobox-video, .infobox-video-mobile {
    position: relative;
    margin-left: auto;
    margin-right: auto;
    background: var(--primary);
    border-radius: 5px;
    color: #FFF;
    font-weight: bold;
    text-align: center;
}
.infobox-title {
    text-align: center;
    color: #FFF;
    background:var(--primary);
    font-size: larger;
}
.infobox-caption {
    color: #FFF;
    font-weight: normal;
    background: #006CB0;
    text-align: left;
}
.infobox-row-title {
    min-width: 85px;
    font-weight: bold;
}
.infobox-image-caption {
   font-weight: normal;
   text-align:center;
}
.infobox-new {
   float:right;
   width:300px;
}
.infobox-new td {
	padding:5px 5px !important;
	border-bottom:1px solid #eaecf0;
}
@media screen and (min-width:1360px) { /* make infobox wider on wide screens */
   .infobox-new,
   .restricted {
      width:350px;
   }
}

.infobox-new-image img {
   width:100% !important;
   height:auto !important;
}
.infobox-new-image {
   padding:0;
   background-color:--var(primary);
}
.infobox-flag {
   margin:-1px 3px -1px -1px !important;
}
.status-operating,
.status-operating a {
   color:green;
}
.status-construction a,
.status-refurbishment a,
.status-instorage a,
.status-planned a,
.status-sbno a {
   color:orange;
}
.status-defunct,
.status-defunct a,
.status-unknown a {
   color:red;
}	
/*** Easy box ***/
.box {
    border-style:       solid;
}
.box-blue {
    background-color:   #C4C4FF;
    border-color:       #0000FF;
}
.box-purple {
    background-color:   #e0c1ef;
    border-color:       #9932cc;
}
.box-red {
    background-color:   #ffb2b2;
    border-color:       #ff0000;
}
.box-yellow {
    background-color:   #ffffb2;
    border-color:       #ffff00;
}
.box-green {
    background-color:   #CCFFCC;
    border-color:       #00ff00;
}
.box-grey {
    background-color:   #FBFBFB;
    border-color:       #AAAAAA;
}

/*** Notice ***/
/*** Mobile CSS at MediaWiki:Refreshed.css ***/
.notice {
    margin-bottom: 2px;
    background-color: #FBFBFB;
    border: 1px solid #AAA;
}
.notice-tabbed {
    width: 80%;
    margin-left: auto;
    margin-right: auto;
    border:0px;
}
.notice-tabbed-main {
    border: 1px solid #aaa;
    border-left:0px;
}
/* Coloured tab */
.notice-tab {
    width: 8px;
    border: 0px;
}
.notice-tab.blue {
    background-color: #1e90ff; /* Info */
}
.notice-tab.purple {
    background-color: #9932cc; /* Talk, Archives */
}
.notice-tab.yellow {
    background-color: #f4c430; /* Cleanup */
}
.notice-tab.orange {
    background-color: #f28500; /* Help */
}
.notice-tab.red {
    background-color: #b22222; /* Urgent */
}

/* === USERBOXES  === */
 
table.userbox { float:left; margin:0.2em; padding:0; border-width:1px; border-style:solid; }
table.userbox td.left, table.userbox td.right { text-align:center; vertical-align:middle; font-size:1.6em; padding:0; }
table.userbox td.main { padding:0 4px; vertical-align:middle; line-height:125%; font-size:0.9em; }

table.userbox { border-color:#aaa; background:#f8f8f8; }
table.userbox td.left, table.userbox td.right { background:#d8d8d8; }

/* User name highlighting */
/* admin - green */
a[href="/wiki/User:MontagnaMagica"],
a[href="/wiki/User:Lachlan"],
a[href="/wiki/User:WeepinnWillow"],
a[href="/wiki/User:Matt_N"],
a[href="/wiki/User:Ibuddy66"],
a[href="/wiki/User:Jason_foulkes"],
a[href="/wiki/User:QDude24"],
a[href="/wiki/User:Alex"]{ color:var(--primary) !important; }
/* bots - red */
a[href="/wiki/User:AlexBot"],
a[href="/wiki/User:LoopingStarBOT"],
a[href="/wiki/User:UltimateBOT"],
a[href="/wiki/User:Delete_page_script"],
a[href="/wiki/User:Babel_AutoCreate"]
a[href="/wiki/User:Maintenance_script"] { color:red !important; }
/* Sorts monobook text spacing problems */
#mw-content-text sup {
    line-height: 0;
}
/* ID for content only to be displayed in mobile. */
#mobile-only {display:none;} /* don't use. */
.mobile-only {display: none;} /* use this, not ID */
/*** Table cell format ***/
.table-header {
    background-image: url('http://coasterpedia.net/w/images/7/78/Background_strip.png');
    color:#FFF;
}
td.table-na {
    background: #ececec;
    vertical-align: middle; 
    text-align: center
}
td.table-new {
    background: #9FF;
    color: black;
    vertical-align: middle;
    text-align: center;
}
td.table-yes {
    background: #90ff90;
    color: black;
    vertical-align: middle;
    text-align: center;
}
td.table-no {
    background: #ff9090;
    color: black;
    vertical-align: middle;
    text-align: center;
}
.interface-box {
    width: 100%;
    border-width:2px;
    border-color: #F0F0F0;
    border-radius: 3px;
}

/* Navbox */
.cp-navbox {
    width:100%; 
    font-size:90%;
    border-spacing: 0;
    overflow: hidden;
    border:1px solid rgba(0,0,0,.1);
    border-top:none;
    border-radius:2px;
}
.cp-navbox td, .cp-navbox th {
	padding: 5px;
}
.navbox-header {
    background-color:var(--primary);
    font-weight: bold;
    color:#FFFFFF;
    text-align:center;
}
.navbox-header a,
.navbox-header a:visited,
.navbox-header a.external:visited,
.navbox-header a.external {
    color: #FFFFFF;
}
.navbox-subheader {
    text-align:center;
	background-color:#D7F0FF;
}
/* Record holder boxes (Template:Record holder) */
.record-holder {
    width: 60%;
    min-width: 500px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display:table;
}
.record-holder-record-mobile {
    display: none;
}
.record-holder-preceded, .record-holder-succeeded {
    width: 30%;
}
.record-holder-record {
    width: 40%;
}
.record_holder {
    width: 60%;
    min-width: 500px;
    margin-top: 5px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
}
.record_holder-preceded, .record_holder-succeeded {
    width: 30%;
}
.record_holder-preceded {
    float: left;
}
.record_holder-succeeded {
    float: right;
}
.record-holder-record {
    width: 40%;
}
/* Hide link icons */
.hide-link-icons a.external {
    background:none !important;
    padding: 0px !important;
}

ul {
    list-style-type: disc;
}

.list-horizontal li {
	display:inline-block;
}
.list-horizontal li:before {
	content: '\00a0\2022\00a0\00a0';
	color:rgba(0,0,0,0.5);
}
.list-horizontal li:first-child:before {
	content: '';
}
/* YEARLY REFERENCE TEMPLATE */
.yr-section {
   background-color:#f9f9f9;
   float:left;
   border:1px solid #aaa;
}
.yr-section-header {
   background-color:#f2f2f2;
   text-align:center;
   font-weight:bold;
   border-bottom:1px solid #aaa;
}
.yr-section-header,
.yr-section-content {
   padding:0.2em 0.4em;
}
.yr-section:not(:last-child) {
   border-right:none;
}
#wpTextbox1 {
   -webkit-overflow-scrolling:touch; /* for iPad editing, thanks Apple */
}
@media (max-width: 600px) {
   .mobile-min-width {
      width:1200px;
   }
   .mobile-fullwidth {
      width:100% !important;
   }
   .action-edit #footer,
   .action-submit #footer,
   .action-edit .embedvideo,
   .action-edit .editpage-head-copywarn,
   .action-submit .editpage-head-copywarn,
   .action-edit .templatesUsed,
   .action-submit .templatesUsed,
   .infobox-new-header,
   .mw-editsection-visualeditor,
   .mw-editsection-divider {
      display:none;
   }
   #firstHeadingContainer {
      overflow-x:auto;
   }
   /*** MOBILE SIDEBAR ***/
    .main img {
       width:158px;
       height:56px;
    }
	#sidebar .main {		
		padding-top:12px;		
		padding-bottom:12px;		
		padding-left:22px;
	}		
	#sidebar li {		
		padding:0;		
		margin:0;
	}
}
#firstHeading {
   margin:0;
   padding:0;
}
.main-header-button {
   height:64px;
   padding:0;
   line-height: 64px;
}
#header .search {
   height:40px !important;
   padding:12px !important;
}
.avatar-no-socialprofile,
.arrow {
   height:64px;
   line-height:64px ;
}
.username {
   line-height:64px !important;
}
#maintitlemessages {
    margin-top: -3px;
}
div.thumbinner {
   padding-top:0px !important;
   border:none !important;
   border-radius:2px;
}
.action-edit textarea,
.action-submit textarea,
.mw-summary {
    font-size:13px;
    resize:none;
}
@media only screen and (device-width: 768px) {
  /* iPads */
  .action-edit textarea,
  .action-submit textarea {
		font-size:17px;
		resize:none;
  }
}
.loginsignup {
    display: none !important;
}
#userinfo > a:hover {
	background-color: #5FB919;
	color: #CCC;
}
#userinfo .headermenu {
	background-color: rgb(96, 174, 38);
	background-color: rgba(96, 174, 38, 0.8);
}
.headermenu a:hover {
	opacity: 1;
	background-color: #5FB919;
	text-decoration: none;
}
.suggestions .header-suggestions {
   display:block !important;
}
.header-suggestions {
   font-family:'Roboto', sans-serif;
   border-radius:2px;
}
.header-suggestions .suggestions-result:hover,
.header-suggestions .suggestions-result:focus {
   background-color:#eee;
   color:black;
   outline:none;
}
.suggestions-result {
   border-bottom:none;
   font-size:16px;
}
@media screen and (width:768px) and (height:1024px), /* tablets */
       screen and (max-width:600px) {
       .action-edit textarea,
       .action-submit textarea {
        width: 100%;
        font-family:monospace;
    }
}

.infobox {
    margin-right: 0;
}
/* Styling for phones only */
/* use mobile styles on templates and skin on devices with screen resolution <600px
   use mobile styles on skin but tablet styles on devices with screen resolution 600px eg Tesco Hudl
   anything larger use tablet skin */
@media screen and (max-width: 600px) {
   .header-suggestions {
      font-size:12px !important;
      top:61px !important;
   }
   .infobox-video,
   .userboxes {
      width: 100% !important;
   }
    .infobox, 
    .infobox-new {
    width: 100% !important;
    margin: 8px 0; /* Top/Bottom, Left/Right */
    }
    .restricted {
       width:100% !important;
       margin-bottom:8px
    }
    .mw-gallery-traditional .gallery {
        width: 100%;
    }
    .mw-gallery-traditional .gallerybox {
        width:45% !important;
        margin: 0 !important;
        padding: 0 !important;
    }
    .mw-gallery-traditional .gallerybox > div {
        width: 100% !important;
        padding: 0 !important;
        margin: 0 !important;
    }
    .mw-gallery-traditional .thumb {
        width: 100% !important;
        background: none !important;
        border: none !important;
        margin: 0 !important;
    }
    .mw-gallery-traditional .thumb > div,
    .rcoptions {
        margin: 0 !important;
    }
    .mw-gallery-traditional img {
        width: 100% !important;
        height: auto !important;
    }
}
@media screen and (max-width: 600px) {
   #header .search {
      padding:0 !important;
      height:56px !important;
   }
.park-present,
.park-former {
   display:inline;
   margin-left:-1em !important;
   margin-right:-1em !important;
   background:none !important;
   border:none !important;
   width:100%;
}
.park-present td, 
.park-former td {
   display:inline;
   border:none !important;
}
.park-present td:nth-child(1)::after,
.park-former td:nth-child(1)::after,
.park-present td:nth-child(2)::after,
.park-former td:nth-child(2)::after {
   content:",";
}
.park-present td:nth-child(3)::before,
.park-former td:nth-child(3)::before {
   content:"Type: ";
}
.park-present thead,
.park-former thead {
   display:none;
}
.mp-column {
   width:100% !important;
   padding-right:0 !important;
}
    .navbox-content select {
       width:100%;
       background:none;
       border:none;
       font-size:1.5em;
    }
    .wide-table td:nth-child(2)::before   {
       content: " at  ";
    }
    .wide-table {
       border:none !important;
       background:none !important;
    }
    .wide-table thead {
       display:none;
    }
    .wide-table td {
       display:inline;
       background:none !important;
       border:none !important;
    }
    .wide-table tr {
       background:none;
       border:none;
       display:list-item;
       padding:1em 0;
       border-bottom:1px solid #f0f0f0;
    }
    .wide-table .table-na {
       display:none;
    }
    .record-holder {
        width:100%;
        margin-left:0;
        margin-right:0;
        min-width:0;
    }
    .record-holder-preceded, .record-holder-succeeded {
    width: 50%;
    }
    .record-holder-record-mobile {
        display: table-row;
    }
    .record-holder-record {
        display: none;
    }
    .mobile-only {
        display: inline;
    }
    .navbox td, .navbox th {
        display:block;
    }
    .thumb {
        margin-bottom: 0;
    }
    .navbox {
        max-width: 100%;
    }
    /* Notice templates */
    .notice {
        width: 100%;
        text-align: center;
        background: none;
        color: #000;
        border: none;
    }
    /* Edit page styles */
    .action-edit #contentwrapper {
        top: 0;
    }
    #siteSub,
    #toolbar,
    .nomobile,
    .mw-editTools,
    #emoticon-board,
    .action-edit #header,
    .action-edit #leftbar,
    .action-edit #rightbar,
    .action-submit #header,
    .action-submit #leftbar,
    .action-submit #rightbar
    .action-edit #siteSub,
    .action-edit #localNotice,
    .action-submit #localNotice,
    .action-submit #siteSub
    .record-table .table-na,
    #mw-delete-table legend,
    .location-hide {
      display:none;
    }
    #wpDeleteReasonRow input {
        width:90%;
    }
    #mw-delete-table {
        padding:0;
        border:none;
    }
    #mw-deleteconfirm-table td {
        display:inline;
    }
    .editOptions,
    .editCheckboxes {
        background: none;
        border: none;
        margin-bottom: 0;
        padding: 0;
    }
    .action-edit #footer,
    .action-submit #footer {
        top:0;
    }
    #wpSave {
        margin-left:0; /* overriding default style */
    }
    .mw-history-compareselectedversions-button,
    .mw-history-revisiondelete-button {
        width: 100%;
    }
    .wide-image {
        max-width: 100%;
        overflow: auto;
    }
    /* Remove columns on category pages */
    #mw-subcategories td, #mw-pages td {
        position: relative;
        float:left;
        clear:both;
        text-align:left;
        width: 100% !important;
    }
    /* Main page formatting */
    #main_page-column_left, #main_page-column_right {
        width: 100%;
    }
    .long-list {
        -webkit-column-count: 2;
        -moz-column-count: 2;
        column-count: 2;
    }
    .mw-special-Recentchanges legend {
        padding: 0;
    }
   #maintitlemessages {
      padding-left: 0;
   }
   .record-table th,
   .record-table td {
      display:inline;
      border:none !important;
      background:none !important;
      line-height:1.25;
   }
   .record-table {
      background:none !important;
      border:none !important;
   }
   .record-table tr {
      display:block;
      padding:1em 0;
      border-bottom:1px solid #f0f0f0;
   }
   .record-table .amusement-park-name::before {
      content: "at ";
   }
   .record-table-duration::before {
      content: "Record held from ";
   }
   .record-table .location-name::before {
      content: "in ";
   }
   .yr-section {
      width:calc(25% - 2px);
   }
.page-Main_Page #small-toolbox-wrapper {
   display:none;
}
.embedvideo {
	width:100% !important
}
}
.boxshadow,
.main-page-box,
.header-menu {
   box-shadow:0 2px 2px 0 rgba(0,0,0,.14), 0 3px 1px -2px rgba(0,0,0,.2), 0 1px 5px 0 rgba(0,0,0,.12);
}

.ui-autocomplete {
	font-size:1em;
}

.ve-ignore .ve-ui-mwNoticesPopupTool-item {
	display:none;
}

/* These styles are from English Wikipedia */
/* Styles for Template:Navbar              */
.navbar {
	display: inline;
	font-size: 88%;
	font-weight: normal;
}
.navbar ul {
	display: inline-block;
	white-space: nowrap;
}
.mw-body-content .navbar ul {
	line-height: inherit;
}
.navbar li {
	word-spacing: -0.125em;
}
.navbar.mini li abbr[title] {
	font-variant: small-caps;
	border-bottom: none;
	text-decoration: none;
	cursor: inherit;
}
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}
/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0;
	display: inline;
}
/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl, .hlist dl ol, .hlist dl ul,
.hlist ol dl, .hlist ol ol, .hlist ol ul,
.hlist ul dl, .hlist ul ol, .hlist ul ul {
	display: inline;
}
/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}
/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}
/**
 * Note hlist style usage differd in
 * the Minerva skin. Remember .hlist is a class defined in core as well! Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}
.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}
/* Add parentheses around nested lists */
.hlist dd dd:first-child:before, .hlist dd dt:first-child:before, .hlist dd li:first-child:before,
.hlist dt dd:first-child:before, .hlist dt dt:first-child:before, .hlist dt li:first-child:before,
.hlist li dd:first-child:before, .hlist li dt:first-child:before, .hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}
.hlist dd dd:last-child:after, .hlist dd dt:last-child:after, .hlist dd li:last-child:after,
.hlist dt dd:last-child:after, .hlist dt dt:last-child:after, .hlist dt li:last-child:after,
.hlist li dd:last-child:after, .hlist li dt:last-child:after, .hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}
/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}
.hlist ol > li {
	counter-increment: listitem;
}
.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}
.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}
/* Hide the "Page title" button (aka h1) from the VisualEditor */
.oo-ui-tool-name-heading1 {
   display:none !important;
}

/*Copied from Wikipedia */
/* Style for horizontal lists (separator following item).
   @source mediawiki.org/wiki/Snippets/Horizontal_lists
   @revision 8 (2016-05-21)
   @author [[User:Edokter]]
 */
.hlist dl,
.hlist ol,
.hlist ul {
	margin: 0;
	padding: 0;
}

/* Display list items inline */
.hlist dd,
.hlist dt,
.hlist li {
	margin: 0; /* don't trust the note that says margin doesn't work with inline
				* removing margin: 0 makes dds have margins again */
	display: inline;
}

/* Display nested lists inline */
.hlist.inline,
.hlist.inline dl,
.hlist.inline ol,
.hlist.inline ul,
.hlist dl dl,
.hlist dl ol,
.hlist dl ul,
.hlist ol dl,
.hlist ol ol,
.hlist ol ul,
.hlist ul dl,
.hlist ul ol,
.hlist ul ul {
	display: inline;
}

/* Hide empty list items */
.hlist .mw-empty-li {
	display: none;
}

/* Generate interpuncts */
.hlist dt:after {
	content: ": ";
}

/**
 * Note hlist style usage differs in Minerva and is defined in core as well!
 * Please check Minerva desktop (and Minerva.css) when changing
 * See https://phabricator.wikimedia.org/T213239
 */
.hlist dd:after,
.hlist li:after {
	content: " · ";
	font-weight: bold;
}

.hlist dd:last-child:after,
.hlist dt:last-child:after,
.hlist li:last-child:after {
	content: none;
}

/* Add parentheses around nested lists */
.hlist dd dd:first-child:before,
.hlist dd dt:first-child:before,
.hlist dd li:first-child:before,
.hlist dt dd:first-child:before,
.hlist dt dt:first-child:before,
.hlist dt li:first-child:before,
.hlist li dd:first-child:before,
.hlist li dt:first-child:before,
.hlist li li:first-child:before {
	content: " (";
	font-weight: normal;
}

.hlist dd dd:last-child:after,
.hlist dd dt:last-child:after,
.hlist dd li:last-child:after,
.hlist dt dd:last-child:after,
.hlist dt dt:last-child:after,
.hlist dt li:last-child:after,
.hlist li dd:last-child:after,
.hlist li dt:last-child:after,
.hlist li li:last-child:after {
	content: ")";
	font-weight: normal;
}

/* Put ordinals in front of ordered list items */
.hlist ol {
	counter-reset: listitem;
}

.hlist ol > li {
	counter-increment: listitem;
}

.hlist ol > li:before {
	content: " " counter(listitem) "\a0";
}

.hlist dd ol > li:first-child:before,
.hlist dt ol > li:first-child:before,
.hlist li ol > li:first-child:before {
	content: " (" counter(listitem) "\a0";
}
/* Unbulleted lists */
.plainlist ol,
.plainlist ul {
	line-height: inherit;
	list-style: none none;
	margin: 0;
}

.plainlist ol li,
.plainlist ul li {
	margin-bottom: 0;
}
.mw-halign-center {
	clear:none !important;
}
.leaflet-marker-icon {
	margin-left: -12px;
	margin-top: -41px;
	width: 25px;
	height: 41px;
	transform: translate3d(615px, -247px, 0px);
	z-index: -247;
	opacity: 1;
	outline-style: none;
}
.mapCanvas {
	z-index: 0;
}
/* reduce size of leaflet popup */
.leaflet-popup-content h2 {
	margin-top:0;
}
.leaflet-popup-content div {
	padding-bottom:0;
}

/* Hide title and edit tools on main page */
.page-Coasterpedia_The_Roller_Coaster_Wiki .mw-side,
.page-Coasterpedia_The_Roller_Coaster_Wiki .firstHeading,
.page-Coasterpedia_The_Roller_Coaster_Wiki #siteSub {
	display: none!important;
}