MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
adjusted some box margins
mNo edit summary
(adjusted some box margins)
Line 7: Line 7:


/* Common boxes */
/* Common boxes */
.box { margin: 1em 0em; border: 1px solid #5a7db5; padding: .2em; background-color: #f6f6f6; }
.box { margin: 5px 0px; border: 1px solid #5a7db5; padding: 2px; background-color: #f6f6f6; }
.darkbox { margin: 1em 0em; border: 3px solid #19345e; padding: .2em 1em; background-color: #c3d1e8; }
.darkbox { margin: 1em 0em; border: 3px solid #19345e; padding: .2em 1em; background-color: #c3d1e8; }
.title { border: 1px solid #5a7db5; padding: .2em .4em; background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png") !important; font-weight: bold; font-size: 1.1em; }
.title { margin-bottom: 2px; border: 1px solid #5a7db5; padding: .2em .4em; background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png") !important; font-weight: bold; font-size: 1.1em; }
.header { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png") !important; font-weight: bold; }
.header { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png") !important; font-weight: bold; }
.label { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png") !important; }
.label { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png") !important; }
Line 41: Line 41:
.ambox-move { border-left: 10px solid green; }
.ambox-move { border-left: 10px solid green; }
.ambox-protection { border-left: 10px solid gray; }
.ambox-protection { border-left: 10px solid gray; }
/* Userbox */
.userbox + .userbox { margin-top: 1px; }


/* Legacy Ambox (to be removed shortly) */
/* Legacy Ambox (to be removed shortly) */

Navigation menu