User:PhantomSnake/nwgreen.css: Difference between revisions

From NexusWiki
No edit summary
No edit summary
 
Line 25: Line 25:
border-bottom: 1px solid #00ff00;
border-bottom: 1px solid #00ff00;
border-top: 1px solid #00ff00;
border-top: 1px solid #00ff00;
}
.portlet ul {
  list-style-image: none;
  list-style-type: square;
}
}

Latest revision as of 20:13, 15 May 2007

body
{
  background-image: url(skins/nwgreen/green-155x10.png);
  background-repeat: repeat-y;
}

.pBody
{
	border: 1px solid #00FF00;
}

a
{
	color: #999999;
}

a:hover
{
	text-decoration: none;
	color: #30ff00;
}

#footer
{
	border-bottom: 1px solid #00ff00;
	border-top: 1px solid #00ff00;
}

.portlet ul {
  list-style-image: none;
  list-style-type: square;
}