home *** CD-ROM | disk | FTP | other *** search
/ PC World 2003 January / PCWorld_2003-01_cd.bin / Komunik / opera7b / ow32enen700b1bj.exe / IMAGEANDLINKONLY.CSS < prev    next >
Encoding:
Cascading Style Sheet File  |  2002-11-01  |  2.3 KB  |  93 lines

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