Toggle menu
Toggle preferences menu
Toggle personal menu
Not logged in
Your IP address will be publicly visible if you make any edits.

MediaWiki:Common.css

MediaWiki interface page
Revision as of 21:16, 29 November 2022 by DatacronKeeper (talk | contribs) (Created page with "CSS placed here will be applied to all skins: @import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap'); .pi-item.pi-item-spacing.pi...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5.
/* CSS placed here will be applied to all skins */

@import url('https://fonts.googleapis.com/css2?family=Bebas+Neue&family=Roboto&display=swap');

.pi-item.pi-item-spacing.pi-title > p {
    line-height: 0.7em;
    margin-bottom: 0px;
}

.body_content h1, .body_content h2 {
    margin-bottom: 0.2em;
}

.mw-content-ltr ul, .mw-content-rtl .mw-content-ltr ul {
    margin: 0em;
    margin-left: 1.6em;
    margin-bottom: 1px;
    margin-top: 1px;
    padding: 0;
}

body {
  font-family: 'Roboto', sans-serif;
}

html .thumbimage {
    border: 1px solid #29abe2;
}

div.thumbinner {
    color: #dadada;
    border: 2px solid #29abe2;
    padding: 3px !important;
    background-color: #202020;
    font-size: 94%;
    text-align: center;
    overflow: hidden;
}

.WikiaArticle {
    font-size:15px
}

.page article {
    font-size: 136%;
    line-height: 1.5em;
}

h2 {
    font-size: 225%;
    font-family: 'Bebas Neue', cursive;
    
}

h3 {
    font-size: 200%;
    font-family: 'Bebas Neue', cursive;
    font-weight: lighter;
}

h4 {
    font-size: 150%;
    font-family: 'Bebas Neue', cursive;
    font-weight: lighter;
}

.infotable {
    float: right;
    padding: 5px;
    margin-left: 3px;
    background: #eaecf0;
    border: 3px solid #29ABE2;
    width: 325px;
}



.color1, .yui-panel .hd {
    background-color: #202020;
}

.page {
    background: #f1f1f1;
    border: 2px solid #29abe2;
    height: 1%;
    margin: 0 5px 5px;
    position: relative;
    overflow: visible;
}

.page_bar {
    background-position: top left;
    background-repeat: repeat-x;
    color: #29abe2;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    font-size: 14pt;
    padding: 0 5px;
}

.page_bar .page_tabs li.selected {
    background-color: #f1f1f1;
    color: #000;
    font-weight: bold;
}

.page_bar .page_tabs li, .page .compact_page_tabs li {
    background-color: #8be6ff;
    color: #000;
    cursor: pointer;
    float: left;
    position: relative;
    padding: 0 8px;
    height: 27px;
    line-height: 27px;
    margin-left: 3px;
    margin-top: 5px;
}

.page_bar .page_tabs a, .page .compact_page_tabs a {
    background: transparent;
    color: #000;
    text-decoration: none;
    font-family: 'Bebas Neue', cursive;
    font-size: 18px;
    font-weight: normal;
}

.page_bar .page_buttons li.selected a {
    color: #000;
    font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    line-height: 27px;
}

.page_bar .page_buttons li.selected {
    background-color: #29abe2;
    padding: 0 8px !important;
}

.page_bar {
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.0,rgba(0,0,0,0.06)),color-stop(0.33,rgba(0,0,0,0)),color-stop(0.42,rgba(0,0,0,0)),color-stop(1.0,rgba(0,0,0,0.1)));
    background-position: top left;
    background-repeat: repeat-x;
    color: white;
    margin: 0px 0px 0;
    padding: 0 5px;
}

.sidebox {
    background: #c4c4c4;
    border: 2px solid #202020;
    color: #000;
    margin-bottom: 5px !important;
    padding: 0px !important;
}

.hover-navigation a {
    color: #dadada;
    display: block;
    height: 1%;
    padding: 3px 5px;
    text-decoration: none;
    overflow: hidden;
}

.hover-navigation .menu-item {
    border-bottom: 2px solid #202020;
    display: block;
    font-family: 'Bebas Neue';
    font-size: 18px;
    height: 1%;
    padding: 0;
    position: relative;
    background: #202020;
}

.hover-navigation .menu-item {
    border-bottom: 1px solid #EEE;
     font-family: 'Bebas Neue', cursive;
    font-weight: normal;
    display: block;
    height: 1%;
    padding: 0;
    position: relative;
}

