MediaWiki:Common.css: Difference between revisions

no edit summary
No edit summary
No edit summary
 
(38 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.        */


.mw-wiki-logo {
    background-size:contain;
}
.infobox-stars > a {
    padding: 2.5px;
}


#mw-head { background-color: #86817d; }
.infobox-stars > a > img:hover {
    transform: scale(1.5,1.5);
}


#mw-page-base { background-color: #86817d; }
.infobox-stars > a > img {
transition: all 100ms ease-in-out;
}


#mw-panel { background-color: #86817d; }
.infobox-stars > * > a {
    padding: 2.5px;
}


#p-logo { background-color: #86817d; }  
.infobox-stars > * > a > img:hover {
    transform: scale(1.5,1.5);
}


body { background-color: #86817d; }
.infobox-stars > * > a > img {
 
transition: all 100ms ease-in-out;
#mw-panel a:visited { color: #ffffff; }
}
 
video.thumbimage {
#mw-panel a:link { color: #ffffff; }
  width: auto !important;
}