zaterdag 2 maart 2024

WordPress Implemented css

 

/* Change color of link category / 5745790-hc (SC) */

.cat-item a{

color:#8ED1FC; !important;

}

 

/* Change color of category numbers and lines/ 5745790-hc (SC) */

.cat-item {

color:#8ED1FC; !important;

}

 

 

/* Force background on selector widgets to be dark so text is readable 3315500-zen */

.wf-active select {

 background: #000 !important;

}

 

/* adjust width of content area on posts | 3942923-zen | GM */

@media screen and (min-width: 1344px) {

 .archive:not([class*=jetpack-portfolio]) .hentry+.hentry:before, .blog .hentry+.hentry:before, .search .hentry+.hentry:before, .infinite-wrap .hentry:before, body:not(.page) .hentry:not(.jetpack-portfolio) .entry-meta, body:not(.page) .hentry:not(.jetpack-portfolio) .entry-title, .search .hentry .entry-meta, .search .hentry .entry-title, body:not(.page) .comments-area {

 margin-left: unset;

 }

 

body:not(.page) .hentry:not(.jetpack-portfolio) .entry-content, .hentry .entry-summary {

 float: left;

 width: 924px;

 }

}

 

/* Hide category title and description and increase line spacing / 5479362-hc (MW) */

.category .page-title,

.taxonomy-description {

 display: none;

}

 

.display-posts-listing {

 line-height: 1.8;

}

 

/* Make protfolio links white and remove underline / 5745790 (MW) */

.widget_categories a {

 color: #8ED1FC;

}

 

.children a {

 color: white;

}

 

 

 

/* Force background on selector widgets to be dark so text is readable 3315500-zen */
.wf-active select {
        background: #000 !important;
}

 

/* adjust width of content area on posts | 3942923-zen | GM */
@media screen and (min-width: 1344px) {
        .archive:not([class*=jetpack-portfolio]) .hentry+.hentry:before, .blog .hentry+.hentry:before, .search .hentry+.hentry:before, .infinite-wrap .hentry:before, body:not(.page) .hentry:not(.jetpack-portfolio) .entry-meta, body:not(.page) .hentry:not(.jetpack-portfolio) .entry-title, .search .hentry .entry-meta, .search .hentry .entry-title, body:not(.page) .comments-area {
                margin-left: unset;
        }
        
        body:not(.page) .hentry:not(.jetpack-portfolio) .entry-content, .hentry .entry-summary {
                float: left;
                width: 924px;
        }
}

 

/* Hide category title and description and increase line spacing / 5479362-hc (MW) */
.category .page-title,
.taxonomy-description {
        display: none;
}

.display-posts-listing {
        line-height: 1.8;
}


Geen opmerkingen: