Skip to content

Instantly share code, notes, and snippets.

@mgiulio
Created December 29, 2011 07:30
Show Gist options
  • Save mgiulio/1532625 to your computer and use it in GitHub Desktop.
Save mgiulio/1532625 to your computer and use it in GitHub Desktop.
style.css
/*
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