Source code of Windows XP (NT5)
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

33 lines
532 B

  1. .sectionTitle {
  2. color:white;
  3. background: #AAAAAA;
  4. cursor:hand;
  5. font-weight:bold;
  6. font-size:12;
  7. font-family: Verdana, Arial, Sans;
  8. padding:10px; }
  9. .Text {
  10. font-family: Verdana, Arial, Sans;
  11. font-size:12;
  12. padding:10px; }
  13. IMG.special {
  14. filter:alpha(opacity=35);
  15. height:50;
  16. cursor:hand; }
  17. Span.Header {
  18. font-family: Verdana, Arial, Sans;
  19. font-size:20;
  20. font-weight:bold; }
  21. .MainBtn {
  22. color:white;
  23. background: #AAAAAA;
  24. cursor:hand;
  25. font-weight:bold;
  26. font-size:12;
  27. font-family: Verdana, Arial, Sans;}