leoncorre_wordpress_theme/style.css

63 lines
1.9 KiB
CSS

/*
Theme Name: Leon Corre Theme
Theme URI: https://yourwebsite.com
Author: Your Name
Author URI: https://yourwebsite.com
Template: twentyseventeen
Description: Child theme for Twenty Seventeen.
Version: 0.1
License: GNU General Public License v2 or later
License URI: http://www.gnu.org/licenses/gpl-2.0.html
Tags:
Text Domain: twentyseventeen-child
*/
@import url('https://fonts.googleapis.com/css?family=Roboto|Roboto+Slab');
body,
button,
input,
select,
textarea {
color: #333;
/*font-family: "Libre Franklin", "Helvetica Neue", helvetica, arial, sans-serif;*/
font-family:"Roboto Slab",arial !important;
font-size: 15px;
font-size: 0.9375rem;
font-weight: 400;
line-height: 1.66;
}
p {
font-family:"Roboto",arial !important;
text-align:justify !important;
}
p.site-description {text-align:center !important;}
select {width:100%;}
ul,
ol {padding: 0 50px; }
li {padding:5px;}
.elementor-widget-heading .elementor-heading-title {color:#000 !important;}
/*.wrap {padding:30px !important;}*/
.page.page-one-column .entry-header, .twentyseventeen-front-page.page-one-column .entry-header, .archive.page-one-column:not(.has-sidebar) .page-header {margin-bottom:1em !important;}
.custom-logo {width:200px !important;height:auto !important;max-height:1000px !important;}
.main-navigation a {color:#eee;}
.main-navigation a:hover
{ color:#fff;}
.icon-arrow-right {color:#fff;}
a, .page .panel-content .entry-title, .page-title, body.page:not(.twentyseventeen-front-page) .entry-title
{color: #000000;
font-family:"Libre Franklin", "Helvetica Neue", helvetica;
}
.elementor-divider-separator {border:2px solid #008000 !important;}
strong {color:#008000;}
button, input[type="button"], input[type="submit"]
{background-color:#008000;}
h2 {font-weight:500;color:#008000;}
.navigation-top {bottom:auto !important; top:0 !important; background-color:#008000; }
#post-16 .entry-header {display:none;}