77 lines
1.4 KiB
CSS
77 lines
1.4 KiB
CSS
/*
|
|
Theme Name: Yuzu Child Theme
|
|
Theme URI: https://example.com
|
|
Description: A child theme for Yuzu.
|
|
Author: Bruno Pesenti
|
|
Author URI: https://example.com/
|
|
Template: yuzu
|
|
Version: 1.0
|
|
License: GNU General Public License v2 or later
|
|
License URI: https://www.gnu.org/licenses/gpl-2.0.html
|
|
*/
|
|
|
|
.clear { clear: both; }
|
|
|
|
.single .post-tags a {
|
|
border: 1px solid #DDDDDD;
|
|
color: #999999;
|
|
display: inline-block;
|
|
font-size: 10px;
|
|
font-weight: 600;
|
|
text-transform: uppercase;
|
|
margin: 0 6px 6px 0;
|
|
padding: 2px 9px;
|
|
}
|
|
.single .post-tags a:hover {
|
|
color: #fff;
|
|
background-color: #dba425;
|
|
}
|
|
.single .post-tags h4 {
|
|
display: inline-block;
|
|
font-size: 14px;
|
|
text-transform: uppercase;
|
|
font-weight: 600;
|
|
margin: 0 5px 0 0;
|
|
}
|
|
|
|
.post-tags {
|
|
overflow: hidden;
|
|
margin-top: 20px;
|
|
text-align: center;
|
|
}
|
|
|
|
.single-article .related-posts .previous-post,
|
|
.single-article .related-posts .next-post {
|
|
/* height: 300px; */
|
|
height: 200px;
|
|
}
|
|
@media screen and (max-width: 376px) {
|
|
.single-article .related-posts .previous-post,
|
|
.single-article .related-posts .next-post {
|
|
/* height: 250px; */
|
|
height: 150px;
|
|
}
|
|
}
|
|
|
|
button {
|
|
border: 1px solid #DDDDDD !important;
|
|
padding: 10px 15px;
|
|
color: #999999;
|
|
font-size: 18px;
|
|
border: none;
|
|
margin: 0 0 5px;
|
|
cursor: pointer;
|
|
background-color: transparent !important;
|
|
}
|
|
|
|
.home_blog_box {
|
|
overflow: hidden;
|
|
margin-top: 30px;
|
|
text-align: center;
|
|
margin-bottom: 30px;
|
|
}
|
|
|
|
.comments-section {
|
|
display: none;
|
|
}
|