/* // This file is part of the Carrington Blog Theme for WordPress // carringtontheme.com // // Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved. // crowdfavorite.com // // Released under the GPL license // www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // ********************************************************************** */ /* Reset: based on meyerweb.com/eric/tools/css/reset v1.0 | 20080212, sans table styles ============================================================================================== */ html, body, div, span, applet, object, br, 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, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, hr{ margin: 0; padding: 0; border: 0; outline: 0; %; vertical-align: baseline; background: transparent; } blockquote, q { quotes: none; } blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; } :focus { outline: 0; } cite, address { display:inline; font-style:normal; } /* Typography ======================================================*/ body { background: #fff; color: #51555c; font: 12px/18px helvetica, arial, sans-serif; } code { font-family: "Lucida Console", Monaco, monospace; } *[lang] { font-style: italic; } del { text-decoration: line-through; } acronym, .caps { text-transform: uppercase; } .small-caps { font-variant: small-caps; } acronym, .num, .caps, .small-caps { letter-spacing: 0.1em; } pre { overflow: auto; } textarea { font: 12px/18px helvetica, arial, sans-serif; padding: 3px; } /* Links */ a, a:visited { color: #a00004; text-decoration: none; } /* specify all three for accessibility */ a:focus, a:hover, a:active { text-decoration: underline; } h1 a, h2 a, h3 a, h4 a, h5 a, h6 a, h1 a:visited, h2 a:visited, h3 a:visited, h4 a:visited, h5 a:visited, h6 a:visited { color: #51555c; } h1 a:hover, h2 a:hover, h3 a:hover, h4 a:hover, h5 a:hover, h6 a:hover { color: #a00004; text-decoration: none; } /* elements with title attribute */ abbr[title], acronym[title], dfn[title], span[title], del[title] { cursor: help; } /* typogrify: inset initial double quotes. */ .dquo { margin-left: -.45em; } /* fancy ampersands */ .amp { font-family: Baskerville, "Goudy Old Style", "Palatino", "Book Antiqua", serif; px; font-style: italic; } /* Font sizes and vertical measure */ h1, h2, h3, h4, h5, h6, .h1, .h2, .h3 { display:block; margin-bottom:9px; } h1, .h1 { px; line-; } h2, .h2 { px; } h3, .h3 { px; } p, pre, dl, ul, ol { margin-bottom:18px; } blockquote { border-left:2px solid #e9eaea; margin:0 9px 9px; padding-left:10px; } ol { margin-left:36px; } dd { margin-left:18px; } li ul, li ol { margin-bottom: 0; } li, dd, .tight { margin-bottom:9px; } ul li { "Palatino Linotype", Baskerville, serif; font-style:italic; } .alt-font a { font-family:helvetica, arial, sans-serif; font-style:normal; } /* // This file is part of the Carrington Blog Theme for WordPress // carringtontheme.com // // Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved. // crowdfavorite.com // // Released under the GPL license // www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // ********************************************************************** */ /* UI: Shared classnames ================================================================= */ .accessibility { left:-32000px; position:absolute; } .lofi { display:none; } /* sonspring.com/journal/clearing-floats */ html body div.clear, html body span.clear { background: none; border: 0; clear: both; display: block; float: none; ; margin: 0; padding: 0; overflow: hidden; visibility: hidden; ; ; } /* www.positioniseverything.net/easyclearing.html */ .clearfix:after { clear: both; content: '.'; display: block; visibility: hidden; ; } .clearfix { display: inline-block; } * html .clearfix { %; } .clearfix { display: block; } h1.page-title { color: #999; font: italic 14px Georgia, serif; } /* General horizontal navigation lists with dropdown magic */ .nav, .nav ul, .nav li { background:transparent; list-style:none; margin:0; padding:0; } .nav ul { background: #e9eaea; border: 1px solid #cecfd1; border-color: #cecfd1 #aaa #aaa #cecfd1; z-index: 9999; } .nav li { float:left; margin-right:12px; } .nav li a { display:block; } .nav li li a { color: #a00004 !important; /* These need to retain a contrasting color with dropdown background */ padding:6px 9px; } .nav li ul, .nav li li { margin-right:0; px; } .nav li li ul { margin:-31px 0 0 200px; } .nav li.secondary { float:right; margin-left:12px; margin-right:0; } /* dropdown action */ .nav li ul, .nav li:hover li ul, .nav li li:hover li ul, .nav li.hover li ul, .nav li li.hover li ul { left: -32697px; position: absolute; } .nav li:hover ul, .nav li li:hover ul, .nav li li li:hover ul, .nav li.hover ul, .nav li li.hover ul, .nav li li li.hover ul { left: auto; } .pagination, .pagination-single { background-color:#e9eaea; margin-top: 20px; overflow:hidden; } .pagination .previous a, .pagination-single .previous { float:left; padding:18px; } .pagination .next a, .pagination-single .next { float:right; padding:18px; } .loading { "Palatino Linotype", Baskerville, serif; font-style:italic; } #TB_title{ background-color: #51555c; color:#fff; .5px; line-px; } #TB_title a, #TB_title a:visited { color:#fff; } a#TB_prev:hover, a#TB_next:hover { %; } a#TB_prev:hover { background:url(../img/lightbox/prevlabel.gif) no-repeat left center; } a#TB_next:hover { background:url(../img/lightbox/nextlabel.gif) no-repeat right center; } /* // This file is part of the Carrington Blog Theme for WordPress // carringtontheme.com // // Copyright (c) 2008-2009 Crowd Favorite, Ltd. All rights reserved. // crowdfavorite.com // // Released under the GPL license // www.opensource.org/licenses/gpl-license.php // // ********************************************************************** // This program is distributed in the hope that it will be useful, but // WITHOUT ANY WARRANTY; without even the implied warranty of // MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. // ********************************************************************** */ .rule, .rule-major, .rule-minor { background-color:#fff; background-repeat:no-repeat; background-position:center; border:0; } .rule { background-image:url(../img/divider-ornament.gif); } /*.rule-major { background-image:url(../img/comments-divider.gif); }*/ .rule-minor { background-image:url(../img/divider-ornament.gif); } .nav li li { background:url(../img/dropdown-divider.gif) no-repeat center top; } .nav li li:first-child, .nav li li.first-child { background:transparent; } .pagination, .pagination-single { background-image:url(../img/grey-to-white-gradient.png); background-repeat:repeat-x; background-position:left top; } .close { background-image: url(../img/header/texture-light.png) top center; } .full .comments-link a, .full .comments-link a:visited, .full .comments-link span, .excerpt .comments-link a, .excerpt .comments-link a:visited, .excerpt .comments-link span{ background: url(../img/comment.gif) no-repeat left center; padding: 1px 0 0 20px; } .excerpt .comments-link a, .excerpt .comments-link a:visited, .excerpt .comments-link span{ px; } .commentlist .bypostauthor { background-image: url(../img/lightbox/blue-sky-light.jpg); background-repeat:no-repeat; background-position:left top; } form.comment-form { background-image: url(../img/lightbox/blue-sky-light.jpg); background-repeat:repeat-x; background-position:left top; } #header { /*background-image:url(../img/header/gradient-dark.png);*/ } #header .wrapper { /*background-image:url(../img/header/skyline.jpg);*/ } #sub-header { background-image: url(../img/sub-header-border-bottom.gif); background-repeat:repeat-x; background-position:left bottom; } #sidebar { background:url(../img/sidebar-background.gif) no-repeat left top; background-color: #fff !important; } #footer { background-image: url(../img/header/skyline.jpg); } /*#footer .wrapper { background: url(../img/footer/divider-ornament-wide-light.png) no-repeat center bottom; }*/ #carrington-subscribe { background: url(../img/divider-ornament.gif) no-repeat center bottom; } #carrington-subscribe a{ background:url(../img/rss-button.gif) no-repeat left top; } #carrington-about { background: url(../img/divider-ornament.gif) no-repeat center bottom; } #carrington-about .about{ background:url(../img/lightbox/blue-sky-light.jpg) repeat-x left top; } /* Gallery =================================== */ body#attachment #header { background-image:url(../img/header/gradient-dark.png); background-repeat:repeat-x; background-position:center bottom; } body#attachment #header .wrapper { background-position:center bottom; } .figure-info { background:transparent url(../img/divider-ornament-wide-dark.png) no-repeat scroll center top; } .previous-attachment, .next-attachment { padding-bottom:13px; } .previous-attachment { background:url(../img/attachment/150px-flourish-left-dark.png) no-repeat right bottom; } .next-attachment{ background:url(../img/attachment/150px-flourish-right-dark.png) no-repeat left bottom; } /* Misc =================================== */ #TB_title{ /*background-image: url(../img/header/skyline.jpg); background-repeat:no-repeat; background-position:center bottom;*/ }
gipoco.com is neither affiliated with the authors of this page nor responsible for its contents. This is a safe-cache copy of the original web site.