User:Macowell/publishbox.css
From 2007.igem.org
(Difference between revisions)
m |
m |
||
Line 5: | Line 5: | ||
margin: 2em 16px 8px 16px; | margin: 2em 16px 8px 16px; | ||
background-color: #d9f0f8; | background-color: #d9f0f8; | ||
- | border-right: | + | border-right: 2px solid #ade2f2; |
- | border-bottom: | + | border-bottom: 2px solid #ade2f2; |
font-size: 1em; | font-size: 1em; | ||
//min-height: 140px; | //min-height: 140px; |
Revision as of 02:03, 21 December 2007
#PublishBox { background-position: right bottom; background-repeat: no-repeat; //background-image: url(https://static.igem.org/mediawiki/2007/3/32/IGEM07-mainpage_Brick.jpg); margin: 2em 16px 8px 16px; background-color: #d9f0f8; border-right: 2px solid #ade2f2; border-bottom: 2px solid #ade2f2; font-size: 1em; //min-height: 140px; width: 620px; float: left; } #PublishBox img { //position: absolute; float: left; //padding: -8px 24px 16px 16px; padding: 0 10px 0 8px; border: solid 1px #d9f0f8; } #PublishBox p { padding: 4px 12px; } .PublishEntry { float:left; width: 600px; //margin:1em; padding: 0 12px 6px 0; }