Team:NCTU Formosa/source/head-index

From 2014.igem.org

(Difference between revisions)
 
(8 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 {
-
margin-top:100px;
+
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(99, 99, 99, 0.2);
+
   background-color: rgba(156, 156, 156, 0.76);
     border-radius: 30px;
     border-radius: 30px;
-
     opacity: 0.2;
+
     opacity: 0;
float:left;
float:left;
-
color: rgba(246, 246, 246, 0.04);
+
color: white;
z-index: 1;
z-index: 1;
position: relative;
position: relative;
-
 
+
box-shadow: 0px 0px 12px 7px #B7600B;
 +
letter-spacing: 1px;
}
}
Line 650: Line 652:
   $(".attach").click(function(){
   $(".attach").click(function(){
     $(".wordbox").animate({
     $(".wordbox").animate({
-
       opacity:'1',
+
       opacity:'1'
-
     
+
     });
     });
$(".attach").animate({
$(".attach").animate({

Latest revision as of 03:55, 18 October 2014