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

De Wiki Latitude-Cartagène
Aller à : navigation, rechercher
 
(20 versions intermédiaires par le même utilisateur non affichées)
Ligne 1 : Ligne 1 :
 
.liste, liste > *, .liste * { color: white !important; }
 
.liste, liste > *, .liste * { color: white !important; }
 
.latitude, latitude > *, .latitude * { color: #FEC800 !important; }
 
.latitude, latitude > *, .latitude * { color: #FEC800 !important; }
 
.editOptions {
 
color : #A9A9A9 !important; }
 
 
#mw-searchoptions {
 
background-color : #333 !important; }
 
 
.mw-search-profile-tabs {
 
background-color : #333 !important; }
 
 
input[type="submit" i] {
 
background-color : #333 !important; }
 
 
.smw-table-cell {
 
  background-color : #333 !important; }
 
 
.smw-ask-toplinks {
 
  background-color : #333 !important; }
 
 
.search-types .current a {
 
  color : #FFFFFF !important; }
 
 
.mw-rcfilters-ui-changesListWrapperWidget .mw-changeslist-legend {
 
background-color : #000000 !important; }
 
 
 
.oo-ui-labelElement-label {
 
  color : #FFFFFF !important; }
 
 
 
.parsoid-body {
 
background-color : #333 !important; }
 
 
.mwe-pt-info-pane {
 
background-color : #333 !important; }
 
 
.mw-body {
 
background-color : #333 !important; }
 
 
#mwe-pt-list-control-nav-content {
 
background-color : #333 !important; }
 
 
b {
 
color : #B8860B !important; }
 
 
 
#mwe-pt-list-stats-nav-content{
 
background-color : #333 !important; }
 
 
.stickyBottom #mwe-pt-list-stats-nav {
 
background-color : #333 !important; }
 
 
.mw-tipoff{
 
background-color : #333 !important; }
 
 
.tocnumber {
 
color : #FFFFFF !important; }
 
 
.toctogglelabel:after {
 
color : #FFFFFF !important; }
 
 
.oo-ui-buttonElement-button {
 
background-color : #333 !important; }
 
 
.oo-ui-panelLayout-padded {
 
background-color : #333 !important; }
 
 
.oo-ui-buttonElement-button {
 
background-color : #FFFFFF !important; }
 
 
.oo-ui-buttonElement-button {
 
color : #FFFFFF !important; }
 
 
.oo-ui-labelElement-label {
 
color : #B8860B !important; }
 
 
.mw-echo-notifications-badge:before {
 
color : #B8860B !important; }
 
 
#pt-notifications-notice .mw-echo-notifications-badge:before {
 
color : #B8860B !important; }
 
 
.profile-on {
 
color : #000000 !important; }
 
 
.treeview li.lastCollapsable {
 
background-color : #333 !important; }
 
 
.treeview li {
 
background-color : #333 !important; }
 
 
.treeview li.lastExpandable {
 
background-color : #333 !important; }
 
 
 
 
 
 
 
 
 
/**** PREFERENCES ****/
 
/* reset some default styles */
 
.client-js #preferences > fieldset,
 
.mediawiki #preferences {
 
background: transparent;
 
}
 
 
.client-js #preferences fieldset > fieldset {
 
padding: 0;
 
}
 
 
.client-js .mediawiki #preferences > fieldset.prefsection {
 
border-top: 0;
 
}
 
 
/* border and background for main preferences area */
 
.client-js #preferences {
 
border: 1px solid #4f3169;
 
margin: 0;
 
background: #2A2A2A;
 
}
 
 
/* reset background and margin on preference tab container */
 
.client-js .mediawiki #preftoc {
 
background: transparent;
 
margin: 0.25em;
 
}
 
 
/* sizing and aesthetic styles on preference tabs */
 
.client-js .mediawiki #preftoc li {
 
border: 1px solid #4f3169;
 
background: #1c1c1c;
 
border-radius: 2px;
 
margin: 0 0.25em;
 
height: 1em;
 
padding: 0.5em;
 
line-height: 1;
 
}
 
 
/* background on selected tab */
 
.client-js .mediawiki #preftoc li.selected {
 
background: #7f4fa8;
 
}
 
 
/* font color on preference tabs */
 
.client-js .mediawiki #preftoc li a,
 
.client-js .mediawiki #preftoc li a:active {
 
color: #eee;
 
padding: 0;
 
}
 
 
/* font color on selected preference tab */
 
.client-js .mediawiki #preftoc li.selected a {
 
background: transparent;
 
color: #fff;
 
}
 
 
/* font color on preference hints, may be necessary for readability on gray backgrounds */
 
#preferences td.htmlform-tip {
 
color: #fff;
 
}
 
 
/* font color on preference section headings */
 
.mediawiki #preferences legend {
 
color: #fff;
 
}
 
 
/* margin on preference section headings */
 
.client-js .mediawiki #preferences legend {
 
margin-left: 1em;
 
}
 
 
/* border for preference subsections */
 
.client-js .mediawiki #preferences > fieldset,
 
.client-js .mediawiki #preferences fieldset.prefsection fieldset {
 
border: 0;
 
border-top: 1px solid #4f3169;
 
margin-top: 0.25em;
 
}
 
 
/**** preferences no js fallbacks, match colors with rest ****/
 
/* background for main preference sections for no js */
 
#preferences > fieldset {
 
background: #1c1c1c;
 
}
 
 
/* margin and border for no js */
 
.mediawiki #preferences fieldset {
 
border: 1px solid #4f3169;
 
}
 

Version actuelle datée du 26 janvier 2021 à 21:37

.liste, liste > *, .liste * { color: white !important; }
.latitude, latitude > *, .latitude * { color: #FEC800 !important; }