User:Macowell/publishbox.css
From 2007.igem.org
(Difference between revisions)
m |
m |
||
Line 24: | Line 24: | ||
float:right; | float:right; | ||
padding: 0 8px 0 0; | padding: 0 8px 0 0; | ||
- | color: # | + | color: #555; |
font-weight: bold; | font-weight: bold; | ||
} | } |
Revision as of 02:25, 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 { float:right; padding: 0 8px 0 0; color: #555; font-weight: bold; } .PublishEntry { float:left; width: 350px; //margin:1em; padding: 0 12px 6px 0; }