home *** CD-ROM | disk | FTP | other *** search
/ Personal Computer World 2004 March / PCWMAR04.iso / css / pcw.css < prev   
Encoding:
Cascading Style Sheet File  |  2003-09-20  |  2.5 KB  |  93 lines

  1.     BODY { background-color:#FFFFFF}
  2.     
  3.     A { color:#272A8E; text-decoration:none }
  4.     a:link
  5.     {
  6.         color: #4A6A86;
  7.         font-weight: normal;
  8.         text-decoration: none;
  9.     }
  10.     
  11.     a:visited
  12.     {
  13.         color: #666666;
  14.         font-weight: normal;
  15.         text-decoration: none;
  16.     }
  17.     
  18.     a:hover
  19.     {
  20.         color: #FFFFFF;
  21.         background-color: #4A6A86;
  22.         font-weight: normal;
  23.         text-decoration: none;
  24.     }
  25.     
  26.     .doublegap { margin-bottom:24px }
  27.     .footgap { margin-bottom:20px }
  28.     .largegap { margin-bottom:12px }
  29.     .midgap { margin-bottom:9px }
  30.     .smidgap { margin-bottom:8px }
  31.     .thegap { margin-bottom:7px }
  32.     .smallgap { margin-bottom:6px }
  33.     .quantumgap { margin-bottom:5px }
  34.     .weeniegap { margin-bottom:4px }
  35.     .tinygap { margin-bottom:3px }
  36.     .microgap { margin-bottom:2px }
  37.     .picogap { margin-bottom:1px }
  38.     .smallleftgap { background-color:#ff0000; padding-left:80px }
  39.     
  40.         .gap01 { padding-bottom:1px }
  41.     .gap02 { padding-bottom:2px }
  42.     .gap03 { padding-bottom:3px }
  43.     .gap04 { padding-bottom:4px }
  44.     .gap05 { padding-bottom:5px }
  45.     .gap06 { padding-bottom:6px }
  46.     .gap07 { padding-bottom:7px }
  47.     .gap08 { padding-bottom:8px }
  48.     .gap09 { padding-bottom:9px }
  49.     .gap10 { padding-bottom:10px }
  50.     .gap12 { margin-bottom:12px }
  51.     .gap20 { margin-bottom:20px }
  52.     .gap24 { margin-bottom:24px }
  53.  
  54.  
  55.     .ctgbox { font-size: xx-small; padding-left:3px; padding-right:2px; background-color:#DE0038; margin-bottom:8px; padding-bottom:6px }
  56.  
  57.     .ctgfoot A { color:#FFFFFF; text-decoration:none }
  58.     .ctgfoot A:visited { color:#FFFFFF }
  59.     .ctgfoot A:active { color:#000000 }
  60.     .ctgfoot A:hover { color:#FFFFFF; text-decoration:none }
  61.     .ctgwhite { font-weight:normal; color:#FFFFFF }
  62.     
  63.         .pcwsmallbold { font-size: xx-small; font-weight:bold; color:#D00020}
  64.     .pcwbold { font-size: x-small; font-weight:bold; color:#D00020}
  65.     .pcwnormal { font-size: x-small; font-weight:normal; color:#D00020}
  66.     .pcwhead { font-size: small; font-family:arial,verdana,helvetica,sans-serif; font-weight: bold; color:#000000;  font-variant: normal; }
  67.     
  68. .pcwsize1 {
  69.     font-family: Arial, Helvetica, sans-serif;
  70.     font-size: xx-small;
  71.     color:#000000
  72. }
  73. .pcwsize2 {
  74.     font-family: Arial, Helvetica, sans-serif;
  75.     font-size: x-small;
  76.     color:#000000
  77. }
  78. .pcwsize3 {
  79.     font-family: Arial, Helvetica, sans-serif;
  80.     font-size: small;
  81.     color:#000000
  82. }
  83. .pcwsize4 {
  84.     font-family: Arial, Helvetica, sans-serif;
  85.     font-size: medium;
  86.     color:#000000;
  87.     font-weight: bold;
  88. }
  89. .pcwstrapgrey {
  90.     font-family: Arial, Helvetica, sans-serif;
  91.     font-size: xx-small;
  92.     color:#666666;
  93. }