init
This commit is contained in:
44
custom.css
Normal file
44
custom.css
Normal file
@@ -0,0 +1,44 @@
|
||||
/*
|
||||
.rgba-gradient {
|
||||
background: -webkit-linear-gradient(45deg, rgba(0, 0, 0, 0.7), rgba(0, 0, 0, 0.9) 100%);
|
||||
background: -webkit-gradient(linear, 45deg, from(rgba(0, 0, 0, 0.7), rgba(42, 42, 42, 0.4) 100%)));
|
||||
background: linear-gradient(to 45deg, rgba(0, 0, 0, 0.7), rgba(72, 15, 144, 0.4) 100%);
|
||||
}
|
||||
*/
|
||||
|
||||
.rgba-gradient {
|
||||
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0.7) 100%);
|
||||
}
|
||||
|
||||
.rgba-gradient:hover {
|
||||
background: -webkit-linear-gradient(45deg, rgba(255, 255, 255, 0.6), rgba(255, 255, 255, 0.8) 100%);
|
||||
}
|
||||
|
||||
.card {
|
||||
background-color: rgba(42, 42, 42, 0.2);
|
||||
}
|
||||
|
||||
.md-form label {
|
||||
color: #ffffff;
|
||||
}
|
||||
|
||||
h6 {
|
||||
line-height: 1.7;
|
||||
}
|
||||
|
||||
label {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
input {
|
||||
color: #000000;
|
||||
}
|
||||
|
||||
.black-background {background-color:#ffffff;}
|
||||
.white {color:#000000;}
|
||||
|
||||
|
||||
.about white {
|
||||
color: white;
|
||||
font-size: 14px;
|
||||
}
|
||||
Reference in New Issue
Block a user