Template:Team:Waterloo/CSS/baseWiki
From 2014.igem.org
(Difference between revisions)
Line 22: | Line 22: | ||
margin-right: auto; | margin-right: auto; | ||
-ms-transform: translate(0,10%); /* IE 9 */ | -ms-transform: translate(0,10%); /* IE 9 */ | ||
- | + | -webkit-transform: translate(0,10%); /* Chrome, Safari, Opera */ | |
- | + | transform: translate(0,10%); | |
z-index: 100; | z-index: 100; | ||
} | } | ||
Line 32: | Line 32: | ||
margin-right: auto; | margin-right: auto; | ||
-ms-transform: translate(0,-175%); /* IE 9 */ | -ms-transform: translate(0,-175%); /* IE 9 */ | ||
- | + | -webkit-transform: translate(0,-175%); /* Chrome, Safari, Opera */ | |
- | + | transform: translate(0,-175%); | |
} | } | ||
Line 39: | Line 39: | ||
body{ | body{ | ||
background: #D6DCDE; | background: #D6DCDE; | ||
+ | font-family: Georgia, serif; | ||
} | } | ||
a{ | a{ |
Revision as of 21:38, 16 October 2014