home *** CD-ROM | disk | FTP | other *** search
/ DOS/V Power Report 2001 August / VPR0108A.BIN / M_BOARD / motherboard.css < prev   
Cascading Style Sheet File  |  2001-06-28  |  2KB  |  110 lines

  1.  
  2. body {
  3.     font-family: "MS Pゴシック", "sans-serif";
  4.     color: black;
  5.     background-color: #FFFFFF;
  6. }
  7.  
  8. /* リンクの色(一般的なGUI型Webブラウザのデフォルトと同一にする) */
  9. A:link        {color: blue; background-color: transparent;}
  10. A:visited    {color: purple; background-color: transparent;}
  11. A:hover{ color: red; background-color: transparent; }
  12.  
  13. h1 {  text-align: center}
  14.  
  15.  
  16. H2{
  17.     font-size: 1.3em;
  18.     text-indent: 0.1em;
  19.     margin-right: 10px;
  20.     margin-left: 10px;
  21.     margin-bottom: 2px;
  22.     border-width: 0 0 2px;
  23.     border-color: #228B22;
  24.     border-style: dashed;
  25. }
  26.  
  27. DIV.back{
  28.     font-size: 0.8em;
  29.     text-align: center;
  30. }
  31.  
  32. DIV.powerd-by{
  33.     text-align: right;
  34.     margin-bottom: 0;
  35.     margin-right: 12px;
  36. }
  37.  
  38. DIV.menu{
  39.     background-color: #DEFDC6;
  40.     margin-top: 10px;
  41.     margin-right: 10px;
  42.     margin-bottom: 0px;
  43.     margin-left: 10px;
  44.     padding: 5px 5px 10px;
  45. }
  46.  
  47. DIV.footnote{
  48.     font-size: 0.7em;
  49.     margin-top: 2px;
  50.     margin-bottom: 10px;
  51.     text-align: right;
  52.     margin-right: 10px;
  53. }
  54.  
  55. P
  56. {
  57.     line-height: 1.3em;
  58.     margin-right: 2%;
  59.     margin-left: 3%;
  60. }
  61.  
  62. P.caution /* 注意書 */
  63. {
  64.     line-height: 1.1em;
  65.     font-size: 0.9em;
  66. }
  67.  
  68. IMG.banner
  69. {
  70.     border-style: none;
  71. }
  72.  
  73. TABLE
  74. {
  75.     background-color: #DEFDC6;
  76.     align: center;
  77.     margin-top: 10px;
  78.     margin-right: 10px;
  79.     margin-bottom: 10px;
  80.     margin-left: 10px;
  81.     padding: 5px 5px 10px;
  82.     width: 95%;
  83. }
  84.  
  85. TD
  86. {
  87.     font-weight: bold;
  88.     text-align: left;
  89.     padding-left: 10px;
  90.     width: 50%;
  91. }
  92.  
  93. TR
  94. {
  95.     height: 1.5em;
  96. }
  97.  
  98.  
  99. ADDRESS
  100. {
  101.     font-family: "MS UI Gothic", sans-serif;
  102.     font-style: normal;
  103.     font-size: 0.8em;
  104. }
  105.  
  106. SPAN.update
  107. {
  108.     font-weight: normal;
  109.     font-size: 0.7em;
  110. }