Différences entre versions de « MediaWiki:Common.css »

De Wiki Latitude-Cartagène
Aller à : navigation, rechercher
(Contenu remplacé par « .yellow, yellow > *, .yellow * { color: gold !important; } .black, black > *, .black * { color: black !important; } »)
Balise : Contenu remplacé
Ligne 2 : Ligne 2 :
 
.yellow, yellow > *, .yellow * { color: gold !important; }
 
.yellow, yellow > *, .yellow * { color: gold !important; }
 
.black, black > *, .black * { color: black !important; }
 
.black, black > *, .black * { color: black !important; }
 +
 +
/**** VECTOR TABS & VECTOR MENU ****/
 +
 +
/* padding/sizing and aesthetic styles for the background of the tabs */
 +
div#mw-head div.vectorMenu h3,
 +
div#mw-head div.vectorTabs ul li span {
 +
background: #FFD700;
 +
border-radius: 2px;
 +
padding: 0.5em;
 +
margin: 0 0.25em;
 +
height: 1em;
 +
line-height: 1;
 +
overflow: visible;
 +
}
 +
 +
/* 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: #000000;
 +
opacity: 0.7;
 +
font-style: italic;
 +
}
 +
 +
 +
.mediawiki .suggestions-results,
 +
.mediawiki .suggestions-special {
 +
border-color: #000000;
 +
}
 +
 +
.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: #000000;
 +
}
 +
 +
/* 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: #FFFFFF;
 +
color: #000000;
 +
}
 +
 +
/* highlight color for matched characters in search suggestions */
 +
.mediawiki .suggestions-result .highlight {
 +
color: #000000;
 +
}
 +
 +
 +
/* 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;
 +
}
 +
 +
div#mw-head div.vectorMenu:hover h3,
 +
div#mw-head div.vectorTabs ul li.selected span,
 +
div.vectorMenu div.menu {
 +
background: #FFD700;
 +
}

Version du 5 décembre 2020 à 11:59


.yellow, yellow > *, .yellow * { color: gold !important; }
.black, black > *, .black * { color: black !important; }

/**** VECTOR TABS & VECTOR MENU ****/

/* padding/sizing and aesthetic styles for the background of the tabs */
div#mw-head div.vectorMenu h3,
div#mw-head div.vectorTabs ul li span {
	background: #FFD700;
	border-radius: 2px;
	padding: 0.5em;
	margin: 0 0.25em;
	height: 1em;
	line-height: 1;
	overflow: visible;
}

/* 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: #000000;
	opacity: 0.7;
	font-style: italic;
}


.mediawiki .suggestions-results,
.mediawiki .suggestions-special {
	border-color: #000000;
}

.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: #000000;
}

/* 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: #FFFFFF;
	color: #000000;
}

/* highlight color for matched characters in search suggestions */
.mediawiki .suggestions-result .highlight {
	color: #000000;
}


/* 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;
}

div#mw-head div.vectorMenu:hover h3,
div#mw-head div.vectorTabs ul li.selected span,
div.vectorMenu div.menu {
	background: #FFD700;
}