Login   Register  
PHP Classes
elePHPant
Icontem

File: style.css

Recommend this page to a friend!
Stumble It! Stumble It! Bookmark in del.icio.us Bookmark in del.icio.us
  Classes of ben  >  Portscan  >  style.css  >  Download  
File: style.css
Role: Auxiliary data
Content type: text/plain
Description: style sheet
Class: Portscan
Check whether given TCP ports are opened
Author: By
Last change:
Date: 2006-10-17 07:40
Size: 2,242 bytes
 

Contents

Class file image Download
BODY {
	font-family:verdana;
	font-size:10pt;
     }
THEAD{
	font-family:verdana;
	font-size:10pt;
	background-color:#909090;
	color:white;
	font-weight:bold;
	text-align:center;
	
      }
TBODY{
	font-family:verdana;
	font-size:10pt;
	text-align:center;
     }
.IP  {
	background-color:#909090;
	font-weight:bold;
	width:125px;
	text-align:center;
	color:#ff0000;
     }

.troj{
	font-size:8pt;
	font-weight:light;
	font-style:italic;	
     }
.RSSFEED{
	text-align:left;
	font-size:8pt;
}
.RSSFEED TD{
	font-size:8pt;
	text-align:left;
}
.BoxClass{
	width:250px;
	text-align:left;
	float:left;
}

<!-- Standard HTML tag style parameters -->
P, TD, OL, UL, MENU, BLOCKQUOTE, DIV
{
	font-family: Verdana;
}
A:visited {
    text-decoration: none; 
    color: #336699;
}
A:hover {
    text-decoration: underline; 
    color: #ff3333;
}
A:link {
    text-decoration: none; 
    color: #336699;
}
A:active {
    text-decoration: none; 
    color: #336699;
}

.breaker {
	margin-top:10px;
	width:250px;
	height:5px;
	background-color:#909090;
	color:#ffffff;
}
.breakerhead {
	width:250px;
	height:40px;
	
}
.float_r {
	width:300px;
	padding-left:10px;
}
<!-- ColorBox style/class parameters -->
.ColorBox {
	
}
.ColorBoxTH {
  color: white;
  background-color: #0000aa;
	font-family: Verdana;
}
.ColorBoxInner {
	border: solid #d0d0d0;
	border-width: 2;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-width: 2;
	background-color: #ffffff;
}

<!-- FancyBox style parameters -->
.FancyBox {
	
}
.FancyBoxTH {
  color: white;
  background-color: #909090;
	font-family: Verdana;
}
.FancyBoxInner {
	border: solid #d0d0d0;
	border-width: 2;
	border-right: solid #000000;
	border-bottom: solid #000000;
	border-width: 2;
}
.FancyBoxContent {
	background-color: #ffffff;
	color: #000000;
	text-align:left;
	
}

<!-- Text style parameters -->
.tBox_smalltext  {
    font-family: verdana;
    font-size: 7pt;
}
.tBox_mediumtext {
    font-family: verdana;
    font-size: 9pt;
}
.tBox-b_mediumtext {
    font-family: verdana;
    font-size: 9pt;
    font-weight: bold;
}

.r_i {text-align:right;}