home *** CD-ROM | disk | FTP | other *** search
/ Chip 2003 January / Chip_2003-01_cd1.bin / internet / 3dgrafika / css / css3.css
Cascading Style Sheet File  |  2002-02-09  |  2KB  |  90 lines

  1. button.hlasovani {
  2.     background: #F5F5F5;
  3.     border: 1px ridge;
  4.     border-color: #565E71;
  5.     font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
  6.     font-size: xx-small;
  7.     font-variant: small-caps;
  8.     cursor: hand;
  9. }
  10. TD {
  11.     font-family : sans-serif;
  12.     font-size : x-small;
  13.     font-style : normal;
  14.     text-align : left;
  15.     color : Black;
  16. }
  17. TD.dark {
  18.     background-color : #565E71;
  19.     color : #E2E4E9;
  20. }
  21. .menutext {
  22.     font-family : Arial, Helvetica, sans-serif;
  23.     font-size : x-small;
  24.     font-weight : bold;
  25. }
  26. .menu {
  27.     font-family : sans-serif;
  28.     font-size : x-small;
  29. }
  30. .menu A.newmenu {
  31.     color : Black;
  32.     font-size : x-small;
  33.     font-weight : bold;
  34.     text-decoration : none;
  35. }
  36. .menu A.newmenu:HOVER {
  37.     color : Black;
  38.     font-size : x-small;
  39.     font-weight : bold;
  40.     text-decoration : underline;
  41. }
  42. .menu A.newmenu:VISITED {
  43.     color : Black;
  44. }
  45.  
  46. INPUT,SELECT,TEXTAREA {
  47.     font-family : sans-serif;
  48.     font-size : x-small;
  49.     background-color : #F5F5F5;
  50.     color : #30343F;
  51. }
  52. A.nazevbig {
  53.     font-family : Arial, Helvetica, sans-serif;
  54.     font-size : medium;
  55.     text-decoration : none;
  56. }
  57. .nazevbig {
  58.     font-family : Arial, Helvetica, sans-serif;
  59.     font-size : medium;
  60.     text-decoration : none;
  61. }
  62. A.nazevbig:HOVER {
  63.     text-decoration : underline;
  64. }
  65. A.nazevbig:VISITED {
  66.     color : #676FB1;
  67. }
  68. A {
  69.     font-family : Arial, Helvetica, sans-serif;
  70.     font-size : x-small;
  71.     color : Navy;
  72. }
  73. A:HOVER {
  74.     text-decoration : underline;
  75. }
  76. .dark A{
  77.     font-family : Arial, Helvetica, sans-serif;
  78.     font-size : x-small;
  79.     color : #FFFFBF;
  80.     text-decoration : none;
  81. }
  82. .select1{
  83.     background-color : #F5F5F5;
  84.     color : #30343F;
  85. }
  86. .select2{
  87.     background-color : #30343F;
  88.     color : #F5F5F5;
  89. }
  90.