diff --git a/frontend/web/css/style.css b/frontend/web/css/style.css index 86e9da7..9ab06d6 100644 --- a/frontend/web/css/style.css +++ b/frontend/web/css/style.css @@ -202,6 +202,45 @@ footer .socbuts ul li{ footer .socbuts a:hover{ opacity:0.6; } +.pagination{ + display: flex; + justify-content: center; + margin: 56px 0px; +} +.pagination, .pagination a, .pagination span{ + font-family: Arial, sans-serif!important; + font-weight: bold; + color:#9b9999!important; + font-size: 12px; + background-position: center; + background-repeat: no-repeat; +} +.pagination li a, .pagination li span{ + padding: 1px 8.5px; +} + +.pagination .active a{ + background-color: initial!important; + border-color: #d2d2d2!important; + color:#000!important; +} +.pagination .left_pg span, .pagination .right_pg span, .pagination .left_pg a, .pagination .right_pg a{ + background-color: #d2d2d2; + padding: 1px 9.5px; +} +.pagination .left_pg a, .pagination .left_pg span{ + background-image: url(../images/left_ar.png); + font-size:0px; + width: 28px; + height: 21px; +} +.pagination .right_pg a, .pagination .right_pg span{ + background-image: url(../images/right_ar.png); + font-size:0px; + width: 28px; + height: 21px; +} + .main-box1{ min-height:300px; text-align: center; @@ -715,11 +754,14 @@ footer .socbuts a:hover{ } .post_1.contract img{max-height:222px;} .blocks{text-align: center;letter-spacing: normal;text-transform: uppercase;margin-top: 36px;margin-left: 9px;} -.blocks a .title{ +.blocks .title{ + + padding: 17px 0px 9px 0px; +} +.blocks .title a{ font-size: 14px; font-family: 'Lato-Medium'; font-weight: bold; - padding: 17px 0px 9px 0px; } .blocks a:hover{color:black!important;} .b1{padding-bottom: 44px;} @@ -1083,47 +1125,9 @@ footer .socbuts a:hover{ line-height: 18px; margin-bottom: 28px; } -.pagination{ - text-align: center; - list-style: none; - display: flex; - justify-content: center; - margin: 56px 0px; -} a.active{ cursor: default; } -.pagination li a{ - width: 21px; - height: 21px; - display: flex; - text-align: center; - font-family: 'Arial Bold', Arial, sans-serif; - font-weight: bold; - line-height: 2px; - justify-content: center; - align-items: center; - border: 1px solid #d2d2d2; - margin-right: -1px; - color: #9b9999; - font-size: 12px; -} -.pagination .left_pg{ - background-image: url('../images/left_ar.png'); -} -.pagination .right_pg{ - background-image: url('../images/right_ar.png'); -} -.pagination .left_pg, .pagination .right_pg{ - background-color: #d2d2d2; - padding: 0px 14px; - background-repeat: no-repeat; - background-position: center center; -} -.pagination .left_pg, .pagination .right_pg:hover{ - border:1px solid rgba(0,0,0,0); -} -.pagination li a.active, .pagination li a.active:hover{color:black;} .more_colls{ background-color: #decfc8; text-transform: uppercase; @@ -1600,58 +1604,7 @@ p.right{text-align: right;} margin: 0px; } .dropd_menu div:first-child .title:after{display: none;} -.pagination li a { - width: 21px!important; - height: 21px!important; - display: flex!important; - text-align: center!important; - font-family: 'Arial Bold', Arial, sans-serif!important; - font-weight: bold!important; - line-height: 2px!important; - justify-content: center!important; - align-items: center!important; - border: 1px solid #d2d2d2!important; - margin-right: -1px!important; - color: #9b9999!important; - font-size: 12px!important; - background-position: center; - background-repeat: no-repeat; -} -.pagination span{ - width: 28px; - height: 21px!important; - display: flex!important; - text-align: center!important; - font-family: 'Arial Bold', Arial, sans-serif!important; - font-weight: bold!important; - line-height: 2px!important; - justify-content: center!important; - align-items: center!important; - border: 1px solid #d2d2d2!important; - margin-right: -1px!important; - color: #9b9999!important; - font-size: 12px!important; - background-color: #d2d2d2; - text-indent: -999px; - background-position: center; - background-repeat: no-repeat; -} -.pagination .prev a, .pagination .prev span{ - background-image: url(../images/left_ar.png); - width: 30px!important; - text-indent: 100px; - overflow: hidden; - background-color: #d2d2d2; -} -.pagination .next a, .pagination .next span{ - background-image: url('../images/right_ar.png'); - width: 30px!important; - text-indent: 100px; - overflow: hidden; - background-color: #d2d2d2; -} -.pagination .active a{color:#000!important;background-color:white!important;} .action{max-width:260px;margin-bottom: 10px;} .action img{width:100%; max-width:227px;} -- libgit2 0.21.4