Difference between revisions of "MediaWiki:Common.css"
Line 3: | Line 3: | ||
div.rightbar { | div.rightbar { | ||
− | float:right; clear:right; width: | + | float:right; clear:right; width:340px; |
} | } | ||
Line 10: | Line 10: | ||
border-width: 1px; | border-width: 1px; | ||
border-color: #111111; | border-color: #111111; | ||
− | background-color: # | + | background-color: #eeeeee; |
border-radius: 5px; | border-radius: 5px; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
− | padding: 0.2em; | + | padding: 0.4em 0.2em; |
} | } |
Revision as of 13:41, 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:340px;
}
div.vtbox {
border-style: solid;
border-width: 1px;
border-color: #111111;
background-color: #eeeeee;
border-radius: 5px;
box-sizing: border-box;
padding: 0.4em 0.2em;
}