Difference between revisions of "Template:NCTU Formosa"

Line 274: Line 274:
 
/* Links */
 
/* Links */
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
 
.igem_2018_team_content .igem_2018_team_column_wrapper a {
color: #5bc7d8;
+
color: #00255A;
 
font-weight: bold;  
 
font-weight: bold;  
text-decoration: underline;
+
text-decoration: none;
text-decoration-color:#5bc7d8;
+
text-decoration-color: #00255A;
 
transition: all 0.4s ease;
 
transition: all 0.4s ease;
-webkit-transition: all 0.4s ease;
+
-webkit-transition: all 0.5s ease;
-moz-transition: all 0.4s ease;  
+
-moz-transition: all 0.5s ease;  
-ms-transition: all 0.4s ease;  
+
-ms-transition: all 0.5s ease;  
-o-transition: all 0.4s ease;  
+
-o-transition: all 0.5s ease;  
 
}
 
}
  
 
/* hover for the links */
 
/* hover for the links */
 
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {  
 
.igem_2018_team_content .igem_2018_team_column_wrapper a:hover {  
color: #f8b732;
+
color: white;
 +
                background: #00255A;
 
text-decoration:none;
 
text-decoration:none;
 
}
 
}

Revision as of 02:23, 17 August 2018