1st commit
This commit is contained in:
269
css/default.css
Normal file
269
css/default.css
Normal file
@@ -0,0 +1,269 @@
|
||||
/* Alignment */
|
||||
|
||||
.alignleft {
|
||||
display: inline;
|
||||
float: left;
|
||||
margin-right: 1.625em;
|
||||
}
|
||||
|
||||
.alignright {
|
||||
display: inline;
|
||||
float: right;
|
||||
margin-left: 1.625em;
|
||||
}
|
||||
|
||||
.aligncenter {
|
||||
clear: both;
|
||||
display: block;
|
||||
margin-left: auto;
|
||||
margin-right: auto;
|
||||
}
|
||||
|
||||
sup, sub {
|
||||
font-size: 10px;
|
||||
height: 0;
|
||||
line-height: 1;
|
||||
position: relative;
|
||||
vertical-align: baseline;
|
||||
}
|
||||
|
||||
sup {
|
||||
bottom: 1ex;
|
||||
}
|
||||
|
||||
sub {
|
||||
top: .5ex;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
font-weight: 600;
|
||||
text-transform: uppercase;
|
||||
margin: 0 25px 20px 25px;
|
||||
border-left: 2px solid #888;
|
||||
background-color: #f7f7f7;
|
||||
padding: 15px 20px;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
blockquote cite, blockquote em, blockquote i {
|
||||
font-style: normal;
|
||||
}
|
||||
|
||||
blockquote p {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
pre {
|
||||
background: #f4f4f4;
|
||||
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
line-height: 1.5;
|
||||
margin-bottom: 1.625em;
|
||||
overflow: auto;
|
||||
padding: 0.75em 1.625em;
|
||||
margin: 0 40px;
|
||||
}
|
||||
|
||||
code, kbd {
|
||||
font: 13px Monaco, Consolas, "Andale Mono", "DejaVu Sans Mono", monospace;
|
||||
}
|
||||
|
||||
.gallery-wrapper ul, .portfolio-wrapper ul, .filter ul, .gallery-magic ul {
|
||||
margin: 0;
|
||||
list-style:none;
|
||||
}
|
||||
|
||||
ul, ol {
|
||||
margin: 0 0 1.625em 2.5em;
|
||||
}
|
||||
|
||||
.sidebar ul, .sidebar ol {
|
||||
list-style: none!important;
|
||||
margin: 0!important;
|
||||
}
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
}
|
||||
|
||||
.sendError {
|
||||
list-style: none!important;
|
||||
margin:0 0 20px 0!important;
|
||||
}
|
||||
|
||||
.page-content ol, .post-entry ol , .container ol, .portfolio-entry ol {
|
||||
list-style-type: decimal;
|
||||
}
|
||||
|
||||
.page-content ol ol, .post-entry ol ol {
|
||||
list-style: upper-alpha;
|
||||
}
|
||||
|
||||
.page-content ol ol ol, .post-entry ol ol ol {
|
||||
list-style: lower-roman;
|
||||
}
|
||||
|
||||
.page-content ol ol ol ol, .post-entry ol ol ol ol {
|
||||
list-style: lower-alpha;
|
||||
}
|
||||
|
||||
.page-content ul ul, .post-entry ul ul, .post-entry ol ol, .page-content ol ol, .page-content ul ol, .post-entry ul ol, .page-content ol ul, .post-entry ol ul {
|
||||
margin-bottom: 0;
|
||||
}
|
||||
|
||||
.sticky {
|
||||
|
||||
}
|
||||
|
||||
.gallery-caption {
|
||||
|
||||
}
|
||||
|
||||
.bypostauthor {
|
||||
|
||||
}
|
||||
|
||||
.wp-caption p.wp-caption-text {
|
||||
color: #888;
|
||||
font-size: 13px;
|
||||
margin: 5px;
|
||||
padding:0;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
/* Calendar Widget */
|
||||
|
||||
.widget_calendar {
|
||||
font-family: Arial, Helvetica, sans-serif;
|
||||
}
|
||||
|
||||
.widget_calendar #wp-calendar {
|
||||
color: #555;
|
||||
width: 95%;
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.widget_calendar #wp-calendar caption,
|
||||
.widget_calendar #wp-calendar td,
|
||||
.widget_calendar #wp-calendar th {
|
||||
text-align: center;
|
||||
}
|
||||
|
||||
.widget_calendar #wp-calendar caption {
|
||||
font-size: 12px;
|
||||
font-weight: 700;
|
||||
padding: 5px 0 8px;
|
||||
text-transform: uppercase;
|
||||
}
|
||||
|
||||
.widget_calendar #wp-calendar th {
|
||||
background: #f4f4f4;
|
||||
border-top: 1px solid #ccc;
|
||||
border-bottom: 1px solid #ccc;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.widget_calendar #wp-calendar th {
|
||||
background: none repeat scroll 0 0 #F4F4F4;
|
||||
border-bottom: 1px solid #CCCCCC;
|
||||
border-top: 1px solid #CCCCCC;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
/* Visual Composer styles */
|
||||
|
||||
.kk_vc .wpb_content_element.wpb_tabs .wpb_tour_tabs_wrapper .wpb_tab {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a,
|
||||
.kk_vc .wpb_content_element .wpb_accordion_header a,
|
||||
.kk_vc .vc_toggle_title > h4,
|
||||
.kk_vc .vc_tta.vc_general .vc_tta-panel-title {
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tabs_nav a:hover,
|
||||
.kk_vc .wpb_content_element .wpb_accordion_header a:hover {
|
||||
color: #444;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_tabs_nav li.ui-tabs-active,
|
||||
.kk_vc .wpb_tabs_nav li:hover {
|
||||
background-color: transparent;
|
||||
border-top: 2px solid #dba425;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_content_element .wpb_tabs_nav li,
|
||||
.kk_vc .vc_tta-panel .vc_tta-panel-heading a {
|
||||
border-top: 2px solid transparent;
|
||||
-ms-transition: all 0.1s linear;
|
||||
-webkit-transition: all 0.1s linear;
|
||||
transition: all 0.1s linear;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_content_element .wpb_tour_tabs_wrapper .wpb_tab,
|
||||
.kk_vc .wpb_content_element .wpb_accordion_wrapper .wpb_accordion_content {
|
||||
padding: 1em 0;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_tour .wpb_tour_tabs_wrapper .wpb_tab {
|
||||
padding: 0 0 0 21.73913043px;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header a,
|
||||
.kk_vc .vc_tta.vc_general .vc_tta-panel.vc_active a {
|
||||
border-left: 2px solid transparent;
|
||||
}
|
||||
|
||||
.kk_vc .wpb_accordion .wpb_accordion_wrapper .wpb_accordion_header.ui-state-active a,
|
||||
.kk_vc .vc_tta.vc_general .vc_tta-panel.vc_active a {
|
||||
border-color: #dba425;
|
||||
}
|
||||
|
||||
.kk_vc .vc_progress_bar .vc_single_bar .vc_label {
|
||||
font-weight: 600;
|
||||
font-size: 14px;
|
||||
}
|
||||
|
||||
.kk_vc .vc_pie_chart_back {
|
||||
opacity: 0.1;
|
||||
border: 26px solid #f7f7f7;
|
||||
}
|
||||
|
||||
.kk_vc .vc_tta-panel .vc_tta-panel-heading {
|
||||
|
||||
}
|
||||
|
||||
.kk_vc .wpb_pie_chart_heading {
|
||||
margin: 25px 0 0 0;
|
||||
font-weight: 600;
|
||||
}
|
||||
|
||||
.kk_vc .vc_label_units {
|
||||
position: absolute;
|
||||
right: 0;
|
||||
}
|
||||
|
||||
.kk_vc small.vc_label {
|
||||
top: -25px;
|
||||
padding: 0!important;
|
||||
}
|
||||
|
||||
.kk_vc .vc_progress_bar .vc_single_bar {
|
||||
height: 15px;
|
||||
margin-bottom: 40px;
|
||||
}
|
||||
|
||||
.kk_vc .vc_progress_bar {
|
||||
top: 25px;
|
||||
position: relative;
|
||||
}
|
||||
|
||||
.kk_vc span.vc_pie_chart_value {
|
||||
}
|
||||
|
||||
.kk_vc .vc_separator h4 {
|
||||
font-weight: 600;
|
||||
font-size: 20px;
|
||||
}
|
||||
Reference in New Issue
Block a user