MediaWiki:Common.css: Difference between revisions
Jump to navigation
Jump to search
Docs admin (talk | contribs) No edit summary |
Docs admin (talk | contribs) No edit summary |
||
(22 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 */ | ||
div.mw-search-formheader{ | |||
display:none !important; | |||
} | |||
p.mw-search-createlink{ | |||
display:none !important; | |||
} | |||
div.who_are_you{ | div.who_are_you{ | ||
float:left; | |||
border:1px solid #B9DFFA; | |||
padding:.5%; | |||
margin:0px .5%; | |||
width:22.5%; | |||
background-color:#E3F2FD; | |||
font-size:1.1em; | |||
} | |||
div.featured_faq{ | |||
float:left; | float:left; | ||
border:1px solid #B9DFFA; | border:1px solid #B9DFFA; | ||
padding:10px; | padding:10px; | ||
margin: | margin:5px; | ||
background-color:#E3F2FD; | background-color:#E3F2FD; | ||
font-size:1. | font-size:1.3em; | ||
} | } | ||
Line 29: | Line 46: | ||
color:#F60 !important; | color:#F60 !important; | ||
} | } | ||
#mw-pages div.mw-content-ltr h3{ display: none !important; } | |||
div#p-navigation { font-size: 1.25em; } | div#p-navigation { font-size: 1.25em; } | ||
Line 49: | Line 68: | ||
#p-tb { display: none !important; } | #p-tb { display: none !important; } | ||
div.support_submit_ticket{ | |||
width:146px; | |||
height:40px; | |||
margin:0px auto; | |||
} | |||
div.support_submit_ticket a{ | |||
width:146px; | |||
height:40px; | |||
background:url('/images/5/5b/Submit_ticket_hover.png') no-repeat; | |||
} | |||
.rollover{ | |||
position: relative; | |||
white-space: nowrap; | |||
display: block; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.rollover { | |||
position: relative; | |||
white-space: nowrap; | |||
display: block; | |||
margin: 0; | |||
padding: 0; | |||
} | |||
.rollover a{ | |||
display: block; | |||
float: left; | |||
text-decoration: none; | |||
} | |||
.rollover img{ | |||
border: 0 | |||
} | |||
* html a:hover{ | |||
visibility:visible | |||
} | |||
.rollover a:hover img{ | |||
visibility:hidden | |||
} |
Latest revision as of 10:28, 10 January 2013
/* CSS placed here will be applied to all skins */ div.mw-search-formheader{ display:none !important; } p.mw-search-createlink{ display:none !important; } div.who_are_you{ float:left; border:1px solid #B9DFFA; padding:.5%; margin:0px .5%; width:22.5%; background-color:#E3F2FD; font-size:1.1em; } div.featured_faq{ float:left; border:1px solid #B9DFFA; padding:10px; margin:5px; background-color:#E3F2FD; font-size:1.3em; } span.who_are_you_title{ font-size:1.2em; } div.body{ margin-left:.1em !important; } a, a:link, a:visited, a:active{ color:#2272C2 !important; } a:hover{ color:#F60 !important; } #mw-pages div.mw-content-ltr h3{ display: none !important; } div#p-navigation { font-size: 1.25em; } #ca-talk { display: none !important; } #ca-history { display: none !important; } #ca-viewsource { display: none !important; } #ca-watch { display: none !important; } #ca-view { display: none !important; } #footer-places-privacy { display: none !important; } #footer-places-about { display: none !important; } #footer-places-disclaimer { display: none !important; } #p-tb { display: none !important; } div.support_submit_ticket{ width:146px; height:40px; margin:0px auto; } div.support_submit_ticket a{ width:146px; height:40px; background:url('/images/5/5b/Submit_ticket_hover.png') no-repeat; } .rollover{ position: relative; white-space: nowrap; display: block; margin: 0; padding: 0; } .rollover { position: relative; white-space: nowrap; display: block; margin: 0; padding: 0; } .rollover a{ display: block; float: left; text-decoration: none; } .rollover img{ border: 0 } * html a:hover{ visibility:visible } .rollover a:hover img{ visibility:hidden }