div { outline: 0px solid green; } body { color: $textColor; } a { color: $primaryColor; &:focus, &:hover { color: $secondaryColor; animation-name: fadeIn; animation-duration: 0.5s; } } h1, h2, h3, h4, h5, h6 { color: $textColor; font-family: $fontprimary; } h1 { font-size: 2.3rem; } h2 { font-size: 2.0rem; } h3 { font-size: 1.6rem; } h4 { font-size: 1.5rem; } h5 { font-size: 1.4rem; } h6 { font-size: 1.3rem; } ul, ol { list-style-position: inside; } .blogolife_page { border: 1px solid $dividerColor; background-color: $whiteColor; } #main { padding: 1.875rem 1.1375rem 1.875rem 1.75rem; &.site-attachment { padding-right: 1.75rem; } } .footer_widgets, .copyright, .content { border-top: 1px solid $dividerColor; } .copyright { p.copy { margin: .5rem 1.875rem; } } .off-canvas-content { background: none; } .site-name { margin: .8rem; p { margin-bottom: 0; } } #site-title, #site-description { font-family: $fontsitename; font-weight: 700; font-size: 2.5rem; } #site-description { font-weight: 400; font-size: 1.3rem; } /*------------------------------------------------------------ Captions ============================================================*/ .wp-caption { margin: 0 0 1.75em 0; max-width: 100%; img[class*="wp-image-"] { display: block; margin: 0; } .wp-caption-text { color: $textColor; font-size: 13px; font-size: 0.8rem; font-style: italic; line-height: 1.6; padding-top: 0.5em; } } /*------------------------------------------------------------ Alignments ============================================================*/ .alignleft { float: left; margin: 0.375em .9375rem .9375rem 0; } .alignright { float: right; margin: 0.375em 0 .9375rem .9375rem; } .aligncenter { clear: both; display: block; margin: 0 auto .9375rem; } blockquote.alignleft { margin: 0.3157894737em 1.4736842105em 1.473684211em 0; } blockquote.alignright { margin: 0.3157894737em 0 1.473684211em 1.4736842105em; } blockquote.aligncenter { margin-bottom: 1.473684211em; } /*------------------------------------------------------------ Buttons ============================================================*/ input[type=submit], input[type=reset]{ -webkit-appearance: none; -moz-appearance: none; border-radius: 0; border-style: solid; border-width: 1px; cursor: pointer; line-height: normal; margin: 0 0 1.25rem; position: relative; text-align: center; display: inline-block; padding: .5rem 1rem; font-size: 1rem; background-color: $primaryColor; border-color: $primaryColor; color: $whiteColor; transition: background-color .3s ease-out; &:hover, &:focus { border-color: $secondaryColor; background-color: $secondaryColor; } } input[type=reset]{ background-color: $dividerColor; border-color: $dividerColor; color: $textColor; &:hover, &:focus { background-color: $dividerColor; border-color: $textColor; color: $textColor; } } .blogolife-gradient { @include gradient($secondaryColor, $primaryColor); &:before { border-color: $primaryColor rgba(0, 0, 0, 0); } } .bypostauthor { content: ''; } /* Text meant only for screen readers */ .screen-reader-text { clip: rect(1px, 1px, 1px, 1px); height: 1px; overflow: hidden; position: absolute !important; width: 1px; /* many screen reader and browser combinations announce broken words as they would appear visually */ word-wrap: normal !important; }