Skip to content

Commit

Permalink
Daily Update
Browse files Browse the repository at this point in the history
  • Loading branch information
mirai-mamori committed Nov 3, 2024
1 parent bc95c74 commit 4414c8b
Show file tree
Hide file tree
Showing 5 changed files with 23 additions and 22 deletions.
4 changes: 2 additions & 2 deletions author.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,8 +36,8 @@
transition: all 0.6s ease-in-out;
border-radius: 16px;
border: 1px solid #FFFFFF;
backdrop-filter: blur(10px);
webkit-backdrop-filter: blur(10px);
backdrop-filter: saturate(180%) blur(10px);
webkit-backdrop-filter: saturate(180%) blur(10px);
}
</style>
<div id="primary" class="content-area">
Expand Down
14 changes: 7 additions & 7 deletions inc/decorate.php
Original file line number Diff line number Diff line change
Expand Up @@ -507,14 +507,14 @@ function customizer_css() { ?>

.site-footer {
background-color: rgba(255, 255, 255,<?=iro_opt('reception_background_transparency'); ?>);
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
}

.wrapper {
background-color: rgba(255, 255, 255,<?=iro_opt('reception_background_transparency'); ?>);
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
}

/*首页圆角设置*/
Expand Down Expand Up @@ -953,7 +953,7 @@ function customizer_css() { ?>
#fff0,
#000d
);
backdrop-filter: blur(1px);
backdrop-filter: saturate(180%) blur(10px);
}
.post-title {
background-color: transparent;
Expand Down Expand Up @@ -1211,8 +1211,8 @@ function customizer_css() { ?>
width: 150%;
height: 4.375rem;
background-color: rgba(255, 255, 255,<?=iro_opt('reception_background_transparency'); ?>);
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
<?php if (iro_opt('reception_background_blur', 'false')): ?> -webkit-backdrop-filter: saturate(180%) blur(10px); <?php endif; ?>
left: -25%;
bottom: -2.875rem;
border-radius: 100%;
Expand Down
4 changes: 2 additions & 2 deletions inc/login.css
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,8 @@ input:-webkit-autofill {
padding:0px !important;
margin:-235px 0px 0px -175px !important;
background-position: center 48%;
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
}

#login form {
Expand Down
4 changes: 2 additions & 2 deletions inc/login_addcss.php
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@

<?php if (iro_opt('login_blur', 'true')): ?>
body::before{
-webkit-backdrop-filter: blur(2px);
backdrop-filter: blur(2px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
backdrop-filter: saturate(180%) blur(10px);
content:"";
width:100vw;
height:100vh;
Expand Down
19 changes: 10 additions & 9 deletions style.css
Original file line number Diff line number Diff line change
Expand Up @@ -616,7 +616,8 @@ input[type=week] {
#fff0,
#00000080
);
backdrop-filter: blur(1px);
backdrop-filter: saturate(150%) blur(1px);
transition: all 0.6s ease-in-out;
}

.pattern-center::after {
Expand Down Expand Up @@ -1099,7 +1100,7 @@ body.dark .site-title img {
color:rgba(255, 255, 255, 0.8);
white-space: nowrap;
font-weight: var(--global-font-weight);
backdrop-filter: blur(5px);
backdrop-filter: saturate(180%) blur(10px);
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
z-index: 3;
Expand All @@ -1123,7 +1124,7 @@ body.dark .site-title img {
max-width: 70%;
top: 10px;
right: 10px;
backdrop-filter: blur(5px);
backdrop-filter: saturate(180%) blur(10px);
background-color: rgba(255, 255, 255, 0.2);
border: 1px solid rgba(255, 255, 255, 0.1);
z-index: 3;
Expand Down Expand Up @@ -1159,8 +1160,8 @@ body.dark .site-title img {
bottom: 22%;
left: 2%;
border: 1px solid rgba(255, 255, 255, 0.8);
backdrop-filter: blur(5px);
-webkit-backdrop-filter: blur(5px);
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
position: absolute;
display: inline-flex;
box-shadow: 0 1px 30px -4px #e8e8e8;
Expand Down Expand Up @@ -2678,7 +2679,7 @@ h1.main-title {
box-sizing: initial;
white-space: nowrap;
font-weight: var(--global-font-weight);
backdrop-filter: blur(10px);
backdrop-filter: saturate(180%) blur(10px);
transition: all 0.6s ease-in-out;
}

Expand Down Expand Up @@ -2881,8 +2882,8 @@ h1.main-title {
bottom: 0;
visibility: hidden;
opacity: 0;
backdrop-filter: blur(10px);
-webkit-backdrop-filter: blur(10px);
backdrop-filter: saturate(180%) blur(10px);
-webkit-backdrop-filter: saturate(180%) blur(10px);
}

.search-form--modal .search-form__inner {
Expand Down Expand Up @@ -5161,7 +5162,7 @@ h5::before {
float: right;
box-shadow: 0 1px 30px -4px #e8e8e8;
background: rgba(255, 255, 255, 0.5);
backdrop-filter: blur(10px);
backdrop-filter: saturate(180%) blur(10px);
padding: 5px;
font-size: 16px;
width: 30px;
Expand Down

0 comments on commit 4414c8b

Please sign in to comment.