Be sure to read our policy on citing sources before editing!
Difference between revisions of "MediaWiki:Common.css"
From Jiggywikki, a Banjo-Kazooie wiki
Jump to navigationJump to search
m
no edit summary
wikia:banjokazooie>Chicken7 (:s lets have a look now) |
wikia:banjokazooie>Dekudan312 m |
||
Line 145: | Line 145: | ||
font-weight:normal; | font-weight:normal; | ||
font-size:smaller; | font-size:smaller; | ||
} | |||
/* poll stuff */ | |||
.poll { | |||
width: 88% !important; | |||
max-width: 500px !important; | |||
background-color: #A0A2B8 !important; | |||
border:none !important; | |||
padding:5px 0px 5px 0px !important; | |||
} | |||
.pollAjax { | |||
background-color: #999 !important; | |||
} | |||
.pollAnswerVotes div { | |||
background-color: #999 !important; | |||
margin-right:10px !important; | |||
} | |||
.poll .ourVote div { | |||
border:1px solid #CCC !important; | |||
} | |||
span.costitem div {display: inline} | |||
span.costitem p.error {display: none} | |||
/* Login form fix attempt for all skins */ | |||
* html #userloginForm form { | |||
float: none; | |||
} | |||
* html #userlogin form { | |||
float: none; | |||
} | } |