home *** CD-ROM | disk | FTP | other *** search
/ Comiket 69 / CCC69A.ISO / pc / help / common.css next >
Encoding:
Cascading Style Sheet File  |  2003-10-19  |  1.0 KB  |  66 lines

  1. /*
  2.   ccatarog CSSâtâ@âCâï
  3. */
  4. A:link {
  5.   color: #3333cc;
  6.   text-decoration: none;
  7. }
  8. A:visited {
  9.   color: #3333cc;
  10.   text-decoration: none;
  11. }
  12. A:active {
  13.   color: #cc0088;
  14.   text-decoration: none;
  15. }
  16.  
  17. A:hover {
  18.   color: #cc0088;
  19.   background-color: #ffffcc;
  20.   text-decoration: none;
  21. }
  22.  
  23. body {
  24.   margin-top: 0em;
  25.   margin-left: 1em;
  26.   margin-right: 1em;
  27.   margin-bottom: 2em;
  28.   background-color: #eeffee;
  29.   color: #000000;
  30. }
  31.  
  32. H1 {
  33.   font-family: 'Times New Roman' , serif;
  34.   text-indent: 0.2em;
  35.   margin-bottom: 1em;
  36.   margin-left: 0em;
  37.   margin-right: 0em;
  38.   margin-top: 1em;
  39.   font-size: 150%;
  40.   border-bottom: double #9999ff;
  41.   border-left: thick solid #9999ff;
  42. }
  43. H2 {
  44.   font-family: 'Times New Roman' , serif;
  45.   margin-bottom: 1em;
  46.   margin-left: 0em;
  47.   margin-right: 0em;
  48.   margin-top: 3em;
  49.   font-size: 120%;
  50.   border-bottom:  thin solid #9999ff;
  51. }
  52.  
  53. HR {
  54.   display: none;
  55. }
  56.  
  57. HR.line {
  58.   display: thin solid #9999ff;
  59. }
  60.  
  61. P.close {
  62.   text-align: right;
  63.   font-size: 80%;
  64.   border-top: thin solid #9999ff;
  65. }
  66.