MediaWiki:Common.css: Difference between revisions

Re-skin left menu, start article skinning
(Temporarily remove most of the theming)
Tag: Replaced
(Re-skin left menu, start article skinning)
Line 17:
--rct-gold-darker: #773f00;
--rct-dark-gold: #4b2200;
--light-link: #66a5ff; }
--rct-indian-red-0: #230000;
--rct-indian-red-1: #4F0000;
--rct-indian-red-2: #5F0707;
--rct-indian-red-3: #6F0F0F;
--rct-indian-red-4: #7F1B1B;
--rct-indian-red-5: #8F2727;
--rct-indian-red-6: #A33B3B;
--rct-indian-red-7: #B34F4F;
--rct-indian-red-8: #C76767;
--rct-indian-red-9: #D77F7F;
--rct-indian-red-10: #EB9F9F;
--rct-indian-red-11: #FFBFBF;
--rct-grey-0: #172323;
--rct-grey-1: #233333;
--rct-grey-2: #2F4343;
--rct-grey-3: #3F5353;
--rct-grey-4: #4B6363;
--rct-grey-5: #5B7373;
--rct-grey-6: #6F8383;
--rct-grey-7: #839797;
--rct-grey-8: #9FAFAF;
--rct-grey-9: #B7C3C3;
--rct-grey-10: #D3DBDB;
--rct-grey-11: #EFF3F3; }
 
body.skin-vector, {
background: url("https://static.miraheze.org/rctwiki/0/01/Mowedgrass.png"); }
body.skin-vector-legacy {
body.skin-vector #mw-panel > * {
/*background-color: var(--rct-indian-red);*/
padding: 0;
background: url("https://static.miraheze.org/rctwiki/0/01/Mowedgrass.png");
background-color: var(--rct-indian-red);
/* Tabs like Main page, Discussion, etc. */
border: 1px solid;
/* Navigation boxes on the left */
border-top-color: var(--rct-indian-red-lighter);
/* User links (top right) */
border-left-color: var(--rct-indian-red-lighter);
/* Footer */ }
border-right-color: var(--rct-indian-red-darker);
border-bottom-color: var(--rct-indian-red-darker); }
body.skin-vector #mw-panel > * > *:first-child {
background-color: var(--rct-indian-red-2);
padding: 2px;
color: var(--rct-white-lighter);
text-align: center;
font-weight: bold;
border-top-color: var(--rct-indian-red-5);
border-left-color: var(--rct-indian-red-5);
border-right-color: var(--rct-indian-red-8);
border-bottom-color: var(--rct-indian-red-8);
margin: 0; }
body.skin-vector #mw-panel > * > *:first-child h1, body.skin-vector #mw-panel > * > *:first-child h2, body.skin-vector #mw-panel > * > *:first-child h3, body.skin-vector #mw-panel > * > *:first-child h4, body.skin-vector #mw-panel > * > *:first-child h5, body.skin-vector #mw-panel > * > *:first-child h6 {
color: var(--rct-white-lighter);
font-family: sans-serif; }
body.skin-vector #mw-panel > * > *:nth-child(2) {
padding-bottom: 0.3em; }
body.skin-vector #mw-panel > * > *:nth-child(2) li:hover {
background-color: var(--rct-indian-red-5); }
body.skin-vector #mw-panel > * > *:nth-child(2) a {
color: white; }
body.skin-vector #content > header {
background-color: var(--rct-indian-red-2);
padding: 2px;
color: var(--rct-white-lighter);
text-align: center;
font-weight: bold;
border-top-color: var(--rct-indian-red-5);
border-left-color: var(--rct-indian-red-5);
border-right-color: var(--rct-indian-red-8);
border-bottom-color: var(--rct-indian-red-8); }
body.skin-vector #content > header h1, body.skin-vector #content > header h2, body.skin-vector #content > header h3, body.skin-vector #content > header h4, body.skin-vector #content > header h5, body.skin-vector #content > header h6 {
color: var(--rct-white-lighter);
font-family: sans-serif; }
body.skin-vector #content > nav.vector-article-toolbar {
background-color: var(--rct-indian-red-6); }
body.skin-vector #content > nav.vector-article-toolbar #left-navigation {
margin-left: 0; }
body.skin-vector #content > nav.vector-article-toolbar li.mw-list-item {
margin: 2px 0 0 0;
border-top-left-radius: 2px;
border-top-right-radius: 2px;
background: var(--rct-grey-6);
border: 1px solid;
border-top: var(--rct-grey-8);
border-left: var(--rct-grey-8);
border-right: var(--rct-grey-4);
border-bottom: var(--rct-grey-9); }
body.skin-vector #content > nav.vector-article-toolbar li.mw-list-item a {
color: white;
font-weight: bold;
padding: 13px; }
body.skin-vector #content > nav.vector-article-toolbar li.mw-list-item.selected {
background: var(--rct-grey-7);
border-top: var(--rct-grey-9);
border-left: var(--rct-grey-9);
border-right: var(--rct-grey-5);
border-bottom: var(--rct-grey-7); }
body.skin-vector #content #bodyContent {
background-color: var(--rct-grey-7); }
 
.main-page-game-thumbnail,
.main-page-addon-thumbnail {
margin: auto;
border-radius: 10px;
box-shadow: 1px 1px 2px #222;
overflow: hidden; }
 
.main-page-game-thumbnail {
width: 140px;
height: 140px; }
 
.main-page-addon-thumbnail {
width: 120px;
height: 120px; }
 
div.ridebox-list {
display: flex;
flex-wrap: wrap; }
div.ridebox-list > table {
width: auto; }