home *** CD-ROM | disk | FTP | other *** search
/ Cricao de Sites - 650 Layouts Prontos / WebMasters.iso / Servidores / JanaSetup.exe / Messages / messages.css < prev    next >
Cascading Style Sheet File  |  2006-05-08  |  675b  |  67 lines

  1. body
  2. {
  3.     margin: 0px;
  4.     overflow: hidden;
  5.     border-width: 0px;
  6.     background-color: #808080;
  7. }
  8.  
  9. form
  10. {
  11.     display: inline;
  12. }
  13.  
  14. td
  15. {
  16.     color: #007;
  17.     font-weight: bold;
  18. }
  19.  
  20. a
  21. {
  22.     color: #900;
  23.     font-size: 11px;
  24.     font-family: Arial;
  25.     text-decoration: none;
  26. }
  27.  
  28. a:hover
  29. {
  30.     color: #e00;
  31. }
  32.  
  33. input
  34. {
  35.     font-weight: bold;
  36.     border: 1px solid #007;
  37.     background-color: #f0f0f0;
  38. }
  39.  
  40. .rot
  41. {
  42.     color: #00d;
  43. }
  44.  
  45. .td1
  46. {
  47.     background-color: #a00;
  48. }
  49.  
  50. .td2
  51. {
  52.     background-color: #e0e0e0;
  53. }
  54.  
  55. .td3
  56. {
  57.     background-color: #fffff0;
  58. }
  59.  
  60. .zeit
  61. {
  62.     color: #900;
  63.     font-size: 17px;
  64.     border-width: 0px;
  65.     font-family: 'Courier New';
  66.     background-color: #e0e0e0;
  67. }