home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 May / CHIPCD200305.iso / soft / ow32enen.exe / IMAGEANDLINKONLY.CSS < prev    next >
Cascading Style Sheet File  |  2003-01-13  |  3KB  |  99 lines

  1. /*
  2. Name: Show images and links only
  3. Version: 1.00
  4. Author: Opera Software ASA
  5. Description: This style sheet shows images and links only. It works best if "Minimum font size" is set to 0 px in Preferences.
  6.  
  7. Copyright ⌐ 2003 Opera Software ASA.
  8. */
  9.  
  10.  
  11. * {
  12.     display: inline !important;
  13.     position: static !important;
  14. /*    float: none !important;*/
  15.     margin: 0px !important;
  16.     padding: 0px !important;
  17.  
  18.     max-height: none !important;
  19.     min-height: 0px !important;
  20.     height: auto !important;
  21.     max-width: none !important;
  22.     min-width: 0px !important;
  23.     width: auto !important;
  24.  
  25.     border: none !important;
  26.     outline: none !important;
  27.     background: Silver !important;
  28.     color: Silver !important;
  29.     font-family: Arial, Helvetica, sans-serif !important;
  30.     font-size: 0px !important;
  31.     font-weight: normal !important;
  32.     font-style: normal !important;
  33. }
  34.  
  35. head, body, title, ul, ol, dl, p, h1, h2, h3, h4, h5, h6, div, blockquote {display: block !important;}
  36.  
  37. table {display: table !important;}
  38. tr {display: table-row !important;}
  39. th, td {display: table-cell !important;}
  40.  
  41. title {
  42.     margin-top: 0.5em !important;
  43.     margin-bottom: 1.2em !important;
  44.     margin-left: auto !important;
  45.     margin-right: auto !important;
  46.     padding: 2px !important;
  47.     width: 50% !important;
  48.  
  49.     border: thick groove !important;
  50.     background: White !important;
  51.     color: Red !important;
  52.     font-weight: bold !important;
  53.     font-size: 18px !important;
  54.     text-align: center !important;
  55. }
  56.  
  57. a[href] {
  58.     margin-right: 1.2em !important;
  59.     padding: 2px !important;
  60.     background: Silver !important;
  61.     color: Blue !important;
  62.     white-space: nowrap !important;
  63.     font-size: 12px !important;
  64.     line-height: 1.5em !important;
  65.     text-decoration: underline !important;
  66. }
  67.  
  68. a[href] * {
  69.     background: transparent !important;
  70.     color: blue !important;
  71.     font-size: 12px !important;
  72. }
  73.  
  74. a[href] img {border: medium solid Blue !important;}
  75.  
  76. a[href]:visited img, a[href]:active img {border: medium solid Red !important;}
  77.  
  78. a[href]:visited {text-decoration: line-through !important;}
  79.  
  80. a[href]:hover {
  81.     background: White !important;
  82.     text-decoration: underline !important;
  83. }
  84.  
  85. a[href]:active {text-decoration: none !important;}
  86.  
  87. a[href]:visited, a[href]:active, a[href]:visited *, a[href]:active * {color: Red !important;}
  88.  
  89. a[href][target="_blank"]:before {
  90.     content: "New window: " !important;
  91.     background: Silver !important;
  92.     color: Black !important;
  93.     font-size: 14px !important;
  94.     font-style: italic !important;
  95. }
  96.  
  97. form, hr {display: none !important;}
  98.  
  99.