Template:Team:UFMG Brazil/cabeça
From 2013.igem.org
(Difference between revisions)
Line 18: | Line 18: | ||
<html> | <html> | ||
<link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> | <link href='http://fonts.googleapis.com/css?family=Source+Sans+Pro' rel='stylesheet' type='text/css'> | ||
+ | </html> | ||
+ | |||
+ | <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; | ||
+ | } | ||
+ | |||
+ | #p-logo, | ||
+ | #search-controls, | ||
+ | .firstHeading { | ||
+ | display: none; | ||
+ | } | ||
+ | |||
+ | #top-section { | ||
+ | background-color: #C00000; | ||
+ | border: none; | ||
+ | height:25px; | ||
+ | margin-top: 0; | ||
+ | margin-bottom: 0px; | ||
+ | |||
+ | } | ||
+ | |||
+ | #top-section:hover { | ||
+ | background: #A00000; | ||
+ | } | ||
+ | |||
+ | /* Edit and user menu */ | ||
+ | #menubar { | ||
+ | top: 0 !important; | ||
+ | font-size: 0.8em; | ||
+ | } | ||
+ | |||
+ | #menubar li, | ||
+ | #menubar li a:link { | ||
+ | text-transform: uppercase; | ||
+ | } | ||
+ | |||
+ | /* Highlight with background colour on hover */ | ||
+ | #top-section:hover #menubar li a { | ||
+ | color: white; | ||
+ | } | ||
+ | |||
+ | #menubar li a:link, | ||
+ | #menubar li a:visited { | ||
+ | color: #DDD; | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | #menubar li a:hover, | ||
+ | #menubar li a:focus { | ||
+ | color: white; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | /* Edit */ | ||
+ | #menubar.left-menu{ | ||
+ | |||
+ | } | ||
+ | |||
+ | #menubar.left-menu:hover { | ||
+ | background-color: transparent; | ||
+ | } | ||
+ | |||
+ | |||
+ | /* User */ | ||
+ | #menubar.right-menu { | ||
+ | |||
+ | } | ||
+ | |||
+ | |||
+ | |||
+ | /* ? */ | ||
+ | #catlinks { | ||
+ | border:none; | ||
+ | background: #ffffff; | ||
+ | } | ||
+ | |||
+ | #logos_header { | ||
+ | position: relative; /* this is to allow positioning of elements within */ | ||
+ | width: 963px; | ||
+ | height: 253px; | ||
+ | text-align: right; | ||
+ | margin: 0 0 1em 0; | ||
+ | line-height: 80px; | ||
+ | } | ||
+ | |||
+ | #logo_igem{ | ||
+ | position: relative; | ||
+ | width:113px; | ||
+ | height: 92px; | ||
+ | float: left; | ||
+ | padding-top: 50px; | ||
+ | padding-left: 25px; | ||
+ | } | ||
+ | |||
+ | #logo_cardbio{ | ||
+ | position: relative; | ||
+ | width: 307px; | ||
+ | height: 156px; | ||
+ | float: left; | ||
+ | margin-left:170px; | ||
+ | padding-top: 8px; | ||
+ | } | ||
+ | |||
+ | #logo_team{ | ||
+ | position: relative; | ||
+ | width:153px; | ||
+ | height:100px; | ||
+ | float: left; | ||
+ | margin-left: 170px; | ||
+ | padding-top: 40px; | ||
+ | } | ||
+ | |||
+ | #ecg{ | ||
+ | position: relative; | ||
+ | width: 962px; | ||
+ | height: 85px; | ||
+ | } | ||
+ | |||
+ | #content{ | ||
+ | border: none; | ||
+ | } | ||
+ | |||
+ | </style> | ||
+ | <div id="logos_header"> | ||
+ | <div id="logo_igem"> | ||
+ | <a href="https://2013.igem.org/Main_Page"><img src="http://s18.postimg.org/lkimfun11/logo_igem_sm.png"></a> | ||
+ | </div> | ||
+ | <div id="logo_cardbio"> | ||
+ | <img src="http://s22.postimg.org/qbbsbexqp/logo_cb_sm.png"> | ||
+ | </div> | ||
+ | <div id="logo_team"> | ||
+ | <img src="http://s22.postimg.org/xbzs46zil/logo_bac_sm.png"> | ||
+ | </div> | ||
+ | <div id="ecg"> | ||
+ | <img src="http://s23.postimg.org/ciss23uh7/logo_ecg_sm.png"> | ||
+ | </div> | ||
+ | </div> | ||
</html> | </html> |
Revision as of 04:46, 23 September 2013
<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;
}
- p-logo,
- search-controls,
.firstHeading {
display: none;
}
- top-section {
background-color: #C00000; border: none; height:25px; margin-top: 0; margin-bottom: 0px;
}
- top-section:hover {
background: #A00000;
}
/* Edit and user menu */
- menubar {
top: 0 !important; font-size: 0.8em;
}
- menubar li,
- menubar li a:link {
text-transform: uppercase;
}
/* Highlight with background colour on hover */
- top-section:hover #menubar li a {
color: white;
}
- menubar li a:link,
- menubar li a:visited {
color: #DDD; background-color: transparent;
}
- menubar li a:hover,
- menubar li a:focus {
color: white; text-decoration: none;
}
/* Edit */
- menubar.left-menu{
}
- menubar.left-menu:hover {
background-color: transparent;
}
/* User */
- menubar.right-menu {
}
/* ? */
- catlinks {
border:none; background: #ffffff;
}
- logos_header {
position: relative; /* this is to allow positioning of elements within */ width: 963px; height: 253px; text-align: right; margin: 0 0 1em 0; line-height: 80px;
}
- logo_igem{
position: relative; width:113px; height: 92px; float: left; padding-top: 50px; padding-left: 25px;
}
- logo_cardbio{
position: relative; width: 307px; height: 156px; float: left; margin-left:170px; padding-top: 8px;
}
- logo_team{
position: relative; width:153px; height:100px; float: left; margin-left: 170px; padding-top: 40px;
}
- ecg{
position: relative; width: 962px; height: 85px; }
- content{
border: none;
}
</style>
<a href="https://2013.igem.org/Main_Page"><img src="http://s18.postimg.org/lkimfun11/logo_igem_sm.png"></a>
<img src="http://s22.postimg.org/qbbsbexqp/logo_cb_sm.png">
<img src="http://s22.postimg.org/xbzs46zil/logo_bac_sm.png">
<img src="http://s23.postimg.org/ciss23uh7/logo_ecg_sm.png">
</html>