Skip to content

Commit

Permalink
Utopia is a cool typeface
Browse files Browse the repository at this point in the history
  • Loading branch information
packagethief committed Oct 16, 2006
1 parent cbece35 commit db72493
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 14 deletions.
4 changes: 2 additions & 2 deletions stylesheets/application.css
Expand Up @@ -14,7 +14,7 @@

body {
background: url(../../images/theme/background.gif) repeat-x left top;
font: normal 12px "lucida grande", verdana, arial, helvetica, sans-serif;
font: normal 12px "lucida grande", verdana, sans-serif;
}

input,
Expand All @@ -24,5 +24,5 @@ abbr { border: none; }
cite { font-style: normal; }
a img { border: none; padding: 0; margin: 0; }

a:link, a:visited { color: #930; }
a:link, a:visited { color: #000; }
a:hover, a:active { color: #fff; background: #000; }
27 changes: 15 additions & 12 deletions stylesheets/content.css
Expand Up @@ -19,16 +19,16 @@
}

#header h1 {
font: bold 400% georgia, serif;
font: bold 410% utopia, georgia, serif;
letter-spacing: -1px;
margin: 0;
float: left;
}

#header h2 {
font: normal 12px verdana, arial, sans-serif;
margin: 2.5em 0 0 0.8em;
float: left;
margin: 2.35em 0.2em 0 0;
float: right;
}

/*--------------------------------------------------------------
Expand All @@ -42,33 +42,34 @@
#content h3,
#content h4,
#content h5 {
font-family: "lucidamac bold", "lucida grande", arial, sans-serif;
font-family: utopia, "lucidamac bold", "lucida grande", arial, sans-serif;
font-weight: normal;
letter-spacing: -1px;
}

#content h1 {
font-size: 24px;
font-size: 28px;
margin: 0 0 0.3em;
}

#content h2 {
font-size: 22px;
font-size: 24px;
margin: 0 0 0.3em;
}

#content h3 {
font-size: 20px;
font-size: 22px;
margin: 1.2em 0 0.3em;
}

#content h4 {
font-size: 18px;
font-size: 20px;
margin: 1.2em 0 0.3em;
border-bottom: 1px dotted #bbb;
}

#content h5 {
font-size: 18px;
font-size: 20px;
background: #ffd;
margin: 1.2em 0 0.3em;
border-bottom: 1px dotted #aaa;
Expand Down Expand Up @@ -118,22 +119,22 @@
}

#content .atomentry .title {
font-size: 24px;
font-size: 32px;
line-height: 94%;
letter-spacing: -1.5px;
margin: 0;
}

#content .atomentry .title a:link,
#content .atomentry .title a:visited {
color: #930;
color: #111;
text-decoration: none;
}

#content .atomentry .title a:hover,
#content .atomentry .title a:active {
color: #000;
background: transparent;
text-decoration: underline;
}

#content .atomentry .title .comment_count { color: #eee; }
Expand Down Expand Up @@ -174,6 +175,8 @@
#content .atomentry .meta a:link,
#content .atomentry .meta a:visited {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #aaa;
}

#content .atomentry .meta a:hover,
Expand Down

0 comments on commit db72493

Please sign in to comment.