MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
m
no edit summary
m (added .darkbox)
mNo edit summary
Line 8: Line 8:
/* Common boxes */
/* Common boxes */
.box { margin: 1em 0em; border: 1px solid #5a7db5; padding: .2em; background-color: #f6f6f6; }
.box { margin: 1em 0em; border: 1px solid #5a7db5; padding: .2em; background-color: #f6f6f6; }
.darkbox { margin: 1em 0em; border: 3px solid #19345e; padding .2em; 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"); font-weight: bold; font-size: 1.1em; }
.title { border: 1px solid #5a7db5; padding: .2em .4em; background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png"); font-weight: bold; font-size: 1.1em; }
.header { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png"); font-weight: bold; }
.header { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png"); font-weight: bold; }