MediaWiki:Vector.css: Difference between revisions

From comp.tf
Jump to navigation Jump to search
Kaneco (talk | contribs)
No edit summary
Kaneco (talk | contribs)
No edit summary
Line 1: Line 1:
/* CSS placed here will affect users of the Vector skin */
/* CSS placed here will affect users of the Vector skin */
#customnavblocks-subsection {
 
     background-image: comp.tf/wiki/("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAIwAAAABCAAAAAAphRnkAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAClJREFUeF61yMEJACAQxMCN/Xfr/yIsaAfOJxC2UTPWS6f5gABhUTedBz7fGPSonIP/AAAAAElFTkSuQmCC");
div#mw-panel div.portal div.body ul li ul li {
     background-position: left top;
     font-size: 1em;
    background-repeat: no-repeat;
}
     font-size: 0.75em;
     padding-top: 0.1em;
div#mw-panel div.portal div.body hr {
     margin-bottom: 10px;
}
div#mw-panel div.portal div.body ul li ul {
     padding-top: 5px;
     padding-left: 10px;
}
}

Revision as of 17:51, 21 January 2014

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

div#mw-panel div.portal div.body ul li ul li {
    font-size: 1em;
}
 
div#mw-panel div.portal div.body hr {
    margin-bottom: 10px;
}
 
div#mw-panel div.portal div.body ul li ul {
    padding-top: 5px;
    padding-left: 10px;
}