Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
(13 intermediate revisions not shown) | |||
Line 13: | Line 13: | ||
z-index: 2; | z-index: 2; | ||
top:50%; | top:50%; | ||
+ | cursor:pointer; | ||
} | } | ||
Line 266: | Line 267: | ||
} | } | ||
#description .wordbox { | #description .wordbox { | ||
- | + | top: -17%; | |
padding:30pt; | padding:30pt; | ||
font-weight:300; | font-weight:300; | ||
Line 274: | Line 275: | ||
text-align:justify; | text-align:justify; | ||
text-justify:inter-word; | text-justify:inter-word; | ||
- | background-color: rgba( | + | background-color: rgba(156, 156, 156, 0.76); |
border-radius: 30px; | border-radius: 30px; | ||
- | opacity: 0 | + | opacity: 0; |
float:left; | float:left; | ||
- | color: | + | color: white; |
z-index: 1; | z-index: 1; | ||
position: relative; | position: relative; | ||
- | + | box-shadow: 0px 0px 12px 7px #B7600B; | |
- | - | + | letter-spacing: 1px; |
- | - | + | |
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
- | + | ||
} | } | ||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
- | |||
} | } | ||
Line 664: | Line 646: | ||
}); | }); | ||
}); | }); | ||
+ | </script> | ||
+ | |||
+ | <script> | ||
+ | $(document).ready(function(){ | ||
+ | $(".attach").click(function(){ | ||
+ | $(".wordbox").animate({ | ||
+ | opacity:'1' | ||
+ | |||
+ | }); | ||
+ | $(".attach").animate({ | ||
+ | opacity:'0 ' | ||
+ | }); | ||
+ | |||
+ | }); | ||
+ | }); | ||
+ | |||
+ | |||
</script> | </script> |
Latest revision as of 03:55, 18 October 2014