Naar inhoud springen

MediaWiki:Vector.css: verschil tussen versies

Uit Wikipedia, de vrije encyclopedie
Verwijderde inhoud Toegevoegde inhoud
Pompidom (overleg | bijdragen)
Aanpassing n.a.v. opmerking Gebruiker:TheDJ
Regel 3: Regel 3:
/* Featured Article-icon {{Link FA}} */
/* Featured Article-icon {{Link FA}} */
#mw-panel div.portal div.body ul li.FA {
#mw-panel div.portal div.body ul li.FA {
background: url(http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png) no-repeat;
background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
margin-left: -1.25em;
background-position: top left;
padding-left: 1.25em;
margin: -3px 0px 6px -10px;
padding: 0px 0px 0px 10px;
}
}



Versie van 2 mrt 2011 19:32

/* CSS placed here will affect users of the Vector skin */

/* Featured Article-icon {{Link FA}} */
#mw-panel div.portal div.body ul li.FA {
  background: url("http://upload.wikimedia.org/wikipedia/commons/d/d4/Monobook-bullet-star.png") no-repeat 0% 0%;
  margin-left: -1.25em;
  padding-left: 1.25em;
}

/* Temporary fix until [[bugzilla:19567]] is addressed */
#siteNotice div { margin: 0; }
#siteNotice div.expanded table.siteNoticeUser { margin-bottom: 1em; }