Last active
December 27, 2015 14:59
-
-
Save dziudek/7344172 to your computer and use it in GitHub Desktop.
GK News Show Pro .news-list style for the Twenty Twelve theme
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
GK NSP .news-list styl for Twenty Twelve theme | |
*/ | |
.news-list .gk-nsp-art > span { | |
background: #333; | |
color: #fff; | |
float: left; | |
font-size: 14px; | |
margin: 0 18px 0 0; | |
padding: 10px; | |
text-align: center; | |
width: 32px; | |
} | |
.news-list .gk-nsp-art > span:first-line { | |
font-size: 20px; | |
} | |
.news-list .gk-nsp-art h3 { | |
clear: none; | |
float: left; | |
font-size: 24px; | |
margin: 0; | |
width: calc(100% - 70px); | |
} | |
.news-list .gk-nsp-art h3 a { | |
text-decoration: none; | |
} | |
.news-list .gk-nsp-art p { | |
float: right; | |
margin: 10px 0 0 0; | |
width: calc(100% - 70px); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment