Syedjafri97 (Talk | contribs) |
|||
(10 intermediate revisions by 2 users not shown) | |||
Line 1,576: | Line 1,576: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: local; | ||
+ | background-position: center; | ||
} | } | ||
.homepage2 { | .homepage2 { | ||
− | background-image: url("https://static.igem.org/mediawiki/2016/1/13/T--UofC_Calgary--Homepage2.png") no-repeat center | + | background-image: url("https://static.igem.org/mediawiki/2016/1/13/T--UofC_Calgary--Homepage2.png"); |
+ | background-repeat: no-repeat; | ||
+ | background-attachment: local; | ||
+ | background-position: center; | ||
-webkit-background-size: cover; | -webkit-background-size: cover; | ||
-moz-background-size: cover; | -moz-background-size: cover; | ||
Line 1,590: | Line 1,596: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: local; | ||
+ | background-position: center; | ||
} | } | ||
.homepage4 { | .homepage4 { | ||
Line 1,597: | Line 1,606: | ||
-o-background-size: cover; | -o-background-size: cover; | ||
background-size: cover; | background-size: cover; | ||
+ | background-repeat: no-repeat; | ||
+ | background-attachment: fixed; | ||
+ | background-position: center; | ||
} | } | ||
.bluediv { | .bluediv { | ||
− | background-color: # | + | background-color: #243336 !important; |
} | } | ||
.yellowdiv { | .yellowdiv { | ||
− | background-color: # | + | background-color: #EBC584 !important; |
} | } | ||
.blackdiv { | .blackdiv { | ||
background-color: #182724 !important; | background-color: #182724 !important; | ||
+ | } | ||
+ | |||
+ | .realdiv { | ||
+ | background-color: #233237 !important; | ||
} | } | ||
Latest revision as of 01:59, 20 October 2016