Guest User

Untitled

a guest
Apr 16th, 2014
26
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 3.09 KB | None | 0 0
  1.  
  2.  
  3. body,th
  4. {
  5.     margin:0px;
  6.     padding:0px;
  7.     font-family:Arial;
  8.     font-size:10px;
  9.     background-image:url(random_grey_variations.png);
  10. }
  11.  
  12. #strona
  13. {
  14.     width:1000px; margin:0 auto 0 auto;
  15. }
  16.  
  17. #logo
  18. {
  19.     height:150px; background:url(logo2.jpg) no-repeat;
  20. }
  21.  
  22. #lewy
  23. {
  24.     width:190px; height:1104px;padding:5px 5px 0px 5px;float:left; background: url(tweed.png);
  25.    
  26. }
  27. #tresc
  28. {
  29.     width:520px;height:1100px;padding:2px 15px 2px 15px;float:left;background:url(shattered.png);
  30. }
  31. #tresc h1{
  32.     text-transform:uppercase;
  33.     color:black;
  34.     font-family:serif;
  35.     font-size:26px;
  36.     border-bottom:1px dotted #803514;
  37.    
  38. }
  39.  
  40. #tresc p,a{
  41.     text-align::justify;
  42.     text-indent:2em;
  43.     font-family:serif;
  44.     font-size:15px;
  45.     line-height:20px;
  46. }
  47. #tresc table{
  48.      margin:0 auto 0 auto;
  49.      border: 1px solid black;
  50.      background-color:gray;
  51. }
  52.  
  53. #tresc ol{
  54.     text-align:left;
  55.    
  56.     font-family:serif;
  57.     font-size:15px;
  58.     line-height:20px;
  59.  
  60. }
  61.  
  62. #tresc td{
  63.     font-size:15px;
  64.     padding:5px;
  65.     border: 1px solid black;
  66.     border-collapse:separate;
  67. }
  68.  
  69. #tresc img{
  70.    
  71.         margin-left: auto;
  72.         margin-right: auto;
  73. }
  74. #obrazy{
  75.         width:520px;
  76. }
  77. #obrazy img{
  78.     height:200px;
  79.     width:150px;
  80.     margin-left: auto;
  81.     margin-right: auto;
  82. }
  83.  
  84. #obrazy table,tr{
  85.      border: 10px solid black;
  86.      background-color:gray;
  87.      padding:0px;
  88.      margin:0px;
  89.      
  90. }
  91.  
  92. #obrazy td{
  93.     border: 2px solid black;
  94.      background-color:green;
  95.      padding:5px;
  96.      margin:5px;
  97.      float:none;
  98.      text-align:center;
  99.  
  100.  
  101. }
  102. #nazwa{
  103.     font-size:15px;
  104. }
  105.  
  106. #wynik{
  107.     font-size:15px;
  108. }
  109. #prawy
  110. {
  111.     width:225px;height:1104px;padding:0px 10px 0px 15px;float:left;background:url(tweed.png);font-family:Helvetica; text-align:center;
  112. }
  113. #prawy p{
  114.     font-family:Helvetica;
  115. }
  116. #prawy h3{
  117.     color:black;
  118.     font-size:20px;
  119. }
  120. #prawy img{
  121.     width:200px; height:200px;padding:10px;
  122. }
  123. #stopka
  124. {
  125.     height:20px;background:#C0C0C0;text-align:right;
  126. }
  127. .clear
  128. {
  129.     clear:both;
  130. }
  131. .menu{margin:0; padding:0; width:190px; list-style:none;background:rgb(255,255,255);}
  132. .menu li{padding:0; margin:0 0 1px 0; height:40px; display:block; }
  133. .menu li a{text-align:left;height:40px; padding:0px 0px; font:16px Verdana, Arial, Helvetica, sans-serif; color:rgb(255,255,255); display:block; background:url('verMenuImages1.png') 0px 0px no-repeat; text-decoration:none;}
  134. .menu li a:hover{background:url('verMenuImages1.png') 0px -40px no-repeat; color:rgb(255,255,255);}
  135. .menu li a.active, .menu li a.active:hover{background:url('verMenuImages1.png') 0px -80px no-repeat; color:rgb(255,255,255);}
  136. .menu li a span{line-height:40px;}
  137.  
  138. #ankieta
  139. {
  140.     width: 500px;
  141.     background-color: #C3DBEA;
  142.     border: 1px dotted #55BBFF;
  143.     padding: 5px;
  144.     margin: 0px auto;
  145. }
  146. div.row
  147. {
  148.     clear: both;
  149.     padding-top: 10px;
  150. }
  151.  
  152. div.row span.label
  153. {
  154.     float: left;
  155.     width: 200px;
  156.     text-align: right;
  157.     padding-right: 5px;
  158. }
  159.  
  160. div.row span.formw
  161. {
  162.     float: right;
  163.     width: 400px;
  164.     text-align: left;
  165. }
  166. select
  167. {
  168.     width: 200px;
  169. }
  170. input
  171. {
  172.     width: 200px;
  173. }
  174.  
  175. .spacer
  176. {
  177.     clear: both;
  178. }
  179. .bold
  180. {
  181.     font-weight: 600;
  182. }
  183. .grupa
  184. {
  185.     border: thin dashed #000000;
  186.     clear: both;
  187.     float: left;
  188. }
Advertisement
Add Comment
Please, Sign In to add comment