Difference between revisions of "MediaWiki:Infographics Festivals"
Line 47: | Line 47: | ||
div.c01 { margin-left: 2px !important; } | div.c01 { margin-left: 2px !important; } | ||
.legend2 a.selflink, .year-links a.selflink { | .legend2 a.selflink, .year-links a.selflink { | ||
− | + | color: black; | |
− | + | font-weight:bold; | |
} | } | ||
.box { position: relative }; | .box { position: relative }; | ||
div.box.selected:after { | div.box.selected:after { | ||
− | + | content:""; | |
− | + | position:absolute; | |
− | + | top:4px; | |
− | + | left:4px; | |
− | + | width:5px; | |
− | + | height:5px; | |
− | + | background:white; | |
} | } | ||
div.box.hovering:before { | div.box.hovering:before { | ||
− | + | content:""; | |
− | + | position:absolute; | |
− | + | top:4px; | |
− | + | left:4px; | |
− | + | width:5px; | |
− | + | height:5px; | |
− | + | box-shadow:0 0 0 2px white; | |
} | } | ||
#qcontainer a.selflink:hover { text-decoration:none } | #qcontainer a.selflink:hover { text-decoration:none } |