diff --git a/css/left-bar.css b/css/left-bar.css index c26a2d8..1b5f9db 100644 --- a/css/left-bar.css +++ b/css/left-bar.css @@ -2,11 +2,11 @@ /*** WARNING - WITHOUT BOX-4 ***/ -.template-leftbar .box-2 { +.template-default .box-2 { width:150px; } -.template-leftbar #content .box-2 .block-outer .block-title { +.template-default #content .box-2 .block-outer .block-title { background: #eee; color: #4562b1; border-top: 4px solid #4562b1; @@ -15,14 +15,14 @@ /*** Menus - Link list block ***/ -.template-leftbar #content .box-2 .link-list-block li { +.template-default #content .box-2 .link-list-block li { margin: 0; padding: 0; border-bottom: 1px solid #ddd; border-top: none; } -.template-leftbar #content .box-2 .link-list-block li a { +.template-default #content .box-2 .link-list-block li a { width: auto; padding: 6px 5px 8px 18px; background-color: #fff; @@ -36,26 +36,26 @@ line-height: 17px; } -.template-leftbar #content .box-2 .link-list-block h3.empty + ul { +.template-default #content .box-2 .link-list-block h3.empty + ul { border-top: 1px solid #ddd; } -.template-leftbar #content .box-2 .link-list-block h3.empty + ul li a { +.template-default #content .box-2 .link-list-block h3.empty + ul li a { padding-left: 0px; padding-right: 0px; background-image: none; } -.template-leftbar #content .box-2 .link-list-block li a.link-this-page, -.template-leftbar #content .box-2 .link-list-block li a.link-this-page:hover { +.template-default #content .box-2 .link-list-block li a.link-this-page, +.template-default #content .box-2 .link-list-block li a.link-this-page:hover { border-right: none; } -.template-leftbar #content .box-2 .link-list-block li a:hover { +.template-default #content .box-2 .link-list-block li a:hover { background-color: #FFFFFF; color: #000; } -.template-leftbar #content .box-2 .link-list-block li a.link-this-page { +.template-default #content .box-2 .link-list-block li a.link-this-page { width: auto; margin-left: 0px; background-color: #ffffff; @@ -69,7 +69,7 @@ /************ DUPLICATE ************ This part of the code is duplicated because, if there is - a change of layout from template-leftbar to lefttopright + a change of layout from template-default to lefttopright the CSS fit without many complication. */ diff --git a/css/software-pages.css b/css/software-pages.css index faa25cf..c73177e 100644 --- a/css/software-pages.css +++ b/css/software-pages.css @@ -224,21 +224,21 @@ /*** WARNING - WHITOUT BOX-4 ***/ /* Link-list block */ -.template-leftbar #content .box-3 .block-title { +.template-default #content .box-3 .block-title { border-top: 4px solid #4562b1; line-height: 15px; background: #eee; color: #4562b1; } -.template-leftbar #content .box-3 .link-list-block li { +.template-default #content .box-3 .link-list-block li { margin: 0px; padding: 0px; border-bottom: 1px solid #ddd; border-top: none; } -.template-leftbar #content .box-3 .link-list-block li a { +.template-default #content .box-3 .link-list-block li a { border-right: none; border-top: 0px solid #64946E; border-radius: 0px 0px 0px 0px; @@ -252,21 +252,21 @@ font-size: 14px; } -.template-leftbar #content .box-3 .link-list-block h3.empty + ul { +.template-default #content .box-3 .link-list-block h3.empty + ul { border-top: 1px solid #ddd; } -.template-leftbar #content .box-3 .link-list-block li a.link-this-page, -.template-leftbar #content .box-3 .link-list-block li a.link-this-page:hover { +.template-default #content .box-3 .link-list-block li a.link-this-page, +.template-default #content .box-3 .link-list-block li a.link-this-page:hover { border-right: none; } -.template-leftbar #content .box-3 .link-list-block li a:hover { +.template-default #content .box-3 .link-list-block li a:hover { background-color: #FFFFFF; color: #000; } -.template-leftbar #content .box-3 .link-list-block li a.link-this-page { +.template-default #content .box-3 .link-list-block li a.link-this-page { margin-left: 0px; width: auto; background-color: #ffffff; @@ -274,9 +274,9 @@ } /* Repository block */ -.template-leftbar .box-3 #bt_repositorio, -.template-leftbar .box-3 #bt_repositorio:active, -.template-leftbar .box-3 #bt_repositorio:visited { +.template-default .box-3 #bt_repositorio, +.template-default .box-3 #bt_repositorio:active, +.template-default .box-3 #bt_repositorio:visited { border-radius: 4px; padding: 12px 10px; background: #EAEBEE; @@ -286,7 +286,7 @@ position: relative; } -.template-leftbar .box-3 #bt_repositorio::after { +.template-default .box-3 #bt_repositorio::after { margin-top: -2px; padding: 4px 0px 4px 2px; border-radius: 4px; @@ -301,7 +301,7 @@ content: url('../images/right-arrow.png'); } -.template-leftbar .box-3 #content #bt_repositorio:hover { +.template-default .box-3 #content #bt_repositorio:hover { color: #FFF; background: #2C66CE; text-decoration: none; @@ -314,7 +314,7 @@ /* This part of the code is duplicated because, if there is - a change of layout from template-leftbar to lefttopright + a change of layout from template-default to lefttopright the CSS fit without many complication. */ -- libgit2 0.21.2