Difference between revisions of "MediaWiki:Infographics Festivals"
Line 49: | Line 49: | ||
color: black; | color: black; | ||
font-weight:bold; | font-weight:bold; | ||
+ | } | ||
+ | |||
+ | .box { position: relative }; | ||
+ | .box.hovering { | ||
+ | border:solid 2px white; | ||
+ | border-offset: -2px; | ||
+ | } | ||
+ | .box.selected:after { | ||
+ | content:""; | ||
+ | top:50%; | ||
+ | left:50%; | ||
+ | margin:-2px 0 0 -2px; | ||
+ | width:4px; | ||
+ | height:4px; | ||
+ | background:white; | ||
} | } | ||
#qcontainer a.selflink:hover { text-decoration:none } | #qcontainer a.selflink:hover { text-decoration:none } |