V1.3.1
This commit is contained in:
21
static/css/about.css
Normal file
21
static/css/about.css
Normal file
@@ -0,0 +1,21 @@
|
||||
a:link:not(.browser-window *),
|
||||
a:visited:not(.browser-window *) {
|
||||
color: inherit !important;
|
||||
text-decoration: none;
|
||||
}
|
||||
|
||||
a:hover:not(.browser-window *),
|
||||
a:active:not(.browser-window *) {
|
||||
opacity: 0.85;
|
||||
}
|
||||
|
||||
.bold-links a:link {
|
||||
font-weight: 500;
|
||||
}
|
||||
|
||||
.arrow-links a:link:not(.auto-link)::after {
|
||||
content: "north_east";
|
||||
font-family: "Material Icons";
|
||||
font-weight: 100;
|
||||
vertical-align: -10%;
|
||||
}
|
||||
14
static/css/main_page.css
Normal file
14
static/css/main_page.css
Normal file
@@ -0,0 +1,14 @@
|
||||
.fade-in {
|
||||
animation: fadeIn 0.8s ease-in-out;
|
||||
}
|
||||
@keyframes fadeIn {
|
||||
from { opacity: 0; transform: translateY(20px); }
|
||||
to { opacity: 1; transform: translateY(0); }
|
||||
}
|
||||
body > div {
|
||||
opacity: 0;
|
||||
animation: fadeIn 0.8s ease-in-out forwards;
|
||||
}
|
||||
.transform {
|
||||
transition: all 0.3s ease;
|
||||
}
|
||||
Reference in New Issue
Block a user