home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Windows News 2006 October
/
wn148cd2.iso
/
Windows
/
S'informer
/
Netcraft
/
netcrafttoolbar.xpi
/
chrome
/
netcrafttoolbar.jar
/
content
/
phishtank.css
< prev
next >
Wrap
Cascading Style Sheet File
|
2005-08-04
|
2KB
|
75 lines
/*
* phishtank.css - Cascading Style Sheet for NetcraftToolbar
* Copyright (C) 2005 Netcraft Ltd
* http://toolbar.netcraft.com/
*
* $Id: chrome:content:phishtank.css,v 1.8 2005/05/06 09:24:35 jez Exp $
*/
#netcrafttoolbar-description {
height: 30px;
min-width: 600px;
width: 100%;
overflow: hidden;
-moz-user-focus: normal;
}
a, a:link {
color: -moz-hyperlinktext ! important;
text-decoration: underline -moz-anchor-decoration ! important;
}
a:visited {
color: -moz-hyperlinktext ! important;
text-decoration: underline -moz-anchor-decoration ! important;
}
/*
A, A:link { color: #00C ! important; text-decoration: none ! important; }
A:active, A:visited { color: purple ! important; text-decoration: none ! important; }
A:hover { color: #B30F41 ! important; text-decoration: underline ! important; }
*/
.textlabel {
display: table-cell;
text-align: right;
vertical-align: middle;
}
.separator {
margin-left: 6px;
margin-right: 4px;
width: 2px;
height: 22px;
border-left: 1px solid #999999;
border-right: 1px solid #ccccff;
}
/* Dialog HTML styles */
.bodytext {
font-family: Trebuchet MS,Verdana,Arial,sans-serif;
font-size: 9pt;
}
h1 {
font-size: 12pt;
font-weight: bold;
text-decoration: underline;
}
h2 {
font-size: 10pt;
text-decoration: underline;
}
pre {
font-size: 7pt;
left-margin: 3em;
}
iframe { background-color: transparent ! important; }
:-moz-page, :-moz-page-sequence {
display: block;
background: transparent;
}