-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Full change
- Loading branch information
Showing
56 changed files
with
3,084 additions
and
12,235 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
/* | ||
Aerial by HTML5 UP | ||
html5up.net | @n33co | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Header */ | ||
|
||
#header nav a { | ||
position: relative; | ||
border: solid 1px #fff; | ||
border-radius: 100%; | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
#header nav a:before { | ||
border: 0; | ||
} | ||
|
||
/* Footer */ | ||
|
||
#footer { | ||
background-image: url("images/ie/footer.png"); | ||
background-position: bottom left; | ||
background-repeat: repeat-x; | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
/* | ||
Aerial by HTML5 UP | ||
html5up.net | @n33co | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Wrapper */ | ||
|
||
#wrapper { | ||
opacity: 1; | ||
} | ||
|
||
/* Overlay */ | ||
|
||
#overlay { | ||
opacity: 1; | ||
} | ||
|
||
/* Header */ | ||
|
||
#header { | ||
opacity: 1; | ||
} | ||
|
||
#header nav li { | ||
opacity: 1; | ||
} | ||
|
||
/* Footer */ | ||
|
||
#footer { | ||
background-image: url("images/ie/footer.svg"); | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.