Not sure whether this is exactly what you meant, but here’s the top few lines…
/*
Theme Name: ComicPress
Contributors: Frumph
Theme URI: http://frumph.net/comicpress
Description: Publish a WebComic with the ComicPress theme and the Comic Easel plugin.
Author: Philip M. Hofer (Frumph)
Author URI: http://frumph.net
Tags: two-columns, three-columns, left-sidebar, right-sidebar, fixed-width, custom-background, custom-header, custom-menu, theme-options, threaded-comments, sticky-post, translation-ready, flexible-header, featured-images
Version: 4.1
License: GNU General Public License, v3 (or newer)
License URI: http://www.opensource.org/licenses/gpl-3.0.html
*/
/* STANDARD TAGS */
html {
overflow-y: scroll;
}
body {
margin: 0;
font-family: ‘Arial’, sans-serif;
font-size: 14px;
color: #000;
}
a {
text-decoration: none;
}
a:link {
color: #b00;
}
a:visited {
color: #600;
}
a:hover {
color: #f00;
}
a:focus {
outline: none;
}
a img {
border: none;
}
p {
margin: 0;
padding: 5px 0;
}
p.attachment {
text-align: center;
}
img {
padding: 0;
margin: 0;
}
.entry img, .post-content img {
max-width: 100%;
height: auto;
}
small {
font-size: 12px;
}
hr {
height: 1px;
color: #000;
background-color: #000;
border: 0px;
}
blockquote {
margin: 5px;
border: 1px dashed #ccc;
padding: 0;
font-size: 11px;
font-weight: 400;
}
blockquote p:first-letter {
float: left;
font-size: 16px;
font-weight: 700;
margin: 3px 2px 0;
}
blockquote p:first-line {
font-variant: small-caps;
}
acronym, abbr, span.caps {
cursor: help;
}
acronym, abbr {
border-bottom: 1px dashed #000;
}
form {
margin: 0;
}
input, textarea {
font-family: ‘Arial’ , sans-serif;
font-size: 13px;
}
/* WP Aligns */
.aligncenter {
margin: 0 auto;
text-align: center;
display: block;
}
.alignright {
margin: 10px 0 10px 10px;
display: inline;
float: right;
}
.alignleft {
margin: 10px 10px 10px 0;
display: inline;
float: left;
}
.wp-caption {
text-align: center;
padding: 3px;
background: #eee;
}
*/