Team:Valencia/Prueba
From 2011.igem.org
(Difference between revisions)
Line 113: | Line 113: | ||
a.bannerlinks:hover, a.bannertoplinks:hover { | a.bannerlinks:hover, a.bannertoplinks:hover { | ||
- | background-color: # | + | background-color: #99CCFF; |
color: white; | color: white; | ||
} | } | ||
.bannerlinks { | .bannerlinks { | ||
- | background-color: # | + | background-color:#A3FF47 ; |
- | border-style: solid; | + | border-style: dotted solid; |
border-color: white; | border-color: white; | ||
border-width: 1px; | border-width: 1px; | ||
Line 128: | Line 128: | ||
.bannertoplinks { | .bannertoplinks { | ||
- | background-color: # | + | background-color:#6666FF ; |
- | border-style: | + | border-style: dotted; |
border-color: white; | border-color: white; | ||
border-width: 1px; | border-width: 1px; | ||
Line 135: | Line 135: | ||
margin-bottom: -2px; | margin-bottom: -2px; | ||
padding: 3px 20px 3px 20px; | padding: 3px 20px 3px 20px; | ||
- | + | } | |
+ | |||
.bannertoplinkslast{ | .bannertoplinkslast{ | ||
background-color: #827B60; | background-color: #827B60; | ||
- | border-style: solid; | + | border-style: solid ; |
border-color: white; | border-color: white; | ||
border-width: 1px; | border-width: 1px; | ||
Line 172: | Line 173: | ||
behavior:url(border-radius.htc); | behavior:url(border-radius.htc); | ||
} | } | ||
- | + | ||
.tabla { | .tabla { | ||
background-color:transparent; | background-color:transparent; | ||
Line 178: | Line 179: | ||
.tabla th { | .tabla th { | ||
- | width: | + | width:70%; |
height:50px; | height:50px; | ||
} | } | ||
.rojo { | .rojo { | ||
- | background-color: | + | background-color:#33CCFF; |
} | } | ||
.amarillo { | .amarillo { | ||
- | background-color: | + | background-color:#FF6633; |
} | } | ||
.azul { | .azul { | ||
- | background-color: | + | background-color:#CC33FF; |
} | } | ||
Line 290: | Line 291: | ||
<br /> | <br /> | ||
<br /> | <br /> | ||
+ | |||
<table class="tabla"> | <table class="tabla"> | ||
<tr> | <tr> | ||
- | <th class="rojo"> | + | <th class="rojo">Primera entrada</th> |
<th class="amarillo">Cabereca 2</th> | <th class="amarillo">Cabereca 2</th> | ||
<th class="azul">Cabereca 3</th> | <th class="azul">Cabereca 3</th> | ||
Line 299: | Line 301: | ||
<td>Dato 1</td> | <td>Dato 1</td> | ||
<td>Dato 2</td> | <td>Dato 2</td> | ||
- | <td>Dato 3</td> | + | <td>Dato 3 </td> |
</tr> | </tr> | ||
<tr> | <tr> | ||
Line 306: | Line 308: | ||
<td>Dato 6</td> | <td>Dato 6</td> | ||
</tr> | </tr> | ||
- | |||
+ | |||
+ | </table> | ||
</body> | </body> | ||
</html> | </html> |
Revision as of 09:49, 6 September 2011
Primera entrada | Cabereca 2 | Cabereca 3 |
---|---|---|
Dato 1 | Dato 2 | Dato 3 |
Dato 4 | Dato 5 | Dato 6 |