User:Lucas/estilo.css
From 2009.igem.org
(Difference between revisions)
(New page: td.menu { vertical-align: top; width: 128px; background-color:#990000; font-size: 80%; } table.header { padding: 0; border-spacing: 0; } td.header { font-size: 140%; vertical-ali...) |
|||
Line 14: | Line 14: | ||
font-size: 140%; | font-size: 140%; | ||
vertical-align: middle; | vertical-align: middle; | ||
- | background-image: url(' | + | background-image: url('https://static.igem.org/mediawiki/2009/1/17/Bullet.gif'); |
background-repeat:no-repeat; | background-repeat:no-repeat; | ||
background-position:left; | background-position:left; | ||
Line 22: | Line 22: | ||
padding: 0; | padding: 0; | ||
margin: 0; | margin: 0; | ||
+ | } | ||
+ | |||
+ | td.colunaE { | ||
+ | width: 570px; | ||
+ | background-color: #FFFFFF; | ||
+ | padding-top: 1em; | ||
+ | padding-left: 4px; | ||
+ | padding-right: 4px; | ||
+ | font-size: 90%; | ||
+ | } | ||
+ | |||
+ | td.colunaD { | ||
+ | padding-top: 5px; | ||
+ | } | ||
+ | |||
+ | td.menuL { | ||
+ | font-family: Verdana,Arial,sans-serif; | ||
+ | background-color: #990000; | ||
+ | color: #ffffff; | ||
+ | font-size: 12px; | ||
+ | vertical-align: top; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif'); | ||
+ | background-repeat: repeat-x; | ||
+ | background-position: bottom; | ||
+ | } | ||
+ | |||
+ | td.menuLS { | ||
+ | font-family: Verdana,Arial,sans-serif; | ||
+ | background-color: #ae0e0e; | ||
+ | color: #ffffff; | ||
+ | font-size: 12px; | ||
+ | vertical-align: top; | ||
+ | background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif'); | ||
+ | background-repeat: repeat-x; | ||
+ | background-position: bottom; | ||
+ | padding-left: 1em; | ||
+ | } | ||
+ | |||
+ | a.branco:link { | ||
+ | color: #ffffff; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.branco:visited { | ||
+ | color: #ffffff; | ||
+ | text-decoration: none; | ||
+ | } | ||
+ | |||
+ | a.branco:hover { | ||
+ | color: #DDDDDD; | ||
+ | } | ||
+ | |||
+ | a.branco:active { | ||
+ | color: #ffffff; | ||
} | } |
Revision as of 21:18, 30 July 2009
td.menu { vertical-align: top; width: 128px; background-color:#990000; font-size: 80%; } table.header { padding: 0; border-spacing: 0; } td.header { font-size: 140%; vertical-align: middle; background-image: url('https://static.igem.org/mediawiki/2009/1/17/Bullet.gif'); background-repeat:no-repeat; background-position:left; font-weight:bold; text-indent: 75px; height: 58px; padding: 0; margin: 0; } td.colunaE { width: 570px; background-color: #FFFFFF; padding-top: 1em; padding-left: 4px; padding-right: 4px; font-size: 90%; } td.colunaD { padding-top: 5px; } td.menuL { font-family: Verdana,Arial,sans-serif; background-color: #990000; color: #ffffff; font-size: 12px; vertical-align: top; background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif'); background-repeat: repeat-x; background-position: bottom; } td.menuLS { font-family: Verdana,Arial,sans-serif; background-color: #ae0e0e; color: #ffffff; font-size: 12px; vertical-align: top; background-image: url('https://static.igem.org/mediawiki/2009/5/5b/Linha.gif'); background-repeat: repeat-x; background-position: bottom; padding-left: 1em; } a.branco:link { color: #ffffff; text-decoration: none; } a.branco:visited { color: #ffffff; text-decoration: none; } a.branco:hover { color: #DDDDDD; } a.branco:active { color: #ffffff; }