MediaWiki:Common.css – razlika između verzija

Uklonjeni sadržaj Dodani sadržaj
Remove JavaScript code from CSS code page
Nema sažetka izmjene
Red 1.435:
#p-logo a { background: url(//upload.wikimedia.org/wikipedia/sh/b/bc/Wiki.png) 35% 50% no-repeat !important; }
 
/* Gallery styles background changes are restricted to screen view. In printing we should avoid applying backgrounds. */
/* kraj */
@media screen {
/* The backgrounds for galleries. */
#content .gallerybox div.thumb {
/* Light gray padding */
background-color: #f8f9fa;
}
/* Put a chequered background behind images, only visible if they have transparency.
'.filehistory a img' and '#file img:hover' are handled by MediaWiki core (as of 1.19) */
.gallerybox .thumb img {
background: #fff url(//upload.wikimedia.org/wikipedia/commons/5/5d/Checker-16x16.png) repeat;
}
/* But not on articles, user pages, portals or with opt-out. */
.ns-0 .gallerybox .thumb img,
.ns-2 .gallerybox .thumb img,
.ns-100 .gallerybox .thumb img,
.nochecker .gallerybox .thumb img {
background: #fff;
}
/* T178626 */
#contentSub:empty,
#contentSub2:empty {
display: block !important;
}
#contentSub:empty ~ #jump-to-nav,
#contentSub2:empty ~ #jump-to-nav {
margin-top: -1.4em !important;
margin-bottom: 1.4em !important;
}
 
 
}
 
/* kraj */ */
/*</pre>*/