Difference between revisions of MediaWiki:Common.css
No edit summary |
No edit summary |
||
| (8 intermediate revisions by the same user not shown) | |||
| Line 2: | Line 2: | ||
/* Reset italic styling set by user agent */ | /* Reset italic styling set by user agent */ | ||
/* | |||
CUSTOM ENDMYOPIA WIKI STYLING BEGIN | |||
*/ | |||
/* Get rid of Chrome outline when selecting editing box */ | |||
input:focus, textarea:focus, select:focus{ | |||
outline: none; | |||
} | |||
/* Hide main page title */ | |||
/* if you can't make it work for both languages, just don't do it! yay | |||
body.page-EndMyopia_Wiki h1 { display: none; } | body.page-EndMyopia_Wiki h1 { display: none; } | ||
body.page-EndMyopia_Wiki/fr h1 { display: none; } | |||
*/ | |||
/* | |||
CUSTOM ENDMYOPIA WIKI STYLING END | |||
THE FOLLOWING IS GENERIC STUFF IMPORTED FROM WIKIPEDIA (we think?) | |||
*/ | |||
/* For portals, added 2011-12-07 -bv */ | /* For portals, added 2011-12-07 -bv */ | ||
| Line 844: | Line 864: | ||
} | } | ||
table.cmbox-style { | table.cmbox-style { | ||
background: #FFF9DB; /* Yellow */ | |||
} | } | ||
table.cmbox-move { | table.cmbox-move { | ||
| Line 1,482: | Line 1,502: | ||
white-space: pre-wrap; | white-space: pre-wrap; | ||
} | } | ||