2010-10-13 12:58:33 -07:00
|
|
|
|
/*
|
|
|
|
|
Theme: Theme Machine
|
|
|
|
|
Author: Orchard Team – http://www.orchardproject.net
|
|
|
|
|
Copyright: 2010, Orchard. All Rights Reserved
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Color Palette
|
|
|
|
|
**************************************************************
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
Background: #fff
|
|
|
|
|
Borders: #dbdbdb
|
|
|
|
|
Text: #434343
|
|
|
|
|
Secondary Text: #999999
|
|
|
|
|
Main Accent: #999
|
|
|
|
|
Links: #5f97af
|
|
|
|
|
Hovers: #85b35c
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Reset
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
html, body, div, span, applet, object, iframe,
|
|
|
|
|
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
|
|
|
|
|
a, abbr, acronym, address, big, cite, code,
|
|
|
|
|
del, dfn, em, font, img, ins, kbd, q, s, samp,
|
|
|
|
|
small, strike, strong, sub, sup, tt, var,
|
|
|
|
|
dl, dt, dd, ol, ul, li,
|
|
|
|
|
fieldset, form, label, legend,
|
|
|
|
|
table, caption, tbody, tfoot, thead, tr, th, td {
|
|
|
|
|
margin: 0;
|
|
|
|
|
padding: 0;
|
|
|
|
|
border: 0;
|
|
|
|
|
outline: 0;
|
|
|
|
|
font-weight: inherit;
|
|
|
|
|
font-style: inherit;
|
|
|
|
|
font-size: 100%;
|
|
|
|
|
font-family: inherit;
|
|
|
|
|
vertical-align: baseline;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Remember focus styles! */
|
|
|
|
|
:focus { outline: 0; }
|
|
|
|
|
|
|
|
|
|
body { line-height: 1; color: black; background: white; }
|
|
|
|
|
ol, ul { list-style: none; }
|
|
|
|
|
|
|
|
|
|
/* Tables still need 'cellspacing="0"' in the markup */
|
|
|
|
|
table { border-collapse: separate; border-spacing: 0; }
|
|
|
|
|
caption, th, td { text-align: left; font-weight: normal; }
|
|
|
|
|
|
|
|
|
|
blockquote:before, blockquote:after,
|
|
|
|
|
q:before, q:after { content: ""; }
|
|
|
|
|
blockquote, q { quotes: "" ""; }
|
|
|
|
|
|
|
|
|
|
/* HTML 5 elements as block */
|
|
|
|
|
header, footer, aside, nav, article { display: block; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Clearing Floats
|
|
|
|
|
***************************************************************/
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
.group:after
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
content: ".";
|
|
|
|
|
display: block;
|
|
|
|
|
height: 0;
|
|
|
|
|
clear: both;
|
|
|
|
|
visibility: hidden;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.zone-asidethird:after
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
content: ".";
|
|
|
|
|
display: block;
|
|
|
|
|
height: 0;
|
|
|
|
|
clear: both;
|
|
|
|
|
visibility: hidden;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-10-13 19:22:49 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* General
|
|
|
|
|
***************************************************************/
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Default font settings.
|
|
|
|
|
The font-size 62.5% sets the base font to 10px */
|
|
|
|
|
body {
|
|
|
|
|
font-size: 62.5%;
|
|
|
|
|
color: #434343;
|
|
|
|
|
background: #fff;
|
|
|
|
|
font-family: Tahoma, "Helvetica Neue", Arial, Helvetica, sans-serif;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Headings */
|
|
|
|
|
h1,h2,h3,h4,h5,h6 { font-weight: normal; margin:.6em 0;}
|
|
|
|
|
|
|
|
|
|
h1 { font-size: 1.8em; }
|
|
|
|
|
h2 { font-size: 1.4em; }
|
|
|
|
|
h3 { font-size: 1.2em; }
|
|
|
|
|
h4 { font-size: 1.1em; }
|
|
|
|
|
h5 { font-size: 1em; }
|
|
|
|
|
h6 { font-size: 1em; }
|
|
|
|
|
|
|
|
|
|
h1 img, h2 img, h3 img,
|
|
|
|
|
h4 img, h5 img, h6 img {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Aside Headings */
|
|
|
|
|
aside h1 { font-size: 1.6em; }
|
|
|
|
|
aside h2 { font-size: 1.2em; }
|
|
|
|
|
aside h3 { font-size: 1.1em; }
|
|
|
|
|
aside h4 { font-size: 1em; }
|
|
|
|
|
aside h5 { font-size: 1em; }
|
|
|
|
|
aside h6 { font-size: 1em; }
|
|
|
|
|
|
|
|
|
|
/* Lists */
|
|
|
|
|
li ul,
|
|
|
|
|
li ol { margin:0 1.5em; }
|
|
|
|
|
ul, ol { margin: 0 1.5em 1.5em 1.5em; }
|
|
|
|
|
|
|
|
|
|
ul { list-style-type: disc; }
|
|
|
|
|
ol { list-style-type: decimal; }
|
|
|
|
|
|
|
|
|
|
dl { margin: 0 0 1.5em 0; }
|
|
|
|
|
dl dt { font-weight: bold; }
|
|
|
|
|
dd { margin-left: 1.5em;}
|
|
|
|
|
|
|
|
|
|
/* Text elements */
|
|
|
|
|
p { margin: 0 0 1em; line-height: 1.5em; font-size: 1.3em; }
|
|
|
|
|
p img.left { float: left; margin: 1.5em 1.5em 1.5em 0; padding: 0; }
|
|
|
|
|
p img.right { float: right; margin: 1.5em 0 1.5em 1.5em; }
|
|
|
|
|
|
|
|
|
|
a:focus,
|
|
|
|
|
a:hover { color: #85b35c; }
|
|
|
|
|
a { color: #5f97af; text-decoration: none; }
|
|
|
|
|
|
|
|
|
|
blockquote { margin: 1.5em; color: #666; font-style: italic; }
|
|
|
|
|
strong { font-weight: bold; }
|
|
|
|
|
em,dfn { font-style: italic; }
|
|
|
|
|
dfn { font-weight: bold; }
|
|
|
|
|
sup, sub { line-height: 0; }
|
|
|
|
|
|
|
|
|
|
abbr,
|
|
|
|
|
acronym { border-bottom: 1px dotted #666; }
|
|
|
|
|
address { margin: 0 0 1.5em; font-style: italic; }
|
|
|
|
|
del { color:#666; }
|
|
|
|
|
|
|
|
|
|
pre { margin: 1.5em 0; white-space: pre; }
|
|
|
|
|
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.5; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Structure
|
|
|
|
|
***************************************************************/
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
#layout-wrapper
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
#layout-header, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
|
2010-10-13 12:58:33 -07:00
|
|
|
|
width:960px;
|
|
|
|
|
margin:0 auto;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#layout-header
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
margin: 30px auto;
|
|
|
|
|
}
|
|
|
|
|
#branding
|
|
|
|
|
{
|
|
|
|
|
font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
|
|
|
|
|
font-size: 3.4em;
|
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#branding a
|
|
|
|
|
{
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
color: #434343;
|
|
|
|
|
}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
#layout-tripel
|
|
|
|
|
{
|
|
|
|
|
border-top: 1px solid #dbdbdb;
|
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 12:22:58 -07:00
|
|
|
|
#layout-before-main
|
|
|
|
|
{
|
|
|
|
|
border-bottom: 1px solid #dbdbdb;
|
|
|
|
|
}
|
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
#layout-main
|
2010-10-13 19:22:49 -07:00
|
|
|
|
{
|
2010-10-15 11:52:19 -07:00
|
|
|
|
border-top: 1px solid #fff;
|
2010-10-13 19:22:49 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
#layout-after-main
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Navigation */
|
2010-10-14 14:01:06 -07:00
|
|
|
|
#layout-navigation
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
width: 960px;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
margin: 0 auto;
|
|
|
|
|
display: block;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
border-bottom: 1px solid #dbdbdb;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
nav ul
|
|
|
|
|
{
|
|
|
|
|
padding: 0px;
|
|
|
|
|
margin: 0px;
|
|
|
|
|
}
|
2010-10-15 12:22:58 -07:00
|
|
|
|
nav ul li
|
|
|
|
|
{
|
|
|
|
|
border:1px solid #dbdbdb;
|
|
|
|
|
background:#f6f6f6;
|
|
|
|
|
display:block;
|
|
|
|
|
float:left;
|
|
|
|
|
margin:0 2px -1px 0;
|
|
|
|
|
}
|
|
|
|
|
nav ul li.current
|
|
|
|
|
{
|
|
|
|
|
border-bottom: 1px solid #fff;
|
|
|
|
|
background:#fff;
|
|
|
|
|
}
|
|
|
|
|
nav ul a
|
|
|
|
|
{
|
|
|
|
|
padding:0 18px;
|
|
|
|
|
display:block;
|
|
|
|
|
float:left;
|
|
|
|
|
color: #333;
|
|
|
|
|
font-size:1.4em;
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:24px;
|
|
|
|
|
}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
#layout-footer
|
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
border-top: 1px solid #dbdbdb;
|
2010-10-14 15:18:56 -07:00
|
|
|
|
}
|
2010-10-15 12:22:58 -07:00
|
|
|
|
#footer-sig
|
|
|
|
|
{
|
|
|
|
|
|
|
|
|
|
}
|
2010-10-14 15:18:56 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Zones */
|
2010-10-14 14:01:06 -07:00
|
|
|
|
/*.zone {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
background-color: yellow;
|
|
|
|
|
box-shadow:inset 0 0 1px red;
|
|
|
|
|
-moz-box-shadow:inset 0 0 1px red;
|
|
|
|
|
-webkit-box-shadow:inset 0 0 1px red;
|
2010-10-14 14:01:06 -07:00
|
|
|
|
} Used for visualizing zones */
|
2010-10-13 19:22:49 -07:00
|
|
|
|
.zone-header { }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
.zone-footer { padding: 24px 0 12px 0px; float: left; font-size: 1.3em; color: #999999; }
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.zone-content { }
|
2010-10-13 19:22:49 -07:00
|
|
|
|
.zone-asidethird { padding: 0 0 6px 0; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Main
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
/* Has Aside */
|
2010-10-15 15:41:55 -07:00
|
|
|
|
.has-aside-two #layout-content
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-14 14:01:06 -07:00
|
|
|
|
width: 600px;
|
|
|
|
|
float: left;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
2010-10-14 14:01:06 -07:00
|
|
|
|
|
2010-10-15 15:41:55 -07:00
|
|
|
|
.has-aside-two .aside-second
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
width: 360px;
|
2010-10-14 14:01:06 -07:00
|
|
|
|
float: right;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.has-aside-one #layout-content {
|
|
|
|
|
width: 600px;
|
|
|
|
|
float: right;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 15:41:55 -07:00
|
|
|
|
.has-aside-one .aside-first {
|
|
|
|
|
width: 360px;
|
|
|
|
|
float: left;
|
|
|
|
|
}
|
|
|
|
|
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.has-asides #layout-content
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-14 14:01:06 -07:00
|
|
|
|
width: 600px;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.has-asides .aside-first, .has-asides .aside-second
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
width: 180px;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.has-asides .aside-first, .has-asides .aside-second, .has-asides #layout-content
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
2010-10-15 12:22:58 -07:00
|
|
|
|
float:left;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 12:22:58 -07:00
|
|
|
|
/* Blogs */
|
2010-10-18 19:22:05 -07:00
|
|
|
|
.blog-description { font-size: 1.3em; }
|
|
|
|
|
|
|
|
|
|
/* Posts Summary List */
|
|
|
|
|
.blog-posts { padding: 0; margin: 0; list-style: none; }
|
|
|
|
|
.blog-posts li { padding: 0; margin: 0; }
|
|
|
|
|
.blog-posts .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
|
|
|
|
|
.blog-posts .blog-post header {}
|
|
|
|
|
.blog-posts .blog-post header h1 { font-size: 1.7em; }
|
|
|
|
|
.blog-posts .blog-post header h1 a { color: #434343; }
|
|
|
|
|
.blog-posts .blog-post header h1 a:hover {}
|
|
|
|
|
.blog-posts .blog-post .tags { margin-top: 12px; }
|
|
|
|
|
.blog-posts .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
|
|
|
|
|
.blog-posts .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; }
|
|
|
|
|
.blog-posts .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 1.1em; }
|
|
|
|
|
.blog-posts .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
|
|
|
|
|
.blog-posts .blog-post .metadata .commentcount { display: inline; }
|
|
|
|
|
|
|
|
|
|
/* Post Detail */
|
2010-10-15 12:22:58 -07:00
|
|
|
|
.blog-post {}
|
|
|
|
|
.blog-post-title {}
|
|
|
|
|
.meta {}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Secondary
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
2010-10-15 17:28:26 -07:00
|
|
|
|
/* Comments */
|
|
|
|
|
.comment {}
|
|
|
|
|
.comment .who {}
|
|
|
|
|
.comment .what {}
|
|
|
|
|
.comment #add-comment {}
|
|
|
|
|
|
|
|
|
|
.comment #comment-by { font-size: 1.6em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
|
|
|
|
|
.comment #comment-text { width: 33.2em; }
|
|
|
|
|
.comment input[type="text"] { width: 32em; }
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Forms
|
|
|
|
|
***************************************************************/
|
2010-10-15 17:28:26 -07:00
|
|
|
|
form { margin: 0; padding: 0; }
|
|
|
|
|
legend { font-size: 1.6em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; }
|
2010-10-15 17:28:26 -07:00
|
|
|
|
label { font-size: 1.3em; font-weight: normal; display:block; padding: 0 0 0.3em 0; }
|
|
|
|
|
label.forcheckbox { margin:0 0 0 .4em; display:inline; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-15 17:28:26 -07:00
|
|
|
|
input[type="text"], input[type="password"] {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
display: block;
|
2010-10-15 17:28:26 -07:00
|
|
|
|
padding: 0.3em;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="checkbox"] {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
margin:.2em 0 1.2em 0;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 17:28:26 -07:00
|
|
|
|
fieldset ol { list-style-type:none; padding: 0; margin: 0; }
|
|
|
|
|
fieldset ol li { margin: 0 0 6px 0; }
|
|
|
|
|
|
|
|
|
|
/*
|
2010-10-13 12:58:33 -07:00
|
|
|
|
input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
|
|
|
|
|
color:#333;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
background:#F5F5F5;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#F5F5F5), to(#cbcbcb));
|
|
|
|
|
background:-moz-linear-gradient(top , #F5F5F5, #cbcbcb);
|
|
|
|
|
border:1px solid #999;
|
|
|
|
|
cursor:pointer;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
margin:.2em 0 2em 0;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
padding:.3em 1.8em;
|
|
|
|
|
text-align:center;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
input[type="submit"]:hover, input[type="button"]:hover,
|
|
|
|
|
input[type="submit"]:active, input[type="button"]:active,
|
|
|
|
|
input[type="submit"]:focus, input[type="button"]:focus,
|
|
|
|
|
button:hover, .button:hover,
|
|
|
|
|
button:active, .button:active,
|
|
|
|
|
button:focus, .button:focus {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
text-decoration:none;
|
|
|
|
|
background: #ebebeb;
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
|
2010-10-13 12:58:33 -07:00
|
|
|
|
background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
|
|
|
|
|
}
|
2010-10-15 17:28:26 -07:00
|
|
|
|
*/
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Widgets
|
|
|
|
|
***************************************************************/
|
|
|
|
|
.widgets {}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Misc
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
.small { font-size: .8em; margin-bottom: 1.875em; line-height: 1.875em; }
|
|
|
|
|
.large { font-size: 1.2em; line-height: 2.5em; margin-bottom: 1.25em; }
|
|
|
|
|
.hide { display: none; }
|
|
|
|
|
|
|
|
|
|
.quiet { color: #666; }
|
|
|
|
|
.loud { color: #000; }
|
|
|
|
|
.highlight { background:#ff0; }
|
|
|
|
|
.added { background:#060; color: #fff; }
|
|
|
|
|
.removed { background:#900; color: #fff; }
|
|
|
|
|
|
|
|
|
|
.first { margin-left:0; padding-left:0; }
|
|
|
|
|
.last { margin-right:0; padding-right:0; }
|
|
|
|
|
.top { margin-top:0; padding-top:0; }
|
|
|
|
|
.bottom { margin-bottom:0; padding-bottom:0; }
|
|
|
|
|
|
2010-10-14 14:01:06 -07:00
|
|
|
|
.credits { float: left; }
|
|
|
|
|
.user-display { float: left; padding: 0 12px; }
|
2010-10-13 19:22:49 -07:00
|
|
|
|
.user-display .welcome {}
|
|
|
|
|
.user-display .user-actions {}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* CSS 3 Enhancements
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
/* For testing purposes */
|
|
|
|
|
|
|
|
|
|
|
2010-10-15 12:28:12 -07:00
|
|
|
|
article.comment h4 {
|
|
|
|
|
font-size:1.4em;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 12:28:12 -07:00
|
|
|
|
article.comment a {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
color:#484848;
|
|
|
|
|
text-decoration:none;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 12:28:12 -07:00
|
|
|
|
article.comment span.who {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
font-weight:600;
|
|
|
|
|
font-style:normal;
|
|
|
|
|
text-transform:capitalize;
|
|
|
|
|
color:#333;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 12:28:12 -07:00
|
|
|
|
article.comment p.text {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
margin:.6em 0 2.4em 0;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.user-display {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
display:inline;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 17:05:02 -07:00
|
|
|
|
/*.aside.third {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
border-top:1px solid #dbdbdb;
|
|
|
|
|
clear:both;
|
2010-10-15 17:05:02 -07:00
|
|
|
|
}*/
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
|
|
|
|
|
#footer-quad div.zone {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
float:left;
|
|
|
|
|
width:240px;
|
|
|
|
|
/*padding:12px 6px 0 6px;*/
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Featured Zone - switch to an image */
|
|
|
|
|
|
|
|
|
|
.featuredimage {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
float:left;
|
|
|
|
|
border: 1px solid #dbdbdb;
|
|
|
|
|
width: 462px;
|
|
|
|
|
height: 240px;
|
|
|
|
|
margin: 6px;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Recent Zone */
|
|
|
|
|
|
|
|
|
|
#zone-recent ul li {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
float:left;
|
|
|
|
|
width: 462px;
|
|
|
|
|
margin: 6px;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
.clearfix {
|
|
|
|
|
clear:both;
|
2010-10-14 15:52:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
#footer div {
|
2010-10-15 12:22:58 -07:00
|
|
|
|
/*border:1px solid #ff0000;*/
|
2010-10-14 15:52:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-15 17:05:02 -07:00
|
|
|
|
/* Tripel */
|
|
|
|
|
|
|
|
|
|
#layout-tripel div {
|
|
|
|
|
float:left;
|
2010-10-15 17:52:06 -07:00
|
|
|
|
width:960px;
|
2010-10-15 17:05:02 -07:00
|
|
|
|
/*padding:12px 6px 0 6px;*/
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/*2 zones on */
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 2 are on */
|
2010-10-15 17:52:06 -07:00
|
|
|
|
.tripel-12 #layout-tripel div { width:480px; }
|
2010-10-15 17:05:02 -07:00
|
|
|
|
|
|
|
|
|
/* If zones 2, 3 are on */
|
2010-10-15 17:52:06 -07:00
|
|
|
|
.tripel-23 #layout-tripel div { width:480px; }
|
2010-10-15 17:05:02 -07:00
|
|
|
|
|
|
|
|
|
/* If zones 1, 3 are on */
|
2010-10-15 17:52:06 -07:00
|
|
|
|
.tripel-13 #layout-tripel div { width:480px; }
|
2010-10-15 17:05:02 -07:00
|
|
|
|
|
|
|
|
|
/*3 zones on */
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 2, 3 are on */
|
2010-10-15 17:52:06 -07:00
|
|
|
|
.tripel-123 #layout-tripel div { width:320px; }
|
2010-10-15 17:05:02 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-15 16:27:45 -07:00
|
|
|
|
|
|
|
|
|
/* Quad */
|
|
|
|
|
/*1 zone on */
|
|
|
|
|
|
|
|
|
|
/* If zone 1 is on */
|
|
|
|
|
.split-1 #footer-quad-first div.zone { width:960px; }
|
|
|
|
|
|
|
|
|
|
/* If zone 2 is on */
|
|
|
|
|
.split-2 #footer-quad-second div.zone { width:960px; }
|
|
|
|
|
|
|
|
|
|
/* If zone 3 is on */
|
|
|
|
|
.split-3 #footer-quad-third div.zone { width:960px; }
|
|
|
|
|
|
|
|
|
|
/* If zone 4 is on */
|
|
|
|
|
.split-4 #footer-quad-fourth div.zone { width:960px; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/*2 zones on */
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 2 are on */
|
|
|
|
|
.split-12 #footer-quad-first div.zone, .split-12 #footer-quad-second div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 3 are on */
|
|
|
|
|
.split-13 #footer-quad-first div.zone, .split-13 #footer-quad-third div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 4 are on */
|
|
|
|
|
.split-14 #footer-quad-first div.zone, .split-14 #footer-quad-fourth div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 2, 3 are on */
|
|
|
|
|
.split-23 #footer-quad-second div.zone, .split-23 #footer-quad-third div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 2, 4 are on */
|
|
|
|
|
.split-24 #footer-quad-second div.zone, .split-24 #footer-quad-fourth div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 3, 4 are on */
|
|
|
|
|
.split-34 #footer-quad-third div.zone, .split-34 #footer-quad-fourth div.zone { width:480px; }
|
|
|
|
|
|
|
|
|
|
/*3 zones on */
|
|
|
|
|
|
|
|
|
|
/* If zones 2, 3, 4 are on */
|
2010-10-14 17:18:09 -07:00
|
|
|
|
.split-234 #footer-quad-second div.zone { width:480px; }
|
2010-10-14 15:52:45 -07:00
|
|
|
|
|
2010-10-15 16:27:45 -07:00
|
|
|
|
/* If zones 1, 3, 4 are on */
|
2010-10-14 17:18:09 -07:00
|
|
|
|
.split-134 #footer-quad-first div.zone { width:480px; }
|
2010-10-14 15:52:45 -07:00
|
|
|
|
|
2010-10-15 16:27:45 -07:00
|
|
|
|
/* If zones 1, 2, 4 are on */
|
2010-10-14 17:18:09 -07:00
|
|
|
|
.split-124 #footer-quad-fourth div.zone { width:480px; }
|
2010-10-14 15:52:45 -07:00
|
|
|
|
|
2010-10-15 16:27:45 -07:00
|
|
|
|
/* If zones 1, 2, 3 are on */
|
2010-10-14 17:18:09 -07:00
|
|
|
|
.split-123 #footer-quad-third div.zone { width:480px; }
|