MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
no edit summary
(test front page thingy (sorry if this breaks everything))
No edit summary
 
(58 intermediate revisions by one other user not shown)
Line 1: Line 1:
/* CSS placed here will be applied to all skins */
/* CSS placed here will be applied to all skins */
@import url("skin.css");


/* Ambox styles */
/* Ambox styles */
Line 117: 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 127: Line 129:
}                          /* so they need to be the same width.        */
}                          /* so they need to be the same width.        */


/* Adds background image to the page. */
.mw-wiki-logo {
body {
    background-size:contain;
        background-image: url("mediawiki/images/4/47/Main_menu.png");
}
.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);
}
}


/* test front page thingy */
.infobox-stars > * > a > img {
transition: all 100ms ease-in-out;
}
video.thumbimage {
  width: auto !important;
}

Navigation menu