MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
no edit summary
No edit summary
No edit summary
Line 7: Line 7:


/* Common boxes */
/* Common boxes */
.title { border: 1px solid black; background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box2Color.png"); font-weight: bold; font-size: 1.1em; }
.title { border: 1px solid #5a7db5; 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; }
.label { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png"); }
.label { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png"); }
Line 13: Line 13:


/* Infobox */
/* Infobox */
.infobox { float: right; margin: 0 0 1em 1em; border: 1px solid #5a7db5; border-collapse: collapse; background-color: #f6f6f6; width: 22em; font-size: .95em; text-align: left; }
.infobox th, .infobox td { border: 1px solid #5a7db5; }


/* Navbox */
/* Navbox */
.navbox { clear: both; margin: auto; border: 1px solid black; width: 70%; }
.navbox { clear: both; margin: auto; border: 1px solid #5a7db5; width: 70%; font-size: .85em; }
.navbox .label { width: 20%; }
.navbox .label { width: 20%; }