MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(One intermediate revision 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 131: Line 132:
     background-size:contain;
     background-size:contain;
}
}
.infobox-stars > a {
.infobox-stars > a {
     padding: 5px;
     padding: 2.5px;
}
}


Line 142: Line 142:
.infobox-stars > a > img {
.infobox-stars > a > img {
transition: all 100ms ease-in-out;
transition: all 100ms ease-in-out;
}
.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;
}
video.thumbimage {
  width: auto !important;
}
}