Vous pouvez contribuer simplement à Wikibéral. Pour cela, demandez un compte à adminwiki@liberaux.org. N'hésitez pas !


Utilisateur:Soronos/vector.css

De Wikiberal
Aller à la navigation Aller à la recherche

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
a,
image a {
    color: #327ba7;
}

a:visited,
image a:visited,
a:active,
image a:active {
    color: #327ba7;
}

a.new,
image a.new {
    color: #ba0000;
}

a.new:visited,
image a.new:visited {
    color: #ba0000;
}

nav.vector-menu-tabs li a,
#p-cactions div.vector-menu-content li a,
#mw-panel .portal .vector-menu-content li a,
nav.vector-menu-tabs li a:visited,
#p-cactions div.vector-menu-content li a:visited,
#mw-panel .portal .vector-menu-content li a:visited,
nav.vector-menu-tabs li a:active,
#p-cactions div.vector-menu-content li a:active,
#mw-panel .portal .vector-menu-content li a:active {
    color: #327ba7;
}

nav.vector-menu-tabs li.new a,
#p-cactions div.vector-menu-content li.new a,
#mw-panel .portal .vector-menu-content li.new a,
nav.vector-menu-tabs li.new a:visited,
#p-cactions div.vector-menu-content li.new a:visited,
#mw-panel .portal .vector-menu-content li.new a:visited,
nav.vector-menu-tabs li.new a:active,
#p-cactions div.vector-menu-content li.new a:active,
#mw-panel .portal .vector-menu-content li.new a:active {
    color: #ba0000;
}

.mw-body-content a.external,
.mw-body-content a.extiw {
    color: #3869bb;
}

.mw-body-content a.external:visited,
.mw-body-content a.extiw:visited,
.mw-body-content a.external:active,
.mw-body-content a.extiw:active {
    color: #3869bb;
}

.jsPurgeLink a.external {
    color: #327ba7;
}


div#mw-panel {
    padding-top: 2.5em;
}

div#mw-panel .vector-menu-portal h3 {
    font-weight: bold;
    background-image: none;
}

div#mw-panel .vector-menu-portal div.body {
    background: none;
    margin-right: 0.5em;
}
.mw-body {
    border-color: transparent;
    box-shadow: 0 0.25em 0.6em -0.15em rgba(0, 0, 0, 0.15);
    margin-top: 0;
}

#mw-head {
  background: #f6f6f6
}
div#mw-head .vector-menu h3 {
    background: #f6f6f6;
}

.vector-menu-tabs li.selected {
    background: #fbfbfb;
}

.vector-menu-tabs {
    padding: 0;
}

.vector-menu-tabs ul li {
    background: #f6f6f6;
}

.vector-menu-tabs ul li:hover a {
    text-decoration: none;
}

.vector-menu-tabs li a {
    padding: 0 0.75em;
    padding-top: 1em;
}

.vector-menu-tabs a {
    background-image: none;
}

.vector-menu-tabs ul li:not(.selected):hover,
div#mw-head .vector-menu h3:hover,
.vector-menu-dropdown:hover .vector-menu-heading {
    background: #fafafa;
}

.vector-menu-tabs ul li:not(.selected),
div#mw-head nav.vector-menu h3 {
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}


html {
    -webkit-text-size-adjust: 100%;
}

body {
    font-family: 'IBM Plex Sans', 'Helvetica Neue', 'Arial', sans-serif;
}

.mw-body {
    color: #36414f;
    background-color: #fbfbfb;
}

.vector-body {
    font-size: 0.9em;
    line-height: 1.75;
}

.vector-body p {
    margin: 0 0 0.8em;
}

h1,
h2,
.rsw-h2,
h3,
h4,
h5,
h6 {
    color: #444e5a;
    border-color: #e4eaee;
}

h1 {
    font-weight: bold;
}

h2 {
    border: none;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2,
.mw-body-content h3,
.mw-body-content h4,
.mw-body-content h5,
.mw-body-content h6 {
    font-family: 'PT Serif', 'Palatino', 'Georgia', serif;
    margin-bottom: 0.3em;
}

.mw-body h1,
.mw-body-content h1,
.mw-body-content h2 {
    padding: 0 0 0.15em;
}

div#simpleSearch {
    border: none;
    height: 2.485em;
    margin-top: 0;
    box-shadow: inset 0 -7px 7px -7px rgba(0, 0, 0, 0.15);
}

#p-search {
    margin: 0;
}

#p-search form {
    margin-top: 0;
}

div#simpleSearch #searchInput {
    height: 100%;
    border: none;
    padding-left: 1em;
    font-family: system-ui;
}

#searchInput:focus,
#simpleSearch:hover #searchInput:focus {
    border: none;
    box-shadow: none;
}

div#simpleSearch #searchButton {
    width: 2.5em;
    background: none;
    background-image: linear-gradient(transparent, transparent), url("data:image/svg+xml,%3Csvg xmlns=%22http://www.w3.org/2000/svg%22 width=%2212%22 height=%2213%22%3E %3Cg fill=%22none%22 stroke=%22%2354595d%22 stroke-width=%222%22%3E %3Cpath d=%22M11.29 11.71l-4-4%22/%3E %3Ccircle cx=%225%22 cy=%225%22 r=%224%22/%3E %3C/g%3E %3C/svg%3E");
    background-position: center center;
    background-repeat: no-repeat;
}