Différences entre versions de « MediaWiki:Common.css »
De Wiki Latitude-Cartagène
| Ligne 1 : | Ligne 1 : | ||
/**** VECTOR TABS & VECTOR MENU ****/ | /**** VECTOR TABS & VECTOR MENU ****/ | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/* sizing and font styles for non-active tabs */ | /* sizing and font styles for non-active tabs */ | ||
| Ligne 13 : | Ligne 6 : | ||
font-weight: bold; | font-weight: bold; | ||
text-transform: uppercase; | text-transform: uppercase; | ||
| − | color: # | + | color: #FFD700; |
height: 1em; | height: 1em; | ||
padding: 0; | padding: 0; | ||
| Ligne 19 : | Ligne 12 : | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/* styles for the currently selected tab and on-hover dropdown menus */ | /* styles for the currently selected tab and on-hover dropdown menus */ | ||
| Ligne 45 : | Ligne 19 : | ||
div#mw-navigation div.vectorMenu div.menu li a, | div#mw-navigation div.vectorMenu div.menu li a, | ||
div#pageWrapper div#mw-navigation li.selected a { | div#pageWrapper div#mw-navigation li.selected a { | ||
| − | color: # | + | color: #FFD700; |
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
/* sizing and aesthetic styles for search input */ | /* sizing and aesthetic styles for search input */ | ||
div#simpleSearch #searchInput { | div#simpleSearch #searchInput { | ||
| − | color: # | + | color: #FFD700; |
padding: 0.5em 0; | padding: 0.5em 0; | ||
height: 1em; | height: 1em; | ||
| Ligne 124 : | Ligne 34 : | ||
/* styling for the search placeholder text */ | /* styling for the search placeholder text */ | ||
div#simpleSearch #searchInput::placeholder { | div#simpleSearch #searchInput::placeholder { | ||
| − | color: # | + | color: #FFD700; |
opacity: 0.7; | opacity: 0.7; | ||
font-style: italic; | font-style: italic; | ||
} | } | ||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
| − | |||
.mediawiki .suggestions-results, | .mediawiki .suggestions-results, | ||
.mediawiki .suggestions-special { | .mediawiki .suggestions-special { | ||
| − | border-color: # | + | border-color: #FFD700; |
} | } | ||
| Ligne 159 : | Ligne 52 : | ||
.suggestions-special .special-label, | .suggestions-special .special-label, | ||
.suggestions-special .special-query { | .suggestions-special .special-query { | ||
| − | color: # | + | color: #FFD700; |
} | } | ||
| Ligne 167 : | Ligne 60 : | ||
.mediawiki .suggestions-result-current .special-query { | .mediawiki .suggestions-result-current .special-query { | ||
background: #303030; | background: #303030; | ||
| − | color: # | + | color: #000000; |
} | } | ||
/* highlight color for matched characters in search suggestions */ | /* highlight color for matched characters in search suggestions */ | ||
.mediawiki .suggestions-result .highlight { | .mediawiki .suggestions-result .highlight { | ||
| − | color: # | + | color: #000000; |
} | } | ||
Version du 4 décembre 2020 à 11:34
/**** VECTOR TABS & VECTOR MENU ****/
/* sizing and font styles for non-active tabs */
div#mw-head div.vectorMenu h3 span,
div#mw-head div.vectorTabs span a {
font-weight: bold;
text-transform: uppercase;
color: #FFD700;
height: 1em;
padding: 0;
font-size: 100%;
}
/* styles for the currently selected tab and on-hover dropdown menus */
div#mw-head div.vectorMenu:hover h3 span,
div#mw-navigation div.vectorMenu div.menu li a,
div#pageWrapper div#mw-navigation li.selected a {
color: #FFD700;
}
/* sizing and aesthetic styles for search input */
div#simpleSearch #searchInput {
color: #FFD700;
padding: 0.5em 0;
height: 1em;
box-sizing: content-box;
text-overflow: ellipsis;
}
/* styling for the search placeholder text */
div#simpleSearch #searchInput::placeholder {
color: #FFD700;
opacity: 0.7;
font-style: italic;
}
.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
border-color: #FFD700;
}
.suggestions a.mw-searchSuggest-link,
.suggestions a.mw-searchSuggest-link:active,
.suggestions a.mw-searchSuggest-link:focus,
.suggestions a.mw-searchSuggest-link:hover,
.suggestions-result,
.suggestions-special .special-label,
.suggestions-special .special-query {
color: #FFD700;
}
/* background and text color for hover-highlighted suggestion */
.mediawiki .suggestions-result-current,
.mediawiki .suggestions-result-current .special-label,
.mediawiki .suggestions-result-current .special-query {
background: #303030;
color: #000000;
}
/* highlight color for matched characters in search suggestions */
.mediawiki .suggestions-result .highlight {
color: #000000;
}