Lots of tweaks and changes.

git-svn-id: http://svn.automattic.com/wordpress/trunk@507 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
saxmatt 2003-11-03 06:02:06 +00:00
parent 565249b084
commit 4ba2295253
1 changed files with 58 additions and 60 deletions

View File

@ -1,16 +1,17 @@
/* Default WordPress by Matthew Mullenweg http://photomatt.net /* Default WordPress by Dave Shea || http://mezzoblue.com
Tweaked by Matthew Mullenweg || http://photomatt.net
This is just a basic layout, with only the bare minimum defined. This is just a basic layout, with only the bare minimum defined.
Please tweak this and make it your own. :) Please tweak this and make it your own. :)
*/ */
a img {
border: none;
}
a { a {
color: #675; color: #675;
} }
a img {
border: none;
}
a:visited { a:visited {
color: #342; color: #342;
} }
@ -36,37 +37,40 @@ blockquote {
} }
body { body {
border: solid 2px #565;
border-bottom: solid 1px #565;
border-top: solid 3px #565;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
margin: 0; margin: 0;
border: solid 2px #565; }
border-top: solid 3px #565;
border-bottom: solid 1px #565; cite {
font-size: 90%;
font-style: normal;
} }
h2 { h2 {
font-size: 80%;
font-family: "Times New Roman", Times, serif;
letter-spacing: 0.5em;
border-bottom: 1px dotted #ccc; border-bottom: 1px dotted #ccc;
font: 80% "Times New Roman", Times, serif;
letter-spacing: 0.5em;
margin: 15px 0 2px 0; margin: 15px 0 2px 0;
padding-bottom: 2px; padding-bottom: 2px;
} }
h3 { h3 {
margin-top: 0; border-bottom: dotted 1px #eee;
font-family: "Times New Roman", Times, serif; font-family: "Times New Roman", Times, serif;
letter-spacing: -0.05em; letter-spacing: -0.05em;
border-bottom: dotted 1px #eee; margin-top: 0;
}
ol#comments li p {
font-size: 100%;
} }
p, li, .feedback { p, li, .feedback {
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font: 90%/175% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-size: 90%;
letter-spacing: -1px; letter-spacing: -1px;
line-height: 175%;
}
cite {
font-style: normal;
font-size: 90%;
} }
.b2calendarcell { .b2calendarcell {
@ -104,21 +108,22 @@ cite {
} }
.credit { .credit {
font-size: 11px; background: #90a090;
text-align: center;
border-top: double 3px #aba; border-top: double 3px #aba;
padding: 3px;
color: #fff; color: #fff;
background-color: #90a090; font-size: 11px;
margin: 10px 0 0 0; margin: 10px 0 0 0;
padding: 3px;
text-align: center;
} }
.credit a:link, .credit a:hover { .credit a:link, .credit a:hover {
color: #fff; color: #fff;
} }
.feedback { .feedback {
text-align: right;
color: #ccc; color: #ccc;
text-align: right;
} }
.meta, .meta a { .meta, .meta a {
@ -132,24 +137,30 @@ cite {
text-decoration: none; text-decoration: none;
} }
#commentform input, #commentform textarea {
border: 1px solid #333;
background-color: #fff;
}
#commentform textarea {
width: 100%;
}
#content { #content {
margin: 30px 220px 0 60px; margin: 30px 220px 0 60px;
padding-right: 60px; padding-right: 60px;
} }
#header { #header {
font-family: 'Times New Roman', Times, serif; background: #90a090;
font-style: italic;
font-weight: normal;
font-size: 230%;
letter-spacing: 0.2em;
background-color: #90a090;
margin: 0;
padding: 15px 10px 15px 60px;
border-top: solid 1px #9a9;
border-bottom: double 3px #aba; border-bottom: double 3px #aba;
border-left: solid 1px #9a9; border-left: solid 1px #9a9;
border-right: solid 1px #565; border-right: solid 1px #565;
border-top: solid 1px #9a9;
font: italic normal 230% 'Times New Roman', Times, serif;
letter-spacing: 0.2em;
margin: 0;
padding: 15px 10px 15px 60px;
} }
#header a { #header a {
@ -157,17 +168,12 @@ cite {
text-decoration: none; text-decoration: none;
} }
#header a:hover { #header a:hover {
text-decoration: underline; text-decoration: underline;
} }
ol#comments li p { #menu {
font-size: 100%; background: #fff;
}
#menu {
background-color: #fff;
border-left: 1px dotted #ccc; border-left: 1px dotted #ccc;
border-top: solid 3px #e0e6e0; border-top: solid 3px #e0e6e0;
padding: 20px 0 10px 30px; padding: 20px 0 10px 30px;
@ -182,53 +188,45 @@ ol#comments li p {
} }
#menu input { #menu input {
background-color: #eee; background: #eee;
border: 1px solid #999; border: 1px solid #999;
width: 80px;
letter-spacing: -0.05em; letter-spacing: -0.05em;
width: 80px;
} }
#menu ul { #menu ul {
color: #ccc; color: #ccc;
text-transform: lowercase;
font-weight: bold; font-weight: bold;
list-style-type: none; list-style-type: none;
margin: 0; margin: 0;
padding-left: 3px; padding-left: 3px;
text-transform: lowercase;
} }
#menu ul li { #menu ul li {
font-family: 'Times New Roman', Times, serif; font: italic normal 110% 'Times New Roman', Times, serif;
font-weight: normal;
font-style: italic;
font-size: 110%;
letter-spacing: 0.1em; letter-spacing: 0.1em;
margin-top: 10px; margin-top: 10px;
padding-bottom: 2px; padding-bottom: 2px; /*border-bottom: dotted 1px #ccc;*/
/*border-bottom: dotted 1px #ccc;*/
} }
#menu ul ul { #menu ul ul {
font-style: list-style-type: none;
font-variant: normal; font-variant: normal;
font-weight: normal; font-weight: normal;
line-height: 100%; line-height: 100%;
font-style:
list-style-type: none;
margin: 0; margin: 0;
padding: 0; padding: 0;
text-align: left; text-align: left;
} }
#menu ul ul li { #menu ul ul li {
font-size: 70%; border: 0;
font-family: 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif; font: normal normal 70%/115% 'Lucida Grande', 'Lucida Sans Unicode', Verdana, sans-serif;
font-weight: normal;
font-style: normal;
line-height: 115%;
padding-left: 12px;
letter-spacing: 0; letter-spacing: 0;
margin-top: 0; margin-top: 0;
padding: 0; padding: 0;
border: 0; padding-left: 12px;
} }
#menu ul ul li a { #menu ul ul li a {
@ -239,4 +237,4 @@ ol#comments li p {
#menu ul ul li a:hover { #menu ul ul li a:hover {
border-bottom: 1px solid #809080; border-bottom: 1px solid #809080;
} }