837932779d
Add an initial website based on the arcana template from html5up, which is CC-BY licensed. It includes some initial content about Zuul, but is mostly intended to bootstrap the process of collaboratively editing the site. All of the content in this repo should generally be CC-BY licensed as well. The banner image was created by me in my personal capacity, and it is also licensed CC-BY. This includes jobs to publish draft and final versions of the website, including the production secret needed to publish to afs. Change-Id: I994fea62061acb34037de1da27e90f2a09df4e74 Depends-On: https://review.openstack.org/538345
67 lines
1.0 KiB
CSS
67 lines
1.0 KiB
CSS
/*
|
|
Arcana by HTML5 UP
|
|
html5up.net | @ajlkn
|
|
Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
|
|
*/
|
|
|
|
/* Form */
|
|
|
|
input[type="text"],
|
|
input[type="password"],
|
|
input[type="email"],
|
|
textarea {
|
|
position: relative;
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
/* Image */
|
|
|
|
.image {
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
.image img {
|
|
position: relative;
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
/* Icon */
|
|
|
|
.icon.major {
|
|
position: relative;
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
/* Button */
|
|
|
|
input[type="submit"],
|
|
input[type="reset"],
|
|
input[type="button"],
|
|
.button {
|
|
position: relative;
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
/* Box */
|
|
|
|
.box.post .inner {
|
|
margin-left: 35%;
|
|
}
|
|
|
|
/* Dropotron */
|
|
|
|
.dropotron {
|
|
-ms-behavior: url("assets/js/ie/PIE.htc");
|
|
}
|
|
|
|
/* Banner */
|
|
|
|
#banner {
|
|
-ms-behavior: url("assets/js/ie/backgroundsize.min.htc");
|
|
}
|
|
|
|
/* Wrapper */
|
|
|
|
.wrapper.style2 {
|
|
background: #fdfdfd url("images/bg01.png");
|
|
} |