Commit 9cab23b88b450617fae27b23eac89404abb16731
1 parent
28b5818a
Exists in
master
and in
9 other branches
Adding style to wiki block
Showing
1 changed file
with
9 additions
and
2 deletions
Show diff stats
css/software-pages.css
@@ -273,11 +273,16 @@ | @@ -273,11 +273,16 @@ | ||
273 | font-weight: bold; | 273 | font-weight: bold; |
274 | } | 274 | } |
275 | 275 | ||
276 | -/* Repository block */ | 276 | +/* Repository and Wiki blocks */ |
277 | + | ||
278 | +.template-default #content .box-3 .wiki-block, | ||
277 | .template-default #content .box-3 .repository-block{ | 279 | .template-default #content .box-3 .repository-block{ |
278 | padding: 0 0 0 10px; | 280 | padding: 0 0 0 10px; |
279 | } | 281 | } |
280 | 282 | ||
283 | +.template-default .box-3 #bt_wiki, | ||
284 | +.template-default .box-3 #bt_wiki:active, | ||
285 | +.template-default .box-3 #bt_wiki:visited, | ||
281 | .template-default .box-3 #bt_repositorio, | 286 | .template-default .box-3 #bt_repositorio, |
282 | .template-default .box-3 #bt_repositorio:active, | 287 | .template-default .box-3 #bt_repositorio:active, |
283 | .template-default .box-3 #bt_repositorio:visited{ | 288 | .template-default .box-3 #bt_repositorio:visited{ |
@@ -290,7 +295,8 @@ | @@ -290,7 +295,8 @@ | ||
290 | position: relative; | 295 | position: relative; |
291 | } | 296 | } |
292 | 297 | ||
293 | -.template-default .box-3 #bt_repositorio::after{ | 298 | +.template-default .box-3 #bt_wiki:after, |
299 | +.template-default .box-3 #bt_repositorio:after{ | ||
294 | margin-top: -2px; | 300 | margin-top: -2px; |
295 | padding: 4px 0px 4px 2px; | 301 | padding: 4px 0px 4px 2px; |
296 | border-radius: 4px; | 302 | border-radius: 4px; |
@@ -305,6 +311,7 @@ | @@ -305,6 +311,7 @@ | ||
305 | content: url('../images/right-arrow.png'); | 311 | content: url('../images/right-arrow.png'); |
306 | } | 312 | } |
307 | 313 | ||
314 | +.template-default .box-3 #content #bt_wiki:hover, | ||
308 | .template-default .box-3 #content #bt_repositorio:hover{ | 315 | .template-default .box-3 #content #bt_repositorio:hover{ |
309 | color: #FFF; | 316 | color: #FFF; |
310 | background: #2C66CE; | 317 | background: #2C66CE; |