MediaWiki:Common.css

De IPoP Wiki
Aller à : navigation, rechercher
/* Le CSS placé ici sera appliqué à tous les habillages. */
@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700');

body {
 background-color: #fff;
 font-family: 'Open Sans', sans-serif;
}

div#simpleSearch {
 width: 15vw;
}

div.vectorTabs {
 background-image: none;
}

div.vectorTabs ul > li {
 background: none;
}

div.vectorTabs span > a {
    float: left;
    display: block;
    color: #707588;
    text-decoration: none;
    padding-top: 0;
    background-color: #fff;
    border: 1px solid #707588;
    margin-top: 0.4em;
    line-height: 1.9em;
    padding: 5px 15px;
}

div.vectorTabs li.new a, div.vectorTabs li.new a:visited {
    color: #a55858;
    color: #707588;
    text-decoration: none;
    padding-top: 0;
    background-color: #fff;
    border: 1px solid #707588;
    margin-top: 0.4em;
    line-height: 1.9em;
    padding: 5px 15px;
}

div.vectorTabs li.selected a, div.vectorTabs li.selected a:visited {
        color: #fff;
    text-decoration: none;
    padding-top: 0;
    background-color: #707588;
    border: 1px solid #707588;
    margin-top: 0.4em;
    line-height: 1.9em;
    padding: 5px 15px;
}

#ca-unwatch, #ca-view, #ca-viewsource, #ca-history {
 display:none;
}

#mw-page-base {
 background: none;
}

.mw-body {
 border: none;
 margin-top: 0;
 border-top: 1px solid #707588;
 margin-right: 1em;
}


.mw-body h1, .mw-body h2, .mw-body h3, .mw-body h4 {
 font-family: 'Open Sans', sans-serif;
}

.mw-body h2, .mw-body h3, .mw-body h4 {
    font-family: 'Open Sans',sans-serif;
    color: #77b939;
    border-bottom: 1px solid #77b939;
    padding-bottom: 5px;
font-weight: bold;
}

.mw-body .firstHeading {
    overflow: visible;
    text-transform: uppercase;
    color: #707588;
    font-weight: bold;
    font-size: 2em;
border:none;
}

div#simpleSearch {
 margin-top: 0.95em;
 border: 1px solid #707588;
padding-left: 10px;
}

div#simpleSearch #searchInput {
 font-family: 'Open Sans', sans-serif;
}


div#mw-panel {
 background-color: #77b939;
 min-height: 100vh;
 position: fixed;
}

div#mw-panel div.portal div.body ul li a, div#mw-panel div.portal div.body ul li a:visited {
 color: #fff;
}

div#mw-panel div.portal h3 {
    font-size: 0.9em;
    color: #fff;
    font-weight: bold;
}

a:visited {
    color: #009de1;
}

a {
    text-decoration: none;
    color: #009de1;
    background: none;
}