Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /** Primary Menu **/
- #navigation .menu li a:hover:after,
- #navigation .menu .current-menu-item a:after{
- background: #ccc;
- }
- /** Widget **/
- .widget-title{
- border-left-color: #ccc;
- }
- /** Search form **/
- .search-wrapper button{
- background: #ccc;
- }
- .search-wrapper button:before {
- border-color: transparent #ccc transparent;
- }
- /** Category, Tag **/
- .post_tags a,
- span.cat a {
- background: #333;
- }
- /** Post pagination **/
- .page-numbers.current,
- .pagination a.active,
- .pagination a:hover{
- background: #ccc;
- border: 1px solid #ccc;
- }
- /** Post review score **/
- .side-item-review .score{
- background: #333;
- }
- /** Review **/
- .post-review {
- border-top-color: #ccc;
- }
- .review-score span{
- border-color: #ccc;
- }
- .thescore{
- background: #666;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement