Difference between revisions of "MediaWiki:Common.css"
| Line 1: | Line 1: | ||
/* CSS placed here will be applied to all skins */ | /* CSS placed here will be applied to all skins */ | ||
span.mp-beginnersLink a { | span.mp-beginnersLink a { | ||
| − | + | font-family: inherit; | |
| − | + | font-size: 1em; /* IE doesn't like inherit here */ | |
| − | + | font-weight: bold; | |
| − | + | text-decoration:none; | |
| − | + | color: #272e65; | |
} | } | ||
span.mp-productsLink a { | span.mp-productsLink a { | ||
| − | + | font-family: inherit; | |
| − | + | font-size: 1.5em; /* IE doesn't like inherit here */ | |
| − | + | font-weight: bold; | |
| − | + | font-style: italic; | |
| − | + | text-decoration:none; | |
| − | + | color: #272e65; | |
| + | } | ||
| + | |||
| + | table.searchTop td { | ||
| + | background-color:#dbdbe4; | ||
| + | margin:0px; | ||
| + | padding:2px; | ||
| + | border:1px solid #717b99; | ||
| + | color:#000000; | ||
| + | } | ||
| + | |||
| + | table.searchBody | ||
| + | { | ||
| + | background-color:#ffffff; | ||
| + | } | ||
| + | |||
| + | table.searchBody td { | ||
| + | background-color:#ffffff; | ||
| + | margin:0px; | ||
| + | padding:2px; | ||
| + | border:1px solid #717b99; | ||
| + | color:#000000; | ||
} | } | ||
Revision as of 08:44, 13 February 2015
/* CSS placed here will be applied to all skins */ span.mp-beginnersLink a { font-family: inherit; font-size: 1em; /* IE doesn't like inherit here */ font-weight: bold; text-decoration:none; color: #272e65; } span.mp-productsLink a { font-family: inherit; font-size: 1.5em; /* IE doesn't like inherit here */ font-weight: bold; font-style: italic; text-decoration:none; color: #272e65; } table.searchTop td { background-color:#dbdbe4; margin:0px; padding:2px; border:1px solid #717b99; color:#000000; } table.searchBody { background-color:#ffffff; } table.searchBody td { background-color:#ffffff; margin:0px; padding:2px; border:1px solid #717b99; color:#000000; }
