Created
December 29, 2011 07:30
-
-
Save mgiulio/1532625 to your computer and use it in GitHub Desktop.
style.css
This file contains 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
/* | |
Theme Name: Twenty Eleven Child | |
Theme URI: http: //example.com/ | |
Description: Child theme for the Twenty Eleven theme | |
Author: Giulio Mainardi | |
Author URI: http: //mgiulio.altervista.org | |
Template: twentyeleven | |
Version: 0.1.0 | |
*/ | |
@import url("../twentyeleven/style.css"); | |
.home .entry-header .entry-meta { | |
position: absolute; | |
width: 36px; | |
height: 50px; | |
padding: 0; | |
top: 15px; | |
overflow: hidden; | |
background: url(img/post-date-clip.png) transparent no-repeat left top; | |
} | |
.home .entry-header .entry-meta time { | |
display: block; | |
height: 50px; | |
padding: 0; | |
} | |
.home .entry-header .entry-meta .month { | |
display: block; | |
color: #fff; | |
text-align: center; | |
font-size: 9px; | |
} | |
.home .entry-header .entry-meta .day { | |
display: block; | |
color: #fff; | |
text-align: center; | |
font-size: 14px; | |
font-weight: bold; | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment