home *** CD-ROM | disk | FTP | other *** search
/ Pleasure 75 / OTACD75.bin / archive / etc / pl / manual / plcstm.css < prev    next >
Cascading Style Sheet File  |  2007-11-15  |  586b  |  46 lines

  1. body {
  2.     background-color: #000000;
  3.     color: #FFFFFF;
  4.     margin-top: 0px;
  5.     margin-right: 15px;
  6.     margin-bottom: 15px;
  7.     margin-left: 15px;
  8.  
  9.  
  10.  
  11. }
  12. body,tr,td,th {
  13.     font-size:13px;
  14.     line-height: 20px;
  15. }
  16.  
  17.  
  18. a {
  19.     color: #E50073;
  20. }
  21.  
  22. a:hover {
  23.     color: #FF99CC;
  24. }
  25.  
  26. .submenu {
  27.     background-image: url(image/tenline_ver.gif);
  28.     background-repeat: repeat-y;
  29.     background-position: right top;
  30. }
  31.  
  32.  
  33.  
  34. .small-font {
  35.     font-size: 11px;
  36.     line-height: 13px;
  37. }
  38. .big-font {
  39.     font-size: 15px;
  40.     line-height: 15px;
  41. }
  42. .table-style {
  43.     padding-right: 10px;
  44.     padding-left: 10px;
  45. }
  46.