home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Chip 2003 May
/
CHIPCD200305.iso
/
soft
/
ow32enen.exe
/
IMAGEANDLINKONLY.CSS
< prev
next >
Wrap
Cascading Style Sheet File
|
2003-01-13
|
3KB
|
99 lines
/*
Name: Show images and links only
Version: 1.00
Author: Opera Software ASA
Description: This style sheet shows images and links only. It works best if "Minimum font size" is set to 0 px in Preferences.
Copyright ⌐ 2003 Opera Software ASA.
*/
* {
display: inline !important;
position: static !important;
/* float: none !important;*/
margin: 0px !important;
padding: 0px !important;
max-height: none !important;
min-height: 0px !important;
height: auto !important;
max-width: none !important;
min-width: 0px !important;
width: auto !important;
border: none !important;
outline: none !important;
background: Silver !important;
color: Silver !important;
font-family: Arial, Helvetica, sans-serif !important;
font-size: 0px !important;
font-weight: normal !important;
font-style: normal !important;
}
head, body, title, ul, ol, dl, p, h1, h2, h3, h4, h5, h6, div, blockquote {display: block !important;}
table {display: table !important;}
tr {display: table-row !important;}
th, td {display: table-cell !important;}
title {
margin-top: 0.5em !important;
margin-bottom: 1.2em !important;
margin-left: auto !important;
margin-right: auto !important;
padding: 2px !important;
width: 50% !important;
border: thick groove !important;
background: White !important;
color: Red !important;
font-weight: bold !important;
font-size: 18px !important;
text-align: center !important;
}
a[href] {
margin-right: 1.2em !important;
padding: 2px !important;
background: Silver !important;
color: Blue !important;
white-space: nowrap !important;
font-size: 12px !important;
line-height: 1.5em !important;
text-decoration: underline !important;
}
a[href] * {
background: transparent !important;
color: blue !important;
font-size: 12px !important;
}
a[href] img {border: medium solid Blue !important;}
a[href]:visited img, a[href]:active img {border: medium solid Red !important;}
a[href]:visited {text-decoration: line-through !important;}
a[href]:hover {
background: White !important;
text-decoration: underline !important;
}
a[href]:active {text-decoration: none !important;}
a[href]:visited, a[href]:active, a[href]:visited *, a[href]:active * {color: Red !important;}
a[href][target="_blank"]:before {
content: "New window: " !important;
background: Silver !important;
color: Black !important;
font-size: 14px !important;
font-style: italic !important;
}
form, hr {display: none !important;}