MediaWiki:Monobook.css: Difference between revisions

From Wikimini Stock
Jump to navigation Jump to search
(Created page with '→‎CSS placed here will affect users of the Monobook skin: @media all and (max-width: 700px) { #column-one { display: none; } #content { margin-left: 0 !important; } } body {…')
 
No edit summary
Line 2: Line 2:


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


#p-logo {
#p-logo {
left: 1.6em;
left: 1.6em;
}
}


Line 66: Line 66:


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


Line 90: Line 90:
ul#filetoc {
ul#filetoc {
display: none;
display: none;
}

#file {
visibility: hidden;
}

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

#file:hover {
visibility:visible;
}
}

Revision as of 11:44, 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;
}

#file {
     visibility: hidden;
}

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

#file:hover {
     visibility:visible;
}
Wikiboo Personal tools