More actions
No edit summary Tag: Reverted |
No edit summary Tag: Reverted |
||
Line 33: | Line 33: | ||
.mw-collapsible span.mw-collapsible-toggle { | .mw-collapsible span.mw-collapsible-toggle { | ||
float:left; | float:left; | ||
margin-left: | margin-left:1em; | ||
margin-right:1em; | margin-right:1em; | ||
} | } |
Revision as of 05:06, 29 August 2022
/* CSS placed here will be applied to all skins */
@import url('https://fonts.googleapis.com/css?family=Open+Sans');
.navbox-title
{
width: 100%;
min-width:100%;
}
body, body #mw-page-base {
background: url( https://wiki.massivecraft.com/images/e/ee/Bg3.png);
background-repeat: no-repeat;
}
#simpleSearch input {
background-color: #ffffff;
}
.scroll-table table {
max-width: 100%;
overflow: hidden;
display: block;
overflow-x: auto;
white-space: nowrap;
}
.eighty-width img {
width: 80%;
height: auto;
}
.mw-collapsible span.mw-collapsible-toggle {
float:left;
margin-left:1em;
margin-right:1em;
}