User:PhantomSnake/nwgreen.css: Difference between revisions

From NexusWiki
(New page: body { background-image: url(green-155x10.png); })
 
No edit summary
 
(2 intermediate revisions by the same user not shown)
Line 1: Line 1:
body
body
{
{
   background-image: url(green-155x10.png);
   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;
}
}

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