85 lines
2.0 KiB
CSS
85 lines
2.0 KiB
CSS
/*
|
|
Theme Name: Divi Child
|
|
Theme URI: https://www.elegantthemes.com/gallery/divi/
|
|
Description: Child Theme
|
|
Author: SOUNET
|
|
Author URI: https://www.elegantthemes.com
|
|
Template: Divi
|
|
Version: 1.0.0
|
|
*/
|
|
|
|
|
|
/* =Theme customization starts here
|
|
------------------------------------------------------- */
|
|
a.icon-button, a.small-button{
|
|
font-weight: 500!important;
|
|
}
|
|
|
|
.wp-block-bod-modal-block.align-right, .bod-block-close-btn.align-right{
|
|
text-align: left;
|
|
margin:0px 4px 0px 0px;
|
|
}
|
|
|
|
a.smallsilver {
|
|
color: #3c3b3b!important;
|
|
}
|
|
|
|
a.bigblue {
|
|
border-radius: 0px;
|
|
border: 0px;
|
|
color: #fff!important;
|
|
background: #008CBA;
|
|
font-size: 17px;
|
|
text-shadow:0px;
|
|
font-weight: 500!important;
|
|
}
|
|
a.smallblue, a.smallred, a.smallsilver, a.smallorange{
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
line-height: 0.85;
|
|
padding: 8px 20px;
|
|
margin:0px 4px 0px 0px!important;
|
|
margin:0;
|
|
border-radius: 3px;
|
|
cursor: pointer;
|
|
border: 0;
|
|
outline: 0;
|
|
font-size: 100%;
|
|
-webkit-text-size-adjust: 100%;
|
|
background: transparent;
|
|
color: #ffff!important;
|
|
font-weight: 500;
|
|
|
|
}
|
|
a.smallblue:hover, a.smallred:hover, a.smallsilver:hover, a.smallorange:hover{
|
|
text-decoration: none!important;
|
|
color: #fff!important;
|
|
}
|
|
|
|
.wp-block-bod-modal-block .bod-btn, .bod-block-close-btn .bod-btn {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
line-height: 0.85;
|
|
padding: 8px 20px;
|
|
margin:0;
|
|
border-radius: 3px;
|
|
margin:0px 4px 0px 0px;
|
|
background-color: rgba(0,0,0,0.1);
|
|
cursor: pointer;
|
|
}
|
|
|
|
a.smallblue{background-color:#008CBA; color:#fff!important; display:none;}
|
|
a.smallred{background-color:rgb(144 46 46);}
|
|
a.smallorange{background-color: #3a3a3a;}
|
|
|
|
.et_pb_post .entry-content {
|
|
padding-top: 0px;
|
|
}
|
|
|
|
body:not(.et-tb) #main-content .container, body:not(.et-tb-has-header) #main-content .container {
|
|
padding-top: 15px;
|
|
}
|
|
|
|
#comments{
|
|
margin : 0px;
|
|
} |