MediaWiki:Common.css: Difference between revisions

From Ranch Roleplay
Jump to navigation Jump to search
No edit summary
No edit summary
 
(12 intermediate revisions by 2 users not shown)
Line 4: Line 4:
}
}


.wikitablewidth {
body {
background-image: url('https://ranchroleplay.com/cdn/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: norepeat;
}
 
.mw-body {
margin-top: 0;
}
 
#mw-page-base {
background: none;
}
 
#mw-panel span {
color: white;
font-weight: 600;
}
 
#p-personal {
font-weight: 600;
padding: 4px 13px;
}
 
#pt-preferences span, #footer-info-lastmod, #p-personal span, #footer-places a {
color: white;
font-weight: 600;
}
 
#right-navigation, #left-navigation {
background: #f4f4f4d9;
}
 
.infobox {
background-color: #dde0e4;
border: 2px solid #FFFFFF;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}     
 
.infobox-image {
text-align: center;
background-color: #27423b;
}
 
#right-navigation {
margin-right: 25px;
}
 
#content {
background: #f4f4f4d9;
border: none;
margin-right: 25px;
}
 
.selected.mw-list-item {
background: none;
}
 
.w100 {
width: 100%;
width: 100%;
}
}

Latest revision as of 20:42, 24 August 2022

/* CSS placed here will be applied to all skins */
.mw-wiki-logo {
background-size: 100%;
}

body {
background-image: url('https://ranchroleplay.com/cdn/bg.jpg');
background-size: cover;
background-attachment: fixed;
background-repeat: norepeat;
}

.mw-body {
margin-top: 0;
}

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

#mw-panel span {
color: white;
font-weight: 600;
}

#p-personal {
font-weight: 600;
padding: 4px 13px;
}

#pt-preferences span, #footer-info-lastmod, #p-personal span, #footer-places a {
color: white;
font-weight: 600;
}

#right-navigation, #left-navigation {
background: #f4f4f4d9;
}

.infobox {
background-color: #dde0e4;
border: 2px solid #FFFFFF;
float: right;
margin: 0 0 1em 1em;
padding: 1em;
width: 400px;
}      

.infobox-image {
text-align: center;
background-color: #27423b;
} 

#right-navigation {
margin-right: 25px;
}

#content {
background: #f4f4f4d9;
border: none;
margin-right: 25px;
}

.selected.mw-list-item {
background: none;
}

.w100 {
width: 100%;
}