Difference between revisions of "MediaWiki:Common.css"

From Voxel Turf Wiki
Jump to: navigation, search
Line 6: Line 6:
 
}
 
}
  
div.vt {
+
div.vtbox {
border: 1px; 0
+
border-style: solid;
 +
border-width: 1px;
 +
border-color: 0x111111;
 +
background-color: 0xcccccc;
 
}
 
}

Revision as of 13:36, 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: 0x111111;
background-color: 0xcccccc;
}