single img height, fb only, related hr color
This commit is contained in:
@@ -2,8 +2,6 @@
|
||||
|
||||
og: tag: pluginnal!
|
||||
|
||||
Facebook like gomb
|
||||
|
||||
# egyéb
|
||||
|
||||
`@media print{}`
|
||||
|
||||
File diff suppressed because one or more lines are too long
@@ -2136,6 +2136,10 @@ $padd: 2rem;
|
||||
|
||||
// ---------------------------- images on single ---------------------------- */
|
||||
|
||||
img {
|
||||
height: auto;
|
||||
}
|
||||
|
||||
.wp-block-image {
|
||||
margin: $padd 0;
|
||||
position: relative !important;
|
||||
@@ -2378,13 +2382,12 @@ $padd: 2rem;
|
||||
}
|
||||
} //#colorbox end
|
||||
|
||||
/* -------------------------------- /facebook ------------------------------- */
|
||||
|
||||
.fb-page{
|
||||
display: block !important;
|
||||
padding: $padd 0;
|
||||
}
|
||||
/* -------------------------------- /facebook ------------------------------- */
|
||||
|
||||
.fb-page {
|
||||
display: block !important;
|
||||
padding: $padd 0;
|
||||
}
|
||||
} //body.single, page end
|
||||
// ------------------------------ related posts ----------------------------- */
|
||||
|
||||
@@ -2808,7 +2811,7 @@ body.page {
|
||||
a {
|
||||
color: $color;
|
||||
}
|
||||
hr{
|
||||
hr {
|
||||
background-color: $color;
|
||||
}
|
||||
.authors {
|
||||
@@ -2821,6 +2824,9 @@ body.page {
|
||||
}
|
||||
}
|
||||
}
|
||||
hr.related-wrap {
|
||||
background-color: $color;
|
||||
}
|
||||
}
|
||||
$color-be: #fdff00;
|
||||
$color-do: #3c00ff;
|
||||
|
||||
13
singular.php
13
singular.php
@@ -73,9 +73,16 @@
|
||||
echo '<p>';
|
||||
} ?>
|
||||
|
||||
<!-- Facebook -->
|
||||
<div class="fb-like" data-href="<?php the_permalink();?>" data-width="" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/designisso/" data-tabs="" data-width="" data-height="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/designisso/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/designisso/">designisso</a></blockquote></div>
|
||||
<!-- Facebook -->
|
||||
<?php
|
||||
if ($categories) {
|
||||
?>
|
||||
<div class="fb-like" data-href="<?php the_permalink();?>" data-width="" data-layout="button_count" data-action="like" data-size="small" data-show-faces="false" data-share="true"></div>
|
||||
<div class="fb-page" data-href="https://www.facebook.com/designisso/" data-tabs="" data-width="" data-height="" data-small-header="true" data-adapt-container-width="true" data-hide-cover="false" data-show-facepile="false"><blockquote cite="https://www.facebook.com/designisso/" class="fb-xfbml-parse-ignore"><a href="https://www.facebook.com/designisso/">designisso</a></blockquote></div>
|
||||
<?php
|
||||
};
|
||||
?>
|
||||
|
||||
<hr class="content-wrap content-end">
|
||||
</div>
|
||||
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
Theme Name: dis-2019
|
||||
Theme URI: https://git.gyetpet.dynu.net/infeeeee/dis-2019
|
||||
Description: Designisso téma 2019 | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/src/branch/master/K%c3%89ZIK%c3%96NYV.md">Használati utasítás magyarul</a> | <a target="_blank" href="https://git.gyetpet.dynu.net/infeeeee/dis-2019/issues">Hibák, problémák jelentése</a>
|
||||
Version: 1.0.0
|
||||
Version: 1.0.1
|
||||
Author: Gyetvai Péter
|
||||
Author URI: https://gyetvai-peter.hu
|
||||
Tags: Designisso
|
||||
|
||||
Reference in New Issue
Block a user