home *** CD-ROM | disk | FTP | other *** search
/ ring.yamanashi.ac.jp/pub/pc/freem/action/ / action.zip / LICO.zip / LICO / manualData / style.css < prev    next >
Cascading Style Sheet File  |  2008-09-06  |  896b  |  52 lines

  1. body {
  2.     background-color: #000000;
  3.     font-size: 14px;
  4.     color: #CCCCCC;
  5.     font-family: "élér âSâVâbâN", "Osakaü|ôÖò¥";
  6. }
  7. hr {
  8.     border-top-style: dashed;
  9.     border-right-style: none;
  10.     border-bottom-style: none;
  11.     border-left-style: none;
  12.     border-top-color: #666666;
  13.     border-right-color: #666666;
  14.     border-bottom-color: #666666;
  15.     border-left-color: #666666;
  16. }
  17. .capBox {
  18.     background-color: #333333;
  19.     border: thin solid #666666;
  20.     width: 500px;
  21.     text-align: left;
  22.     padding: 12px;
  23. }
  24.  
  25.  
  26.  
  27. .mainBase {
  28.     text-align: center;
  29. }
  30.  
  31. .titlelogo {
  32.     text-align: center;
  33.     margin: 10px;
  34.     padding: 10px;
  35.     height: 200px;
  36.     width: 500px;
  37. }
  38. img {
  39.     border-top-width: 0px;
  40.     border-right-width: 0px;
  41.     border-bottom-width: 0px;
  42.     border-left-width: 0px;
  43. }
  44. .capBoxcenter {
  45.  
  46.     background-color: #333333;
  47.     border: thin solid #666666;
  48.     width: 500px;
  49.     text-align: center;
  50.     padding: 12px;
  51. }
  52.