Difference between revisions of "MediaWiki:Common.css"
Line 9: | Line 9: | ||
border-style: solid; | border-style: solid; | ||
border-width: 1px; | border-width: 1px; | ||
− | border-color: | + | border-color: #111111; |
− | background-color: | + | background-color: #cccccc; |
+ | border-radius: 2px; | ||
+ | box-sizing: border-box; | ||
+ | padding: 2em; | ||
} | } |
Revision as of 13:39, 3 February 2018
/* CSS placed here will be applied to all skins */
img { max-width: 100%; height: auto; width: auto\9; /* ie8 */ }
div.rightbar {
float:right; clear:right; width:330px;
}
div.vtbox {
border-style: solid;
border-width: 1px;
border-color: #111111;
background-color: #cccccc;
border-radius: 2px;
box-sizing: border-box;
padding: 2em;
}