Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*
- Theme Name: Martial Arts Academy
- Theme URI: http://underscores.me/
- Author: Ben Woods (IT Magique)
- Author URI: http://www.it-magique.com
- Description: Description
- Version: 1.0
- License: GNU General Public License
- License URI: license.txt
- Text Domain: martial-arts-academy
- Domain Path: /languages/
- Tags:
- This theme, like WordPress, is licensed under the GPL.
- Use it to make something cool, have fun, and share what you've learned with others.
- Martial Arts Academy is based on Underscores http://underscores.me/, (C) 2012-2014 Automattic, Inc.
- Resetting and rebuilding styles have been helped along thanks to the fine work of
- Eric Meyer http://meyerweb.com/eric/tools/css/reset/index.html
- along with Nicolas Gallagher and Jonathan Neal http://necolas.github.com/normalize.css/
- and Blueprint http://www.blueprintcss.org/
- */
- /*--------------------------------------------------------------
- >>> TABLE OF CONTENTS:
- ----------------------------------------------------------------
- 1.0 - Reset
- 1.1 - Layout
- 1.1.a Widget Layouts
- 1.1.b Social Media Buttons
- 1.1.c WP RSS Multi Importer
- 2.0 - Typography
- 3.0 - Elements
- 4.0 - Inputs and buttons
- 5.0 - Navigation
- 5.1 - Links
- 5.2 - Menus
- 5.3 - Menu Links
- 6.0 - Accessibility
- 7.0 - Alignments
- 8.0 - Clearings
- 9.0 - Widgets
- 10.0 - Content
- 10.1 - Posts and pages
- 10.2 - Asides
- 10.3 - Comments
- 11.0 - Infinite scroll
- 12.0 - Media
- --------------------------------------------------------------*/
- @import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700|Roboto:400,500,700);
- /*--------------------------------------------------------------
- 1.0 - 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, 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 {
- border: 0;
- font-family: 'Open Sans', sans-serif
- font-size: 16px;
- font-style: inherit;
- font-weight: inherit;
- margin: 0;
- outline: 0;
- padding: 0;
- vertical-align: baseline;
- }
- html {
- font-size: 62.5%; /* Corrects text resizing oddly in IE6/7 when body font-size is set using em units http://clagnut.com/blog/348/#c790 */
- overflow-y: scroll; /* Keeps page centered in all browsers regardless of content height */
- -webkit-text-size-adjust: 100%; /* Prevents iOS text size adjust after orientation change, without disabling user zoom */
- -ms-text-size-adjust: 100%; /* www.456bereastreet.com/archive/201012/controlling_text_size_in_safari_for_ios_without_disabling_user_zoom/ */
- }
- *,
- *:before,
- *:after { /* apply a natural box layout model to all elements; see http://www.paulirish.com/2012/box-sizing-border-box-ftw/ */
- -webkit-box-sizing: border-box; /* Not needed for modern webkit but still used by Blackberry Browser 7.0; see http://caniuse.com/#search=box-sizing */
- -moz-box-sizing: border-box; /* Still needed for Firefox 28; see http://caniuse.com/#search=box-sizing */
- box-sizing: border-box;
- }
- body {
- background: #f5f5f5;
- }
- article,
- aside,
- details,
- figcaption,
- figure,
- footer,
- header,
- main,
- nav,
- section {
- display: block;
- }
- ol, ul {
- list-style: none;
- }
- table { /* tables still need 'cellspacing="0"' in the markup */
- border-collapse: separate;
- border-spacing: 0;
- }
- caption, th, td {
- font-weight: normal;
- text-align: left;
- }
- blockquote:before, blockquote:after,
- q:before, q:after {
- content: "";
- }
- blockquote, q {
- quotes: "" "";
- }
- a:focus {
- outline: thin dotted;
- }
- a:hover,
- a:active {
- outline: 0;
- }
- a img {
- border: 0;
- }
- /*--------------------------------------------------------------
- 1.1 - Layout
- --------------------------------------------------------------*/
- #page {
- display: block;
- margin: auto;
- max-width: 1200px;
- box-shadow: 0px 0px 20px #888888;
- background-color: #fff;
- }
- .site-branding {
- display: block;
- position: relative;
- margin-bottom: 20px;
- background-color:#000;
- clear: both;
- }
- .site-logo {
- position: absolute;
- float: left;
- top: 5px;
- left: 5px;
- z-index: 100;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .site-content {
- padding-left: 20px;
- padding-right: 20px;
- }
- .the-content {
- margin: auto;
- width: 70%
- }
- .homepage-container1-wrapper {
- display: block;
- float: left;
- max-width: 1200px;
- width: 100%;
- padding: 20px;
- }
- .homepage-section1-left {
- float: left;
- max-width: 48%;
- min-width: 48%;
- }
- .homepage-section1-left h1 {
- margin-top: 0px;
- border-bottom: 1px dotted #ddd;
- }
- .homepage-section1-right {
- float: right;
- max-width: 48%;
- min-width: 48%;
- background-color: #f5f5f5;
- border: 1px solid #ddd;
- padding: 10px;
- }
- .homepage-section1-right p {
- padding: 0px;
- margin: 0px;
- }
- .site-footer {
- padding: 20px;
- }
- .site-info {
- margin: -20px;
- padding: 20px;
- color: #fff;
- background-color: #2a2a2a;
- font-weight: bold;
- font-size: 10px;
- text-shadow: 1px 1px 2px #000;
- text-align:right
- }
- .site-info a:hover {
- color: #ccc;
- }
- @media screen and (max-width: 1000px) {
- .site-logo img {
- width: 100px;
- }
- }
- @media screen and (max-width: 800px) {
- .site-logo img {
- width: 75px;
- }
- .homepage-container1-wrapper {
- padding:0px;
- }
- .the-content {
- margin: auto;
- width: 95%
- }
- .homepage-section1-left {
- float: none;
- margin: auto;
- max-width: 100%;
- }
- .homepage-section1-right {
- float: none;
- margin: auto;
- max-width: 100%;
- }
- .homepage-media1 {
- float: none;
- width: 100%;
- max-width: 800px;
- padding: 0px;
- }
- .homepage-blurb1 {
- float: none;
- max-width: 600px;
- padding: 0 20px;
- margin: 20px auto;
- }
- }
- @media screen and (max-width: 500px) {
- .site-logo img {
- width: 50px;
- }
- }
- /*--------------------------------------------------------------
- 1.1.a Widget Layouts
- --------------------------------------------------------------*/
- #footer-sidebar-container {
- display: block;
- float: left;
- max-width: 1200px;
- width: 100%;
- padding: 20px;
- }
- #footer-sidebar1{
- width: 31.33%;
- float: left;
- padding: 0px 20px 0px 20px;
- box-shadow: 0px 0px 1px #888888;
- background-color: #f5f5f5;
- border: solid 1px #eee;
- }
- #footer-sidebar2 {
- margin-left: 3%;
- width: 31.33%;
- float: left;
- padding: 0px 20px 0px 20px;
- box-shadow: 0px 0px 1px #888888;
- background-color: #f5f5f5;
- border: solid 1px #eee;
- }
- #footer-sidebar3 {
- margin-left: 3%;
- width: 31.33%;
- float: left;
- padding: 0px 20px 0px 20px;
- box-shadow: 0px 0px 1px #888888;
- background-color: #f5f5f5;
- border: solid 1px #eee;
- }
- @media screen and (max-width: 800px) {
- #footer-sidebar1 {
- width: 48.5%;
- float: left;
- }
- #footer-sidebar2 {
- width: 48.5%;
- float: left;
- }
- #footer-sidebar3 {
- margin-top: 20px;
- margin-left: 0;
- clear: both;
- width: 100%;
- float: left;
- }
- }
- @media screen and (max-width: 600px) {
- #footer-sidebar1 {
- width: auto;
- float: none;
- }
- #footer-sidebar2 {
- margin-top: 20px;
- margin-left: 0;
- width: auto;
- float: none;
- }
- #footer-sidebar3 {
- width: auto;
- float: none;
- }
- }
- /* Google does odd things with their custom search engines */
- .cse .gsc-search-button input.gsc-search-button-v2, input.gsc-search-button-v2 {
- width: auto !important;
- height: auto !important;
- }
- input.gsc-input {
- font-size: 15px !important;
- border: none !important;
- line-height: 0px;
- }
- .cse .gsc-control-cse, .gsc-control-cse {
- padding: 0px !important;
- }
- .gsc-results-wrapper-overlay {
- left: 15% !important;
- }
- .helpout {
- float: left;
- }
- /*--------------------------------------------------------------
- 1.1.b Social Media Buttons
- --------------------------------------------------------------*/
- #social-media ul {
- margin-bottom: 0px !important;
- }
- #social-media ul li {
- display: inline;
- margin-right: 8.772%;
- }
- #social-media {
- display: block;
- float: left;
- border-top: #ccc 1px solid;
- width: 100%;
- margin-top: 20px;
- padding-top: 10px;
- padding-left: 50px;
- padding-right: 50px;
- margin-bottom: 20px;
- padding-bottom: 10px;
- background-image: linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
- background-image: -o-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
- background-image: -moz-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
- background-image: -webkit-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
- background-image: -ms-linear-gradient(top, rgb(245,245,245) 0%, rgb(212,212,212) 100%);
- }
- #social-media img {
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- /*--------------------------------------------------------------
- 1.1.c WP RSS Multi Importer
- --------------------------------------------------------------*/
- #social-media img:hover {
- box-shadow: 0px 0px 50px #888888;
- }
- div.rss-output {
- display: block;
- float: left;
- word-wrap:break-word;
- width: 100%;
- margin: 20px 0;
- }
- #pbd-alp-load-posts a:link, #pbd-alp-load-posts a:visited {
- float: left;
- padding: 10px 20px;
- width: 100%;
- color: #000;
- text-shadow: 1px 1px 4px #fff;
- }
- #pbd-alp-load-posts a:hover, #pbd-alp-load-posts a:hover {
- text-shadow: 1px 1px 4px #808080;
- }
- .imagefix img {
- border: 1px solid #ccc;
- padding: 4px;
- background-color: #f0f0f0;
- max-width: 150px;
- width: 100%;
- word-wrap:break-word;
- }
- .socialicons {
- display: block;
- float: right;
- }
- /*--------------------------------------------------------------
- 2.0 Typography
- --------------------------------------------------------------*/
- body,
- button,
- input,
- select,
- textarea {
- color: #404040;
- font-family: sans-serif;
- font-size: 16px;
- font-size: 1.6rem;
- line-height: 1.5;
- }
- h1, h2, h3, h4, h5, h6 {
- clear: both;
- }
- p {
- margin-bottom: 1.5em;
- }
- b, strong {
- font-weight: bold;
- }
- dfn, cite, em, i {
- font-style: italic;
- }
- blockquote {
- margin: 0 1.5em;
- }
- address {
- margin: 0 0 1.5em;
- }
- pre {
- background: #eee;
- font-family: "Courier 10 Pitch", Courier, monospace;
- font-size: 15px;
- font-size: 1.5rem;
- line-height: 1.6;
- margin-bottom: 1.6em;
- max-width: 100%;
- overflow: auto;
- padding: 1.6em;
- }
- code, kbd, tt, var {
- font: 15px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
- }
- abbr, acronym {
- border-bottom: 1px dotted #666;
- cursor: help;
- }
- mark, ins {
- background: none;
- text-decoration: none;
- font-weight: bold;
- }
- sup,
- sub {
- font-size: 75%;
- height: 0;
- line-height: 0;
- position: relative;
- vertical-align: baseline;
- }
- sup {
- bottom: 1ex;
- }
- sub {
- top: .5ex;
- }
- small {
- font-size: 75%;
- }
- big {
- font-size: 125%;
- }
- h1 {
- font-size: 2em; /* = 42px */
- margin-bottom: .5em;
- margin-top: .5em;
- font-weight: normal;
- }
- h1.widget-title {
- font-size: 1.5em; /* = 42px */
- margin-bottom: .5em;
- margin-top: .5em;
- font-weight: normal;
- border-bottom: 1px dotted #ccc;
- }
- h2 {
- font-size: 1.750em; /* = 36px */
- margin-bottom: .75em;
- margin-top: .75em;
- font-weight: normal;
- }
- h3 {
- font-size: 1.500em; /* = 30px */
- margin-bottom: .857em;
- margin-top: .857em;
- font-weight: normal;
- }
- h4 {
- font-size: 1.250em; /* = 24px */
- margin-bottom: 1em;
- margin-top: 1em;
- font-weight: normal;
- }
- h5 {
- font-size: 1em; /* = 18px */
- margin-bottom: 1.125em;
- margin-top: 1.125em;
- font-weight: normal;
- }
- h6 {
- font-size: 0.75em; /* = 16px */
- margin-bottom: 1.285em;
- margin-top: 1.285em;
- font-weight: normal;
- }
- .homepage-section1-left {
- text-align:justify;
- }
- .homepage-section1-left h1 {
- text-align:left;
- }
- .homepage-section1-right {
- text-align:justify;
- }
- /*--------------------------------------------------------------
- 3.0 Elements
- --------------------------------------------------------------*/
- hr {
- background-color: #ccc;
- border: 0;
- height: 1px;
- margin-bottom: 1.5em;
- }
- ul, ol {
- margin: 0 0 1.5em 3em;
- }
- ul {
- list-style: disc;
- }
- ol {
- list-style: decimal;
- }
- li > ul,
- li > ol {
- margin-bottom: 0;
- margin-left: 1.5em;
- }
- dt {
- font-weight: bold;
- }
- dd {
- margin: 0 1.5em 1.5em;
- }
- figure {
- margin: 0;
- }
- table {
- margin: 0 0 1.5em;
- width: 100%;
- }
- th {
- font-weight: bold;
- }
- .the-content img, #content img {
- background-color: #f5f5f5;
- border: 1px solid #ddd;
- padding: 5px;
- max-width: 100%;
- height: auto;
- }
- .rss-output img {
- max-width: 300px !important;
- }
- div.pp_pic_holder {
- z-index: 1000099 !important;
- }
- /*--------------------------------------------------------------
- 4.0 Inputs and buttons
- --------------------------------------------------------------*/
- button,
- input,
- select,
- textarea {
- font-size: 100%; /* Corrects font size not being inherited in all browsers */
- margin: 0; /* Addresses margins set differently in IE6/7, F3/4, S5, Chrome */
- vertical-align: baseline; /* Improves appearance and consistency in all browsers */
- *vertical-align: middle; /* Improves appearance and consistency in all browsers */
- }
- button,
- input[type="button"],
- input[type="reset"],
- input[type="submit"] {
- border: 1px solid #ccc;
- border-color: #ccc #ccc #bbb #ccc;
- border-radius: 3px;
- background: #e6e6e6;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.5), inset 0 15px 17px rgba(255, 255, 255, 0.5), inset 0 -5px 12px rgba(0, 0, 0, 0.05);
- color: rgba(0, 0, 0, .8);
- cursor: pointer; /* Improves usability and consistency of cursor style between image-type 'input' and others */
- -webkit-appearance: button; /* Corrects inability to style clickable 'input' types in iOS */
- font-size: 12px;
- font-size: 1.2rem;
- line-height: 1;
- padding: .6em 1em .4em;
- text-shadow: 0 1px 0 rgba(255, 255, 255, 0.8);
- }
- button:hover,
- input[type="button"]:hover,
- input[type="reset"]:hover,
- input[type="submit"]:hover {
- border-color: #ccc #bbb #aaa #bbb;
- box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.8), inset 0 15px 17px rgba(255, 255, 255, 0.8), inset 0 -5px 12px rgba(0, 0, 0, 0.02);
- }
- button:focus,
- input[type="button"]:focus,
- input[type="reset"]:focus,
- input[type="submit"]:focus,
- button:active,
- input[type="button"]:active,
- input[type="reset"]:active,
- input[type="submit"]:active {
- border-color: #aaa #bbb #bbb #bbb;
- box-shadow: inset 0 -1px 0 rgba(255, 255, 255, 0.5), inset 0 2px 5px rgba(0, 0, 0, 0.15);
- }
- input[type="checkbox"],
- input[type="radio"] {
- padding: 0; /* Addresses excess padding in IE8/9 */
- }
- input[type="search"] {
- -webkit-appearance: textfield; /* Addresses appearance set to searchfield in S5, Chrome */
- -webkit-box-sizing: content-box; /* Addresses box sizing set to border-box in S5, Chrome (include -moz to future-proof) */
- -moz-box-sizing: content-box;
- box-sizing: content-box;
- }
- input[type="search"]::-webkit-search-decoration { /* Corrects inner padding displayed oddly in S5, Chrome on OSX */
- -webkit-appearance: none;
- }
- button::-moz-focus-inner,
- input::-moz-focus-inner { /* Corrects inner padding and border displayed oddly in FF3/4 www.sitepen.com/blog/2008/05/14/the-devils-in-the-details-fixing-dojos-toolbar-buttons/ */
- border: 0;
- padding: 0;
- }
- input[type="text"],
- input[type="email"],
- input[type="url"],
- input[type="password"],
- input[type="search"],
- textarea {
- color: #666;
- border: 1px solid #ccc;
- border-radius: 3px;
- }
- input[type="text"]:focus,
- input[type="email"]:focus,
- input[type="url"]:focus,
- input[type="password"]:focus,
- input[type="search"]:focus,
- textarea:focus {
- color: #111;
- }
- input[type="text"],
- input[type="email"],
- input[type="url"],
- input[type="password"],
- input[type="search"] {
- padding: 3px;
- }
- textarea {
- overflow: auto; /* Removes default vertical scrollbar in IE6/7/8/9 */
- padding-left: 3px;
- vertical-align: top; /* Improves readability and alignment in all browsers */
- width: 98%;
- }
- .special-button a {
- float: left;
- font-weight: bold;
- padding: 10px;
- margin: 10px;
- color: #fff !important;
- background-image: -webkit-gradient(
- linear,
- left top,
- left bottom,
- color-stop(0.9, #5BA14A),
- color-stop(0.9, #347027)
- );
- background-image: -o-linear-gradient(bottom, #5BA14A 95%, #347027 95%);
- background-image: -moz-linear-gradient(bottom, #5BA14A 95%, #347027 95%);
- background-image: -webkit-linear-gradient(bottom, #5BA14A 95%, #347027 95%);
- background-image: -ms-linear-gradient(bottom, #5BA14A 95%, #347027 95%);
- background-image: linear-gradient(to bottom, #5BA14A 95%, #347027 95%);
- border-radius: 5px;
- box-shadow: 2px 2px 5px rgba(0,0,0,0.4);
- text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.4);
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- .special-button a:hover {
- color: #f0f0f0 !important;
- box-shadow: 2px 2px 20px rgba(0,0,0,0.8);
- text-shadow: 4px 4px 2px rgba(0, 0, 0, 0.4);
- }
- /*--------------------------------------------------------------
- 5.0 Navigation
- --------------------------------------------------------------*/
- /*--------------------------------------------------------------
- 5.1 Links
- --------------------------------------------------------------*/
- a {
- color: #427fed;
- text-decoration: none;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- }
- a:visited {
- color: #427fed;
- }
- a:hover,
- a:focus,
- a:active {
- color: #2b539a;
- }
- /*--------------------------------------------------------------
- 5.2 Menus
- --------------------------------------------------------------*/
- .main-navigation ul {
- margin: auto;
- }
- .main-navigation {
- margin-top: 0px;
- clear: both;
- display: block;
- float: left;
- max-width: 1200px;
- width: 100%;
- position: absolute;
- z-index: 99998;
- box-shadow: 0px 0px 20px #000;
- background-image: -webkit-gradient(
- linear,
- left top,
- left bottom,
- color-stop(0, rgb(0, 0, 0)),
- color-stop(1, rgb(36, 36, 36))
- );
- background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.90) 0%, rgba(36, 36, 36, 0.90) 100%);
- background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.90) 0%, rgba(36, 36, 36, 0.90) 100%);
- background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.90) 0%, rgba(36, 36, 36, 0.90) 100%);
- background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.90) 0%, rgba(36, 36, 36, 0.90) 100%);
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.90) 0%, rgba(36, 36, 36, 0.90) 100%);
- }
- .main-navigation ul {
- list-style: none;
- padding-left: 20px;
- padding-right: 20px;
- background-image: -webkit-gradient(
- linear,
- left top,
- left bottom,
- color-stop(0, rgb(0, 0, 0)),
- color-stop(1, rgb(36, 36, 36))
- );
- background-image: -o-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(36, 36, 36, 0.9) 100%);
- background-image: -moz-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(36, 36, 36, 0.9) 100%);
- background-image: -webkit-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(36, 36, 36, 0.9) 100%);
- background-image: -ms-linear-gradient(bottom, rgba(0, 0, 0, 0.9) 0%, rgba(36, 36, 36, 0.9) 100%);
- background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.9) 0%, rgba(36, 36, 36, 0.9) 100%);
- }
- .main-navigation li {
- float: left;
- position: relative;
- padding: 10px 20px;
- }
- .main-navigation li:hover {
- box-shadow: 0px 0px 40px #000;
- background-image: -webkit-gradient(
- linear,
- left top,
- right bottom,
- color-stop(0, rgb(36, 36, 36)),
- color-stop(1, rgb(0, 0, 0))
- );
- background-image: -o-linear-gradient(right bottom, rgba(36, 36, 36, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
- background-image: -moz-linear-gradient(right bottom, rgba(36, 36, 36, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
- background-image: -webkit-linear-gradient(right bottom, rgba(36, 36, 36, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
- background-image: -ms-linear-gradient(right bottom, rgba(36, 36, 36, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
- background-image: linear-gradient(to right bottom, rgba(36, 36, 36, 0.40) 0%, rgba(0, 0, 0, 0.40) 100%);
- }
- .main-navigation a {
- font-weight: bold;
- display: block;
- text-decoration: none;
- text-shadow: 1px 1px 4px #000;
- }
- .main-navigation ul ul {
- box-shadow: 0px 0px 20px #000;
- opacity: 0;
- visibility:hidden;
- float: left;
- left: 0;
- padding: 0px;
- position: absolute;
- top: 2.75em;
- z-index: -99999999999;
- }
- .main-navigation ul ul ul {
- left: 100%;
- top: 0;
- }
- .main-navigation ul ul a {
- width: 150px;
- }
- .main-navigation ul ul li {
- }
- .main-navigation li:hover > a {
- }
- .main-navigation ul ul :hover > a {
- }
- .main-navigation ul ul a:hover {
- }
- .main-navigation ul li:hover > ul {
- opacity: 1;
- visibility:visible;
- -webkit-transition: all 0.2s ease-in-out;
- -moz-transition: all 0.2s ease-in-out;
- -ms-transition: all 0.2s ease-in-out;
- -o-transition: all 0.2s ease-in-out;
- transition: all 0.2s ease-in-out;
- z-index: 99999;
- }
- .main-navigation .current_page_item a,
- .main-navigation .current-menu-item a {
- }
- select.responsiveMenuSelect {
- height: 44px;
- }
- /*--------------------------------------------------------------
- 5.3 Menu links
- --------------------------------------------------------------*/
- nav a {
- color: #fff;
- }
- nav a:visited {
- color: #fff;
- }
- nav a:hover,
- nav a:focus,
- nav a:active {
- color: #427fed;
- }
- /*--------------------------------------------------------------
- 6.0 Accessibility
- --------------------------------------------------------------*/
- /* Text meant only for screen readers */
- .screen-reader-text {
- clip: rect(1px, 1px, 1px, 1px);
- position: absolute !important;
- }
- .screen-reader-text:hover,
- .screen-reader-text:active,
- .screen-reader-text:focus {
- background-color: #f1f1f1;
- border-radius: 3px;
- box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
- clip: auto !important;
- color: #21759b;
- display: block;
- font-size: 14px;
- font-weight: bold;
- height: auto;
- left: 5px;
- line-height: normal;
- padding: 15px 23px 14px;
- text-decoration: none;
- top: 5px;
- width: auto;
- z-index: 100000; /* Above WP toolbar */
- }
- /*--------------------------------------------------------------
- 7.0 Alignments
- --------------------------------------------------------------*/
- .alignleft {
- display: inline;
- float: left;
- margin-right: 1.5em;
- }
- .alignright {
- display: inline;
- float: right;
- margin-left: 1.5em;
- }
- .aligncenter {
- clear: both;
- display: block;
- margin: 0 auto;
- }
- /*--------------------------------------------------------------
- 8.0 Clearings
- --------------------------------------------------------------*/
- .clear:before,
- .clear:after,
- .entry-content:before,
- .entry-content:after,
- .comment-content:before,
- .comment-content:after,
- .site-header:before,
- .site-header:after,
- .site-content:before,
- .site-content:after,
- .site-footer:before,
- .site-footer:after {
- content: '';
- display: table;
- }
- .clear:after,
- .entry-content:after,
- .comment-content:after,
- .site-header:after,
- .site-content:after,
- .site-footer:after {
- clear: both;
- }
- /*--------------------------------------------------------------
- 9.0 Widgets
- --------------------------------------------------------------*/
- .widget {
- margin: 0 0 1.5em;
- }
- /* Make sure select elements fit in widgets */
- .widget select {
- max-width: 100%;
- }
- /* Search widget */
- .widget_search .search-submit {
- display: none;
- }
- /*--------------------------------------------------------------
- 10.0 Content
- --------------------------------------------------------------*/
- .content-columns-left {
- float: left;
- max-width: 48%;
- min-width: 48%;
- }
- .content-columns-right {
- float: right;
- max-width: 48%;
- min-width: 48%;
- }
- @media screen and (max-width: 800px) {
- .content-columns-left {
- float: none;
- max-width: 100%
- }
- .content-columns-right {
- float: none;
- max-width: 100%
- }
- }
- /*--------------------------------------------------------------
- 10.1 Posts and pages
- --------------------------------------------------------------*/
- .sticky {
- }
- .hentry {
- margin: 0 0 1.5em;
- }
- .byline,
- .updated {
- display: none;
- }
- .single .byline,
- .group-blog .byline {
- display: inline;
- }
- .page-content,
- .entry-content,
- .entry-summary {
- margin: 1.5em 0 0;
- }
- .page-links {
- clear: both;
- margin: 0 0 1.5em;
- }
- /*--------------------------------------------------------------
- 10.2 Asides
- --------------------------------------------------------------*/
- .blog .format-aside .entry-title,
- .archive .format-aside .entry-title {
- display: none;
- }
- /*--------------------------------------------------------------
- 10.3 Comments
- --------------------------------------------------------------*/
- .comment-content a {
- word-wrap: break-word;
- }
- .bypostauthor {
- }
- /*--------------------------------------------------------------
- 11.0 Infinite scroll
- --------------------------------------------------------------*/
- /* Globally hidden elements when Infinite Scroll is supported and in use. */
- .infinite-scroll .paging-navigation, /* Older / Newer Posts Navigation (always hidden) */
- .infinite-scroll.neverending .site-footer { /* Theme Footer (when set to scrolling) */
- display: none;
- }
- /* When Infinite Scroll has reached its end we need to re-display elements that were hidden (via .neverending) before */
- .infinity-end.neverending .site-footer {
- display: block;
- }
- /*--------------------------------------------------------------
- 12.0 Media
- --------------------------------------------------------------*/
- .page-content img.wp-smiley,
- .entry-content img.wp-smiley,
- .comment-content img.wp-smiley {
- border: none;
- margin-bottom: 0;
- margin-top: 0;
- padding: 0;
- }
- .wp-caption {
- border: 1px solid #ccc;
- margin-bottom: 1.5em;
- max-width: 100%;
- }
- .wp-caption img[class*="wp-image-"] {
- display: block;
- margin: 1.2% auto 0;
- max-width: 98%;
- }
- .wp-caption-text {
- text-align: center;
- }
- .wp-caption .wp-caption-text {
- margin: 0.8075em 0;
- }
- .site-main .gallery {
- margin-bottom: 1.5em;
- }
- .gallery-caption {
- }
- .site-main .gallery a img {
- border: none;
- height: auto;
- max-width: 90%;
- }
- .site-main .gallery dd {
- margin: 0;
- }
- .site-main .gallery-columns-4 .gallery-item {
- }
- .site-main .gallery-columns-4 .gallery-item img {
- }
- /* Make sure embeds and iframes fit their containers */
- embed,
- iframe,
- object {
- max-width: 100%;
- }
Advertisement
Add Comment
Please, Sign In to add comment