home *** CD-ROM | disk | FTP | other *** search
/ Chip 2000 October / Chip_2000-10_cd1.bin / tema / CBL / styles.css < prev    next >
Cascading Style Sheet File  |  2000-08-24  |  2KB  |  85 lines

  1. /* NORMALNI */
  2. p.a   {
  3.         font-size: 10pt;
  4.         text-align: justify;
  5.         margin-left: 30px;
  6.         margin-right: 10px;
  7.         font-family: sans-serif;
  8.       }
  9.  
  10. /* NORMALNI CENTROVANE */
  11. p.ac  {
  12.         font-size: 10pt;
  13.         text-align: center;
  14.         font-family: sans-serif;
  15.       }
  16.  
  17. /* NORMALNI DOPRAVA */
  18. p.ar  {
  19.         font-size: 10pt;
  20.         text-align: right;
  21.         margin-right: 10px;
  22.         font-family: sans-serif;
  23.       }
  24.  
  25. /* NORMALNI VETSI */
  26. p.a1  {
  27.         font-size: 12pt;
  28.         text-indent: 10pt;
  29.         margin-left: 30px;
  30.         font-family: sans-serif;
  31.       }
  32.  
  33. /* NORMALNI VETSI CENTRAL*/
  34. p.a1c  {
  35.         font-size: 12pt;
  36.         text-align: center;
  37.         font-family: sans-serif;
  38.       }
  39.  
  40. /* MENU UVOD */
  41. p.an  {
  42.         font-size: 10pt;
  43.         margin-left: 30px;
  44.         font-family: sans-serif;
  45.       }
  46.  
  47. /* NORMALNI - JINY NEZ LEVY SLOUPEC */
  48. p.ann {
  49.         font-size: 10pt;
  50.         text-align: justify;
  51.         margin-right: 10px;
  52.         font-family: sans-serif;
  53.       }
  54.  
  55. /* NORMALNI - JINY NEZ LEVY SLOUPEC - ALE BEZ JUSTIFY */
  56. p.annx {
  57.         font-size: 10pt;
  58.         margin-right: 10px;
  59.         font-family: sans-serif;
  60.       }
  61.  
  62. /* POPISEK OBRAZKU */
  63. p.pop {
  64.         font-size: 8pt;
  65.         font-family: sans-serif;
  66.       }
  67.  
  68. /* MENU LEFT */
  69. p.m   {
  70.         color: white;
  71.         font-size: 9pt;
  72.         text-align: center;
  73.         text-decoration: none;
  74.         font-family: sans-serif;
  75.       }
  76.  
  77. /* MENU NORMAL */
  78. p.mm   {
  79.         font-size: 10pt;
  80.         margin-left: 30px;
  81.         margin-right: 10px;
  82.         text-decoration: none;
  83.         font-family: sans-serif;
  84.       }
  85.