From Fedora Project Wiki
mNo edit summary |
(add #otherlangs css) |
||
Line 3: | Line 3: | ||
background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); | background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); | ||
background-repeat: repeat; | background-repeat: repeat; | ||
} | |||
/******************* | |||
** {{other languages}} | |||
** shamelessly stolen from meta.wikimedia.org's common.css | |||
*******************/ | |||
#otherlangs { | |||
margin:0.5em; | |||
padding:2px; | |||
border:1px solid #CCC; | |||
background:#FAFAFA; | |||
font-size:0.9em; | |||
} | |||
#otherlangs span { | |||
margin:0 2px; | |||
padding-left:2px; | |||
border-left:1px solid gray; | |||
} | |||
#otherlangs span.firstlang { | |||
border:none; | |||
} | } |
Revision as of 13:38, 22 June 2010
/* CSS to make Template:Wiki_cleanup work properly */ .wikicleanup { background-image: url("/w/uploads/7/72/Wiki-cleanup-background.png"); background-repeat: repeat; } /******************* ** {{other languages}} ** shamelessly stolen from meta.wikimedia.org's common.css *******************/ #otherlangs { margin:0.5em; padding:2px; border:1px solid #CCC; background:#FAFAFA; font-size:0.9em; } #otherlangs span { margin:0 2px; padding-left:2px; border-left:1px solid gray; } #otherlangs span.firstlang { border:none; }