Guest User

Untitled

a guest
May 25th, 2018
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. body{
  2.  
  3. background-color:black;
  4.  
  5. scrollbar-base-color:#ffAA00;
  6.  
  7. }
  8.  
  9. #menu{
  10.  
  11. margin-left:258px;
  12.  
  13. }
  14.  
  15. ul, ul li {
  16.  
  17. display: block;
  18.  
  19. list-style: none;
  20.  
  21. margin: 0;
  22.  
  23. padding: 0;
  24.  
  25.  
  26.  
  27. }
  28.  
  29.  
  30.  
  31. ul li {
  32.  
  33. float: left;
  34.  
  35. }
  36.  
  37.  
  38.  
  39. ul a:link, ul a:visited {
  40.  
  41. text-decoration: none;
  42.  
  43. display: block;
  44.  
  45. width: 88px;
  46.  
  47. height: 20px;
  48.  
  49. text-align: center;
  50.  
  51. background-image:url(button.jpg);
  52.  
  53. color: #000;
  54.  
  55. border: 1px outset black;
  56.  
  57. padding: 5px;
  58.  
  59. font-weight: bold;
  60.  
  61. font-size: 16px;
  62.  
  63. margin-left:2px;
  64.  
  65. }
  66.  
  67.  
  68.  
  69. ul a:hover {
  70.  
  71. border-style: inset;
  72.  
  73. padding: 5px;
  74.  
  75. color: #ffaf06;
  76.  
  77. font-size:18px;
  78.  
  79. border: 1px outset black;
  80.  
  81. }
  82.  
  83. #top{
  84.  
  85. background-image:url(top.jpg);
  86.  
  87. background-repeat:no-repeat;
  88.  
  89. width:928px;
  90.  
  91. height:164px;
  92.  
  93. clear:both;
  94.  
  95. margin:auto;
  96.  
  97. }
  98.  
  99. #bottom{
  100.  
  101. background-image:url(bottom.jpg);
  102.  
  103. background-repeat:no-repeat;
  104.  
  105. width:928px;
  106.  
  107. height:201px;
  108.  
  109. clear:both;
  110.  
  111. margin:auto;
  112.  
  113. }
  114.  
  115. #banner{
  116.  
  117. width:595 px;
  118.  
  119. height:160 px;
  120.  
  121. margin-top: auto;
  122.  
  123. margin-right: auto;
  124.  
  125. margin-bottom: auto;
  126.  
  127. margin-left: 167px;
  128.  
  129. }
  130.  
  131. #muzyka{
  132.  
  133. width:928px;
  134.  
  135. height:20px;
  136.  
  137. clear:both;
  138.  
  139. clip: rect(auto,auto,auto,auto);
  140.  
  141. margin: auto;
  142.  
  143. text-align: left;
  144.  
  145. }
  146.  
  147. #tresc{
  148.  
  149. background-image:url(tresc.jpg);
  150.  
  151. background-repeat:no-repeat;
  152.  
  153. width:928px;
  154.  
  155. height:471px;
  156.  
  157. clear:both;
  158.  
  159. margin:auto;
  160.  
  161. }
  162.  
  163. b{
  164.  
  165. font-size:20px;
  166.  
  167. font-family:Arial;
  168.  
  169. color:#ffaf06;
  170.  
  171. margin-left:214px;
  172.  
  173. }
  174.  
  175. p{
  176.  
  177. font-size:12px;
  178.  
  179. font-family:Arial;
  180.  
  181. color:black;
  182.  
  183. font-weight:bold;
  184.  
  185. text-align:justify;
  186.  
  187. }
  188.  
  189. #d{
  190.  
  191. font-size:12px;
  192.  
  193. font-family:Arial;
  194.  
  195. color:black;
  196.  
  197. font-weight:bold;
  198.  
  199. text-align:right;
  200.  
  201. }
  202.  
  203. #tresci{
  204.  
  205. margin-left:215px;
  206.  
  207. width:490px;
  208.  
  209. height:252px;
  210.  
  211. padding:auto;
  212.  
  213. overflow:auto;
  214.  
  215. text-align:justify;
  216.  
  217. padding-left:5px;
  218.  
  219. padding-right:5px;
  220.  
  221. background-repeat: repeat-y;
  222.  
  223. color:red;
  224.  
  225. }
  226.  
  227. #text{
  228.  
  229. margin-left:220px;
  230.  
  231. width:490px;
  232.  
  233. height:252px;
  234.  
  235. }
  236.  
  237. e{
  238.  
  239. font-size:18px;
  240.  
  241. font-family:Arial;
  242.  
  243. color:#ffaf06;
  244.  
  245. float:right;
  246.  
  247. }
  248. #stopka{
  249. background-color: #ffaa00;
  250. font-size: 20px;
  251. color:#29d;
  252.  
  253. }
  254. #comments{
  255. width: 490px;
  256. }
Add Comment
Please, Sign In to add comment