Skip to content

Commit

Permalink
thusfar
Browse files Browse the repository at this point in the history
  • Loading branch information
bobmagicii committed Oct 3, 2024
1 parent 44c4eb2 commit 7eaedf0
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 8 deletions.
7 changes: 5 additions & 2 deletions app/www/themes/default/area/blog/view.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,12 @@ data-post-id="<?php $Util->Print($Post->ID) ?>"
data-post-uuid="<?php $Util->Print($Post->UUID) ?>"
/>

<?php $Surface->Area('blog/widgets/blog-header', $__SCOPE) ?>
<div class="mb-4">
<?php $Surface->Area('blog/widgets/blog-header', $__SCOPE) ?>
</div>


<div class="container pt-4 mb-4">
<div class="container mb-4">
<div class="row">

<!-- POST TITLE -->
Expand Down
4 changes: 2 additions & 2 deletions app/www/themes/default/area/blog/widgets/blog-header.phtml
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ if($CacheBust) {
<div class="BlogHeader">
<div class="BlogHeaderWash position-absolutely wallpapered" style="background-image:url(<?php $Printer($HeaderImageURL) ?>);"></div>
<div class="BlogHeaderContainer container position-relative">
<div class="wallpapered bg-black box-shadow-woftyy p-4" style="background-image:url(<?php $Printer($HeaderImageURL) ?>);">
<div class="wallpapered bg-black p-4" style="background-image:url(<?php $Printer($HeaderImageURL) ?>);">
<div class="row align-items-center">
<div class="col-4 col-sm-3 col-md-2">
<div class="ratiobox square rounded wallpapered bg-body-secondary box-shadow-wofty" style="background-image:url(<?php $Printer($IconImageURL) ?>);">
<div class="ratiobox square rounded wallpapered bg-body-secondary" style="background-image:url(<?php $Printer($IconImageURL) ?>);">
<a href="<?php $Printer($Blog->GetURL()) ?>" class="position-absolutely text-decoration-none"></a>
</div>
</div>
Expand Down
6 changes: 5 additions & 1 deletion app/www/themes/default/css/src/ext-blog.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
}

.atl-blog-title {
margin-bottom: 0.75rem;
margin-bottom: 0.5rem;
}

.atl-blog-img {
Expand All @@ -34,4 +34,8 @@
border: 0px !important;
}

.atl-blog-tags .btn {
border-radius: 3px;
}


10 changes: 7 additions & 3 deletions app/www/themes/default/css/styles.css
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*//
@date 2024-10-03 00:40:55 UTC
@date 2024-10-03 01:01:35 UTC
@files 43 [
"src\/imports.css",
"src\/main.css",
Expand Down Expand Up @@ -2562,7 +2562,7 @@ code.cli {
}

.atl-blog-title {
margin-bottom: 0.75rem;
margin-bottom: 0.5rem;
}

.atl-blog-img {
Expand All @@ -2589,6 +2589,10 @@ code.cli {
border: 0px !important;
}

.atl-blog-tags .btn {
border-radius: 3px;
}

/*//////////////////////////////////////////////////////////////////////////////
//// src/fx-text.css /////////////////////////////////////////////////////////*/

Expand Down Expand Up @@ -2943,7 +2947,7 @@ is being used and then prefixing all these with that theme name, if i recall. */
}

.BlogHeaderWash {
filter: blur(20px) brightness(0.25);
filter: blur(30px) brightness(0.35);
transform: scale(1.1);
}

Expand Down

0 comments on commit 7eaedf0

Please sign in to comment.