forked from Adleraci/adlerka.top
211 lines
4.3 KiB
CSS
211 lines
4.3 KiB
CSS
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800&display=swap');
|
|
@import url('https://fonts.googleapis.com/css2?family=Montserrat:ital,wght@0,100..900;1,100..900&display=swap');
|
|
|
|
:root {
|
|
--primary-bg: rgb(27, 21, 41);
|
|
--secondary-bg: #1a1a1a;
|
|
--third-bg: #383838;
|
|
--primary-text: #d2d6e5;
|
|
--error: rgb(255, 55, 0);
|
|
--primary: #2a9dd6;
|
|
--primary-hover: #2489bb;
|
|
}
|
|
|
|
body {
|
|
background: linear-gradient(127deg, var(--secondary-bg), var(--primary-bg)) no-repeat fixed;
|
|
background-size: cover;
|
|
height: 100%;
|
|
width: 100%;
|
|
font-family: 'Poppins', sans-serif;
|
|
color: var(--primary-text);
|
|
margin: 0;
|
|
padding: 0;
|
|
min-height: 100vh;
|
|
min-width: 100vw;
|
|
display: flex;
|
|
flex-direction: column;
|
|
align-items: center;
|
|
}
|
|
|
|
nav, footer {
|
|
padding: 1.2rem 1rem;
|
|
background-color: rgba(0, 0, 0, 0.2);
|
|
-webkit-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.2);
|
|
-moz-box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 20px 28px 0 rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
#navbar_container, #page_container, #footer_container {
|
|
width: 100%;
|
|
}
|
|
|
|
nav {
|
|
display: flex;
|
|
flex-direction: row;
|
|
justify-content: space-between;
|
|
height: 75px !important;
|
|
position: relative;
|
|
z-index: 500;
|
|
}
|
|
|
|
ul, header ul, header ul li, ul.navpage_list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 2.5rem;
|
|
list-style: none;
|
|
padding-left: 0;
|
|
width: fit-content;
|
|
}
|
|
|
|
li, li.navpage_item {
|
|
list-style: none;
|
|
}
|
|
|
|
li a, li.navpage_item {
|
|
position: relative;
|
|
padding-bottom: 0.45rem;
|
|
color: var(--primary-text);
|
|
text-decoration: none;
|
|
transition: all 0.3s ease;
|
|
}
|
|
|
|
li a:hover::after {
|
|
width: 85%;
|
|
margin: 0 auto;
|
|
}
|
|
|
|
.wrapper-40x {
|
|
text-align: center;
|
|
}
|
|
|
|
.wrapper-40x h1 {
|
|
font-size: 10rem;
|
|
margin: 0;
|
|
}
|
|
|
|
.wrapper-40x .error {
|
|
color: var(--error);
|
|
}
|
|
|
|
.wrapper-40x h3 {
|
|
margin-bottom: 2rem;
|
|
}
|
|
|
|
.error-code {
|
|
color: var(--primary);
|
|
}
|
|
|
|
.back {
|
|
color: var(--primary-text);
|
|
text-decoration: none;
|
|
background-color: #2a9dd6;
|
|
padding: 0.35rem 0.65rem;
|
|
transition: all 0.3s ease;
|
|
border-radius: 15px;
|
|
}
|
|
|
|
.back:hover {
|
|
transition: all 0.3s ease;
|
|
background-color: var(--primary-hover);
|
|
}
|
|
|
|
header {
|
|
width: 100%;
|
|
align-items: center;
|
|
text-align: center;
|
|
}
|
|
|
|
header h1, header a {
|
|
margin: 0;
|
|
padding: 0;
|
|
color: var(--primary);
|
|
}
|
|
|
|
header hr {
|
|
border-color: var(--primary);
|
|
opacity: 0.5;
|
|
width: 30%;
|
|
}
|
|
|
|
.navsite_list, .navpage_list, .navsite_item, .navsite_item:hover .navpage_list, .navsite_item:not(:hover) .navpage_list {
|
|
display: flex;
|
|
flex-direction: row;
|
|
gap: 3.25rem;
|
|
}
|
|
|
|
.navpage_list {
|
|
background-color: var(--third-bg);
|
|
margin-top: 10px;
|
|
display: flex;
|
|
flex-direction: column;
|
|
overflow: hidden;
|
|
max-height: 0;
|
|
border: 0 solid transparent;
|
|
transition: max-height 0.3s ease, border 0.325s ease;
|
|
position: relative;
|
|
z-index: 2;
|
|
}
|
|
|
|
.navsite_item:hover .navpage_list {
|
|
max-height: 200px;
|
|
border: 4px solid var(--primary-hover);
|
|
}
|
|
|
|
.navsite_item:not(:hover) .navpage_list {
|
|
max-height: 0;
|
|
border: 0 solid transparent;
|
|
transition-delay: 0.1s;
|
|
}
|
|
|
|
li.navpage_item {
|
|
padding-left: 20px;
|
|
padding-right: 20px;
|
|
}
|
|
|
|
ul.navpage_list {
|
|
gap: 10px;
|
|
}
|
|
|
|
.feature-list, .feature-list-ul, .feature-list-ul ul {
|
|
margin: auto;
|
|
width: fit-content;
|
|
display: block;
|
|
}
|
|
|
|
.status-message {
|
|
background-color: #dff0d8; /* Success background color */
|
|
border: 1px solid #3c763d; /* Success border color */
|
|
color: #3c763d; /* Success text color */
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
opacity: 1;
|
|
transition: opacity 0.5s ease-in-out;
|
|
}
|
|
|
|
.status-message.failure {
|
|
background-color: #f2dede; /* Failure background color */
|
|
border: 1px solid #a94442; /* Failure border color */
|
|
color: #a94442; /* Failure text color */
|
|
}
|
|
|
|
table.list-table > tbody, table.list-table > tbody > th, table.list-table > tbody > tr, table.list-table > tbody > tr > td {
|
|
border: 2px solid var(--primary);
|
|
border-collapse: collapse;
|
|
}
|
|
|
|
.dashboard {
|
|
width: 100%;
|
|
height: 100%;
|
|
text-align: center;
|
|
}
|
|
|
|
#loginForm input, #register_Form input {
|
|
border-radius: 50px;
|
|
background: none;
|
|
border: 2px solid var(--primary);
|
|
width: 175px;
|
|
}
|
|
|
|
#page_container {
|
|
flex-grow: 1;
|
|
} |