-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
gh-pages update by xiliary workflow build #77
- Loading branch information
Xiliary Deamon
committed
Jan 20, 2024
1 parent
b390c11
commit d2b2fc6
Showing
155 changed files
with
13,900 additions
and
5,533 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,3 +1,3 @@ | ||
version=1 | ||
metadata.repository.factory.order=compositeContent.xml,\! | ||
artifact.repository.factory.order=compositeArtifacts.xml,\! | ||
version=1 | ||
metadata.repository.factory.order=compositeContent.xml,\! | ||
artifact.repository.factory.order=compositeArtifacts.xml,\! |
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 |
---|---|---|
@@ -1,127 +1,127 @@ | ||
/* | ||
Directive by HTML5 UP | ||
html5up.net | @n33co | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Basic */ | ||
|
||
hr { | ||
border-top: solid 1px #cccccc; | ||
} | ||
|
||
blockquote { | ||
border-left: solid 0.5em #cccccc; | ||
} | ||
|
||
/* Section/Article */ | ||
|
||
header.major { | ||
border-color: #cccccc; | ||
} | ||
|
||
header.major p { | ||
border-top: solid 1px #cccccc; | ||
} | ||
|
||
footer.major { | ||
border-color: #cccccc; | ||
} | ||
|
||
/* Button */ | ||
|
||
input[type="submit"], | ||
input[type="reset"], | ||
input[type="button"], | ||
.button { | ||
position: relative; | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
input[type="submit"].alt, | ||
input[type="reset"].alt, | ||
input[type="button"].alt, | ||
.button.alt { | ||
border: solid 1px #cccccc; | ||
} | ||
|
||
/* Form */ | ||
|
||
input[type="text"], | ||
input[type="password"], | ||
input[type="email"], | ||
select, | ||
textarea { | ||
position: relative; | ||
border: solid 1px #cccccc; | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Image */ | ||
|
||
.image { | ||
border: 0; | ||
display: inline-block; | ||
position: relative; | ||
} | ||
|
||
.image:after { | ||
display: none; | ||
} | ||
|
||
/* Box */ | ||
|
||
.box { | ||
border: solid 1px #cccccc; | ||
} | ||
|
||
/* Header */ | ||
|
||
#header { | ||
background-image: url("../../images/header.jpg") !important; | ||
background-size: cover !important; | ||
background-position: scroll !important; | ||
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc"); | ||
padding: 8em 0 !important; | ||
color: #ffffff; | ||
} | ||
|
||
#header a { | ||
color: inherit; | ||
} | ||
|
||
#header:before { | ||
content: ''; | ||
background-image: url("images/overlay.png"); | ||
position: absolute; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
display: block; | ||
z-index: 0; | ||
} | ||
|
||
#header > * { | ||
position: relative; | ||
z-index: 1; | ||
} | ||
|
||
#header .logo { | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Footer */ | ||
|
||
#footer { | ||
background-image: none !important; | ||
margin-top: 0 !important; | ||
padding: 4em 0 !important; | ||
color: #ffffff; | ||
} | ||
|
||
/* Main */ | ||
|
||
#main { | ||
padding: 4em 0; | ||
/* | ||
Directive by HTML5 UP | ||
html5up.net | @n33co | ||
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license) | ||
*/ | ||
|
||
/* Basic */ | ||
|
||
hr { | ||
border-top: solid 1px #cccccc; | ||
} | ||
|
||
blockquote { | ||
border-left: solid 0.5em #cccccc; | ||
} | ||
|
||
/* Section/Article */ | ||
|
||
header.major { | ||
border-color: #cccccc; | ||
} | ||
|
||
header.major p { | ||
border-top: solid 1px #cccccc; | ||
} | ||
|
||
footer.major { | ||
border-color: #cccccc; | ||
} | ||
|
||
/* Button */ | ||
|
||
input[type="submit"], | ||
input[type="reset"], | ||
input[type="button"], | ||
.button { | ||
position: relative; | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
input[type="submit"].alt, | ||
input[type="reset"].alt, | ||
input[type="button"].alt, | ||
.button.alt { | ||
border: solid 1px #cccccc; | ||
} | ||
|
||
/* Form */ | ||
|
||
input[type="text"], | ||
input[type="password"], | ||
input[type="email"], | ||
select, | ||
textarea { | ||
position: relative; | ||
border: solid 1px #cccccc; | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Image */ | ||
|
||
.image { | ||
border: 0; | ||
display: inline-block; | ||
position: relative; | ||
} | ||
|
||
.image:after { | ||
display: none; | ||
} | ||
|
||
/* Box */ | ||
|
||
.box { | ||
border: solid 1px #cccccc; | ||
} | ||
|
||
/* Header */ | ||
|
||
#header { | ||
background-image: url("../../images/header.jpg") !important; | ||
background-size: cover !important; | ||
background-position: scroll !important; | ||
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc"); | ||
padding: 8em 0 !important; | ||
color: #ffffff; | ||
} | ||
|
||
#header a { | ||
color: inherit; | ||
} | ||
|
||
#header:before { | ||
content: ''; | ||
background-image: url("images/overlay.png"); | ||
position: absolute; | ||
left: 0; | ||
top: 0; | ||
width: 100%; | ||
height: 100%; | ||
display: block; | ||
z-index: 0; | ||
} | ||
|
||
#header > * { | ||
position: relative; | ||
z-index: 1; | ||
} | ||
|
||
#header .logo { | ||
-ms-behavior: url("assets/js/ie/PIE.htc"); | ||
} | ||
|
||
/* Footer */ | ||
|
||
#footer { | ||
background-image: none !important; | ||
margin-top: 0 !important; | ||
padding: 4em 0 !important; | ||
color: #ffffff; | ||
} | ||
|
||
/* Main */ | ||
|
||
#main { | ||
padding: 4em 0; | ||
} |
Oops, something went wrong.