This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
barleysodas/public/stylesheets/content.css

472 lines
8.3 KiB
CSS

/*--------------------------------------------------------------
Header
--------------------------------------------------------------*/
#header {
background: url(/images/header_shadow.gif) repeat-x left bottom;
}
#header a:link,
#header a:visited {
color: #000;
text-decoration: none;
}
#header a:hover,
#header a:active {
color: #930; background: transparent;
text-decoration: none;
}
#header h1 {
font: bold 410% georgia, serif;
letter-spacing: -1px;
margin: 0;
float: left;
}
#header h2 {
font: normal 12px verdana, arial, sans-serif;
margin: 2.35em 0.2em 0 0;
float: right;
}
/*--------------------------------------------------------------
Content
--------------------------------------------------------------*/
#content {}
#content h1,
#content h2,
#content h3,
#content h4,
#content h5 {
font-family: georgia, times;
font-weight: normal;
letter-spacing: -1px;
}
#content h1 {
font-size: 28px;
margin: 0 0 0.3em;
}
#content h2 {
font-size: 24px;
margin: 0 0 0.3em;
}
#content h3 {
font-size: 22px;
margin: 1.2em 0 0.3em;
}
#content h4 {
font-size: 20px;
margin: 1.2em 0 0.3em;
border-bottom: 1px dotted #bbb;
}
#content h5 {
font-size: 20px;
background: #ffd;
margin: 1.2em 0 0.3em;
border-bottom: 1px dotted #aaa;
}
#content p {
line-height: 14px;
margin: 0 0 1.2em;
}
#content ul,
#content ol {
margin: 1em;
padding:0;
}
#content ul {
list-style-type: square;
}
#content li {
line-height: 15px;
margin: 0 0 0 1em; padding: 0;
}
#content blockquote {
color: #555;
border-left: 5px solid #ccc;
margin: 1.3em 1em; padding: 0 1em;
}
#content code {
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
}
#content pre {
color: #63FF00;
background: #000;
overflow: auto;
font: normal 12px "bitstream vera sans mono", monaco "lucida console", "courier new", courier, serif;
margin: 0.9em 0; padding: 8px;
}
/* Article Entries - class names based on http://microformats.org/wiki/hatom] */
#content .hentry {
margin: 0 0 3em 0;
}
#content .hentry .entry-title {
font-size: 30px;
line-height: 99%;
letter-spacing: -1.5px;
margin: 0;
}
#content .hentry .entry-title a:link,
#content .hentry .entry-title a:visited {
color: #111;
text-decoration: none;
}
#content .hentry .entry-title a:hover,
#content .hentry .entry-title a:active {
background: transparent;
text-decoration: underline;
}
#content .hentry .entry-title .comment_count { color: #eee; }
#content .hentry .vcard,
#content .hentry .published {
float: left;
color: #a9a9a9;
font: normal 16px/14px helvetica, arial, verdana, sans-serif;
letter-spacing: -1px;
margin: 1px 0 0.6em 2px;
}
#content .hentry .fn {
font-weight:bold;
margin-right: 5px;
}
#content .hentry .fn a,
#content .hentry .fn a:hover {
color: #aaa; background: transparent;
text-decoration: none;
}
#content .hentry .clear { clear: both; }
#content .hentry .entry-content { }
#content .hentry ul.meta {
font-size: 10px;
background: #eee;
margin: 0; padding: 5px;
border: 1px solid #ddd;
list-style-type: none;
}
#content .hentry ul.meta li {
line-height: 13px;
margin: 0; padding: 0;
}
#content .hentry .meta a:link,
#content .hentry .meta a:visited {
color: #555;
text-decoration: none;
border-bottom: 1px dotted #aaa;
}
#content .hentry .meta a:hover,
#content .hentry .meta a:active {
color: #fff;
}
/* Comments and Trackbacks */
#content ol.discussions, li.discussion {
list-style-type: none;
}
#content ol.discussions {
margin: 0; padding: 0;
}
#content li.discussion {
border: 2px solid #ddd;
margin: 0 0 1.5em; padding: 1em;
}
#content li.discussion.preview {
background: #ffc;
border: 3px solid #fab444;
margin: 0 0 1.5em; padding: 1em;
}
#content li.discussion .author {
font-weight: bold;
margin-bottom: 1em;
}
#content li.discussion .author cite {
font-size: 16px;
letter-spacing: -1px;
}
#content li.discussion .author abbr { color: #999; }
#content li.discussion .author .gravatar {
margin: 0 0 0.5em 0.5em;
float: right;
}
#content li.discussion .author div {
margin: 0 0 0.5em 0.5em;
width: 60px; height: 60px;
background: url(/images/gravatar.gif) no-repeat left top;
float: right;
}
#content form.discussions {
background: #f2f2f2;
border-top: 1px solid #ddd;
padding: 1em 0.5em;
}
#content form.discussions fieldset {
border: none;
}
#content form.discussions legend {
display: none;
}
#content form.discussions label {
font-weight: bold;
}
#content form.discussions textarea {
width: 90%; height: 150px;
padding: 3px;
}
/* People uploaded Image styling */
#content .people_image, #content .friend_box {
border: 1px solid #DDD;
background-color: #F2F2F2;
float: left;
margin: 15px;
padding: 5px;
text-align: center;
}
/*--------------------------------------------------------------
Sidebar
--------------------------------------------------------------*/
#sidebar {
font-size: 11px;
}
#sidebar a:hover, #sidebar a:active {
color: #fff;
background-color: #000;
text-decoration: none;
}
#sidebar h3 {
font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
margin: 0 0 0.5em;
}
#sidebar h3 a:link,
#sidebar h3 a:visited {
color: #000; text-decoration: none;
}
#sidebar h3 a:hover,
#sidebar h3 a:active {
background: transparent; text-decoration: underline;
}
#sidebar ul {
list-style-type: none;
margin: 0 0 2em; padding: 0;
}
#sidebar li {
margin: 0;
padding: 1px 0;
}
#sidebar em { font-style: normal; }
/* Live-search and results */
#sidebar .search p {
margin: 0;
}
#sidebar .search p input {
font-size: 11px; width: 92%;
}
#sidebar .search .loading {
background: url(/images/spinner.gif) no-repeat left 50%;
margin: 1em 0; padding: 0 0 0 20px;
height: 15px;
}
#sidebar .search .results {
margin: 0 0 1.25em;
}
#sidebar .search .results h3 {
margin-top: 1em;
}
#sidebar .search .results p {
font: bold 14px "lucidamac bold", "lucida grande", verdana, arial, helvetica, sans-serif;
margin: 0 0 0.5em;
}
#sidebar .search .results ul {
margin: 0; padding: 3px;
}
#sidebar .search .results li { background: #ffc; padding: 0.2em; }
#sidebar .search .results a:link,
#sidebar .search .results a:visited {
color: #222;
}
#sidebar .search .results a:hover,
#sidebar .search .results a:active {
color: #fff;
}
/*--------------------------------------------------------------
Footer
--------------------------------------------------------------*/
#footer {
border-top: 1px solid #ccc;
font-size: 90%;
}
#footer a:link,
#footer a:visited {
color: #000;
}
#footer a:hover,
#footer a:active {
color: #fff;
background: #000;
text-decoration: none;
}
#footer hr {
display: none;
}
#footer p {
width: 40%;
float: left;
margin: 0; padding: 0;
}
#footer ul {
width: 40%;
margin: 0; padding: 0;
list-style-type: none;
text-align: right;
float: right;
}
#footer li {
margin: 0; padding: 0 0 0 1em;
display: inline;
}
/* Tag Cloud Styles */
.tag_cloud_1 {font-size: 1.0em;}
.tag_cloud_2 {font-size: 1.2em;}
.tag_cloud_3 {font-size: 1.4em;}
.tag_cloud_4 {font-size: 1.6em;}
.tag_cloud_5 {font-size: 1.8em;}
.tag_cloud_6 {font-size: 2.0em;}
#tag_cloud p {
text-align: center;
margin: 0px;
padding: 0px;
font-size: 1.1em;
font-weight: bold;
}
/* form errors */
.fieldWithErrors {
border: 1px solid #F00;
}
/* flash hash styles */
#notice {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
background-color: #F7F4D5;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
color: #333;
font-weight: bold;
margin-bottom: 10px;
}
#error {
padding-top: 6px;
padding-bottom: 6px;
padding-left: 6px;
background-color: #FFCCCC;
border-top: 1px solid #666;
border-bottom: 1px solid #666;
color: #333;
font-weight: bold;
margin-bottom: 10px;
}
#errorExplanation {
width: 400px;
border: 2px solid red;
padding: 7px;
padding-bottom: 12px;
margin-bottom: 20px;
background-color: #f0f0f0;
}
#errorExplanation h2 {
text-align: left;
font-weight: bold;
padding: 5px 5px 5px 15px;
font-size: 12px;
margin: -7px;
background-color: #c00;
color: #fff;
}
#errorExplanation p {
color: #333;
margin-bottom: 0;
padding: 5px;
}
#errorExplanation ul li {
font-size: 12px;
list-style: square;
}