MediaWiki:Common.css: Difference between revisions

From Ranch Roleplay
Jump to navigation Jump to search
No edit summary
No edit summary
Line 36: Line 36:
#content {
#content {
background: #f4f4f4eb;
background: #f4f4f4eb;
border: none;
}
}



Revision as of 20:47, 1 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-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: #f4f4f4eb;
}

#content {
background: #f4f4f4eb;
border: none;
}

.selected.mw-list-item {
background: #f4f4f4eb;
}

.w100 {
width: 100%;
}