Show dates by default on Pro Adams theme.

master
Nick Sergeant 2013-02-13 11:39:39 -05:00
parent d02a70795d
commit 4359e1db72
3 changed files with 47 additions and 77 deletions

File diff suppressed because one or more lines are too long

View File

@ -283,25 +283,56 @@ article {
div.gutter {
a {
display: block;
height: 20px;
text-align: center;
width: 100%;
time {
background: #F9F9F9;
border: 1px solid #CCC;
display: inline-block;
height: 20px;
margin-top: 4px;
background: #FFF;
border: 1px solid #EAEAEA;
display: block;
height: auto;
margin-top: -14px;
position: relative;
width: 20px;
z-index: 49;
@include border-radius(20px);
width: auto;
z-index: 51;
@include border-radius(3px);
span {
display: none;
display: block;
text-align: center;
&.id {
background: #F9F9F9;
border-bottom: 1px solid #EAEAEA;
color: #CCC;
font: normal 11px $Helvetica;
padding: 2px 0;
}
&.mon-day {
color: #999;
font: normal 17px $Helvetica;
letter-spacing: -1px;
padding-top: 10px;
text-transform: uppercase;
}
&.year {
color: #999;
font: normal 12px $Helvetica;
letter-spacing: -1px;
padding-bottom: 10px;
text-transform: uppercase;
}
}
&:after {
background: transparent url('/static/images/date-arrow.gif') top left no-repeat;
content: "";
display: block;
height: 11px;
position: absolute;
right: -6px;
top: 22px;
width: 6px;
}
}
&:hover {
text-decoration: none;
}
}
}
@ -471,67 +502,6 @@ article {
}
}
}
&:hover, &.detail {
div.gutter {
a {
height: auto;
text-decoration: none;
width: auto;
&:before {
display: none;
}
time {
background: #FFF;
border: 1px solid #EAEAEA;
display: block;
height: auto;
margin-top: -14px;
position: relative;
width: auto;
z-index: 51;
@include border-radius(3px);
span {
display: block;
text-align: center;
&.id {
background: #F9F9F9;
border-bottom: 1px solid #EAEAEA;
color: #CCC;
font: normal 11px $Helvetica;
padding: 2px 0;
}
&.mon-day {
color: #999;
font: normal 17px $Helvetica;
letter-spacing: -1px;
padding-top: 10px;
text-transform: uppercase;
}
&.year {
color: #999;
font: normal 12px $Helvetica;
letter-spacing: -1px;
padding-bottom: 10px;
text-transform: uppercase;
}
}
&:after {
background: transparent url('/static/images/date-arrow.gif') top left no-repeat;
content: "";
display: block;
height: 11px;
position: absolute;
right: -6px;
top: 22px;
width: 6px;
}
}
}
}
}
}
div#disqus_thread {
margin-top: 20px;

File diff suppressed because one or more lines are too long