diff --git a/css/main-content.css b/css/main-content.css index 0ff6992..ad26589 100644 --- a/css/main-content.css +++ b/css/main-content.css @@ -1,12 +1,13 @@ /*** Box ***/ .box-1 .block, .no-boxes .block { - margin-top: 50px; + margin-top: 50px; } -.block-outer { - margin-bottom: 45px; - clear: both; +.box-2 .block-outer, +.box-3 .block-outer{ + margin-bottom: 45px; + clear: both; } /*** Block Title ***/ @@ -41,13 +42,13 @@ #content .pagination a, #content .pagination em, #content .pagination span{ - padding: 7px 11px 7px 11px; + padding: 5px 9px; margin-right: 4px; color: #172738; border: 1px solid #D3D6DE; border-radius: 4px; letter-spacing: 0.6px; - font-size: 15px; + font-size: 12px; font-weight: 700; text-decoration: none; display: inline-table; @@ -59,13 +60,11 @@ } #content .pagination .previous_page{ - padding: 7px 11px 10px 11px; float: left; } #content .pagination .next_page{ float: right; - padding: 7px 11px 10px 11px; } #content .pagination .previous_page, @@ -80,5 +79,39 @@ opacity: 0.5; } +/*** Button ***/ + +#content a.button.with-text, +#content #article-actions a.button.with-text{ + height: 32px; + padding: 5px 15px; + background: #FFF none; + color: #3E67B1; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 14px; + line-height: 32px; + text-transform: uppercase; +} + +#content form input.button.with-text{ + height: 42px; + max-height: 42px; + padding: 5px 15px; + background: #FFF none; + color: #3E67B1; + border-radius: 4px; + border: 1px solid #3E67B1; + font-size: 14px; + line-height: 32px; + text-transform: uppercase; +} + +#content a.button:hover, +#content #article-actions a.button.with-text:hover, +#content input.button.with-text:hover{ + background: #3E67B1 none; + color: #FFF; +} diff --git a/css/overwriting-base-theme.css b/css/overwriting-base-theme.css index 58d9fe8..8b3903a 100644 --- a/css/overwriting-base-theme.css +++ b/css/overwriting-base-theme.css @@ -54,21 +54,22 @@ #content .main-block h2, #content .main-block h3, #content .main-block h4 { - font-family: 'Open Sans', Arial, Helvetica, sans-serif; + font-family: Arial, Helvetica, sans-serif; } #content .main-block h1, #not-found h1, #access-denied h1, #content .no-boxes h1 { - color: #444; - font-size: 1.7em; - padding: 7px 0; - margin-left: 0; - padding-left: 0.3em; - border-bottom: 1px solid #CCCCCC; - border-top: 0px solid #172838; + margin: 20px 0 10px 0; + padding: 0; + color: #172738; + border-bottom: none; + font-family: Arial; + font-size: 34px; font-weight: bold; + font-variant: normal; + line-height: 37px; } #content .title { @@ -77,8 +78,8 @@ } #content .main-block h3 { - font-size: 1.5em; - min-height: 48px; + font-size:18px; + line-height: 21px; } /****************************************/ -- libgit2 0.21.2