home *** CD-ROM | disk | FTP | other *** search
/ GameStar 2006 January / Gamestar_80_2006-01_dvd.iso / DVDStar / OdCtenaru / Galaxie19 / data / inc / styly.css < prev    next >
Cascading Style Sheet File  |  2005-11-11  |  2KB  |  134 lines

  1. a:link {
  2.     text-decoration: none;
  3.     color : #000000;
  4. }
  5. a:visited {
  6.     text-decoration: none;
  7.     color : #000000;
  8. }
  9. a:active {text-decoration: underline; cursor: wait; color : Red;}
  10. a:hover {
  11.     color: #2A4DAB;
  12.     text-decoration: underline;
  13.     
  14. }
  15. }
  16. body {
  17. font : 12px sans-serif, verdana;
  18. scrollbar-base-color: #CADBF3;
  19. }
  20. td {font : 12px sans-serif, verdana;}
  21. hr {color: #A1BFE5;}
  22.  
  23. .lista_hl {
  24. width: 100%;
  25.     color: #385733;
  26.     background-color: #CADBF3;
  27.     border-bottom: 1px solid #A1BFE5;
  28. }
  29.  
  30. .tabulka{
  31.     background-color : #F4F8F3;
  32.     border : 1px solid #CADBF3;
  33.     font : 12px sans-serif, verdana;
  34. }
  35.  
  36. .menu{
  37.     color : #000;
  38.     background-color: #CADBF3;
  39.     border-bottom: 1px solid #A1BFE5;
  40.     font : 12px sans-serif, verdana;
  41. }
  42.  
  43. .menu2{
  44. background-color : #F4F8F4;
  45. font : 12px sans-serif, verdana;
  46. }
  47.  
  48. .menu3{
  49.     color : #000;
  50.     background-color: #CADBF3;
  51.     border-bottom: 1px solid #A1BFE5;
  52.     border-top: 1px solid #A1BFE5;
  53.     font : 12px sans-serif, verdana;
  54. }
  55.  
  56. .hlavicka {
  57. width: 750px;
  58. background-color: #FFFFFF;
  59. margin-top: 5px;
  60. }
  61.  
  62. .lista {
  63. width: 750px;
  64. background-color: #CADBF3;
  65. border : 1px solid #A1BFE5;
  66. }
  67.  
  68. .listaclanek {
  69. width: 100%;
  70. background-color: #CADBF3;
  71. border : 1px solid #A1BFE5;
  72.  
  73. }
  74.  
  75. .infolista {
  76. width: 750px;
  77. background-color: #CADBF3;
  78. margin-top: 5px;
  79. border : 1px solid #A1BFE5;
  80. }
  81.  
  82. .text {
  83. font : 12px sans-serif, verdana;
  84. }
  85.  
  86. .hlavni {
  87. width: 750px;
  88. margin-top: 5px;
  89. }
  90.  
  91. .tab{
  92. border : 1px solid #A1BFE5;
  93. font : 12px sans-serif, verdana;
  94. }
  95.  
  96. .clanek {
  97. text-align: justify;
  98. margin-top: 5px;
  99. margin-bottom: 5px;
  100. margin-left: 5px;
  101. margin-right: 5px;
  102. font : 12px sans-serif, verdana;
  103. }
  104.  
  105. .levy-sloupec {
  106. width: 150px;
  107. float: left;
  108. margin-bottom: 5px;
  109. border : 1px solid #A1BFE5;
  110. background-color : #F4F8F4;
  111. }
  112.  
  113. .pravy-sloupec {
  114. width: 590px;
  115. float: right;
  116. border: 1px solid #A1BFE5;
  117. background-color : #F4F8F4;
  118. margin-bottom: 5px;
  119. }
  120.  
  121. .indexinfo {
  122. width: 360px;
  123. border: 1px solid #A1BFE5;
  124. background-color : #F4F8F4;
  125. }
  126.  
  127. .paticka {
  128. width: 750px;
  129. background-color: #CADBF3;
  130. margin-top: 5px;
  131. clear: both;
  132. border : 1px solid #A1BFE5;
  133. font : 12px sans-serif;
  134. }