Template:Team:Technion-Israel/Technion-Israel-style.css
From 2014.igem.org
(Difference between revisions)
m |
m |
||
(22 intermediate revisions not shown) | |||
Line 1: | Line 1: | ||
<html> | <html> | ||
- | <style> | + | <head> |
+ | <style type="text/css"> | ||
@charset 'UTF-8'; | @charset 'UTF-8'; | ||
@import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900'); | @import url('http://fonts.googleapis.com/css?family=Source+Sans+Pro:400,400italic,700,900'); | ||
- | |||
- | |||
Line 282: | Line 281: | ||
header.style1 p | header.style1 p | ||
{ | { | ||
- | color: # | + | color: #919499; |
} | } | ||
Line 518: | Line 517: | ||
{ | { | ||
color: #484d55 !important; | color: #484d55 !important; | ||
+ | } | ||
+ | |||
+ | #features .feature-list p | ||
+ | { | ||
+ | color: #919499 !important; | ||
} | } | ||
Line 657: | Line 661: | ||
{ | { | ||
background: url('https://static.igem.org/mediawiki/2014/7/71/Technion-Israel-banner.jpg') center center; | background: url('https://static.igem.org/mediawiki/2014/7/71/Technion-Israel-banner.jpg') center center; | ||
- | background-size: | + | background-size: cover; |
- | height: | + | height: 200%; |
} | } | ||
Line 668: | Line 672: | ||
left: 0; | left: 0; | ||
width: 100%; | width: 100%; | ||
- | height: | + | height: 200%; |
background: url('https://static.igem.org/mediawiki/2014/7/7c/Technion-Israel-overlay.png'); | background: url('https://static.igem.org/mediawiki/2014/7/7c/Technion-Israel-overlay.png'); | ||
} | } | ||
Line 675: | Line 679: | ||
#header-wrapperP | #header-wrapperP | ||
{ | { | ||
- | + | background-color: #046381; | |
- | background-color: # | + | height: 200%; |
- | + | ||
} | } | ||
Line 902: | Line 906: | ||
color: #e04749; | color: #e04749; | ||
color: rgba(0,0,0,0.8); | color: rgba(0,0,0,0.8); | ||
+ | background-color: none; | ||
+ | |||
} | } | ||
Line 913: | Line 919: | ||
color: #e04749; | color: #e04749; | ||
} | } | ||
+ | |||
+ | #highlightsB a{ | ||
+ | text-decoration:none; | ||
+ | color: #363636; | ||
+ | } | ||
+ | |||
+ | #highlightsB a:hover{ | ||
+ | text-decoration:none; | ||
+ | color: #e04749; | ||
+ | } | ||
+ | |||
+ | |||
+ | |||
</style> | </style> | ||
+ | </head> | ||
</html> | </html> |
Latest revision as of 09:06, 14 October 2014