jquery data selector for post timestamps. Props tellyworth. fixes #4641

git-svn-id: https://develop.svn.wordpress.org/trunk@5804 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Ryan Boren
2007-07-16 19:22:27 +00:00
parent aa1d4b1d01
commit bd72aa8e00
6 changed files with 1729 additions and 26 deletions
+66 -5
View File
@@ -1332,9 +1332,70 @@ a.page-numbers:hover {
margin: 0 6px;
}
a.view-link {
position: absolute;
right: 5%;
margin-right: 220px;
text-decoration:underline;
/* jcalendar */
#moremeta select.jcalendar-select-day, #moremeta select.jcalendar-select-month, #moremeta select.jcalendar-select-year {
font-size: 11px;
width: auto;
}
div.jcalendar table {
color:#000;
width: 100%;
background: #a1a5a9;
}
div.jcalendar table th {
font-size: 10px;
background:#eee;
}
div.jcalendar table td {
background:#f9f9f9;
padding:0;
}
div.jcalendar table th.weekend {
background:#ddd;
}
div.jcalendar table td.weekend {
background:#e9e9e9;
}
div.jcalendar table td a {
font-size: 11px;
color:#333;
display:block;
line-height:1.7em;
text-align:center;
text-decoration:none;
}
div.jcalendar table td.today a {
background:#777;
border-color:#aaa;
color:#fff;
font-weight:700;
}
div.jcalendar table td a:hover,div.jcalendar table td a:focus,div.jcalendar table td a:active {
background:#77b0d3;
color:#fff;
padding:0;
}
div.jcalendar table td a.selected {
background:#2685af;
color:#E3EFF5;
}
div.jcalendar-links {
text-align:center;
}
div.jcalendar-links a {
font-size: 11px;
margin: 0 .4em;
}