﻿/*
MySQL based default password list script
Written by Andrew; andrew@omghax.ca
CSS for the password script
Stolen from phenoelit-us.org/fr/phe.css :)
*/
body{
	background-color: #000000;
	color: #FF9900;
}

/* Zet's CSS def's */
text,p,th,b,{
	font-size:12px;
	line-height:14px;
	font-family:Helvetica,Arial;
	color: #FF9900;
	border: none;
}
hr{
    border-top: 2px solid #333333;
    border-bottom: none;
}


h2{
  	font-family: Times New Roman;
    font-size:20px;
}


table {
    padding: 0;
	font-family:Helvetica,Arial;
	color: #FF9900;
}
#result{
  border-top: thin solid #222222;
  border-bottom: thin solid #222222;
}


td{
    border: none;
    font-size:12px;
	line-height:14px;
	font-family:Helvetica,Arial;
}
input{
  font-size:12px;
  background-color: #222222;
  border: thin solid #333333;
  color:  #FF9900;
  width: 214px;
}
.button{
  font-size:12px;
  background-color: #222222;
  border: thin solid #333333;
  color:  #FF9900;
  text-align: center;
  width: 60px;
}
.checkboxes{
  font-size:12px;
  background-color: #111111;
  border: none;
  color:  #FF9900;
  width: 30px;
}
.newdata{
  font-size:12px;
  background-color: #222222;
  border: thin solid #333333;
  color:  #FF9900;
  width: 290px;
}
textarea{
  font-size:12px;
  background-color: #222222;
  border: thin solid #333333;
  color:  #FF9900;
}
ul{
  list-style: none;
  font-family: Helvetica,Arial;
  font-size: 12px;
  display: block;
  margin: 0;
}
li{
  margin: 0;
  display: inline;
}


/* FX added his Phenoelit we-cannot-print-such-a-thing color. And yes,
   we can! Whoever want's to have a shirt: dorp me an email*/
pre  { 
	font-size:12px;
	line-height:14px; 
	font-family:Courier;
}
/* Thanks to Wolf for pointing out a spelling error */
a{
  margin: 0;
  color: #FF9900;
  font-family: Helvetica,Arial;
  font-size:12px;
  text-decoration: none;
  border: none;
  }
a:hover{
  margin: 0;
  color: #FF9900;
  text-decoration: underline;
  border: none;
  }
.topnavi a{
  margin: 0;
  color: #FF9900;
  text-decoration: none;
  background: #222222;
  border: none;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  padding-right: 10px;
  }
.topnavi a:hover {
  color: #FF9900;
  text-decoration: none;
  background: #333333;
  border: none;
  }
.pages{
  width: 25px;
  height: 25px;
  text-align: right;
}
.pagenumbers{
  text-align: center;
}

/* I discovered that comments in CSS files are a funny thing.
   Germans: Ever wondered what the SELFHTML guy is like when not writing
            official documents? Look at his style sheet file:
	    http://www.teamone.de/selfhtml/wselfhtm.css
	    on line 179, what words he uses. Rating: Cool. 
	    Hack the planet :) */