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
|
|
|
|
|
*/
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* 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
|
|
|
|
}
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
.zone:after /* Self clears every zone container */
|
2010-10-13 12:58:33 -07:00
|
|
|
|
{
|
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.
|
2010-10-21 14:49:59 -07:00
|
|
|
|
The font-size 81.3% sets the base font to 13px
|
|
|
|
|
|
|
|
|
|
Pixels EMs Percent Points
|
|
|
|
|
6px 0.462em 46.2% 5pt
|
|
|
|
|
7px 0.538em 53.8% 5pt
|
|
|
|
|
8px 0.615em 61.5% 6pt
|
|
|
|
|
9px 0.692em 69.2% 7pt
|
|
|
|
|
10px 0.769em 76.9% 8pt
|
|
|
|
|
11px 0.846em 84.6% 8pt
|
|
|
|
|
12px 0.923em 92.3% 9pt
|
|
|
|
|
13px 1em 100% 10pt
|
|
|
|
|
14px 1.077em 107.7% 11pt
|
|
|
|
|
15px 1.154em 115.4% 11pt
|
|
|
|
|
16px 1.231em 123.1% 12pt
|
|
|
|
|
17px 1.308em 130.8% 13pt
|
|
|
|
|
18px 1.385em 138.5% 14pt
|
|
|
|
|
19px 1.462em 146.2% 14pt
|
|
|
|
|
20px 1.538em 153.8% 15pt
|
|
|
|
|
21px 1.615em 161.5% 16pt
|
|
|
|
|
22px 1.692em 169.2% 17pt
|
|
|
|
|
23px 1.769em 176.9% 17pt
|
|
|
|
|
24px 1.846em 184.6% 18pt
|
|
|
|
|
*/
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
body {
|
2010-10-21 14:49:59 -07:00
|
|
|
|
font-size: 81.3%;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
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;}
|
|
|
|
|
|
2010-10-21 14:49:59 -07:00
|
|
|
|
h1 { font-size: 1.231em; }
|
|
|
|
|
h2 { font-size: 1.154em; }
|
|
|
|
|
h3 { font-size: 1.077em; }
|
|
|
|
|
h4 { font-size: 1em; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
h5 { font-size: 1em; }
|
|
|
|
|
h6 { font-size: 1em; }
|
|
|
|
|
|
|
|
|
|
h1 img, h2 img, h3 img,
|
|
|
|
|
h4 img, h5 img, h6 img {
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Aside Headings */
|
2010-10-21 14:49:59 -07:00
|
|
|
|
aside h1 { font-size: 1.154em; }
|
|
|
|
|
aside h2 { font-size: 1.077em; }
|
|
|
|
|
aside h3 { font-size: 1em; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
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 */
|
2010-10-21 14:49:59 -07:00
|
|
|
|
p { margin: 0 0 1em; line-height: 1.538em; }
|
|
|
|
|
p img.left { float: left; margin: 0.923em 0.923em 0.923em 0; padding: 0; }
|
|
|
|
|
p img.right { float: right; margin: 0.923em 0 0.923em 0.923em; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
a:focus,
|
2010-10-19 20:55:13 -07:00
|
|
|
|
a:hover { text-decoration: underline; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
a { color: #5f97af; text-decoration: none; }
|
|
|
|
|
|
2010-10-21 14:49:59 -07:00
|
|
|
|
blockquote { margin: 0.923em; color: #666; font-style: italic; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
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; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
address { margin: 0 0 0.923em; font-style: italic; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
del { color:#666; }
|
|
|
|
|
|
2010-10-21 14:49:59 -07:00
|
|
|
|
pre { margin: 0.923em 0; white-space: pre; }
|
|
|
|
|
pre,code,tt { font: 1em 'andale mono', 'lucida console', monospace; line-height: 1.462em; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
/* Forms
|
2010-10-13 12:58:33 -07:00
|
|
|
|
***************************************************************/
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
form { margin: 0; padding: 0; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
legend { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
fieldset { padding:0em; margin: 0 0 0em 0; border: 0px solid #dbdbdb; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
label { font-weight: normal; display:block; padding: 0 0 0.3em 0; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
label.forcheckbox { margin:0 0 0 .4em; display:inline; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
input[type="text"], input[type="password"] {
|
|
|
|
|
display: block;
|
|
|
|
|
padding: 0.3em;
|
2010-10-13 12:58:33 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
input[type="checkbox"] {
|
|
|
|
|
margin:.2em 0 1.2em 0;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-19 18:18:53 -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
|
|
|
|
|
2010-10-14 15:18:56 -07:00
|
|
|
|
|
2010-10-15 12:22:58 -07:00
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
/* Structure
|
|
|
|
|
***************************************************************/
|
2010-10-21 14:49:59 -07:00
|
|
|
|
#layout-wrapper { }
|
2010-10-13 19:22:49 -07:00
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
#layout-header, #layout-featured, #layout-before-main, #layout-main, #layout-footer, #layout-after-main, #layout-tripel {
|
|
|
|
|
width:960px;
|
|
|
|
|
margin:0 auto;
|
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;
|
2010-10-21 14:49:59 -07:00
|
|
|
|
font-size: 1.077em;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
text-decoration:none;
|
|
|
|
|
line-height:24px;
|
|
|
|
|
}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
#layout-header {}
|
|
|
|
|
#branding
|
|
|
|
|
{
|
|
|
|
|
font-family: 'Lobster', Tahoma, Arial, Helvetica, sans-serif;
|
2010-10-21 14:49:59 -07:00
|
|
|
|
font-size: 2.9em;
|
2010-10-19 18:18:53 -07:00
|
|
|
|
padding: 0;
|
|
|
|
|
margin: 0;
|
|
|
|
|
}
|
|
|
|
|
#branding a
|
2010-10-15 12:22:58 -07:00
|
|
|
|
{
|
2010-10-19 18:18:53 -07:00
|
|
|
|
text-decoration:none;
|
|
|
|
|
color: #434343;
|
2010-10-15 12:22:58 -07:00
|
|
|
|
}
|
2010-10-19 18:18:53 -07:00
|
|
|
|
#layout-navigation {}
|
|
|
|
|
#layout-featured {}
|
|
|
|
|
#layout-before-main {}
|
|
|
|
|
#layout-main {}
|
|
|
|
|
#aside-first {}
|
|
|
|
|
#layout-content {}
|
|
|
|
|
#messages {}
|
|
|
|
|
#before-content {}
|
|
|
|
|
#content {}
|
|
|
|
|
#after-content {}
|
|
|
|
|
#aside-second {}
|
|
|
|
|
#layout-after-main {}
|
|
|
|
|
#layout-tripel {}
|
|
|
|
|
#tripel-first {}
|
|
|
|
|
#tripel-second {}
|
|
|
|
|
#tripel-third {}
|
|
|
|
|
#layout-footer {}
|
|
|
|
|
#footer-quad {}
|
|
|
|
|
#footer-quad-first {}
|
|
|
|
|
#footer-quad-second {}
|
|
|
|
|
#footer-quad-third {}
|
|
|
|
|
#footer-quad-forth {}
|
|
|
|
|
#footer-sig {}
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Zones */
|
2010-10-19 18:18:53 -07:00
|
|
|
|
.zone
|
|
|
|
|
{
|
|
|
|
|
padding: 12px;
|
|
|
|
|
|
|
|
|
|
/* Enable this to see zone visualizations
|
2010-10-15 12:22:58 -07:00
|
|
|
|
background-color: yellow;
|
2010-10-19 18:18:53 -07:00
|
|
|
|
box-shadow:inset 0 0 1px purple;
|
|
|
|
|
-moz-box-shadow:inset 0 0 1px purple;
|
|
|
|
|
-webkit-box-shadow:inset 0 0 1px purple;
|
|
|
|
|
*/
|
|
|
|
|
}
|
2010-10-19 19:43:18 -07:00
|
|
|
|
.zone-header { padding: 30px 0 30px 12px; position: relative; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
.zone-navigation { padding: 0; }
|
|
|
|
|
.zone-featured {}
|
|
|
|
|
.zone-beforemain {}
|
|
|
|
|
.zone-asidefirst {}
|
|
|
|
|
.zone-messages {}
|
|
|
|
|
.zone-beforecontent {}
|
|
|
|
|
.zone-content {}
|
|
|
|
|
.zone-aftercontent {}
|
|
|
|
|
.zone-asidesecond {}
|
|
|
|
|
.zone-aftermain {}
|
|
|
|
|
.zone-zone-tripelfirst {}
|
|
|
|
|
.zone-zone-tripelsecond {}
|
|
|
|
|
.zone-zone-tripelthird {}
|
|
|
|
|
.zone-footerquadfirst {}
|
|
|
|
|
.zone-footerquadsecond {}
|
|
|
|
|
.zone-footerquadthird {}
|
|
|
|
|
.zone-footerquadfourth {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.zone-footer { color: #999999; }
|
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
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
2010-10-15 12:22:58 -07:00
|
|
|
|
/* Blogs */
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.blog-description { font-size: 1.231em; }
|
2010-10-19 14:19:32 -07:00
|
|
|
|
.blog-post .tags { margin-top: 12px; }
|
|
|
|
|
.blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
|
|
|
|
|
.blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; }
|
2010-10-18 19:22:05 -07:00
|
|
|
|
.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 {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.blog-posts .blog-post header h1 { font-size: 1.308em; }
|
2010-10-18 19:22:05 -07:00
|
|
|
|
.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; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
.blog-posts .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.blog-posts .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }
|
2010-10-18 19:22:05 -07:00
|
|
|
|
.blog-posts .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
|
|
|
|
|
.blog-posts .blog-post .metadata .commentcount { display: inline; }
|
2010-10-15 12:22:58 -07:00
|
|
|
|
.blog-post {}
|
|
|
|
|
.blog-post-title {}
|
|
|
|
|
.meta {}
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
2010-10-15 17:28:26 -07:00
|
|
|
|
/* Comments */
|
2010-10-19 14:19:32 -07:00
|
|
|
|
#comments { margin: 24px 0 0 0; padding: 0; }
|
|
|
|
|
.comment-form { margin: 24px 0 0 0; padding: 0; }
|
|
|
|
|
.comments { margin: 0; padding: 0; list-style: none; }
|
|
|
|
|
.comments li { margin: 12px 0 0 0; padding: 12px; border: 1px solid #dbdbdb; }
|
|
|
|
|
.comment { margin: 0; padding: 0; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.comment h4 { font-size: 1.077em; }
|
2010-10-15 17:28:26 -07:00
|
|
|
|
.comment .who {}
|
|
|
|
|
.comment .what {}
|
|
|
|
|
.comment #add-comment {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.comment-form #comment-by { font-size: 1.231em; font-weight: normal; margin: 0 0 1.2em 0; border:none; }
|
2010-10-19 14:19:32 -07:00
|
|
|
|
.comment-form #comment-text { width: 33.2em; }
|
|
|
|
|
.comment-form input[type="text"] { width: 32em; }
|
|
|
|
|
.comment-disabled {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.comment-count { font-size: 1.231em; }
|
2010-10-19 14:19:32 -07:00
|
|
|
|
|
|
|
|
|
/* Tag Search */
|
|
|
|
|
.tagged-posts {}
|
|
|
|
|
.tagged-posts { padding: 0; margin: 0; list-style: none; }
|
|
|
|
|
.tagged-posts li { padding: 0; margin: 0; }
|
|
|
|
|
.tagged-posts .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
|
|
|
|
|
.tagged-posts .blog-post header {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.tagged-posts .blog-post header h1 { font-size: 1.308em; }
|
2010-10-19 14:19:32 -07:00
|
|
|
|
.tagged-posts .blog-post header h1 a { color: #434343; }
|
|
|
|
|
.tagged-posts .blog-post header h1 a:hover {}
|
|
|
|
|
.tagged-posts .blog-post .tags { margin-top: 12px; }
|
|
|
|
|
.tagged-posts .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
.tagged-posts .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
|
2010-10-19 14:19:32 -07:00
|
|
|
|
.tagged-posts .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 1.1em; }
|
|
|
|
|
.tagged-posts .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
|
|
|
|
|
.tagged-posts .blog-post .metadata .commentcount { display: inline; }
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
/* Search Results */
|
|
|
|
|
.search-results {}
|
|
|
|
|
.search-results { padding: 0; margin: 0; list-style: none; }
|
|
|
|
|
.search-results li { padding: 0; margin: 0; }
|
|
|
|
|
.search-results .blog-post { border-top: 1px solid #dbdbdb; padding: 6px 0 6px 0; }
|
|
|
|
|
.search-results .blog-post header {}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.search-results .blog-post header h1 { font-size: 1.308em; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
.search-results .blog-post header h1 a { color: #434343; }
|
|
|
|
|
.search-results .blog-post header h1 a:hover {}
|
|
|
|
|
.search-results .blog-post .tags { margin-top: 12px; }
|
|
|
|
|
.search-results .blog-post .tags a { background-color: #dbdbdb; padding: 3px; color: #434343; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
.search-results .blog-post .tags a:hover { background-color: #434343; padding: 3px; color: #fff; text-decoration: none; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.search-results .blog-post .metadata { margin: 0 0 12px 0; color: #999; font-size: 0.846em; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
.search-results .blog-post .metadata .published { display: inline; margin: 0 6px 0 0; }
|
|
|
|
|
.search-results .blog-post .metadata .commentcount { display: inline; }
|
2010-10-15 17:28:26 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
/* Secondary
|
2010-10-13 12:58:33 -07:00
|
|
|
|
***************************************************************/
|
|
|
|
|
|
2010-10-21 11:26:20 -07:00
|
|
|
|
/* Aside Zones */
|
|
|
|
|
/* If zone 1 is on */
|
|
|
|
|
.aside-1 #layout-content { float: right; width: 600px; }
|
|
|
|
|
.aside-1 .aside-first { float: left; width: 360px; }
|
|
|
|
|
|
|
|
|
|
/* If zone 2 is on */
|
|
|
|
|
.aside-2 #layout-content { float: left; width: 600px; }
|
|
|
|
|
.aside-2 .aside-second { float: right; width: 360px; }
|
|
|
|
|
|
|
|
|
|
/* If zones 1, 2 are on */
|
|
|
|
|
.aside-12 #layout-content { width: 600px; }
|
|
|
|
|
.aside-12 .aside-first, .aside-12 .aside-second { width: 180px; }
|
|
|
|
|
.aside-12 .aside-first, .aside-12 .aside-second, .aside-12 #layout-content { float:left; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
|
|
|
|
|
/* Tripel Zones*/
|
|
|
|
|
#layout-tripel > div { float:left; width:960px; }
|
|
|
|
|
|
|
|
|
|
/*2 zones on */
|
|
|
|
|
.tripel-12 #layout-tripel > div { width:480px; } /* If zones 1, 2 are on */
|
|
|
|
|
.tripel-23 #layout-tripel > div { width:480px; } /* If zones 2, 3 are on */
|
|
|
|
|
.tripel-13 #layout-tripel > div { width:480px; } /* If zones 1, 3 are on */
|
|
|
|
|
|
|
|
|
|
/*3 zones on */
|
|
|
|
|
.tripel-123 #layout-tripel > div { width:320px; } /* If zones 1, 2, 3 are on */
|
|
|
|
|
|
|
|
|
|
/* Quad Footer Zones */
|
|
|
|
|
#footer-quad > div { float:left; width:240px; }
|
|
|
|
|
|
|
|
|
|
/*1 zone on */
|
|
|
|
|
.split-1 #footer-quad-first { width:960px; } /* If zone 1 is on */
|
|
|
|
|
.split-2 #footer-quad-second { width:960px; } /* If zone 2 is on */
|
|
|
|
|
.split-3 #footer-quad-third { width:960px; } /* If zone 3 is on */
|
|
|
|
|
.split-4 #footer-quad-fourth { width:960px; } /* If zone 4 is on */
|
|
|
|
|
|
|
|
|
|
/*2 zones on */
|
|
|
|
|
.split-12 #footer-quad-first, .split-12 #footer-quad-second { width:480px; } /* If zones 1, 2 are on */
|
|
|
|
|
.split-13 #footer-quad-first, .split-13 #footer-quad-third { width:480px; } /* If zones 1, 3 are on */
|
|
|
|
|
.split-14 #footer-quad-first, .split-14 #footer-quad-fourth { width:480px; } /* If zones 1, 4 are on */
|
|
|
|
|
.split-23 #footer-quad-second, .split-23 #footer-quad-third { width:480px; } /* If zones 2, 3 are on */
|
|
|
|
|
.split-24 #footer-quad-second, .split-24 #footer-quad-fourth { width:480px; } /* If zones 2, 4 are on */
|
|
|
|
|
.split-34 #footer-quad-third, .split-34 #footer-quad-fourth { width:480px; } /* If zones 3, 4 are on */
|
|
|
|
|
|
|
|
|
|
/*3 zones on */
|
|
|
|
|
.split-234 #footer-quad-second { width:480px; } /* If zones 2, 3, 4 are on */
|
|
|
|
|
.split-134 #footer-quad-first { width:480px; } /* If zones 1, 3, 4 are on */
|
|
|
|
|
.split-124 #footer-quad-fourth { width:480px; } /* If zones 1, 2, 4 are on */
|
|
|
|
|
.split-123 #footer-quad-third { width:480px; } /* If zones 1, 2, 3 are on */
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/* Widgets
|
|
|
|
|
***************************************************************/
|
|
|
|
|
.widgets {}
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
/* Search */
|
2010-10-19 19:43:18 -07:00
|
|
|
|
/* Search widget shuld go into the sidebar for proper styling */
|
|
|
|
|
/* TODO: (mibach) Generic any zone compatible search widget */
|
|
|
|
|
.widget-search-form
|
|
|
|
|
{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 30px;
|
|
|
|
|
right: 12px;
|
|
|
|
|
}
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.widget-search-form h1 { font-size: 1.077em; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
|
2010-10-19 19:43:18 -07:00
|
|
|
|
.search-form {}
|
|
|
|
|
.search-form input[type="text"] { float: left; }
|
|
|
|
|
.search-form button[type="submit"] { float: left; margin: 0; margin-left: 6px; }
|
2010-10-19 18:18:53 -07:00
|
|
|
|
|
2010-10-19 20:55:13 -07:00
|
|
|
|
/* Edit Mode Widgets */
|
|
|
|
|
/* These are the edit controls that appear when you're logged-in */
|
|
|
|
|
.widget-control { position: relative; border: 1px dotted #5f97af; }
|
|
|
|
|
.widget-control .manage-actions { position:absolute; top: 0px; right: 0px; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.widget-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
.widget-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }
|
|
|
|
|
.widget-control .widget-search-form /* TODO: (mibach) Remove special case for Search Widget */
|
|
|
|
|
{
|
|
|
|
|
position: absolute;
|
|
|
|
|
top: 0px;
|
|
|
|
|
right: 12px;
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
/* Content Mode */
|
|
|
|
|
.content-control { position: relative; border: 1px dotted #5f97af; }
|
|
|
|
|
.content-control .manage-actions { position:absolute; top: 0px; right: 0px; }
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.content-control .manage-actions a { display: block; background-color: #dbdbdb; color: #434343; padding: 3px 6px; }
|
2010-10-19 20:55:13 -07:00
|
|
|
|
.content-control .manage-actions a:hover { background-color: #434343; color: #fff; text-decoration: none; }
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-31 23:54:37 -07:00
|
|
|
|
/* Pager
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
|
|
|
|
.pager { list-style: none; padding: 0; margin: 12px 0 0 0; }
|
|
|
|
|
.pager li { float: left; padding: 0 12px 0 0; margin: 0; }
|
|
|
|
|
.pager a { font-size: 1.077em; display: block; background-color: #dbdbdb; padding: 6px 6px; color: #434343;}
|
|
|
|
|
.pager a:hover { background-color: #434343; color: #fff; }
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* Misc
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
2010-10-21 14:49:59 -07:00
|
|
|
|
.small { font-size: 0.615em; margin-bottom: 1.875em; line-height: 1.875em; }
|
|
|
|
|
.large { font-size: 1.231em; line-height: 2.231em; margin-bottom: 1.25em; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
.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
|
|
|
|
|
2010-10-19 14:19:32 -07:00
|
|
|
|
.login-form { margin: 24px 0 0 0; }
|
2010-10-13 12:58:33 -07:00
|
|
|
|
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
|
2010-10-13 12:58:33 -07:00
|
|
|
|
/* CSS 3 Enhancements
|
|
|
|
|
***************************************************************/
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
input[type="submit"], input[type="button"], button, .button, .button:link, .button:visited {
|
|
|
|
|
color:#333;
|
|
|
|
|
background:#F5F5F5;
|
|
|
|
|
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;
|
|
|
|
|
margin:.2em 0 2em 0;
|
|
|
|
|
padding:.3em 1.8em;
|
|
|
|
|
text-align:center;
|
2010-10-14 15:52:45 -07:00
|
|
|
|
}
|
|
|
|
|
|
2010-10-19 18:18:53 -07:00
|
|
|
|
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 {
|
|
|
|
|
text-decoration:none;
|
|
|
|
|
background: #ebebeb;
|
|
|
|
|
background: -webkit-gradient(linear, left top, left bottom, from(#e1e1e1), to(#ebebeb));
|
|
|
|
|
background:-moz-linear-gradient(top , #e1e1e1, #ebebeb);
|
2010-10-15 17:05:02 -07:00
|
|
|
|
}
|