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

De Wiki Seb35
Aller à la navigation Aller à la recherche
m (re)
m (re)
Ligne 62 : Ligne 62 :
.ns-104 .mw-body .external {
.ns-104 .mw-body .external {
     background: none;
     background: none;
    padding-right: 0px;
}
}

Version du 20 avril 2015 à 12:56

/* Contenu en couleur noire et non grise */
div#content {
    color: black;
}

/* Code en couleur grise */
pre, code, tt, kbd, samp, .mw-code {
    color: #252525;
}

/* Espace de noms Présentation avec un style « diapositives » */
.ns-104.action-view {
    background: white;
    height: 95%;
}

.ns-104.action-view #mw-page-base, .ns-104.action-view #mw-head-base, .ns-104.action-view #mw-navigation, .ns-104.action-view #footer, .ns-104 #contentSub {
    display: none;
}

.ns-104.action-view #content {
    width: 90%;
    height: 95%;
    margin: 1% auto;
    padding: 1em;
    border: 1px solid #A7D7F9;
}

.ns-104.action-view #bodyContent {
    height: 95%;
}

.ns-104.action-view #mw-content-text {
    height: 95%;
}

.ns-104 h1, .ns-104 h2, .ns-104 h3, .ns-104 h4, .ns-104 h5, .ns-104 h6 { 
    border-bottom: 0px;
}

.ns-104 .presentation-bar {
    font-size: 80%;
}

.ns-104 #presentation-bar-left, .ns-104 #presentation-bar-right {
    position: fixed;
    bottom: 3%;
}

.ns-104 #presentation-bar-left {
    left: 5%
}

.ns-104 #presentation-bar-right {
    right: 5%;
}

.ns-104 .presentation-purge, .ns-104 .presentation-move {
    display: none;
}

.ns-104 .mw-body .external {
    background: none;
    padding-right: 0px;
}