Difference between revisions of "MediaWiki:Infographics Festivals"
Line 50: | Line 50: | ||
font-weight:bold; | font-weight:bold; | ||
} | } | ||
− | .box { position: relative } | + | .box { position: relative; } |
div.box.selected:after { | div.box.selected:after { | ||
content:""; | content:""; | ||
Line 63: | Line 63: | ||
content:""; | content:""; | ||
position:absolute; | position:absolute; | ||
− | top: | + | top:3px; |
− | left: | + | left:3px; |
− | width: | + | width:7px; |
− | height: | + | height:7px; |
− | box-shadow:0 0 0 | + | box-shadow:0 0 0 1px white; |
} | } | ||
#qcontainer a.selflink:hover { text-decoration:none } | #qcontainer a.selflink:hover { text-decoration:none } |