Difference between revisions of "MediaWiki:Common.css"

From Curse of Aros
Jump to: navigation, search
Line 1: Line 1:
 
/* <pre> */
 
/* <pre> */
:root {
 
    --body-main: #e2dbc8;
 
    --body-light: #d8ccb4;
 
    --body-mid: #d0bd97;
 
    --body-dark: #b8a282;
 
    --body-border: #94866d;
 
    --body-background-color: #c0a886;
 
    --button-background: #605443;
 
    --button-color: #fff;
 
    --button-border: #3c352a;
 
    --button-dark: #18140c;
 
    --button-light: #3a301d;
 
    --sidebar: #cfc08d;
 
    --background-text-color: #444;
 
    --background-link-color: #52351e;
 
    --search-box: #efeee6;
 
    --link-color: #936039;
 
    --redlink-color: #ba0000;
 
    --text-color: #000;
 
    --admin-blue: #332e75;
 
    --bearcat-green: #13592e;
 
    --awb-purple: #933b96;
 
    --rsw-blue: #438ab6;
 
    --osrsw-brown: #605443;
 
}
 
 
 
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i");
 
@import url("https://fonts.googleapis.com/css?family=IBM+Plex+Sans:400,400i,700,700i|PT+Serif:400,400i,700,700i");
  
 
body {
 
body {
     background: url(//curseofaros.wiki/images/d/df/Header5.png) #f6f6f6 top left no-repeat;
+
     background: url(//curseofaros.wiki/images/d/df/Header5.png) #071022 top left no-repeat;
 
}
 
}
  
Line 40: Line 14:
 
     box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
 
     box-shadow: 0 0.25em 0.6em -0.15em rgba(0,0,0,0.15);
 
     margin-top: 0;
 
     margin-top: 0;
 +
    color: #cbd9f4;
 +
    background-color: #1f2536;
 +
}
 +
 +
#mw-panel .portal .body li a {
 +
    color: #8cabe6 !important;
 
}
 
}
.mw-body {
+
a {
     color: #36414f;
+
    color: #8cabe6 !important;
     background-color: #fbfbfb;
+
}
 +
 
 +
.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;
 +
    font-weight: bold;
 +
    margin-bottom: 0.3em;
 +
     font-size: 1.8em;
 
}
 
}
  

Revision as of 12:37, 20 July 2022

/* <pre> */
@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/d/df/Header5.png) #071022 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;
    color: #cbd9f4;
    background-color: #1f2536;
}

#mw-panel .portal .body li a {
    color: #8cabe6 !important;
}
a {
    color: #8cabe6 !important;
}

.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;
    font-weight: bold;
    margin-bottom: 0.3em;
    font-size: 1.8em;
}

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-color: #eaf0f7;
    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;
    border: 1px solid #0e6ca5;
}

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

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

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