MediaWiki:Monobook.css: Difference between revisions

From Wikimini Stock
Jump to navigation Jump to search
No edit summary
No edit summary
Line 92: Line 92:
}
}


#file {
div#file {
font-size: 11px;
margin-bottom: 16px;
visibility: hidden;
visibility: hidden;
}


#file img, #file small {
div#file img, #file small {
visibility:visible;
visibility:visible;
}
}


#file:hover {
div#file:hover {
visibility:visible;
visibility:visible;
}

div#file + p {
border-left: 14px solid #f54d00;
padding: 12px;
border-bottom: 1px solid #ccc;
}

h2#filehistory {
margin-top: 60px;
}
}

Revision as of 12:32, 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;
     visibility: hidden;

div#file img, #file small {
     visibility:visible;
}

div#file:hover {
     visibility:visible;
}

div#file + p {
     border-left: 14px solid #f54d00;
     padding: 12px;
     border-bottom: 1px solid #ccc; 
}

h2#filehistory {
     margin-top: 60px;
}
Wikiboo Personal tools