Template:Team:UFMG Brazil/cabeça
From 2013.igem.org
(Difference between revisions)
Line 17: | Line 17: | ||
<html> | <html> | ||
+ | <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> | ||
+ | |||
+ | <style> | ||
+ | body | ||
+ | { | ||
+ | background-image:url('https://static.igem.org/mediawiki/2013/9/98/Ufmg_background.png'); | ||
+ | background-repeat:repeat; | ||
+ | background-color:white; | ||
+ | font-family: 'Source Sans Pro', sans-serif; | ||
+ | font-size: 12px; | ||
+ | } | ||
+ | /* | ||
+ | #menubar * | ||
+ | { | ||
+ | color: black; | ||
+ | font-size: 10px; | ||
+ | background-color: red; | ||
+ | } | ||
+ | |||
+ | #menubar ul | ||
+ | { | ||
+ | color: red; | ||
+ | list-style: none; | ||
+ | } | ||
+ | */ | ||
+ | |||
+ | #catlinks | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #footer | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | .firstHeading | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #menu_header | ||
+ | { | ||
+ | background-color: white; | ||
+ | } | ||
+ | |||
+ | #searchform | ||
+ | { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #top-section | ||
+ | { | ||
+ | height: 200px; | ||
+ | background-size: cover; | ||
+ | background-repeat:no-repeat; | ||
+ | background-color:white; | ||
+ | } | ||
+ | |||
+ | #p-logo | ||
+ | { | ||
+ | text-align: center; | ||
+ | } | ||
+ | |||
+ | </style> |
Revision as of 00:00, 18 September 2013