mirror of
https://github.com/Aroy-Art/Rinkusu.git
synced 2024-12-28 14:34:22 +01:00
Add: Cookie box top border
This commit is contained in:
parent
0b6fb425d8
commit
608d8490d8
1 changed files with 28 additions and 8 deletions
|
@ -2,6 +2,12 @@
|
||||||
Template Name: BioTech - Dark
|
Template Name: BioTech - Dark
|
||||||
Author: Aroy
|
Author: Aroy
|
||||||
=================================================================*/
|
=================================================================*/
|
||||||
|
:root {
|
||||||
|
--text-light: #bad8dd;
|
||||||
|
--text-darker: #000;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
@font-face {
|
@font-face {
|
||||||
font-family: "BlackOpsOne";
|
font-family: "BlackOpsOne";
|
||||||
src: url(/fonts/BlackOpsOne-Regular.ttf);
|
src: url(/fonts/BlackOpsOne-Regular.ttf);
|
||||||
|
@ -9,7 +15,7 @@ Author: Aroy
|
||||||
|
|
||||||
html {
|
html {
|
||||||
background-color: #0f1e31;
|
background-color: #0f1e31;
|
||||||
color: #bad8dd;
|
color: var(--text-light, #bad8dd);
|
||||||
scrollbar-color: #ff00d4 #040b1e;
|
scrollbar-color: #ff00d4 #040b1e;
|
||||||
scrollbar-width: thin;
|
scrollbar-width: thin;
|
||||||
scroll-behavior: smooth;
|
scroll-behavior: smooth;
|
||||||
|
@ -34,7 +40,7 @@ html:not([hide-scrollbar]) ::-webkit-scrollbar {
|
||||||
body {
|
body {
|
||||||
background-color: #040b1e;
|
background-color: #040b1e;
|
||||||
font-family: "Roboto Mono", sans-serif;
|
font-family: "Roboto Mono", sans-serif;
|
||||||
color: #bad8dd;
|
color: var(--text-light, #bad8dd);
|
||||||
-webkit-font-smoothing: antialiased;
|
-webkit-font-smoothing: antialiased;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -515,6 +521,11 @@ nav[aria-label="breadcrumb"] li:last-child a{
|
||||||
bottom: 0;
|
bottom: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=================================================================
|
||||||
|
Shortcodes
|
||||||
|
=================================================================*/
|
||||||
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
Code Blocks
|
Code Blocks
|
||||||
=================================================================*/
|
=================================================================*/
|
||||||
|
@ -958,11 +969,11 @@ pre.chroma {
|
||||||
right: 0;
|
right: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
img.loaded video.loaded {
|
/*img.loaded video.loaded {
|
||||||
opacity: 1;
|
opacity: 1;
|
||||||
transition: opacity 0.4s ease;
|
transition: opacity 0.4s ease;
|
||||||
-webkit-transition: opacity 0.4s ease;
|
-webkit-transition: opacity 0.4s ease;
|
||||||
}
|
}*/
|
||||||
|
|
||||||
.hero-video {
|
.hero-video {
|
||||||
min-width: 100%;
|
min-width: 100%;
|
||||||
|
@ -976,6 +987,13 @@ img.loaded video.loaded {
|
||||||
transform: translate(-50%,-50%);*/
|
transform: translate(-50%,-50%);*/
|
||||||
}
|
}
|
||||||
|
|
||||||
|
/*=================================================================
|
||||||
|
About Page
|
||||||
|
=================================================================*/
|
||||||
|
/* .about-header {
|
||||||
|
|
||||||
|
} */
|
||||||
|
|
||||||
|
|
||||||
/*=================================================================
|
/*=================================================================
|
||||||
404 Page
|
404 Page
|
||||||
|
@ -1513,6 +1531,11 @@ img.loaded video.loaded {
|
||||||
filter: drop-shadow(0px 5px 5px rgba(0, 56, 56, 0.774));
|
filter: drop-shadow(0px 5px 5px rgba(0, 56, 56, 0.774));
|
||||||
}
|
}
|
||||||
|
|
||||||
|
.lb-container {
|
||||||
|
background-color: #53606c;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*==================================================================
|
/*==================================================================
|
||||||
Art Carousel
|
Art Carousel
|
||||||
==================================================================*/
|
==================================================================*/
|
||||||
|
@ -1543,10 +1566,6 @@ img.loaded video.loaded {
|
||||||
resize: none
|
resize: none
|
||||||
}
|
}
|
||||||
|
|
||||||
#contact-form-massage {
|
|
||||||
resize: none;
|
|
||||||
}
|
|
||||||
|
|
||||||
.form-control:focus {
|
.form-control:focus {
|
||||||
border-color: #FF00BA;
|
border-color: #FF00BA;
|
||||||
}
|
}
|
||||||
|
@ -1842,6 +1861,7 @@ img.loaded video.loaded {
|
||||||
transition: all .75s cubic-bezier(.19, 1, .22, 1);
|
transition: all .75s cubic-bezier(.19, 1, .22, 1);
|
||||||
color: #fdfdfd;
|
color: #fdfdfd;
|
||||||
z-index: 9999;
|
z-index: 9999;
|
||||||
|
border-top: 2px solid #fd21ef;
|
||||||
}
|
}
|
||||||
|
|
||||||
.cookie-box-hide {
|
.cookie-box-hide {
|
||||||
|
|
Loading…
Reference in a new issue