MediaWiki:Moonlight.css
From Wiki
Holy Diver (talk | contribs) |
Holy Diver (talk | contribs) |
||
Line 27: | Line 27: | ||
} | } | ||
+ | #bodyContent ul | ||
+ | { | ||
+ | margin-left:0; | ||
+ | } | ||
#bodyContent li:before | #bodyContent li:before | ||
{ | { | ||
− | content: '\ | + | content: '\300B' '\0020'; |
} | } |
Revision as of 23:19, 25 February 2011
body { background-color:black; background-image:url(/w/wikibg.png); background-position:top left; background-repeat:no-repeat; } #p-logo a, #p-logo a:hover { /*for [[ ]] */ display:table-cell; text-align:center; vertical-align:middle; font-size:3em; } #p-logo a:hover { color:cyan; } #p-navigation, #p-search, #p-tb { margin-left:-1px; } #bodyContent ul { margin-left:0; } #bodyContent li:before { content: '\300B' '\0020'; }