Team:NCTU Formosa/source/head-index
From 2014.igem.org
(Difference between revisions)
(11 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 669: | Line 651: | ||
$(document).ready(function(){ | $(document).ready(function(){ | ||
$(".attach").click(function(){ | $(".attach").click(function(){ | ||
- | $("wordbox").animate({ | + | $(".wordbox").animate({ |
- | + | opacity:'1' | |
- | opacity:'1' | + | |
- | + | ||
- | + | ||
}); | }); | ||
$(".attach").animate({ | $(".attach").animate({ | ||
Line 681: | Line 661: | ||
}); | }); | ||
}); | }); | ||
+ | |||
</script> | </script> |
Latest revision as of 03:55, 18 October 2014