-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Publishing documentation for version 0.10.5-SNAPSHOT
- Loading branch information
1 parent
a4eb7fa
commit ee90128
Showing
27 changed files
with
487 additions
and
143 deletions.
There are no files selected for viewing
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
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
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
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,15 @@ | ||
#header, #content { | ||
max-width: 1200px; | ||
padding-left: 40px; | ||
padding-right: 40px; | ||
background-color: #ffffff; | ||
color: black; | ||
} | ||
|
||
h1 { | ||
color: black !important; | ||
} | ||
|
||
p { | ||
color: black !important; | ||
} |
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 @@ | ||
#footer { | ||
padding: 0px; | ||
} | ||
|
||
.foot-container { | ||
background: url('../css/images/grain.png') repeat, url('../css/images/metaimage-main-01.svg') 100% 20%/650px no-repeat, radial-gradient(79.99% 167.49% at 30.24% 129.2%, rgba(47, 79, 124, 0.8) 0%, rgba(38, 84, 107, 0) 100%), #171E25; | ||
padding: 20px 40px; | ||
} | ||
|
||
.foot-content { | ||
display: flex; | ||
justify-content: center; | ||
flex-direction: row; | ||
flex-wrap: wrap; | ||
} | ||
|
||
.foot-logo { | ||
display: flex; | ||
max-width: 8%; | ||
padding-right: 10px; | ||
align-items: center; | ||
} | ||
|
||
.foot-text { | ||
color: #ffffff; | ||
} |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.