MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 118: Line 118:
     overflow: hidden;
     overflow: hidden;
}
}
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
.collapseButton {          /* 'show'/'hide' buttons created dynamically */
     float: right;          /* by the CollapsibleTables javascript in    */
     float: right;          /* by the CollapsibleTables javascript in    */
Line 130: Line 131:
.mw-wiki-logo {
.mw-wiki-logo {
     background-size:contain;
     background-size:contain;
}
.infobox-stars > a {
    padding: 2.5px;
}
.infobox-stars > a > img:hover {
    transform: scale(1.5,1.5);
}
.infobox-stars > a > img {
transition: all 100ms ease-in-out;
}
.infobox-stars > * > a {
    padding: 2.5px;
}
.infobox-stars > * > a > img:hover {
    transform: scale(1.5,1.5);
}
}


/* That will place a temporary campaign/launch/event/whatever image right down the main logo - pretty useful hun? nah  */
.infobox-stars > * > a > img {
#n-temp-banner { display: block !important; font-size: 10px; text-indent: -999px; background-image: url('https://ukikipedia.net/mediawiki/images/3/37/Youtube.svg'); background-position: top left; background-repeat: no-repeat; padding-left: 20px; padding-bottom: 20px; }
transition: all 100ms ease-in-out;
#n-\2e C2\2e A0 { display: block; font-size: 10px; text-indent: -999px; }
}
video.thumbimage {
  width: auto !important;
}