All pastes #2051867 Raw Edit

Stuff

public text v1 · immutable
#2051867 ·published 2011-04-29 09:24 UTC
rendered paste body
/*  Colours, by roxahris 
	Cheaply ported to Neritic Net. */
body {
	background: white url(../theme/colours/bg_c.jpg) repeat;
	font-family: "Ubuntu", "Calibri", "Verdana", "Arial", sans-serif;
	font-size: 1em;
	text-shadow:  #888 -1px -1px 10px, #fff 0px 0px 1px ;
	margin: 0px;
}
textarea, input[type=text], input[type=password] {
	border: 1px solid rgba(160, 160, 255, 0.175);
	background: rgba(0, 0, 0, 0.5);
	color: white;
	font-size: 1em;
	font-family: monospace, "courier", "courier new";
}
select{
	border: #333 1px inset;
	background: #bbb;
	color: #333;
	font-family: arial;
	font-size: 1em;
}
.submit, input[type=submit]{
	font-size: 1em;
	border: 1px solid rgba(160, 160, 255, 0.175);
	background: rgba(0, 0, 0, 0.5);
	border-radius: 2px;
	color: white;
}
.submit:hover, input[type=submit]:hover{
	border: 1px solid rgba(160, 160, 160, 0.5);
	background: #1f1f1f;
}
.submit:active, input[type=submit]:active{
  background: #e0e0e0;
}
img {
	border: 0px;
}
table{
	  font-size: 1em;
}
table.c1, table.c2 {
  width: 100%;
  border-collapse: collapse;
  color: #ccc;
  font-size: 1em;
}

td.b {
	padding: 2px;
    background: rgba(242, 242, 242, 0.7) url(../theme/colours/back_lines.png) repeat-x;
	color: #333;
}
td.n1, tr.n1 td {
	padding: 2px;
  	background: rgba(217, 217, 217, 0.5) url(../theme/colours/back_lines.png) repeat-x;
	color: #333;
}
td.n2, tr.n2 td {
	padding: 2px;
    background: rgba(198, 198, 198, 0.2) url(../theme/colours/back_lines.png) repeat-x;
	color: #333;
}
td.h, tr.h td {
	padding: 2px;
	background: rgba(129, 129, 129, 0.6) url(../theme/colours/back_lines.png) repeat-x;
	text-align: center;
	font-size: 8pt;
	color: #DDD;
	border-bottom: 0px none;
	text-shadow: #111 0px 0px 2px
}
tr.c td {
	background: #333 url(../theme/colours/header.png) repeat-x;
	font-size: .9em;
	font-weight: bold;
	padding: 2px;
	text-align: center;
	color: #eee;
	border-bottom: 0px none;
	text-shadow: #111 0px 0px 2px
}
tr.h td, tr.c td {
	text-align: center;
}
.sfont{
	font-size: 0.9em;
	padding: 4px;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.5);
}
.radio {
	border: 0px;
	background: transparent;
}
a, a:link {
	color: #555;
	text-decoration: none;
	font-weight: bold;
}
a:visited {
	color: #777;
	text-decoration: none;
	font-weight: bold;
}
a:hover, a:hover span  {
	cursor: pointer;
	text-decoration: underline;
	font-weight: bold;
}
a:active {
	color: #222;
	text-decoration: underline;
	font-weight: bold;
}

a {	color: #555;
	text-decoration: none;
	font-weight: bold;}
	
.nc0x{color:#888888} .nc1x{color:#888888} .nc2x{color:#888888}
.nc00{color:#97ACEF} .nc10{color:#F185C9} .nc20{color:#7C60B0}
.nc01{color:#D8E8FE} .nc11{color:#FFB3F3} .nc21{color:#EEB9BA}
.nc02{color:#AFFABE} .nc12{color:#C762F2} .nc22{color:#47B53C}
.nc03{color:#FFEA95} .nc13{color:#C53A9E} .nc23{color:#F0C413}