MediaWiki:Monobook.css: Difference between revisions

From Wikimini Stock
Jump to navigation Jump to search
No edit summary
No edit summary
Line 101: Line 101:
div#file img {
div#file img {
padding-bottom: 8px;
padding-bottom: 8px;
}

#file:hover a {
text-decoration: underline;
}
}



Revision as of 13:57, 8 March 2013

/* CSS placed here will affect users of the Monobook skin */

@media all and (max-width: 700px) {
#column-one, #footer { display: none; }
#content { margin-left: 0 !important; }
}

body {
     margin: 0 2.2em;
     background-image: none;
     background-color: #f5f5f5;
}

#p-cactions {
     margin-left: 5.4em;
}

#p-cactions li  {
     border: 0;
}

#p-cactions li:hover {
    background-color: transparent;
}

.pBody {
     border: 0;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
     -ms-border-radius: 20px;
     -khtml-border-radius: 20px;
     border-radius: 20px;
     padding: 5px;
     margin: 0.5em 0 0.8em 0;
}

#p-logo {
     left: 1.6em;
}

#content {
     border: 0;
     min-height: 300px;
     margin-left: 13.4em;
     padding: 20px 30px;
     -webkit-border-radius: 20px;
     -moz-border-radius: 20px;
     -o-border-radius: 20px;
     -ms-border-radius: 20px;
     -khtml-border-radius: 20px;
     border-radius: 20px;
}

li#pt-anonuserpage a,
li#pt-anontalk {
     display: none;
}
#firstHeading {
     font-size: 240%;
     margin-bottom: 1em;
     line-height: 1.2em;
     padding-bottom: 0.3em;
     color: #444444;
}

h1, h2, h3, h4, h5, h6 {
     border-bottom: 0;
}

#firstHeading:first-letter {
    background-color: #444444;
    color: white;
    display: inline-block;
    float: left;
    font-size: 1.3em;
    font-weight: bold;
    letter-spacing: -1px;
    margin-right: 3px;
    padding: 5px 6px; 5px 4px;
}

#searchGoButton {
     display: none;
}


/* Pages de fichiers */

ul#filetoc {
     display: none;
}

div#file {
     font-size: 11px;
     margin-bottom: 16px;
     padding: 0px 50px 20px;
     border-bottom: 1px solid #ccc;
}

div#file img {
     padding-bottom: 8px;
}

#file:hover a {
    text-decoration: underline;
}

h2#filehistory {
     border-top: 2px solid #ccc;
     padding-top: 40px;
     margin-top: 20px !important;
}


/* Footer */

#f-poweredbyico {
     display:none
}
Wikiboo Personal tools