MediaWiki:Common.css: Difference between revisions

From The Munich Maker Lab's Wiki
Jump to navigation Jump to search
m (gallery css)
m (oops)
 
Line 9: Line 9:
/* Used by PageGallery Template */
/* Used by PageGallery Template */
img.thumbimage.pagegallery {
img.thumbimage.pagegallery {
     height: 240px;
     width: 240px;
     width: 160px;
     height: 160px;
     object-fit:cover;
     object-fit:cover;
}
}

Latest revision as of 22:57, 26 September 2018

/* CSS placed here will be applied to all skins */
.toclimit-1 .toclevel-2 {
    display: none;
}
.toclimit-2 .toclevel-3 {
    display: none;
}

/* Used by PageGallery Template */
img.thumbimage.pagegallery {
    width: 240px;
    height: 160px;
    object-fit:cover;
}