From 63d4cfce0d23a8c503e0618fc83c601b4244c9bd Mon Sep 17 00:00:00 2001 From: ArthurJahn Date: Tue, 8 Sep 2015 17:18:36 -0300 Subject: [PATCH] Adding style to wiki block on template lefttopright --- css/software-pages.css | 18 +++++++++++++----- 1 file changed, 13 insertions(+), 5 deletions(-) diff --git a/css/software-pages.css b/css/software-pages.css index e166e84..8d5976b 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -387,23 +387,30 @@ /* Repository block */ +.template-lefttopright #content .box-2 .wiki-block, .template-lefttopright #content .box-2 .repository-block{ padding: 0 0 0 10px; } -.template-lefttopright .box-2 #bt_repositorio, -.template-lefttopright .box-2 #bt_repositorio:active, -.template-lefttopright .box-2 #bt_repositorio:visited { +.template-lefttopright .box-2 #bt_wiki, +.template-lefttopright .box-2 #bt_repositorio { border-radius: 4px; padding: 12px 10px; background: #EAEBEE; + color: #2C66CE; font: normal normal bold 12px 'open_sansbold', arial, helvetica, sans-serif; text-transform: uppercase; display: block; position: relative; } -.template-lefttopright .box-2 #bt_repositorio::after { +.template-lefttopright .box-2 #bt_wiki:hover, +.template-lefttopright .box-2 #bt_repositorio:hover { + color:#172738; +} + +.template-lefttopright .box-2 #bt_wiki::after, +.template-lefttopright .box-2 #bt_repositorio::after{ margin-top: -2px; padding: 4px 0px 4px 2px; border-radius: 4px; @@ -418,7 +425,8 @@ content: url('../images/right-arrow.png'); } -.template-lefttopright .box-2 #content #bt_repositorio:hover { +.template-lefttopright .box-2 #content #bt_wiki:hover, +.template-lefttopright .box-2 #content #bt_repositorio:hover{ color: #FFF; background: #2C66CE; text-decoration: none; -- libgit2 0.21.2