.hover-navigation .menu-item {
    border-bottom: 2px solid #202020;
    display: block;
    font-family: 'Bebas Neue';
    font-size: 18px;
    /* font-weight: bold; */
    height: 1%;
    padding: 0;
    position: relative;
    /* background: #202020; */
}

.hover-navigation .menu-item:hover > a, .hover-navigation .menu-item > a:active, .hover-navigation .navigation-hover > a {
    background-color: #8be6ff;
    color: black;
}

.hover-navigation em {
    font-family: arial,sans-serif;
    font-size: 16pt;
    font-weight: bold;
    line-height: 20px;
    position: absolute;
    right: 3px;
}

.article_footer {
    background: #c4c4c4;
    border-top: 2px solid #29abe2;
    font-size: 9pt;
    margin: 0;
    overflow: hidden;
    padding: 0;
}

#catlinks {
    border: 2px solid #29abe2;
    background-color: #f9f9f9;
    color: black;
    padding: 10px 5px;
    margin-top: 1em;
    clear: both;
}

#searchform {
    background-color: #FFF;
    background-image: none;
    border: 1px solid #202020;
    -moz-border-radius: 5px;
    -khtml-border-radius: 5px;
    -webkit-border-radius: 5px;
    border-radius: 5px;
}

#search_box {
    background-image: -moz-linear-gradient(top,rgba(0,0,0,0.06) 0%,rgba(0,0,0,0) 33%,rgba(0,0,0,0) 42%,rgba(0,0,0,0.1) 100%);
    background-image: -webkit-gradient(linear,left top,left bottom,color-stop(0.0,rgba(0,0,0,0.06)),color-stop(0.33,rgba(0,0,0,0)),color-stop(0.42,rgba(0,0,0,0)),color-stop(1.0,rgba(0,0,0,0.1)));
    background-position: top left;
    background-repeat: repeat-x;
    padding: 4px;
    position: relative;
}

#search-button {
    border-left: 0px;
    height: 0px;
    margin: 0;
    position: absolute;
    right: 0px;
    top: 0px;
    width: 0px;
}

#searchInput {
    background: transparent;
    border: 0;
    color: #000;
    font-size: 9pt;
    height: 22px;
    line-height: 22px;
    margin: 0;
    padding: 0 3px 0 3px;
    width: 192px;
}

#background_strip {
    background: #ffffff00;
    border-bottom: 0px;
    height: 155px;
    position: absolute;
    left: 0;
    right: 0;
    top: 51px;
}

#toc, .toc, .mw-warning {
    border: 2px solid #29abe2;
    /* background-color: #e7e7e7; */
    color: black;
    padding: 5px;
    font-size: 95%;
}

#toc h2, .toc h2 {
    display: inline;
    border: none;
    padding: 0;
    font-size: 150%;
    font-weight: lighter;
}

.sprite {
    height: 0px;
    width: 0px;
}

.color1 a {
    color: #dadada;
}

.color2 {
    background-color: #e5e5e5;
}

.sidebar {
    position: absolute;
    top: 30px;
    width: 206px;
    z-index: 995;
}

#wiki_logo {
    background-repeat: no-repeat;
    background-position: center center;
    height: 200px;
    text-indent: -1000px;
    z-index: 3;
    margin-bottom: 7px;
}

#wikia_header {
    border-bottom: 0px;
    height: 50px;
    position: absolute;
    left: 0;
    right: 0;
}

.infotable, th,td {
}

.infotable th {
    text-align: left;
    font-size:12.5px
}

.infotable td {
    text-align: left;
    font-size:12px
}

ul {
  list-style: square;
}


.infobox {
	background: #C4C4C4
	border: 5px solid #29ABE2;
	float: right;
	width: 325px;
    padding: 5px;
    margin-left: 3px;
}

.infobox-title {
	font-size: 24px;
	text-align: left;
}

.infobox-image {
	text-align: center;
}

.infobox-header {
	font-size: 18px;
	background: #202020;
	color: #DADADA
}

.infobox th {
	vertical-align: top;
    text-align: left;
    font-size:12px
	width: 120px;
}

.infobox td {
	vertical-align: top;
    text-align: left;
    font-size:12px
}
.portable-infobox{
  background: #C4C4C4;
  clear: right;
  float: right;
  font-size: 11.5px;
  margin: 0 0 15px 15px;
  margin: 0 0 var(--pi-margin) var(--pi-margin);
  width: 325px;
  border: 5px solid #29ABE2;
}

