MediaWiki:Common.css: Difference between revisions

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


/* Colouring my name lul */
.mw-wiki-logo {
    background-size:contain;
}
.infobox-stars > a {
    padding: 2.5px;
}


a[href*="/wiki/User:Thestickman391"],
.infobox-stars > a > img:hover {
a[href*="/wiki/User:JoshDuMan"] {
    transform: scale(1.5,1.5);
}


    color: red !important;
.infobox-stars > a > img {
    font-weight: bold !important;
transition: all 100ms ease-in-out;
    background-image: url(https://ukikipedia.net/mediawiki/images/9/95/Sparkle_red.gif);
}


.infobox-stars > * > a {
    padding: 2.5px;
}
}


a[href*="/wiki/User:1ted59"],
.infobox-stars > * > a > img:hover {
a[href*="/wiki/User:Bad_boot"],
     transform: scale(1.5,1.5);
a[href*="/wiki/User:Contriboutor"],
}
a[href*="/wiki/User:Iwer_Sonsch"],
a[href*="/wiki/User:Pannenkoek2012"],
a[href*="/wiki/User:Timestoppa"] {
 
    color: yellow !important;
    font-weight: bold !important;
     background-image: url(https://ukikipedia.net/mediawiki/images/d/d7/Sparkle_yellow.gif);


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