mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 16:34:21 +01:00
Added to top button styling
This commit is contained in:
parent
aaa3e94844
commit
33084ba1cb
1 changed files with 35 additions and 0 deletions
|
@ -743,6 +743,41 @@ pre.chroma {
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
/*=================================================================
|
||||||
|
To Top Button
|
||||||
|
=================================================================*/
|
||||||
|
#content {
|
||||||
|
position: relative;
|
||||||
|
}
|
||||||
|
|
||||||
|
#topPerent {
|
||||||
|
position: absolute;
|
||||||
|
height: calc(100% - 120vh);
|
||||||
|
top: 150vh;
|
||||||
|
right: 0px;
|
||||||
|
width: 65px;
|
||||||
|
background-color: #0000;
|
||||||
|
}
|
||||||
|
|
||||||
|
#top {
|
||||||
|
position: -webkit-sticky; /* Safari */
|
||||||
|
position: sticky;
|
||||||
|
top: 92vh;
|
||||||
|
background-color: #0cbcf2;
|
||||||
|
box-shadow: 2px 2px 2px black;
|
||||||
|
padding: 5px 5px 16px 5px;
|
||||||
|
border: 1px solid #6bffec;
|
||||||
|
border-radius: 50%;
|
||||||
|
font-size: 28px;
|
||||||
|
display: inline-block;
|
||||||
|
height: 38px;
|
||||||
|
width: 38px;
|
||||||
|
text-align: center;
|
||||||
|
z-index: 5;
|
||||||
|
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
Banner
|
Banner
|
||||||
=================================================================*/
|
=================================================================*/
|
||||||
|
|
Loading…
Reference in a new issue