Guest User

Untitled

a guest
Oct 21st, 2014
351
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.16 KB | None | 0 0
  1. body {
  2. background-color:   #7c7c7c;
  3. }
  4.  
  5. .a {
  6. text-decoration: none;
  7. }
  8.  
  9. .p {
  10. font-size:          12px;
  11. font-family:        Tahoma;
  12. }
  13.  
  14. #side_panel_menu {
  15. margin-top:         -10px;
  16. margin-left:        -10px;
  17. background-color:   #4b4b4b;
  18. width:              330px;
  19. height:             120%;
  20. }
  21.  
  22. #logo {
  23. position:           absolute;
  24. margin-top:         -1470px;
  25. width:              316px;
  26. height:             108px;
  27. background-image:   url('./img/logo.png');
  28. }
  29.  
  30. #side_panel_menu_top {
  31. background-color:   #4b4b4b;
  32. width:              640%;
  33. height:             175px;
  34. }
  35.  
  36. #side_panel_menu_top_info {
  37. position:           absolute;
  38. margin-top:         -1509px;
  39. margin-left:        1930px;
  40. background-color:   #343434;
  41. width:              600px;
  42. height:             175px;
  43. }
  44.  
  45. #side_panel_menu_top_text {
  46. margin-top:         -110px;
  47. margin-left:        85px;
  48. text-align:         center;
  49. font-size:          28px;
  50. color:              white;
  51. font-family:        Tahoma;
  52. }
  53.  
  54. #side_panel_menu_logo_background {
  55. margin-top:         -175px;
  56. background-color:   #343434;
  57. width:              330px;
  58. height:             175px;
  59. }
  60.  
  61. #side_panel_menu_title_background {
  62. margin-left:        875px;
  63. background-color:   #343434;
  64. width:              450px;
  65. height:             175px;
  66. }
  67.  
  68. #side_panel_menu_item {
  69. margin:             0 auto;
  70. margin-top:         5px;
  71. width:              319px;
  72. height:             90px;
  73. background-image:   url('./img/menu_button.png');
  74. }
  75.  
  76. #side_panel_menu_item_text {
  77. padding-top:        23px;
  78. background-repeat:  no-repeat;
  79. text-decoration:    none;
  80. border:             0;  
  81. text-align:         center;
  82. font-size:          28px;
  83. color:              white;
  84. font-family:        Tahoma;
  85. }
  86.  
  87. #side_panel_menu_item:hover {
  88. margin:             0 auto;
  89. margin-top:         5px;
  90. width:              319px;
  91. height:             90px;
  92. background-image:   url('./img/menu_button_hover.png');
  93. }
  94.  
  95. #main_panel {
  96. position:           absolute;
  97. margin:             0 auto;
  98. margin-top:         -1300px;
  99. margin-left:        450px;
  100. width:              1378px;
  101. height:             891px;
  102. background-image:   url('./img/main_panel.png');
  103. }
  104.  
  105. #vstupenky_top {
  106. position:           absolute;
  107. margin:             0 auto;
  108. margin-top:         75px;
  109. margin-left:        150px;
  110. width:              178px;
  111. height:             31px;
  112. background-image:   url('./img/vstupenky.png');
  113. background-repeat:  no-repeat;
  114. }
  115.  
  116. #vstupenky_text {
  117. position:           absolute;
  118. margin-top:         125px;
  119. margin-left:        85px;
  120. font-size:          18px;
  121. font-family:        Tahoma;
  122. }
  123.  
  124. #vstupenky {
  125. width:              397px;
  126. height:             438px;
  127. }
  128.  
  129. #ubytovani_top {
  130. position:           absolute;
  131. margin:             0 auto;
  132. margin-top:         -365px;
  133. margin-left:        650px;
  134. width:              178px;
  135. height:             31px;
  136. background-image:   url('./img/ubytovani.png');
  137. background-repeat:  no-repeat;
  138. }
  139.  
  140. #ubytovani_text {
  141. position:           absolute;
  142. margin-top:         -313px;
  143. margin-left:        575px;
  144. font-size:          18px;
  145. font-family:        Tahoma;
  146. }
  147.  
  148. #ubytovani {
  149. width:              397px;
  150. height:             438px;
  151. }
  152.  
  153. #jidlo_top {
  154. position:           absolute;
  155. margin:             0 auto;
  156. margin-top:         -805px;
  157. margin-left:        1050px;
  158. width:              193px;
  159. height:             31px;
  160. background-image:   url('./img/jidlo_a_piti.png');
  161. background-repeat:  no-repeat;
  162. }
  163.  
  164. #jidlo_text {
  165. position:           absolute;
  166. margin-top:         -753px;
  167. margin-left:        975px;
  168. font-size:          18px;
  169. font-family:        Tahoma;
  170. }
  171.  
  172. #jidlo {
  173. width:              397px;
  174. height:             438px;
  175. }
  176.  
  177. #side_panel_menu_top_info_text {
  178. position:           absolute;
  179. float:              right;
  180. margin-top:         25px;
  181. margin-left:        50px;
  182. font-size:          18px;
  183. font-family:        Tahoma;
  184. color:              white;
  185. }
Advertisement
Add Comment
Please, Sign In to add comment