Guest User

Untitled

a guest
Jun 21st, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.56 KB | None | 0 0
  1. p, ul li
  2. {
  3. padding: 4px;
  4. margin: 4px;
  5. text-align:justify;
  6. }
  7.  
  8. th
  9. {
  10. font-style:bold;
  11. font-size:90%;
  12. background: #859585;
  13. border:1px solid;
  14. text-align:center;
  15. vertical-align: middle;
  16. }
  17.  
  18. table
  19. {
  20. border: 1px solid black;
  21. background: #a5b5a5;
  22. padding:5px;
  23. margin-bottom:10px;
  24. font-size:90%;
  25. width:100%;
  26. }
  27.  
  28. body
  29. {
  30. font-size: 90%;
  31. font-family: Arial;
  32. background: #cccccc;
  33. }
  34.  
  35. td {
  36. margin: 0;
  37. padding-left: 3px;
  38. }
  39.  
  40. h3
  41. {
  42. text-align:center;
  43. background: #77af77;
  44. border:1px solid;
  45. padding: 3px;
  46. width:100%;
  47. }
  48.  
  49. .ikon {
  50. border: none;
  51. margin-bottom: 0;
  52. margin-left: 10px;
  53. margin-right: 0;
  54. vertical-align: middle;
  55. height:18px;
  56. }
  57.  
  58. .ib
  59. {
  60. border: none;
  61. margin-bottom: 0;
  62. margin-left: 10px;
  63. margin-right: 0;
  64. vertical-align: middle;
  65. height:0px;
  66. }
  67.  
  68.  
  69. #fomenu {
  70. width:90%;
  71. background: #6666af;
  72. border: 1px solid black;
  73. height: 78px;
  74. left: 5%;
  75. position: absolute;
  76. top: 3%;
  77. margin-bottom:6px;
  78. z-index:0;
  79. }
  80.  
  81. #logo {
  82. position:absolute;
  83. left:87%;
  84. width:auto;
  85. height:auto;
  86. top:1%;
  87. z-index:1;
  88. }
  89.  
  90. #logo img
  91. { height:75px; }
  92.  
  93. select
  94. {border:1px solid black;background: #222255 ;color:white;}
  95.  
  96. .bekuldgomb
  97. { border:1px solid black;background: #222255 ;color:white;
  98. }
  99.  
  100. .gomb {
  101. background: none repeat scroll 0 0 #222255;
  102. border: 1px solid black;
  103. font-size: 91%;
  104. font-weight: bold;
  105. height: 17px;
  106. padding: 6px 4px 4px;
  107. position: absolute;
  108. text-align: center;
  109. color:white;
  110. top: 40px;
  111. width: 22%;
  112. -moz-box-shadow: 2px 2px 2px black;
  113. }
  114.  
  115. #gomb1
  116. {
  117. left:13%;
  118. }
  119.  
  120. #gomb2
  121. {
  122. left: 37%;
  123. }
  124.  
  125. #gomb3
  126. {
  127. left: 61%;
  128. }
  129.  
  130. #tartalom
  131. {
  132. background: none repeat scroll 0 0 #7F8D75;
  133. border: 1px solid black;
  134. height: 80%;
  135. left: 5%;
  136. width:90%;
  137. position: absolute;
  138. right: 5%;
  139. top: 106px;
  140. overflow:auto;
  141. }
  142.  
  143.  
  144. #bodyhatter
  145. {
  146. font-size: 90%;
  147. font-family: Arial;
  148. background: #bfc5bf;
  149. }
  150.  
  151. h3 .cim
  152. {
  153. background: #335533;
  154. }
  155.  
  156. .megj {
  157. border: 1px solid black;
  158. width: 210px;
  159. }
  160.  
  161.  
  162. a {
  163. color: darkred;
  164. font-weight: bold;
  165. text-decoration: none;
  166. }
  167.  
  168. #keszito
  169. {
  170. background: #222255;
  171. border-bottom: 1px solid black;
  172. color: white;
  173. font-size: 16px;
  174. height: 22px;
  175. left: 0;
  176. padding: 5px;
  177. position: relative;
  178. text-align: center;
  179. text-shadow:2px 2px 2px black;
  180. }
  181.  
  182. table tr th .szlap
  183. {
  184. font-size: 100%;
  185. border: none;
  186. }
  187.  
  188. .szemelyes
  189. {
  190. border:1px solid black;
  191. margin:2px;
  192. width:270px;
  193. }
Add Comment
Please, Sign In to add comment