test pages

This commit is contained in:
abe- 2017-06-01 10:30:56 +02:00
parent 0e4d312ab4
commit 27407bd199
40 changed files with 9449 additions and 0 deletions

4
docs/assets/css/font-awesome.min.css vendored Normal file

File diff suppressed because one or more lines are too long

95
docs/assets/css/ie8.css Normal file
View file

@ -0,0 +1,95 @@
/*
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Icon */
.icon.major {
border: none;
}
.icon.major:before {
font-size: 3em;
}
/* Form */
label {
color: #2E3842;
}
input[type="text"],
input[type="password"],
input[type="email"],
select,
textarea {
border: solid 1px #dfdfdf;
}
/* Button */
input[type="submit"],
input[type="reset"],
input[type="button"],
button,
.button {
border: solid 2px #dfdfdf;
}
input[type="submit"].special,
input[type="reset"].special,
input[type="button"].special,
button.special,
.button.special {
border: 0 !important;
}
/* Page Wrapper + Menu */
#menu {
display: none;
}
body.is-menu-visible #menu {
display: block;
}
/* Header */
#header nav > ul > li > a.menuToggle:after {
display: none;
}
/* Banner + Wrapper (style4) */
#banner,
.wrapper.style4 {
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}
#banner:before,
.wrapper.style4:before {
display: none;
}
/* Banner */
#banner .more {
height: 4em;
}
#banner .more:after {
display: none;
}
/* Main */
#main > header {
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
}
#main > header:before {
display: none;
}

125
docs/assets/css/ie9.css Normal file
View file

@ -0,0 +1,125 @@
/*
Spectral by HTML5 UP
html5up.net | @ajlkn
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/
/* Spotlight */
.spotlight {
display: block;
}
.spotlight .image {
display: inline-block;
vertical-align: top;
}
.spotlight .content {
padding: 4em 4em 2em 4em ;
display: inline-block;
}
.spotlight:after {
clear: both;
content: '';
display: block;
}
/* Features */
.features {
display: block;
}
.features li {
float: left;
}
.features:after {
content: '';
display: block;
clear: both;
}
/* Banner + Wrapper (style4) */
#banner,
.wrapper.style4 {
background-image: url("../../images/banner.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#banner:before,
.wrapper.style4:before {
background: #000000;
content: '';
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
#banner .inner,
.wrapper.style4 .inner {
position: relative;
z-index: 1;
}
/* Banner */
#banner {
padding: 14em 0 12em 0 ;
height: auto;
}
#banner:after {
display: none;
}
/* CTA */
#cta .inner header {
float: left;
}
#cta .inner .actions {
float: left;
}
#cta .inner:after {
clear: both;
content: '';
display: block;
}
/* Main */
#main > header {
background-image: url("../../images/banner.jpg");
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
position: relative;
}
#main > header:before {
background: #000000;
content: '';
height: 100%;
left: 0;
opacity: 0.5;
position: absolute;
top: 0;
width: 100%;
}
#main > header > * {
position: relative;
z-index: 1;
}

View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="30px" height="30px" viewBox="0 0 30 30" zoomAndPan="disable" preserveAspectRatio="none">
<style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 3; } ]]></style>
<line x1="0" y1="15" x2="15" y2="30" />
<line x1="30" y1="15" x2="15" y2="30" />
<line x1="15" y1="30" x2="15" y2="0" />
</svg>

After

Width:  |  Height:  |  Size: 406 B

View file

@ -0,0 +1,6 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" zoomAndPan="disable" preserveAspectRatio="none">
<style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 2; } ]]></style>
<line x1="0" y1="1" x2="16" y2="1" />
<line x1="0" y1="7" x2="16" y2="7" />
<line x1="0" y1="13" x2="16" y2="13" />
</svg>

After

Width:  |  Height:  |  Size: 401 B

View file

@ -0,0 +1,5 @@
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="16px" height="16px" viewBox="0 0 16 16" zoomAndPan="disable" preserveAspectRatio="none">
<style type="text/css"><![CDATA[ line { stroke: #ffffff; stroke-width: 2; } ]]></style>
<line x1="0" y1="0" x2="16" y2="16" />
<line x1="16" y1="0" x2="0" y2="16" />
</svg>

After

Width:  |  Height:  |  Size: 361 B

3814
docs/assets/css/main.css Normal file

File diff suppressed because it is too large Load diff