Author: lkaufmann Date: 2014-01-19 14:33:57 +0100 (Sun, 19 Jan 2014) New Revision: 695 Url: http://nuiton.org/projects/sandbox/repository/revisions/695 Log: add css file forgotten in previous commit Added: bonneannee/css/main.css Added: bonneannee/css/main.css =================================================================== --- bonneannee/css/main.css (rev 0) +++ bonneannee/css/main.css 2014-01-19 13:33:57 UTC (rev 695) @@ -0,0 +1,89 @@ +body { + margin: 0; + padding: 0; + font-family: "Crafty"; +} + +@font-face { + font-family: "Crafty"; + src: url('../font/CraftyGirls.ttf'); +} + +.slide { + color: #FFFFFF; + text-align: center; + height: 1000px; + position: relative; +} + +.slide:first-child { + padding-top: 150px; + height: 350px; +} + +.slide.current { + box-shadow: 0 2px 5px rgba(0, 0, 0, 0.9) inset; +} + +#slidehome { + background: url('../img/pixel_weave.png') repeat center bottom transparent fixed; +} +#slide2014 { + background: url('../img/bonneannee2014.png') no-repeat center bottom #432C46 fixed; + height: 550px; +} +#slide2013 { + background: url('../img/bonneannee2013.png') no-repeat center bottom #AE3C53 fixed; + height: 900px; +} +#slide2012 { + background: url('../img/bonneannee2012.png') no-repeat center bottom #B89582 fixed; + height: 500px; +} +#slide2011 { + background: url('../img/bonneannee2011.png') no-repeat center bottom #EAE8B8 fixed; +} +#slide2010 { + background: url('../img/bonneannee2010.png') no-repeat center bottom #ABCCBB fixed; + height: 1100px; +} +#slide2009 { + background: url('../img/bonneannee2009.png') no-repeat center bottom #C8D3D9 fixed; + height: 750px; +} +#slide2008 { + background: url('../img/bonneannee2008.png') no-repeat center center #DC500B fixed; + height: 1300px; +} + +h1 { + background-color: rgba(0, 0, 0, 0.6); + padding: 20px 0; + border-top: 1px solid #e05b17; + border-bottom: 1px solid #e05b17; + box-shadow: 0 0 95px 25px rgba(224, 91, 23, 0.3); +} +h1 > img { + vertical-align: middle; +} + +h2 { + background-color: rgba(0, 0, 0, 0.8); + padding:20px; + height: 30px; + margin: 0; + box-shadow: 0 12px 15px rgba(0, 0, 0, 0.6); + border-top: 1px solid #e05b17; +} +h2.main { + font-size: 2em; +} + +/* .sidebar { + background-color: rgba(0, 0, 0, 0.8); + position: absolute; + right: 0; + width: 30px; + height: 100%; + top: 70px; +} */ \ No newline at end of file
participants (1)
-
lkaufmann@users.nuiton.org