Difference between revisions of "Template:BIOSINT Mexico"

Line 133: Line 133:
 
}
 
}
  
a {
+
---- aqui va
-moz-transition: color 0.2s ease, border-bottom-color 0.2s ease;
+
-webkit-transition: color 0.2s ease, border-bottom-color 0.2s ease;
+
-ms-transition: color 0.2s ease, border-bottom-color 0.2s ease;
+
transition: color 0.2s ease, border-bottom-color 0.2s ease;
+
border-bottom: dotted 1px rgba(160, 160, 160, 0.65);
+
color: inherit;
+
text-decoration: none;
+
}
+
 
+
a:before {
+
-moz-transition: color 0.2s ease;
+
-webkit-transition: color 0.2s ease;
+
-ms-transition: color 0.2s ease;
+
transition: color 0.2s ease;
+
}
+
 
+
a:hover {
+
border-bottom-color: transparent;
+
color: #2ebaae !important;
+
}
+
 
+
a:hover:before {
+
color: #2ebaae !important;
+
}
+
  
 
strong, b {
 
strong, b {

Revision as of 08:13, 19 October 2016