Difference between revisions of "MediaWiki:Common.css"
Jump to navigation
Jump to search
| Line 21: | Line 21: | ||
padding: 25px; | padding: 25px; | ||
} | } | ||
div#mw-panel { | |||
margin-top: 11em; | |||
border: 6px solid transparent; | |||
left: -12px; | |||
-webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */ | |||
-o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */ | |||
border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; | |||
background-color: rgba(209, 248, 255, 0.67); | |||
padding-bottom: 15px; | |||
border-top-right-radius: 8px; | |||
border-bottom-right-radius: 8px; | |||
} | } | ||
Revision as of 10:24, 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(255, 255, 255, 0.77);
min-height:500px;
margin-bottom: 60px;
}
.mw-footer{
background-color: rgba(255, 255, 255, 0.67);
padding: 25px;
}
div#mw-panel {
margin-top: 11em;
border: 6px solid transparent;
left: -12px;
-webkit-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Safari 3.1-5 */
-o-border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch; /* Opera 11-12.1 */
border-image: url("extensions/StardewValley/images/menu_border.png") 15 stretch;
background-color: rgba(209, 248, 255, 0.67);
padding-bottom: 15px;
border-top-right-radius: 8px;
border-bottom-right-radius: 8px;
}