initial version 23
This commit is contained in:
parent
5382da73f1
commit
cd833756df
118 changed files with 19023 additions and 0 deletions
5
assets/css/fontawesome-all.min.css
vendored
Normal file
5
assets/css/fontawesome-all.min.css
vendored
Normal file
File diff suppressed because one or more lines are too long
1856
assets/css/main.css
Normal file
1856
assets/css/main.css
Normal file
File diff suppressed because it is too large
Load diff
37
assets/css/noscript.css
Normal file
37
assets/css/noscript.css
Normal file
|
@ -0,0 +1,37 @@
|
|||
/*
|
||||
Dimension by HTML5 UP
|
||||
html5up.net | @ajlkn
|
||||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
||||
*/
|
||||
|
||||
/* BG */
|
||||
|
||||
body.is-preload #bg:before {
|
||||
background-color: transparent;
|
||||
}
|
||||
|
||||
/* Header */
|
||||
|
||||
body.is-preload #header {
|
||||
-moz-filter: none;
|
||||
-webkit-filter: none;
|
||||
-ms-filter: none;
|
||||
filter: none;
|
||||
}
|
||||
|
||||
body.is-preload #header > * {
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
body.is-preload #header .content .inner {
|
||||
max-height: none;
|
||||
padding: 3rem 2rem;
|
||||
opacity: 1;
|
||||
}
|
||||
|
||||
/* Main */
|
||||
|
||||
#main article {
|
||||
opacity: 1;
|
||||
margin: 4rem 0 0 0;
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue