Difference between revisions of "MediaWiki:Common.css"

From Curse of Aros
Jump to: navigation, search
Line 59: Line 59:
 
}
 
}
  
.infobox-image > img {
+
.infobox-image > a > img {
 
margin: 8px;
 
margin: 8px;
 
}
 
}

Revision as of 12:44, 17 June 2019

@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i");

body {
    background: url(//curseofaros.wiki/images/header.jpg) #f6f6f6 top left no-repeat;
}

#mw-page-base {
	background: none;
}

.mw-body {
    border-color: transparent;
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
    margin-top: 0;
}
.mw-body {
    color: #36414f;
    background-color: #fbfbfb;
}

body {
    font-family: 'IBM Plex Sans','Helvetica Neue','Arial',sans-serif;
}

.portal h3 {
	font-weight: bold !important;
}

div.vectorTabs ul li:not(.selected), div#mw-head div.vectorMenu h3 {
    box-shadow: inset 0 -7px 7px -7px rgba(0,0,0,0.15);
}

.mw-body h1, .mw-body-content h1, .mw-body-content h2, .mw-body-content h3, .mw-body-content h4, .mw-body-content h5, .mw-body-content h6 {
    font-family: 'PT Serif','Palatino','Georgia',serif;
    margin-bottom: .3em;
}

.coa-infobox {
    background: #ffffff;
    font-size: .85em;
    width: 250px;
    margin: .5em 0 1em 1em;
    border-collapse: collapse;
    box-shadow: 0 0.25rem 0.35rem -0.25rem rgba(0,0,0,0.1);
    float: right;
}

.infobox-header {
    color: #ffffff;
    font-size: 1.15em;
    line-height: 1.4em;
    background: #246c97;
    padding: .5em 0;
    text-align: center;
}

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

.infobox-image > a > img {
	margin: 8px;
}