Team:NCTU Formosa/css/index
From 2013.igem.org
Line 95: | Line 95: | ||
color: #fff; | color: #fff; | ||
text-shadow: 0 0 10px #fff, 0 0 40px #7FFF00; | text-shadow: 0 0 10px #fff, 0 0 40px #7FFF00; | ||
+ | } | ||
+ | #sitemap #quill { | ||
+ | z-index:2; | ||
+ | position:absolute; | ||
+ | top:0; | ||
+ | left:0; | ||
+ | margin-left:200px; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/e/e5/Nctu-quill.png'); | ||
+ | width:1087px; | ||
+ | height:265px; | ||
+ | } | ||
+ | #sitemap #parchment { | ||
+ | position:absolute; | ||
+ | text-indent:-9999px; | ||
+ | top:0; | ||
+ | right:0; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2013/5/53/Nctu-parchment.png'); | ||
+ | background-repeat: no-repeat; | ||
+ | width:50%; | ||
+ | height:100%; | ||
} | } |
Revision as of 16:25, 21 September 2013
.page { background-attachment: fixed; background-position: 0 50%; background-size: cover; background-repeat: no-repeat; height: 900px; position: relative; } #description { background-image: url(); } /* */ #sitemap { background-image: url(); } #social { background-color: black; background-image: url(); } .boxwrap { width:100%; max-width:1200px; margin: 0 auto; position:relative; height: 900px; } .box { position: absolute; width: 75%; max-width: 500px; top:100px; right: 50px; color: white; background-image: url('https://static.igem.org/mediawiki/2013/6/6a/Nctu-grainb.png'); background-repeat: repeat; padding: 30px; text-align: right; -moz-box-shadow: 1px 1px 3px #000; -webkit-box-shadow: 1px 1px 3px #000; box-shadow: 1px 1px 3px #000; -webkit-border-radius: 3px; -moz-border-radius: 3px; border-radius: 3px; transform:rotate(1deg); -ms-transform:rotate(1deg); -webkit-transform:rotate(1deg); }
- description .title {
text-align: right; font-family: Lobster Two; font-size: 60px; font-weight: bold; margin-bottom:10px; color: #222; text-shadow: 0px 2px 3px #555; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; -ms-transition: .5s; transition: .5s; }
- description .team {
display:none; text-align: right; font-family: Lobster Two; font-size: 16px; font-weight: 700; color: #222; text-shadow: 0px 2px 3px #555; }
- description .wordbox {
border-top: 1px solid #222; box-shadow: 0 -1px 0 0px #444; color: #111; margin-top:10px; padding-top:20px; width:100%; font-family: Open Sans; font-size: 16px; text-align:justify; text-justify:inter-word; text-indent: 50px; -webkit-transition: .5s; -moz-transition: .5s; -o-transition: .5s; -ms-transition: .5s; transition: .5s; }
- description .title:hover {
color: #fff; text-shadow: 0 0 10px #fff, 0 0 20px #fff, 0 0 30px #fff, 0 0 40px #7fff00, 0 0 70px #7FFF00, 0 0 80px #7FFF00, 0 0 100px #7FFF00, 0 0 150px #7FFF00; }
- description .wordbox:hover {
color: #fff; text-shadow: 0 0 10px #fff, 0 0 40px #7FFF00; }
- sitemap #quill {
z-index:2; position:absolute; top:0; left:0; margin-left:200px; background-image: url('https://static.igem.org/mediawiki/2013/e/e5/Nctu-quill.png'); width:1087px; height:265px; }
- sitemap #parchment {
position:absolute; text-indent:-9999px; top:0; right:0; background-image: url('https://static.igem.org/mediawiki/2013/5/53/Nctu-parchment.png'); background-repeat: no-repeat; width:50%; height:100%; }