12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289 |
- /* @override http://macs.local/david/wp-content/themes/dw/style.css */
- /*
- Theme Name: dw
- Theme URI: http://davidawindham.com/
- Description:
- Author: windhamdavid
- Version: 1.0
- Tags:
- */
- /*Thanks:
- Normalize.css https://github.com/necolas/normalize.css
- HTML5 Boilerplate https://github.com/h5bp
- --------------------------------------------------- */
- @import url(css/normalize.css) screen;
- 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,
- b, u, i, center,
- dl, dt, dd, ol, ul, li,
- fieldset, form, label, legend,
- table, caption, tbody, tfoot, thead, tr, th, td {
- background: transparent;
- border: 0;
- margin: 0;
- padding: 0;
- vertical-align: baseline;
- }
- body {
- line-height: 1;
- }
- h1, h2, h3, h4, h5, h6 {
- clear: both;
- font-weight: normal;
- }
- ol, ul {
- list-style: none;
- }
- blockquote {
- quotes: none;
- }
- blockquote:before, blockquote:after {
- content: '';
- content: none;
- }
- del {
- text-decoration: line-through;
- }
- /* tables still need 'cellspacing="0"' in the markup */
- table {
- border-collapse: collapse;
- border-spacing: 0;
- }
- a img {
- border: none;
- }
- .clear {
- clear: both;
- }
- /* =Layout
- -------------------------------------------------------------- */
- /*
- LAYOUT: Two columns
- DESCRIPTION: Two-column fixed layout with one sidebar right of content
- */
- #container {
- float: left;
- margin: 0 -240px 0 0;
- width: 100%;
- }
- #content {
- margin: 0 280px 0 20px;
- }
- #primary,
- #secondary {
- float: right;
- overflow: hidden;
- width: 220px;
- }
- #secondary {
- clear: right;
- }
- #footer {
- clear: both;
- width: 100%;
- }
- /*
- LAYOUT: One column, no sidebar
- DESCRIPTION: One centered column with no sidebar
- */
- .one-column #content {
- margin: 0 auto;
- width: 900px;
- }
- .guestbook #content {
- margin: 0 auto;
- width: 500px;
- float: left;
- }
- #container.guestbook {
- margin-right: -440px;
- }
- .hidden {
- display: none;
- }
- .guestbook_sidebar {
- border-left: 1px solid #999;
- float: left;
- overflow: hidden;
- width: 420px;
- padding: 18px 0 20px 0;
- }
- .guestbook_sidebar h4 {
- font-size: 14px;
- color: #000;
- font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
- margin: 0px 0 10px;
- }
- .guestbook_sidebar h3 {
- font-size: 16px;
- color: #000;
- font-family: "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
- font-weight: bold;
- margin: 15px 0 0px;
- }
- .guestbook_sidebar h3 span {
- font-size: 12px;
- color: #777;
- }
- .guestbook_sidebar h4 span {
- font-size: 12px;
- color: #777;
- }
- /*
- LAYOUT: Full width, no sidebar
- DESCRIPTION: Full width content with no sidebar; used for attachment pages
- */
- .single-attachment #content {
- margin: 0 auto;
- width: 900px;
- }
- /* =Fonts
- -------------------------------------------------------------- */
- body,
- input,
- textarea,
- .page-title span,
- .pingback a.url {
- font-family: Georgia, "Bitstream Charter", serif;
- }
- h3#comments-title,
- h3#reply-title,
- #access .menu,
- #access div.menu ul,
- #cancel-comment-reply-link,
- .form-allowed-tags,
- #site-info,
- #site-title,
- #wp-calendar,
- .comment-meta,
- .comment-body tr th,
- .comment-body thead th,
- .entry-content label,
- .entry-content tr th,
- .entry-content thead th,
- .entry-meta,
- .entry-title,
- .entry-utility,
- #respond label,
- .navigation,
- .page-title,
- .pingback p,
- .reply,
- .widget-title,
- .wp-caption-text,
- input[type=submit] {
- font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
- }
- pre {
- font-family: "Courier 10 Pitch", Courier, monospace;
- }
- code {
- font-family: Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
- }
- /* =Structure
- -------------------------------------------------------------- */
- #access .menu-header,
- div.menu,
- #colophon,
- #branding,
- #main,
- #wrapper {
- margin: 0 auto;
- width: 940px;
- }
- #wrapper {
- background: #fff;
- margin: 20px auto 30px;
- padding: 0 40px;
- }
- /* =Global Elements
- -------------------------------------------------------------- */
- body {
- background: rgba(160,160,160,0.73) url(img/3.png);
- }
- body,
- input,
- textarea {
- color: #666;
- font-size: 12px;
- line-height: 18px;
- }
- hr {
- background-color: #e7e7e7;
- border: 0;
- clear: both;
- height: 1px;
- margin-bottom: 18px;
- }
- /* Text elements */
- p {
- margin-bottom: 18px;
- text-indent : 35px;
- }
- p.noindent {
- margin-bottom: 10px;
- text-indent : 0px;
- }
- ul {
- list-style: square;
- margin: 0 0 18px 1.5em;
- }
- ol {
- list-style: decimal;
- margin: 0 0 18px 1.5em;
- }
- ol ol {
- list-style: upper-alpha;
- }
- ol ol ol {
- list-style: lower-roman;
- }
- ol ol ol ol {
- list-style: lower-alpha;
- }
- ul ul,
- ol ol,
- ul ol,
- ol ul {
- margin-bottom: 0;
- }
- dl {
- margin: 0 0 24px 0;
- }
- dt {
- font-weight: bold;
- }
- dd {
- margin-bottom: 18px;
- }
- strong {
- font-weight: bold;
- }
- cite,
- em,
- i {
- font-style: italic;
- }
- big {
- font-size: 131.25%;
- }
- ins {
- background: #ffc;
- text-decoration: none;
- }
- blockquote {
- font-style: italic;
- padding: 0 3em;
- }
- blockquote cite,
- blockquote em,
- blockquote i {
- font-style: normal;
- }
- pre {
- background: #f7f7f7;
- color: #222;
- line-height: 18px;
- margin-bottom: 18px;
- padding: 1.5em;
- }
- abbr,
- acronym {
- border-bottom: 1px dotted #666;
- cursor: help;
- }
- sup,
- sub {
- height: 0;
- line-height: 1;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- bottom: 1ex;
- }
- sub {
- top: .5ex;
- }
- input[type="text"],
- textarea {
- background: #f9f9f9;
- border: 1px solid #ccc;
- box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
- -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
- -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.1);
- padding: 2px;
- }
- a:link {
- color: #251a86;
- text-decoration: none;
- }
- a:visited {
- color: #251a86;
- text-decoration: none;
- }
- a:active,
- a:hover {
- color: #757576;
- text-decoration: none;
- }
- /* Text meant only for screen readers */
- .screen-reader-text {
- position: absolute;
- left: -9000px;
- }
- /* =Header
- -------------------------------------------------------------- */
- #header {
- padding: 50px 0 0 0;
- }
- #site-title {
- float: right;
- margin: 0 0 5px 0;
- font: 21px/27px "Courier New", Courier, mono;
- }
- #site-title a {
- color: #000;
- text-decoration: none;
- }
- #site-description {
- clear: right;
- float: right;
- font-style: italic;
- margin: 14px 0 18px 0;
- width: 160px;
- }
- /* #site-title:hover .navi {
- display: block;
- visibility: visible;
- opacity: 1;
- transition: opacity 2s linear;
- }
- #access.navi {
- display: none;
- }
- */
- /* =Menu
- -------------------------------------------------------------- */
- #access {
- background: #fff;
- display: block;
- float: left;
- margin: 0 auto;
- width: 940px;
- border-top: 1px solid #999;
- }
- .subnav {
- float: left;
- margin: 0px 10px 0 400px;
- font-family: "Helvetica Neue", Arial, Helvetica, "Nimbus Sans L", sans-serif;
- }
- .subnav ul {
- list-style: none;
- float: right;
- width: 220px;
- }
- .subnav ul a {
- float: left;
- margin: 0 5px;
- }
- #access .menu-header,
- div.menu {
- font-size: 13px;
- margin-left: 12px;
- width: 928px;
- }
- #access .menu-header ul,
- div.menu ul {
- list-style: none;
- margin: 0;
- }
- #access .menu-header li,
- div.menu li {
- float: right;
- position: relative;
- }
- #access a {
- color: #aaa;
- display: block;
- line-height: 38px;
- padding: 0 10px;
- text-decoration: none;
- }
- #access ul ul {
- box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
- -moz-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
- -webkit-box-shadow: 0px 3px 3px rgba(0,0,0,0.2);
- display: none;
- position: absolute;
- top: 38px;
- left: 0;
- float: left;
- width: 180px;
- z-index: 99999;
- }
- #access ul ul li {
- min-width: 180px;
- }
- #access ul ul ul {
- left: 100%;
- top: 0;
- }
- #access ul ul a {
- background: #333;
- line-height: 1em;
- padding: 10px;
- width: 160px;
- height: auto;
- }
- #access li:hover > a,
- #access ul ul :hover > a {
- background: #transparent;
- color: #555;
- }
- #access ul li:hover > ul {
- display: block;
- }
- #access ul li.current_page_item > a,
- #access ul li.current-menu-ancestor > a,
- #access ul li.current-menu-item > a,
- #access ul li.current-menu-parent > a {
- color: #000;
- }
- * html #access ul li.current_page_item a,
- * html #access ul li.current-menu-ancestor a,
- * html #access ul li.current-menu-item a,
- * html #access ul li.current-menu-parent a,
- * html #access ul li a:hover {
- color: #fff;
- }
- /* =Content
- -------------------------------------------------------------- */
- #main {
- clear: both;
- overflow: hidden;
- padding: 10px 0 0 0;
- }
- #content {
- margin-bottom: 36px;
- }
- #content,
- #content input,
- #content textarea {
- color: #333;
- font-size: 16px;
- line-height: 24px;
- }
- #content p,
- #content ul,
- #content ol,
- #content dd,
- #content pre,
- #content hr {
- margin-bottom: 24px;
- font-family: "Courier New", Courier, mono;
- }
- #content ul ul,
- #content ol ol,
- #content ul ol,
- #content ol ul {
- margin-bottom: 0;
- }
- #content pre,
- #content kbd,
- #content tt,
- #content var {
- font-size: 15px;
- line-height: 21px;
- }
- #content code {
- font-size: 13px;
- }
- #content dt,
- #content th {
- color: #000;
- }
- #content h1,
- #content h2,
- #content h3,
- #content h4,
- #content h5,
- #content h6 {
- color: #000;
- line-height: 1.5em;
- margin: 0 0 20px 0;
- }
- #content table {
- border: 1px solid #e7e7e7;
- margin: 0 -1px 24px 0;
- text-align: left;
- width: 100%;
- }
- #content tr th,
- #content thead th {
- color: #888;
- font-size: 12px;
- font-weight: bold;
- line-height: 18px;
- padding: 9px 24px;
- }
- #content tr td {
- border-top: 1px solid #e7e7e7;
- padding: 6px 24px;
- }
- #content tr.odd td {
- background: #f2f7fc;
- }
- .hentry {
- margin: 0 0 20px 0;
- }
- .reserved-gallery {
- float: left;
- padding: 5px;
- }
- .home .sticky {
- background: #f2f7fc;
- border-top: 4px solid #000;
- margin-left: -20px;
- margin-right: -20px;
- padding: 18px 20px;
- }
- .single .hentry {
- margin: 0 0 36px 0;
- }
- .page-title {
- color: #000;
- font-size: 14px;
- font-weight: bold;
- margin: 0 0 36px 0;
- }
- .page-title span {
- color: #333;
- font-size: 16px;
- font-style: italic;
- font-weight: normal;
- }
- .entry-caption-parent .page-title span {
- color: #777;
- font-size: 12px;
- font-style: italic;
- font-weight: normal;
- }
- .nav-previous span.meta-nav {
- color: #888;
- font-size: 12px;
- font-style: italic;
- font-weight: normal;
- }
- .nav-next span.meta-nav {
- color: #888;
- font-size: 12px;
- font-style: italic;
- font-weight: normal;
- }
- .page-title a:link,
- .page-title a:visited {
- color: #888;
- text-decoration: none;
- }
- .page-title a:active,
- .page-title a:hover {
- color: #373339;
- }
- #content .entry-title {
- color: #000;
- font-size: 18px;
- line-height: 1.3em;
- margin-bottom: 20px;
- }
- h2.entry-title {
- color: #999;
- }
- .entry-title a:link,
- .entry-title a:visited {
- color: #000;
- text-decoration: none;
- }
- .entry-title a:active,
- .entry-title a:hover {
- color: #a0aec4;
- }
- .entry-meta {
- color: #888;
- font-size: 12px;
- }
- .entry-meta-attachment {
- float: right;
- color: #888;
- font: 11px "Courier New", Courier, mono;
- }
- .entry-meta abbr,
- .entry-utility abbr {
- border: none;
- }
- .entry-meta abbr:hover,
- .entry-utility abbr:hover {
- border-bottom: 1px dotted #666;
- }
- .entry-content,
- .entry-summary {
- clear: both;
- padding: 18px 0 20px;
- }
- .entry-guestbook {
- clear: both;
- padding: 3px 0 10px 0;
- }
- .entry-content h5 {
- font: 14px "Courier New", Courier, mono;
- }
- .signature {
- font: 16px "Courier New", Courier, mono;
- float: right;
- margin: 10px 150px 40px 0px;
- }
- #inside h3 {
- font: 16px "Courier New", Courier, mono;
- line-height: 10px;
- margin: 0 0 10px 0;
- }
- #inside p {
- margin: 0 0 10px 0;
- line-height: 20px;
- }
- #content .entry-summary p:last-child {
- margin-bottom: 12px;
- }
- .entry-content fieldset {
- border: 1px solid #e7e7e7;
- margin: 0 0 24px 0;
- padding: 24px;
- }
- .entry-content fieldset legend {
- background: #fff;
- color: #000;
- font-weight: bold;
- padding: 0 24px;
- }
- .entry-content input {
- margin: 0 0 24px 0;
- }
- .entry-content input.file,
- .entry-content input.button {
- margin-right: 24px;
- }
- .entry-content label {
- color: #888;
- font-size: 12px;
- }
- .entry-content select {
- margin: 0 0 24px 0;
- }
- .entry-content sup,
- .entry-content sub {
- font-size: 10px;
- }
- .entry-content blockquote.left {
- float: left;
- margin-left: 0;
- margin-right: 24px;
- text-align: right;
- width: 33%;
- }
- .entry-content blockquote.right {
- float: right;
- margin-left: 24px;
- margin-right: 0;
- text-align: left;
- width: 33%;
- }
- .page-link {
- color: #000;
- font-weight: bold;
- margin: 0 0 22px 0;
- word-spacing: 0.5em;
- }
- .page-link a:link,
- .page-link a:visited {
- background: #f1f1f1;
- color: #333;
- font-weight: normal;
- padding: 0.5em 0.75em;
- text-decoration: none;
- }
- .home .sticky .page-link a {
- background: #d9e8f7;
- }
- .page-link a:active,
- .page-link a:hover {
- color: #ff4b33;
- }
- body.page .edit-link {
- clear: both;
- display: block;
- }
- #entry-author-info {
- background: #f2f7fc;
- border-top: 4px solid #000;
- clear: both;
- font-size: 14px;
- line-height: 20px;
- margin: 24px 0;
- overflow: hidden;
- padding: 18px 20px;
- }
- #entry-author-info #author-avatar {
- background: #fff;
- border: 1px solid #e7e7e7;
- float: left;
- height: 60px;
- margin: 0 -104px 0 0;
- padding: 11px;
- }
- #entry-author-info #author-description {
- float: left;
- margin: 0 0 0 104px;
- }
- #entry-author-info h2 {
- color: #000;
- font-size: 100%;
- font-weight: bold;
- margin-bottom: 0;
- }
- .entry-utility {
- clear: both;
- color: #888;
- font-size: 12px;
- line-height: 18px;
- }
- .entry-meta a,
- .entry-utility a {
- color: #888;
- }
- .entry-meta a:hover,
- .entry-utility a:hover {
- color: #ff4b33;
- }
- #content .video-player {
- padding: 0;
- }
- .date {
- float: right;
- margin: -20px 0 20px 50px;
- color: #777;
- font: 14px/18px "Courier New", Courier, mono;
- }
- /* Meta
- -------------------------------------------------------------- */
- .meta {
- font-size: 11px;
- }
- .categories-fb {
- text-align: right;
- }
- span.fb {
- width: 16px;
- height: 16px;
- margin-left: 5px;
- padding: 3px 4px 2px 5px;
- background-image: url(img/fb1.png) ;
- background-position: 0 16px;
- position: relative;
- -webkit-transition: all ease 0.3s;
- -moz-transition: all ease 0.3s;
- -o-transition: all ease 0.3s;
- -ms-transition: all ease 0.3s;
- transition: all ease 0.3s;
- }
- span.fb:hover {
- background-position: 0 0;
- }
-
- /* =Comments
- -------------------------------------------------------------- */
- .commentbubble {
- font-size: 12px;
- color: #777;
- float: right;
- margin: 0 55px 0 0;
- }
- .comment {
- padding: 10px;
- }
- .commentbubble a.toogle-comments {
- float: right;
- text-align: right;
- }
- .comments-area {
- background: #ebebeb;
- padding: 15px;
- }
- #content .comments-area p {
- margin: 0 0 8px;
- font-size: 13px;
- }
- #content .comments-area .reply {
- margin: 5px 8px 0px;
- padding: 2px 9px;
- background: #ebeaea;
- font-size: 11px;
- }
- .comments-title {
- margin-bottom: 48px;
- margin-bottom: 3.428571429rem;
- font-size: 16px;
- font-size: 1.142857143rem;
- line-height: 1.5;
- font-weight: normal;
- }
- .comments-area {
- margin: 0px 50px;
- }
- .comments-area ul {
- margin: 0px 0px;
- list-style: none;
- }
- .comments-area h3 {
- margin: 0 0 0;
- }
- .comments-meta {
- font-size: 10px;
- }
- .comments-area article {
- margin: 24px 0;
- }
- .comments-area article header {
- margin: 0 0 48px;
- overflow: hidden;
- position: relative;
- }
- .comments-area article header img {
- float: left;
- padding: 0;
- line-height: 0;
- }
- .comments-area article header cite,
- .comments-area article header time {
- display: block;
- margin-left: 85px;
- }
- .comments-area article header cite {
- font-style: normal;
- font-size: 15px;
- }
- .comments-area cite b {
- font-weight: normal;
- }
- .comments-area article header time {
- text-decoration: none;
- font-size: 12px;
- color: #5e5e5e;
- }
- .comments-area article header a {
- text-decoration: none;
- color: #5e5e5e;
- }
- .comments-area article header a:hover {
- color: #21759b;
- }
- .comments-area article header cite a {
- color: #444;
- }
- .comments-area article header cite a:hover {
- text-decoration: underline;
- }
- a.comment-reply-link,
- a.comment-edit-link {
- color: #686868;
- font-size: 13px;
- }
- a.comment-reply-link:hover,
- a.comment-edit-link:hover {
- color: #21759b;
- }
- .commentlist .pingback {
- line-height: 1.714285714;
- margin-bottom: 24px;
- }
- li.comment.even {
- background: #fff;
- }
- li.comment.odd {
- background: #f3f3f3;
- }
- li.comment.thread-even {
- background: #f5f5f5;
- }
- li.comment.thread-odd {
- background: #fff;
- }
- .comment-meta {
- font-size: 11px;
- line-height: 12px;
- }
- .comment-meta a {
- color: #777;
- float: right;
- }
- /* Comment form */
- #respond {
- margin-top: 10px;
- }
- #respond h3#reply-title {
- margin: 0px 8px 0px;
- padding: 2px 9px;
- background: #ebeaea;
- font-size: 11px;
- margin: 0;
- }
- #respond h3#reply-title #cancel-comment-reply-link {
- margin-left: 10px;
- font-weight: normal;
- font-size: 12px;
- font-size: 0.857142857rem;
- }
- #respond form {
- margin: 24px 0;
- margin: 1.714285714rem 0;
- }
- #respond form p {
- margin: 11px 0;
- margin: 0.785714286rem 0;
- }
- #respond form p.logged-in-as {
- margin-bottom: 24px;
- margin-bottom: 1.714285714rem;
- }
- #respond form label {
- display: block;
- line-height: 1.714285714;
- }
- #respond form input[type="text"],
- #respond form textarea {
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- font: 0.857142857rem "Courier New", Courier, mono;
- line-height: 1.714285714;
- padding: 10px;
- padding: 0.714285714rem;
- width: 100%;
- }
- #respond form p.form-allowed-tags {
- margin: 0;
- font-size: 12px;
- font-size: 0.857142857rem;
- line-height: 2;
- color: #5e5e5e;
- }
- .required {
- color: red;
- }
- img.avatar {
- width: 20px;
- height: 20px;
- margin: 0 0 -5px;
- }
- /* =Asides
- -------------------------------------------------------------- */
- .home #content .category-asides p {
- font-size: 14px;
- line-height: 20px;
- margin-bottom: 10px;
- margin-top: 0;
- }
- .home .hentry.category-asides {
- padding: 0;
- }
- .home #content .category-asides .entry-content {
- padding-top: 0;
- }
- /* =Gallery listing
- -------------------------------------------------------------- */
- .category-gallery .size-thumbnail img {
- border: 10px solid #f1f1f1;
- margin-bottom: 0;
- }
- .category-gallery .gallery-thumb {
- float: left;
- margin-right: 20px;
- margin-top: -4px;
- }
- .home #content .category-gallery .entry-utility {
- padding-top: 4px;
- }
- /* =Attachment pages
- -------------------------------------------------------------- */
- .single-attachment .hentry {
- margin: 0px;
- }
- .attachment .entry-content .entry-caption {
- font-size: 140%;
- margin-top: 24px;
- }
- .entry-caption-attachment {
- margin: 0px auto 0;
- text-align: center;
- }
- #content .entry-caption-attachment h2.entry-title {
- margin: 0 0 5px;
- font-weight: normal;
- }
- #content .entry-caption-parent p.page-title {
- margin: -30px 0 0 0;
- font: normal 13px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
- }
- #content .entry-caption-parent p.page-title a {
- color: #555;
- }
- #content .entry-caption-attachment p {
- font-size: 14px;
- text-indent: 0px;
- line-height: 15px;
- margin-bottom: 0px;
- }
- .entry-caption-attachment h2 {
- font: bold 27px "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
- }
- .attachment .entry-content .nav-previous a:before {
- content: '\2190\00a0';
- }
- .attachment .entry-content .nav-next a:after {
- content: '\00a0\2192';
- }
- /* =Images
- -------------------------------------------------------------- */
- #content img {
- max-width: 880px;
- }
- #content .home img {
- border: 15px solid #000;
- }
- #content .attachment img {
- max-width: 900px;
- }
- #content .alignleft,
- #content img.alignleft {
- display: inline;
- float: left;
- margin-right: 24px;
- margin-top: 4px;
- }
- #content .alignright,
- #content img.alignright {
- display: inline;
- float: right;
- margin-left: 24px;
- margin-top: 4px;
- }
- #content .aligncenter,
- #content img.aligncenter {
- clear: both;
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- #content img.alignleft,
- #content img.alignright,
- #content img.aligncenter {
- margin-bottom: 12px;
- }
- #content .wp-caption {
- background: #f1f1f1;
- line-height: 18px;
- margin-bottom: 20px;
- padding: 4px;
- text-align: center;
- }
- #content .wp-caption img {
- margin: 5px 5px 0;
- }
- #content .wp-caption p.wp-caption-text {
- color: #888;
- font-size: 12px;
- margin: 5px;
- }
- #content .wp-smiley {
- margin: 0;
- }
- #content .gallery {
- margin: 0 auto 18px;
- }
- #content .gallery .gallery-item {
- float: left;
- margin-top: 0;
- text-align: center;
- width: 33%;
- }
- #content .gallery img {
- border: 2px solid #cfcfcf;
- }
- #content .gallery .gallery-caption {
- color: #888;
- font-size: 12px;
- margin: 0 0 12px;
- }
- #content .gallery dl {
- margin: 0;
- }
- #content .gallery img {
- border: 10px solid #f1f1f1;
- }
- #content .gallery br+br {
- display: none;
- }
- #content .attachment img { /* single attachment images should be centered */
- display: block;
- margin: 0 auto;
- }
- /* =Navigation
- -------------------------------------------------------------- */
- .navigation {
- color: #888;
- font-size: 12px;
- line-height: 18px;
- overflow: hidden;
- clear: both;
- }
- .navigation a:link,
- .navigation a:visited {
- color: #888;
- text-decoration: none;
- }
- .navigation a:active,
- .navigation a:hover {
- color: #ff4b33;
- }
- .nav-previous {
- float: left;
- width: 50%;
- margin: 0 0 15px 0;
- }
- .nav-next {
- float: right;
- text-align: right;
- width: 50%;
- }
- #nav-above {
- margin: 0 0 18px 0;
- }
- #nav-above {
- display: none;
- }
- .paged #nav-above,
- .single #nav-above {
- display: block;
- }
- #nav-below {
- margin: 50px 0 0px;
- padding: 20px 10px 0;
- border-top: 1px solid #cecece;
- }
- .pagination {
- margin-top: 40px;
- border-top: 1px solid #cecece;
- padding: 20px 0 0;
- }
- .pagination a {
- padding: 4px 5px;
- color: #fff;
- font-weight: bold;
- font-size: 16px;
- }
- .pagination a:active {
- padding: 4px 5px;
- background: #707071;
- color:#fff;
- }
- .pagination a:hover {
- padding: 4px 5px;
- background: #fff;
- color: #ec0000;
- }
- .pagination a.next,
- .pagination a.prev {
- padding: 4px 7px;
- color: #ec0000;
- font-weight: bold;
- font-size: 27px;
- }
- .pagination .current {
- padding: 4px 5px;
- background: #fff;
- color: #ec0000;
- font-weight: bold;
- font-size: 16px;
- }
- /* =Footer
- -------------------------------------------------------------- */
- p.cc {
- float: right;
- font-size: 14px;
- margin: 2px 20px 30px 10px;
- }
- span.quiet {
- display: none;
- }
- img.dw {
- float: right;
- margin: 0;
- }
|