MediaWiki:Common.css: Difference between revisions
update collapsible content. See Wiki Team/Guide/Collapsible content. |
tweak panel alignment |
||
| (7 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
.mw-editsection { | |||
float: right; | |||
} | |||
.mw-editsection-bracket { | |||
color: #AAA; | |||
} | |||
span.OpenID { | span.OpenID { | ||
background: url(/extensions/OpenID/skin/icons/openid-inputicon.png) no-repeat 0% 0%; | background: url(/extensions/OpenID/skin/icons/openid-inputicon.png) no-repeat 0% 0%; | ||
| Line 6: | Line 12: | ||
text-transform: none; | text-transform: none; | ||
} | } | ||
.openid_small_btn:hover { | |||
border-bottom: 1px solid black; | |||
} | |||
.openid_large_btn:hover, | |||
.openid_selected:hover, | |||
#userloginForm a:hover { | |||
border-bottom: 2px solid black; | |||
} | |||
pre { | pre { | ||
background-color: #fbfbfb; | background-color: #fbfbfb; | ||
| Line 27: | Line 40: | ||
} | } | ||
#p- | #p-Google\ translations { | ||
text-align: center; | text-align: center; | ||
margin-left: 0px; | margin-left: 0px; | ||
} | } | ||
abbr, acronym, .explain { | |||
abbr[title], acronym, .explain[title] { | |||
cursor: url(/images/f/fe/HelpSmall.cur), help; | cursor: url(/images/f/fe/HelpSmall.cur), help; | ||
} | } | ||
map area, | |||
div.locallink a, | div.locallink a, | ||
span.locallink a, | span.locallink a, | ||
span.locallink a:hover { | span.locallink a:hover, | ||
.mw-ui-checkbox-label, | |||
.mw-ui-button { | |||
cursor: url(/images/f/fc/PointerSmall.cur), pointer; | cursor: url(/images/f/fc/PointerSmall.cur), pointer; | ||
} | } | ||
| Line 82: | Line 94: | ||
edited to default to float on the right with nonumbers 26 July 2010 | edited to default to float on the right with nonumbers 26 July 2010 | ||
*/ | */ | ||
.toc { | |||
float: right; | float: right; | ||
clear: right; | clear: right; | ||