.portable-infobox .pi-title{
font-family: 'Bebas Neue', cursive;
font-size: 24px;
color: #DADADA;
font-weight: normal;
background: #202020;
line-height: 8px;
    padding-top: 15px;
}

.portable-infobox .pi-header{
font-family: 'Bebas Neue', cursive;
font-size: 18px;
color: #DADADA;
font-weight: normal;
padding-top: 2px;
padding-bottom: 3px;
}

.portable-infobox .pi-secondary-background{
background-color: #202020;
}

.portable-infobox .pi-secondary-font .pi-label{
font-size: 12px;
font-style: normal;
color: #000000
}

.portable-infobox .pi-data-label {
    font-size: 11.5px;
    line-height: inherit;
    font-family: 'roboto';
    font-weight: bold;
}

.portable-infobox .pi-border-color {
    border: 1px solid #202020;
    border-color: #202020;
    border-width: 1px;
}



.portable-infobox .pi-navigation {
text-align: center;
}


.portable-infobox .pi-image img {
    width: 325px;
    height: auto;
}

.portable-infobox .pi-data .pi-data-value {
    -ms-flex-preferred-size: 175px;
    -webkit-flex-basis: 175px;
    -moz-flex-basis: 170px;
    flex-basis: 160px;
    padding-left: 5px;
}

.portable-infobox .pi-data .pi-data-label {
    -ms-flex-preferred-size: 105px;
    -webkit-flex-basis: 105px;
    -moz-flex-basis: 105px;
    flex-basis: 125px;
    padding-right: 5px;
}

.portable-infobox .pi-section-navigation, .portable-infobox .pi-media-collection-tabs {
    margin: 0 -1px;
    list-style: none;
    text-align: center;
    color: #000000;
    width: 326px;
}
.portable-infobox .pi-caption {
	color: #ebebeb;
	background-color: #202020;
}
.pi-section-navigation, .pi-media-collection-tabs {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -ms-box-orient: horizontal;
    -webkit-box-orient: horizontal;
    -ms-flex-direction: row;
    -webkit-flex-direction: row;
    flex-direction: row;
    -ms-flex-wrap: wrap;
    -moz-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
}

.pi-section-navigation .pi-section-tab.pi-section-active, .pi-section-navigation .pi-section-tab.current, .pi-media-collection .pi-tab-link.current {
    background: #8be6ff;
    font-weight: bold;
    color: #202020;
}

.portable-infobox .pi-item-spacing {
    padding-left: 8px;
    border: 1px solid #202020;
}

.portable-infobox .pi-horizontal-group .pi-horizontal-group-item {
    vertical-align: top;
    text-align: left;
}

.pi-section-navigation .pi-section-tab, .pi-media-collection .pi-tab-link {
    border-width: 1px;
    border-style: solid;
    cursor: pointer;
    display: inline-block;
    margin: -1px -1px 0 0;
    max-width: 50%;
    overflow: hidden;
    text-overflow: ellipsis;
    vertical-align: bottom;
    white-space: nowrap;
    width: 25%;
    text-align: center;
    font-weight: bold;
    color: #c4c4c4;
}

.pi-media-collection-tabs {
    background: #202020;
}

.portable-infobox .pi-section-navigation, .portable-infobox .pi-media-collection-tabs {
    margin: 0 -1px;
    list-style: none;
    text-align: center;
    color: #202020;
    width: 326px;
    background: #202020;
}

:root {
--pi-width: 325px;
}

.mw-body .firstHeading {font-family: 'Bebas Neue', cursive; font-size: 40px; font-weight: normal;
}
.mw-body h1 {font-family: 'Bebas Neue', cursive; font-size: 40px; font-weight: normal;
}
.vector-body h1 {font-family: 'Bebas Neue', cursive; font-size: 40px; font-weight: normal;
}
.vector-body h2 {font-family: 'Bebas Neue', cursive; font-size: 32px; font-weight: normal;
}
.vector-body h3 {font-family: 'Bebas Neue', cursive; font-size: 25px; font-weight: normal;
}
.vector-body h4 {font-family: 'Bebas Neue', cursive; font-size: 20px; font-weight: normal;
}
.vector-body h5 {font-family: 'Bebas Neue', cursive; font-size: 18px; font-weight: normal;
}
Cookies help us deliver our services. By using our services, you agree to our use of cookies.