(4 intermediate revisions by the same user not shown) | |||
Line 613: | Line 613: | ||
padding-top: 2rem; | padding-top: 2rem; | ||
padding-bottom: 2rem; | padding-bottom: 2rem; | ||
+ | line-height: 1rem; | ||
} | } | ||
Line 623: | Line 624: | ||
padding-top: 7rem; | padding-top: 7rem; | ||
padding-bottom: 1rem; | padding-bottom: 1rem; | ||
+ | line-height: 1rem; | ||
} | } | ||
Line 631: | Line 633: | ||
color: rgba(242, 77, 25,1); | color: rgba(242, 77, 25,1); | ||
text-align: center; | text-align: center; | ||
+ | line-height: 1rem; | ||
+ | } | ||
+ | |||
+ | .h1_igem_subpage3 { | ||
+ | font-weight: 400; | ||
+ | font-family: "Quicksand", sans-serif; | ||
+ | font-size: 5rem; | ||
+ | color: rgba(242, 77, 25,1); | ||
+ | text-align: center; | ||
+ | padding-top: 7rem; | ||
+ | padding-bottom: 2rem; | ||
+ | line-height: 1rem; | ||
} | } | ||
Line 1,354: | Line 1,368: | ||
.sshh{ | .sshh{ | ||
text-decoration: none; | text-decoration: none; | ||
− | color: | + | color:rgb(255, 133, 102); |
transition: 0.15s; | transition: 0.15s; | ||
} | } | ||
Line 1,360: | Line 1,374: | ||
.sshh:hover{ | .sshh:hover{ | ||
text-decoration: none; | text-decoration: none; | ||
− | color: | + | color:rgb(255, 0, 53); |
+ | transition: 0.15s; | ||
+ | } | ||
+ | |||
+ | .sshh1{ | ||
+ | text-decoration: none; | ||
+ | color:rgb(153, 0, 0) !important; | ||
+ | transition: 0.15s; | ||
+ | } | ||
+ | |||
+ | .sshh1:hover{ | ||
+ | text-decoration: none; | ||
+ | color:rgb(77, 0, 0); | ||
transition: 0.15s; | transition: 0.15s; | ||
} | } | ||
Line 1,463: | Line 1,489: | ||
.orange{ | .orange{ | ||
color:tomato; | color:tomato; | ||
+ | } | ||
+ | |||
+ | .orange_bkgr{ | ||
+ | background-color: white; | ||
+ | border-radius: 0.5rem; | ||
+ | color: tomato !important; | ||
} | } | ||
Line 5,337: | Line 5,369: | ||
} | } | ||
} | } | ||
− | |||
</style> | </style> | ||
</html> | </html> |
Latest revision as of 10:08, 9 December 2018