Commit 81094ecbb1ddd922b0bb1857ec355ecace068625
Exists in
master
and in
5 other branches
Merge branch 'master' of github.com:SerproLivre/participa-theme
Showing
1 changed file
with
28 additions
and
0 deletions
Show diff stats
style.css
... | ... | @@ -2292,7 +2292,35 @@ input.button.with-text { |
2292 | 2292 | |
2293 | 2293 | /* Fim Bloco Estatistica */ |
2294 | 2294 | |
2295 | +/*bloco de conteúdo relevante*/ | |
2295 | 2296 | |
2297 | +.relevant-content-plugin_relevant-content-block{} | |
2298 | + | |
2299 | +.relevant-content-plugin_relevant-content-block .block{ | |
2300 | + display: inline-block; | |
2301 | + left: 0; | |
2302 | + margin-bottom: 14px; | |
2303 | + margin-left: 0; | |
2304 | + margin-top: 0; | |
2305 | + position: relative; | |
2306 | + vertical-align: top; | |
2307 | + width: 19%; | |
2308 | +} | |
2309 | + | |
2310 | +.relevant-content-plugin_relevant-content-block ul{ | |
2311 | + padding: 0; | |
2312 | +} | |
2313 | + | |
2314 | +.relevant-content-plugin_relevant-content-block li { | |
2315 | +} | |
2316 | +.relevant-content-plugin_relevant-content-block li:hover { | |
2317 | + background-color: #eee; | |
2318 | +} | |
2319 | +.relevant-content-plugin_relevant-content-block li a{ | |
2320 | + color: #333; | |
2321 | + display: block; | |
2322 | + padding: 0.5em 1em; | |
2323 | +} | |
2296 | 2324 | /*Pairwise*/ |
2297 | 2325 | |
2298 | 2326 | #pairwise_main { | ... | ... |