Difference between revisions of "Template:UCL/Style"

Line 1: Line 1:
 
<html>
 
<html>
 
<style>
 
<style>
 +
 
@import url('https://static.igem.org/mediawiki/2018/5/52/T--UCL--QuicksandReg.eot');
 
@import url('https://static.igem.org/mediawiki/2018/5/52/T--UCL--QuicksandReg.eot');
 
@import url('https://fonts.googleapis.com/css?family=Quicksand');
 
@import url('https://fonts.googleapis.com/css?family=Quicksand');
Line 1,364: Line 1,365:
 
.sshh{
 
.sshh{
 
   text-decoration: none;
 
   text-decoration: none;
   color:black;
+
   color:rgb(255, 133, 102) !important;
 
   transition: 0.15s;
 
   transition: 0.15s;
 
}
 
}
Line 1,370: Line 1,371:
 
.sshh:hover{
 
.sshh:hover{
 
   text-decoration: none;
 
   text-decoration: none;
   color:tomato;
+
   color:rgb(255, 0, 53) !important;
 
   transition: 0.15s;
 
   transition: 0.15s;
 
}
 
}
Line 1,472: Line 1,473:
 
   }
 
   }
 
   .orange{
 
   .orange{
     color:tomato;
+
     color:tomato !important;
 +
  }
 +
 
 +
  .orange_bkgr {
 +
      background-color: tomato !important;
 +
      border-radius: 0.5rem !important;
 
   }
 
   }
  
Line 5,347: Line 5,353:
 
   }
 
   }
 
}
 
}
 +
 
</style>
 
</style>
 
</html>
 
</html>

Revision as of 12:45, 7 December 2018