MediaWiki:Common.css: Difference between revisions
update flossmanuals favicon again |
tweak panel alignment |
||
| (15 intermediate revisions by 2 users 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( | background: url(/extensions/OpenID/skin/icons/openid-inputicon.png) no-repeat 0% 0%; | ||
padding-left: 20px; | padding-left: 20px; | ||
text-transform: none; | text-transform: none; | ||
} | } | ||
.openid_small_btn:hover { | |||
border-bottom: 1px solid black; | |||
font-size: | } | ||
.openid_large_btn:hover, | |||
.openid_selected:hover, | |||
#userloginForm a:hover { | |||
border-bottom: 2px solid black; | |||
} | |||
pre { | |||
background-color: #fbfbfb; | |||
font-size: 105%; | |||
line-height: 1.26em; | |||
overflow: auto; | |||
} | |||
code { | |||
background-color: #FFFFFF; | |||
border: 1px dotted #e6e6e6; | |||
font-size: 105%; | |||
line-height: 1.26em; | |||
overflow: auto; | |||
} | |||
tt { | |||
background-color: #FFFFFF; | |||
font-size: 105%; | |||
line-height: 1.26em; | line-height: 1.26em; | ||
overflow: auto; | overflow: auto; | ||
} | } | ||
#p- | #p-Google\ translations { | ||
text-align: center; | text-align: center; | ||
margin-left: 0px; | |||
} | } | ||
abbr[title], acronym, .explain[title] { | |||
cursor: url(/images/f/fe/HelpSmall.cur), help; | |||
} | } | ||
map area, | |||
div.locallink a, | |||
cursor: url( | span.locallink a, | ||
span.locallink a:hover, | |||
.mw-ui-checkbox-label, | |||
.mw-ui-button { | |||
cursor: url(/images/f/fc/PointerSmall.cur), pointer; | |||
} | } | ||
div.weblink a, | |||
span.weblink a, | |||
span.weblink a:hover, | |||
#footer a.external:hover, | #footer a.external:hover, | ||
#footer-icons li a:hover, | #footer-icons li a:hover, | ||
| Line 30: | Line 65: | ||
div#f-poweredbyico a:hover, | div#f-poweredbyico a:hover, | ||
div#f-copyrightico a:hover { | div#f-copyrightico a:hover { | ||
cursor: url( | cursor: url(/images/3/31/WebSmall.cur), pointer; | ||
} | } | ||
#content a[href ^="http://flossmanuals.net"], | #content a[href ^="http://flossmanuals.net"], | ||
| Line 51: | Line 86: | ||
} | } | ||
. | span.mw-collapsible-toggle { float: left; } | ||
} | |||
/* When <div class="numtoc"> is used on the table of contents, | /* When <div class="numtoc"> is used on the table of contents, | ||
| Line 64: | 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; | ||
| Line 72: | Line 102: | ||
background-color: #f9f9f9; | background-color: #f9f9f9; | ||
width: auto; | width: auto; | ||
white-space: nowrap; | |||
} | } | ||
.tocnumber { display: none; } | .tocnumber { display: none; } | ||
| Line 125: | Line 156: | ||
/* | /* | ||
* The following styles have been imported from [ | * The following styles have been imported from [[MediaWiki:Common.css]] for [[Template:Mbox]] and related templates -- [[User:Bernie]] | ||
*/ | */ | ||