Team:UNAM-Genomics Mexico/Templates/Notebook
From 2011.igem.org
(Difference between revisions)
(v1.0.0) |
m (v1.0.1 bg image paper 100) |
||
Line 4: | Line 4: | ||
/* | /* | ||
NAME notebook_template.css | NAME notebook_template.css | ||
- | VERSION 1.0. | + | VERSION 1.0.1 |
AUTHOR Eduardo Vladimir Muñoz Hernández | AUTHOR Eduardo Vladimir Muñoz Hernández | ||
DESC The file contains the css data for the UNAM-Genomics_Mexico Team wiki Notebook pages | DESC The file contains the css data for the UNAM-Genomics_Mexico Team wiki Notebook pages | ||
Line 40: | Line 40: | ||
text-align:justify; | text-align:justify; | ||
width: 100%; | width: 100%; | ||
- | background- | + | background-image:url(https://static.igem.org/mediawiki/2011/7/7e/Paper_100_up.jpg); |
color:#404040; | color:#404040; | ||
font-size: 110%; | font-size: 110%; | ||
Line 57: | Line 57: | ||
float:left; | float:left; | ||
border:none; | border:none; | ||
- | padding: | + | padding: 0px 0px 0px 0px; |
} | } | ||
div.right_garabato{ | div.right_garabato{ | ||
float:right; | float:right; | ||
border:none; | border:none; | ||
- | padding: | + | padding: 0px 0px 0px 0px; |
} | } | ||
div.bottomr_garabato{ | div.bottomr_garabato{ | ||
Line 68: | Line 68: | ||
vertical-align: bottom; | vertical-align: bottom; | ||
border:none; | border:none; | ||
- | padding: | + | padding: 0px 0px 0px 0px; |
} | } | ||
Line 123: | Line 123: | ||
An image with width=200px and length=300px won't fit the 1x1 class, but the 2x3 class.*/ | An image with width=200px and length=300px won't fit the 1x1 class, but the 2x3 class.*/ | ||
img.prop_1x1{ | img.prop_1x1{ | ||
- | |||
width:150px; | width:150px; | ||
+ | height:150px; | ||
border:none; | border:none; | ||
} | } | ||
img.prop_3x4{ | img.prop_3x4{ | ||
- | |||
width:160px; | width:160px; | ||
+ | height:120px; | ||
border:none; | border:none; | ||
} | } |
Revision as of 05:18, 17 June 2011