Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- // Ticket #17725
- // CSS ONLY
- // File: /themes/isipp/style.css
- // line: 1078 - 1266
- .news-item {
- float: left;
- width: 33.33%;
- padding-left: 15px;
- padding-right: 15px;
- min-height: 560px;
- margin-bottom: 50px;
- text-align: left;
- }
- .news-item img{
- width: 100%;
- max-width: 100%;
- height: 100%;;
- }
- .news-item a{
- display: block;
- }
- .blog-grid-title{
- font-size: 18px;
- background: #caac5f;
- padding: 30px 15px 20px;
- }
- .news-item h2{
- font-size: 20px;
- color: #456d74;
- margin: 0;
- background: #caac5f;
- height: 43px;
- font-size: 18px;
- overflow-y: hidden;
- }
- .news-item .content{
- text-align: justify;
- font-size: 18px;
- /*background: #caac5f;*/
- color: #666666;
- /*padding: 0 15px;*/
- height: 78px;
- overflow: hidden;
- margin-top: -1px;
- }
- .news-item .meta_box{
- padding: 20px 15px 0;
- font-size: 18px;
- background: #caac5f;
- color: #fff;
- text-align: left;
- margin-top: -1px;
- }
- .news-item .btn_box{
- text-align: center;
- background-image: url(https://isipp.co.uk/wp-content/uploads/2021/06/col-shadow.png);
- background-size: contain;
- background-repeat: no-repeat;
- min-height: 182px;
- padding-top: 20px;
- margin-top: -1px;
- }
- .news-item .read_more_btn {
- background:#caac5f;
- color: #ffffff;
- padding: 10px 25px ;
- border-radius: 25px ;
- text-transform: uppercase;
- display: inline-block;
- margin: 20px auto;
- font-size: 14px;
- line-height: 1;
- }
- .news-item .read_more_btn:hover {
- background: #456d74;
- text-decoration: none;
- color: #fff;
- }
- .news-item.categories-section {
- text-align:left;
- }
- .news-item.categories-section h4{
- font-size: 3rem;
- height: auto;
- background: transparent;
- text-align: left;
- color:#456d74;
- }
- .news-item .catgories_list {
- margin: 20px 0 0;
- padding-left: 20px;
- text-indent:unset;
- }
- .news-item .catgories_list li {
- list-style: disc;
- color: #caac5f;
- margin-bottom: 20px;
- font-weight: 900;
- padding-left: 12px;
- font-size: 18px;
- }
- .news-item .catgories_list li:before {
- content:unset;
- }
- .news-item .catgories_list li a {
- color: #456d74;
- font-weight: 600;
- font-size: 18px;
- }
- .news-item .popular_articles{
- margin: 20px 0 0;
- padding-left: 20px;
- }
- .news-item .popular_articles li{
- list-style: decimal;
- color: #caac5f;
- margin-bottom: 25px;
- font-weight: 900;
- padding-left: 12px;
- font-size: 18px;
- text-align: left;
- }
- .news-item .popular_articles li a{
- color: #456d74;
- font-weight: 600;
- font-size: 18px;
- background: transparent;
- padding: 0 0 10px
- }
- .news-item .popular_articles li a:Hover{
- text-decoration: none;
- color: #caac5f;
- }
- .news-item .popular_articles li a h2{
- font-size: 2rem;
- }
- .news-item .popular_articles li .meta_box{
- color: #caac5f;
- padding: 0;
- background: transparent;
- font-weight: 400;
- }
- .news-pagination{
- float: left;
- width: 100%;
- text-align: center;
- margin-bottom: 50px;
- }
- .news-pagination .page-numbers{
- background: #8e8e8e;
- height: 30px;
- width: 30px;
- display: inline-block;
- line-height: 30px;
- color: #fff;
- border-radius: 50%;
- margin: 0 5px;
- }
- .news-pagination .page-numbers.current, .news-pagination .page-numbers:hover{
- background: #456d74;
- text-decoration: none;
- }
- .news-pagination .next.page-numbers, .news-pagination .prev.page-numbers{
- height: auto;
- width: auto;
- background:none;
- color: #8e8e8e;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement