User:Macowell/publishbox.css

From 2007.igem.org

< User:Macowell
Revision as of 02:14, 21 December 2007 by Macowell (Talk | contribs)

Note: After saving, you may have to bypass your browser's cache to see the changes. Mozilla / Firefox / Safari: hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (Command-R on a Macintosh); Konqueror: click Reload or press F5; Opera: clear the cache in Tools → Preferences; Internet Explorer: hold Ctrl while clicking Refresh, or press Ctrl-F5.

#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;
}

.PublishEntry {
	float:left;
	width: 350px;
	//margin:1em;
	padding: 0 12px 6px 0;
}