home *** CD-ROM | disk | FTP | other *** search
/ PC World 2001 January / PCWorld_2001-01_cd.bin / Software / Topware / xmlspy / xmlspy35.exe / Main / W3C-WD.css < prev    next >
Encoding:
Cascading Style Sheet File  |  2000-11-20  |  1.7 KB  |  65 lines

  1.   body { 
  2.     background: top left no-repeat url(WD.gif) #FFFFFF;
  3.     margin-left: 10%; 
  4.     margin-right: 10%; 
  5.     font-family: sans-serif
  6.   }
  7.   h1,h2,h3,h4,h5,h6 {
  8.     margin-left: -4%;
  9.     font-family: sans-serif;
  10.     color: rgb(0, 92, 160);
  11.   }
  12.   h1 { margin-top: 3em }
  13.   /* a { text-decoration: none;} */
  14.   :link { color: rgb(0, 0, 153) }
  15.   :visited { color: rgb(153, 0, 153) }
  16.   :active { color: rgb(255, 0, 102) }
  17.   :hover { color: rgb(0, 96, 255) }
  18.   /* .contents a { text-decoration: none }  */
  19.   .spec a { text-decoration: none }
  20.   img { color: white; border: none; }
  21.   code { font-family: monospace; font-weight: bold; }
  22.   em { font-style: italic; font-weight: bold; }
  23.   strong { text-transform: uppercase; font-weight: bold; }
  24.   u,ins,.add {text-decoration: underline; color: rgb(153, 0, 0); }
  25.   s,del,.remove {text-decoration: line-through; color: rgb(192, 192, 0);}
  26.   pre {font-family: monospace; color: #006600; font-weight: bold; }
  27.   p.caption { font-weight: bold; font-style: italic; }
  28.   blockquote {
  29.     color: navy;
  30.     font-family: "Comic Sans MS", sans-serif;
  31.   }
  32.   div.contents li {list-style-type: none}
  33.   .contents {
  34.     background-color: rgb(204,204,255);
  35.     padding: 0.5em;
  36.     border: none;
  37.     width: 100%;
  38.     margin-right: 5%;
  39.   }
  40.   .good {
  41.     border: solid;
  42.     border-width: 2px;
  43.     border-color: green;
  44.     color: #006600;
  45.     margin-right: 5%;
  46.     margin-left: 0;
  47.     margin-bottom: 10px;
  48.     padding: 0.3em;
  49.   }
  50.   .bad  {
  51.     border: solid;
  52.     border-width: 2px;
  53.     border-color: red;
  54.     margin-right: 5%;
  55.     color: rgb(192, 101, 101);
  56.     margin-bottom: 10px;
  57.     padding: 0.3em;
  58.   }
  59.   td,th {
  60.     font-family: sans-serif;
  61.     background: rgb(255,255,153);
  62.     border-color: rgb(255,255,255);
  63.   }
  64.  
  65.