summaryrefslogblamecommitdiff
path: root/archive/common-night.css
blob: 0ab12d5fbbc3a8aec0ff57905043edc1fcb9ca7e (plain) (tree)






































                                                                   
body {
	background: #090933;
	color: #FFFFFF;
}
.CTitle {
	font-family: 'FreeMono', 'Courier New', Courier, monospace;
	color: #FFFFFF;
}
.TText {
	font-family: 'FreeMono', 'Courier New', Courier, monospace;
	color: #FFFFFF;
}
a:link { 
color:#1194FF; 
text-decoration:none; 
} 
a:visited { 
color:#20ACFF; 
text-decoration:none; 
} 
a:hover { 
color:#3FBFFF; 
text-decoration:none; 
} 
a:active { 
color:#CCCCFF; 
text-decoration:none; 
}
div.floatingl {
	left: 0px;
	bottom: -10px;
	position: fixed;
}
div.floatingr {
	right: 0px;
	bottom: -10px;
	position: fixed;
	transform: rotateY(180deg);
}