inital template
This commit is contained in:
57
sources/css/custom.css
Normal file
57
sources/css/custom.css
Normal file
@@ -0,0 +1,57 @@
|
||||
/*#--------------------#*/
|
||||
/*#----- by 4nima -----#*/
|
||||
/*#----- v. 1.0.0 -----#*/
|
||||
/*#-- coding@4nima.de -#*/
|
||||
/*#--------------------#*/
|
||||
|
||||
/* own colors define */
|
||||
:root {
|
||||
--own-color-one: #00FFFF;
|
||||
--own-color-two: #FF00FF;
|
||||
--own-color-three: #FFFF00;
|
||||
}
|
||||
|
||||
|
||||
/* own colors one */
|
||||
.bg-own-one, .btn-own-one {
|
||||
background-color: var(--own-color-one);
|
||||
}
|
||||
.text-own-one {
|
||||
color: var(--own-color-one);
|
||||
}
|
||||
|
||||
|
||||
/* own colors two */
|
||||
.bg-own-two, .btn-own-two {
|
||||
background-color: var(--own-color-two);
|
||||
}
|
||||
|
||||
.text-own-two {
|
||||
color: var(--own-color-two);
|
||||
}
|
||||
|
||||
|
||||
/* own colors three */
|
||||
.bg-own-three, .btn-own-three {
|
||||
background-color: var(--own-color-three);
|
||||
}
|
||||
|
||||
.text-own-three {
|
||||
color: var(--own-color-three);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.footer {
|
||||
position: fixed;
|
||||
bottom: 0;
|
||||
width: 100%;
|
||||
height: 30px;
|
||||
padding-left: 25px;
|
||||
line-height: 30px;
|
||||
z-index: 90;
|
||||
}
|
||||
|
||||
#window {
|
||||
margin-bottom: 35px;
|
||||
}
|
||||
Reference in New Issue
Block a user