MediaWiki:Common.css: Difference between revisions

Want an adless experience? Log in or Create an account.
title colors (beta)
(removed redundant styles now that navboxes are also boxes)
(title colors (beta))
Line 3: Line 3:
/* CSS styling for the User Welcome */
/* CSS styling for the User Welcome */
.user_welcome { border: 2px solid #000; padding: 5px; border-radius: 10px; }
.user_welcome { border: 2px solid #000; padding: 5px; border-radius: 10px; }
.user_welcome .head { border: 1px solid #000; padding: 6px; border-top-right-radius: 10px; border-top-left-radius: 10px; background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1Color.png"); font-weight: bold; font-size: 18px; }
.user_welcome .head { border: 1px solid #000; padding: 6px; border-top-right-radius: 10px; border-top-left-radius: 10px; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box1Color.png"); font-weight: bold; font-size: 18px; }
.user_welcome .welcome_content { padding: 5px 0; }
.user_welcome .welcome_content { padding: 5px 0; }


Line 10: Line 10:
.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; }
.title { position: relative; 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; }
.box table { width: 100%; }
.title { position: relative; margin-bottom: 2px; border: 1px solid #5a7db5; padding: .2em .4em; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Color.png") !important; font-weight: bold; font-size: 1.1em; }
.title ._toggler { position: absolute; right: .5em; }
.title ._toggler { position: absolute; right: .5em; }
.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/layout20/images/Box1Color.png") !important; font-weight: bold; }
.label { background: url("http://zeldadungeon.net/wp-content/themes/default/images/Box1.png") !important; text-align: left; }
.label { background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box1.png") !important; text-align: left; font-weight: bold; }
.label img { vertical-align: -3px; padding-left: 3px; }
.label img { vertical-align: -3px; padding-left: 3px; }
.even { background-color: #ffffff; }
.even { background-color: #ffffff; }
.black { border-color: black; }
.black .title { border-color: black; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Black.png") !important; }
.gray { border-color: #666666; }
.gray .title { border-color: #666666; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Gray.png") !important; }
.lightgray { border-color: #999999; }
.lightgray .title { border-color: #999999; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2LightGray.png") !important; }
.white { border-color: #cccccc; }
.white .title { border-color: #cccccc; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2White.png") !important; }
.red { border-color: red; }
.red .title { border-color: red; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Red.png") !important; }
.blue { border-color: blue; }
.blue .title { border-color: blue; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Blue.png") !important; }
.green { border-color: green; }
.green .title { border-color: green; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Green.png") !important; }
.cyan { border-color: cyan; }
.cyan .title { border-color: cyan; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Cyan.png") !important; }
.yellow { border-color: yellow; }
.yellow .title { border-color: yellow; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Yellow.png") !important; }
.purple { border-color: purple; }
.purple .title { border-color: purple; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Purple.png") !important; }
.orange { border-color: orange; }
.orange .title { border-color: orange; background: url("http://zeldadungeon.net/wp-content/themes/layout20/images/Box2Orange.png") !important; }


/* Infobox */
/* Infobox */