MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
Want an adless experience? Log in or Create an account.
recolored common boxes blue -> green
mNo edit summary
(recolored common boxes blue -> green)
Line 7: Line 7:


/* Common boxes */
/* Common boxes */
.box { float: none; margin: 0px; margin-bottom: 1em; border: 1px solid #5a7db5; padding: 2px; width: auto; background-color: #f6f6f6; }
.box { float: none; margin: 0px; margin-bottom: 1em; border: 1px solid #253125; padding: 2px; width: auto; background-color: #f0ddbd; }
.box > div { border-bottom: 0px; padding: 0px; font-weight: normal; font-family: inherit; }
.box > div { border-bottom: 0px; padding: 0px; font-weight: normal; font-family: inherit; }
.darkbox { margin: 1em 0em; border: 3px solid #19345e; padding: .2em; background-color: #c3d1e8; }
.darkbox { margin: 1em 0em; border: 3px solid #19345e; padding: .2em; background-color: #c3d1e8; }
.box + .box { margin-top: 1em; }
.box + .box { margin-top: 1em; }
.box table { width: 100%; }
.box table { width: 100%; }
.box .title { position: relative; margin-bottom: 2px; border: 1px solid #5a7db5; padding: .2em .4em; background-color: #8bb9ee; background-image: url("http://www.zeldadungeon.net/wiki/images/3/3c/BoxTitleTexture.png"); font-weight: bold; font-size: 1.1em; }
.box .title { position: relative; margin-bottom: 2px; border: 1px solid #253125; padding: .2em .4em; background-color: #8fbb94; background-image: url("http://www.zeldadungeon.net/wiki/images/3/3c/BoxTitleTexture.png"); font-weight: bold; font-size: 1.1em; }
.box .title ._toggler { position: absolute; right: .5em; }
.box .title ._toggler { position: absolute; right: .5em; }
.box .title .edit { position: absolute; left: .5em; }
.box .title .edit { position: absolute; left: .5em; }
.header { padding: 0em .4em; background-color: #8bb9ee; background-image: url("http://www.zeldadungeon.net/wiki/images/c/c4/BoxHeaderTexture.png"); font-weight: bold; }
.header { padding: 0em .4em; background-color: #8fbb94; background-image: url("http://www.zeldadungeon.net/wiki/images/c/c4/BoxHeaderTexture.png"); font-weight: bold; }
.label { padding: 0em .4em; background-color: #8bb9ee; background-image: url("http://www.zeldadungeon.net/wiki/images/d/d3/BoxLabelTexture.png"); font-weight: bold; }
.label { padding: 0em .4em; background-color: #8fbb94; background-image: url("http://www.zeldadungeon.net/wiki/images/d/d3/BoxLabelTexture.png"); font-weight: bold; }
.even { background-color: #ffffff; }
.even { background-color: #ffffff; }


/* Infobox */
/* Infobox */
.infobox img { margin-bottom: 2px; max-width: 258px; height: auto; }
.infobox img { margin-bottom: 2px; max-width: 258px; height: auto; }
.infotable { margin: 0px; border: 1px solid #5a7db5; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.infotable { margin: 0px; border: 1px solid #253125; border-collapse: collapse; width: 100%; height: 100%; font-size: .95em; }
.infotable th, .infotable td { border: 1px solid #5a7db5; padding: 2px; vertical-align: middle; }
.infotable th, .infotable td { border: 1px solid #253125; padding: 2px; vertical-align: middle; }


.infobox-hostile, .infobox-hostile .title, .infobox-hostile th, .infobox-hostile td { border-color: red; }
.infobox-hostile, .infobox-hostile .title, .infobox-hostile th, .infobox-hostile td { border-color: red; }

Navigation menu