home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2003 April / Gamestar_50_2003-04_cd1.bin / Realtime / data / militaria / Uvod / uvod.css < prev    next >
Cascading Style Sheet File  |  2002-09-13  |  457b  |  23 lines

  1. body {
  2.     font-family: "verdana ce", verdana, sans-serif;
  3.     font-size: 11pt;
  4.     background-color: #141424;
  5.     color: #E8E0C8;
  6.     text-align: justify;
  7.     scrollbar-base-color: #141424;
  8.     scrollbar-arrow-color: #555555;
  9.     scrollbar-3dlight-color: #141424;
  10.     scrollbar-highlight-color: #242434;
  11.     cursor: url("../../a1.cur");
  12.     font-weight:bold
  13. }
  14.  
  15. a {
  16.     color: #dddd00;
  17.     text-decoration: none;
  18.     cursor: url("../../a2.cur");
  19. }
  20.  
  21. a:hover {
  22.     color: #dddd99;
  23. }