Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 13: | Line 13: | ||
border: 1px solid #A7D7F9; | border: 1px solid #A7D7F9; | ||
margin-right: 15px; | margin-right: 15px; | ||
background-color: rgba( | background-color: rgba(21, 126, 222, 0.67); | ||
min-height:500px; | min-height:500px; | ||
margin-bottom: 60px; | margin-bottom: 60px; | ||
} | } | ||
Revision as of 09:31, 4 April 2022
/* CSS placed here will be applied to all skins */
body {
background-image: url("https://wiki.lordsandvilleins.com/subdom/wiki/images/3/3a/Bg.png");
background-repeat: no-repeat;
background-size: cover;
background-position: 0 100%;
background-attachment: fixed;
}
#mw-page-base {
background:none;
}
.mw-body {
border: 1px solid #A7D7F9;
margin-right: 15px;
background-color: rgba(21, 126, 222, 0.67);
min-height:500px;
margin-bottom: 60px;
}