Initial checkins of Mark's threaded comments.

git-svn-id: http://svn.automattic.com/wordpress/trunk@1054 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2004-04-05 08:21:44 +00:00
parent edf0fb5f39
commit b2c51e0e27
1 changed files with 32 additions and 30 deletions

View File

@ -37,14 +37,14 @@ blockquote {
} }
body { body {
background: #fff;
border: solid 2px #565; border: solid 2px #565;
border-bottom: solid 1px #565; border-bottom: solid 1px #565;
border-top: solid 3px #565; border-top: solid 3px #565;
color: #000;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin: 0; margin: 0;
padding: 0; padding: 0;
background-color: white;
color: black;
} }
cite { cite {
@ -75,6 +75,15 @@ p, li, .feedback {
letter-spacing: -1px; letter-spacing: -1px;
} }
/* classes used by the_meta() */
ul.post-meta {
list-style: none;
}
ul.post-meta span.post-meta-key {
font-weight: bold;
}
.credit { .credit {
background: #90a090; background: #90a090;
border-top: double 3px #aba; border-top: double 3px #aba;
@ -98,21 +107,22 @@ p, li, .feedback {
font-size: .75em; font-size: .75em;
} }
.meta li, ul.post-meta li {
display: inline;
}
.meta ul {
display: inline;
list-style: none;
margin: 0;
padding: 0;
}
.meta, .meta a { .meta, .meta a {
color: #808080; color: #808080;
font-weight: normal; font-weight: normal;
letter-spacing: 0; letter-spacing: 0;
} }
.meta ul {
display: inline;
margin: 0;
padding: 0;
list-style: none;
}
.meta li {
display: inline;
}
.storytitle { .storytitle {
margin: 0; margin: 0;
@ -131,6 +141,12 @@ p, li, .feedback {
width: 100%; width: 100%;
} }
#commentlist li ul {
border-left: 1px solid #ddd;
font-size: 110%;
list-style-type: none;
}
#content { #content {
margin: 30px 13em 0 3em; margin: 30px 13em 0 3em;
padding-right: 60px; padding-right: 60px;
@ -174,8 +190,8 @@ p, li, .feedback {
#menu input { #menu input {
background: #eee; background: #eee;
color: black;
border: 1px solid #999; border: 1px solid #999;
color: #000;
letter-spacing: -0.05em; letter-spacing: -0.05em;
width: 80%; width: 80%;
} }
@ -197,10 +213,10 @@ p, li, .feedback {
} }
#menu ul ul { #menu ul ul {
list-style-type: none;
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
line-height: 100%; line-height: 100%;
list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: left; text-align: left;
@ -225,8 +241,8 @@ p, li, .feedback {
} }
#menu ul ul ul.children { #menu ul ul ul.children {
padding-left:4px; font-size: 142%;
font-size:142%; padding-left: 4px;
} }
#wp-calendar { #wp-calendar {
@ -284,17 +300,3 @@ p, li, .feedback {
font-style: normal; font-style: normal;
text-transform: capitalize; text-transform: capitalize;
} }
/* classes used by the_meta() */
ul.post-meta {
list-style: none;
}
ul.post-meta li {
display: inline;
}
ul.post-meta span.post-meta-key {
font-weight: bold;
}