404 lines
7.2 KiB
SCSS
404 lines
7.2 KiB
SCSS
/*!*
|
|
* This file is part of the SplendidBear Websites' projects.
|
|
*
|
|
* Copyright (c) 2026 @ www.splendidbear.org
|
|
*
|
|
* For the full copyright and license information, please view the LICENSE
|
|
* file that was distributed with this source code.
|
|
*/
|
|
|
|
@import 'fonts-config';
|
|
@import 'fontawesome-config';
|
|
@import "style";
|
|
@import "style.homepage";
|
|
|
|
::-webkit-input-placeholder {
|
|
color: #888982;
|
|
}
|
|
|
|
::-moz-placeholder {
|
|
color: #888982;
|
|
}
|
|
|
|
:-ms-input-placeholder {
|
|
color: #888982;
|
|
}
|
|
|
|
:-moz-placeholder {
|
|
color: #888982;
|
|
}
|
|
|
|
* {
|
|
padding: 0;
|
|
margin: 0;
|
|
outline: 0;
|
|
}
|
|
|
|
*,
|
|
*:after,
|
|
*::before {
|
|
-webkit-box-sizing: border-box;
|
|
-moz-box-sizing: border-box;
|
|
box-sizing: border-box;
|
|
}
|
|
|
|
.ac-custom {
|
|
width: 100%;
|
|
}
|
|
|
|
header section .form-check {
|
|
display: table;
|
|
position: relative;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
header section h1 {
|
|
margin: 10px 0;
|
|
}
|
|
|
|
header section .input-submit button,
|
|
header section .input-submit button:hover,
|
|
header section .form-input,
|
|
header section .form-input:focus,
|
|
header section .form-input:hover {
|
|
-webkit-transition: all 250ms ease-in-out;
|
|
-moz-transition: all 250ms ease-in-out;
|
|
-o-transition: all 250ms ease-in-out;
|
|
transition: all 250ms ease-in-out;
|
|
}
|
|
|
|
header section .input-submit button {
|
|
background: #83aed9;
|
|
display: table;
|
|
font: bold 32px 'Rajdhani', sans-serif;
|
|
text-transform: uppercase;
|
|
text-decoration: none;
|
|
width: 500px;
|
|
border: 1px solid #658fb8;
|
|
color: #FFFFFF;
|
|
padding: 25px 150px;
|
|
margin-top: 20px;
|
|
|
|
-webkit-box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
|
|
box-shadow: 0 3px 10px rgba(0, 0, 0, 0.3);
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
}
|
|
|
|
header section .input-submit button:hover {
|
|
background: #86b5e1;
|
|
|
|
-webkit-box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
|
|
box-shadow: 0 7px 15px rgba(0, 0, 0, 0.2);
|
|
}
|
|
|
|
header section .form-input {
|
|
display: block;
|
|
width: 500px;
|
|
font: bold 22px 'Rajdhani', sans-serif;
|
|
border: 1px solid #dddddd;
|
|
color: #000000;
|
|
padding: 15px;
|
|
margin-bottom: 10px;
|
|
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
header section .form-input:focus,
|
|
header section .form-input:hover {
|
|
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
header section .failure {
|
|
background: #f00;
|
|
position: relative;
|
|
border: 3px solid #fff;
|
|
font: bold 16px 'Rajdhani', sans-serif;
|
|
color: #FFFFFF;
|
|
padding: 10px;
|
|
margin: 30px 0 10px 0;
|
|
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
header section .failure:after,
|
|
header section .failure:before {
|
|
content: " ";
|
|
position: absolute;
|
|
bottom: 100%;
|
|
left: 50px;
|
|
height: 0;
|
|
width: 0;
|
|
border: solid transparent;
|
|
pointer-events: none;
|
|
}
|
|
|
|
header section .failure:after {
|
|
border-color: rgba(0, 0, 0, 0);
|
|
border-bottom-color: #f00;
|
|
border-width: 20px;
|
|
margin-left: -20px;
|
|
}
|
|
|
|
header section .failure:before {
|
|
border-color: rgba(255, 255, 255, 0);
|
|
border-bottom-color: #ffffff;
|
|
border-width: 26px;
|
|
margin-left: -26px;
|
|
}
|
|
|
|
header section .failure ul {
|
|
display: inline-block;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0 10px 0 0;
|
|
}
|
|
|
|
header section h3.or {
|
|
font: bold 16px 'Rajdhani', sans-serif;
|
|
text-transform: uppercase;
|
|
color: #a1a1a1;
|
|
margin: 20px 0;
|
|
}
|
|
|
|
header section #id_welcome {
|
|
display: flex;
|
|
flex-direction: row;
|
|
margin-bottom: 115px;
|
|
}
|
|
|
|
header section #id_welcome > div {
|
|
padding-right: 20px;
|
|
}
|
|
|
|
header section #id_welcome img {
|
|
width: 100px;
|
|
border: 5px solid #414040;
|
|
|
|
-webkit-border-radius: 50%;
|
|
border-radius: 50%;
|
|
}
|
|
|
|
header section .buttons,
|
|
header section form {
|
|
z-index: 2;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login,
|
|
header section div.buttons > a.slack-login {
|
|
position: relative;
|
|
display: block;
|
|
width: 500px;
|
|
height: 93px;
|
|
padding: 25px 0 25px 150px;
|
|
margin-bottom: 10px;
|
|
|
|
overflow: hidden;
|
|
cursor: pointer;
|
|
|
|
-webkit-border-radius: 3px;
|
|
border-radius: 3px;
|
|
-webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
|
|
box-shadow: 0 3px 5px rgba(0, 0, 0, 0.15);
|
|
}
|
|
|
|
header section div.buttons > a.fb-login:hover,
|
|
header section div.buttons > a.slack-login:hover {
|
|
text-decoration: none;
|
|
|
|
-webkit-box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
|
|
box-shadow: 0 7px 10px rgba(0, 0, 0, 0.1);
|
|
}
|
|
|
|
header section div.buttons > a.fb-login i,
|
|
header section div.buttons > a.slack-login i {
|
|
position: absolute;
|
|
font-size: 130px;
|
|
top: 0;
|
|
left: 15px;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login {
|
|
background: #5975b1;
|
|
border: 1px solid #50649f;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login:hover {
|
|
background: #42598c;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
header section div.buttons > a.slack-login {
|
|
background: #FFFFFF;
|
|
border: 1px solid #5c3a58;
|
|
color: #5c3a58;
|
|
}
|
|
|
|
header section div.buttons > a.slack-login:hover {
|
|
background: #e6e6e6;
|
|
color: #5c3a58;
|
|
}
|
|
|
|
header section .failure-main {
|
|
background: #f00;
|
|
max-width: 500px;
|
|
border: 3px solid #fff;
|
|
font: bold 16px 'Rajdhani', sans-serif;
|
|
color: #FFFFFF;
|
|
padding: 10px;
|
|
margin: 0 0 20px 0;
|
|
|
|
-webkit-border-radius: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
|
|
main div.txt {
|
|
width: 100%;
|
|
max-width: 1000px;
|
|
font-family: 'Rajdhani', sans-serif;
|
|
color: #414040;
|
|
margin: 50px auto 0 auto;
|
|
}
|
|
|
|
main div.txt h2 {
|
|
margin: 0 0 50px 0;
|
|
}
|
|
|
|
main div.txt p {
|
|
font: normal 16px 'Rajdhani', sans-serif;
|
|
}
|
|
|
|
main div.txt li {
|
|
font: normal 16px 'Rajdhani', sans-serif;
|
|
padding-left: 10px;
|
|
margin-left: 50px;
|
|
}
|
|
|
|
main .technologies {
|
|
text-align: center;
|
|
}
|
|
|
|
main .technologies img {
|
|
display: inline-block;
|
|
width: 90%;
|
|
max-width: 100px;
|
|
margin: 20px;
|
|
}
|
|
|
|
main .technologies h1 {
|
|
font-weight: bold;
|
|
}
|
|
|
|
footer {
|
|
background: #414040;
|
|
width: 100%;
|
|
min-height: 50px;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
footer nav {
|
|
display: block;
|
|
text-align: center;
|
|
}
|
|
|
|
footer nav ul {
|
|
display: inline-block;
|
|
list-style: none;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
footer nav ul li {
|
|
display: inline-block;
|
|
font: bold 16px 'Rajdhani', sans-serif;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
footer nav ul li:nth-child(even) {
|
|
text-align: center;
|
|
}
|
|
|
|
footer nav ul li a {
|
|
text-align: center;
|
|
line-height: 50px;
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
footer nav ul li a:hover {
|
|
color: #FFFFFF;
|
|
}
|
|
|
|
@media screen and (max-width: 1100px) {
|
|
header section #id_welcome {
|
|
align-items: center;
|
|
justify-content: center;
|
|
margin-top: 50px;
|
|
}
|
|
|
|
header section .form-input,
|
|
header section .form-check {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
header section .input-submit button {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
header section > div {
|
|
width: 100%;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login,
|
|
header section div.buttons > a.slack-login {
|
|
margin: 0 auto;
|
|
}
|
|
|
|
main div.txt {
|
|
padding: 0 20px;
|
|
}
|
|
}
|
|
|
|
@media screen and (max-width: 550px) {
|
|
header section #id_welcome {
|
|
display: block;
|
|
}
|
|
|
|
header section {
|
|
padding: 20px;
|
|
}
|
|
|
|
header section .form-input {
|
|
width: 100%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
header section .form-check {
|
|
margin: 20px auto;
|
|
}
|
|
|
|
header section .input-submit button {
|
|
width: 100%;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login,
|
|
header section div.buttons > a.slack-login {
|
|
width: 100%;
|
|
}
|
|
|
|
header section div.buttons > a.fb-login span,
|
|
header section div.buttons > a.slack-login span {
|
|
display: none;
|
|
}
|
|
|
|
footer nav ul li {
|
|
display: block;
|
|
}
|
|
}
|