Difference between revisions of "MediaWiki:Infographics Festivals"
Line 60: | Line 60: | ||
background:white; | background:white; | ||
} | } | ||
− | div.box | + | div.box:before { |
content:""; | content:""; | ||
position:absolute; | position:absolute; | ||
Line 68: | Line 68: | ||
height:7px; | height:7px; | ||
box-shadow:0 0 0 1px white; | box-shadow:0 0 0 1px white; | ||
+ | opacity:0; | ||
+ | transition:opacity:0.2s; | ||
+ | } | ||
+ | div.box.hovering:before { | ||
+ | opacity:1; | ||
} | } | ||
#qcontainer a.selflink:hover { text-decoration:none } | #qcontainer a.selflink:hover { text-decoration:none } |