Advertisement
Guest User

Salta css

a guest
May 29th, 2017
86
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1.  
  2. a:active, a:visited, a:link {
  3. color: #ff3300;
  4. background: inline;
  5. text-decoration: none;
  6. }
  7. a:hover {
  8. color: #660033;
  9. background: inline;
  10. text-decoration: none;
  11. }
  12.  
  13.  
  14. h1 {
  15. font-family: ar julian, arial;
  16. margin: 0;
  17. font-weight: bolder;
  18. font-size: 32px;
  19. padding: center;
  20. color: #cc3300;
  21.  
  22. }
  23. h2 {
  24. font-family: ar julian, arial;
  25. margin: 2px;
  26. font-weight: normal;
  27. font-size: 18px;
  28. display: inline;
  29. text-align: left;
  30. color: #cc3300;
  31.  
  32.  
  33. }
  34.  
  35.  
  36.  
  37. h3 {
  38. font-family: ar julian, arial;
  39. margin: 2px;
  40. font-weight: bolder;
  41. font-size: 21px;
  42. display: inline;
  43. text-align: center;
  44. color: #cc3300;
  45.  
  46.  
  47. }
  48.  
  49.  
  50.  
  51.  
  52. body {
  53. background: url(http://www.vtsalta.net/tausta04.jpg) #eae7dc repeat-no;
  54. background-attachment: fixed;
  55. width: 1100px;
  56. margin:1em;
  57. }
  58.  
  59.  
  60.  
  61. #otsikko {
  62. width:1100px;
  63. height:50px;
  64. border: none;
  65. background: none;
  66. text-align:center;
  67. }
  68.  
  69.  
  70.  
  71.  
  72. #teksti {
  73. float:right;
  74. width:900px;
  75. border: none;
  76. margin:10px 0;
  77. backround: none;
  78.  
  79.  
  80.  
  81. }
  82.  
  83.  
  84. #tekstintausta{
  85. background: url(http://www.vtsalta.net/teksti.jpg);
  86. opacity:0.90;
  87. filter:alpha(opacity=90);
  88. float:right;
  89. width:900px;
  90. border: none;
  91. margin:10px 0;
  92.  
  93. }
  94.  
  95.  
  96.  
  97.  
  98. #valikko {
  99. width:150px;
  100. }
  101.  
  102. .box {
  103. border:none;
  104. background: url(http://www.vtsalta.net/teksti.jpg);
  105. opacity:0.90;
  106. filter:alpha(opacity=90);
  107. padding:0.5em;
  108. margin-top: 10px;
  109. font-family: arial;
  110. font-size: 17px;
  111.  
  112. }
  113.  
  114.  
  115.  
  116.  
  117.  
  118.  
  119. #alaosa {
  120. border:none;
  121. background: none;
  122. clear:both;
  123. text-align:center;
  124. }
  125.  
  126.  
  127.  
  128.  
  129.  
  130.  
  131. .box ul {
  132. list-style-type:none;
  133. margin:0;
  134. padding:0;
  135. }
  136.  
  137. .box p {
  138. margin:0 0 0.5em 0;
  139. }
  140.  
  141.  
  142.  
  143.  
  144.  
  145. #teksti h2, #teksti p {
  146. margin:0;
  147. padding:0.5em;
  148. }
  149.  
  150.  
  151.  
  152. .table {
  153. width: 99%;
  154. border: none;
  155. background-color: #ffffff;
  156. padding-left: 10px;
  157. }
  158.  
  159. .td1 {
  160. font-family: Arial;
  161. font-size: 12px;
  162. font-style: none;
  163. color: #202020;
  164. width: 22%;
  165. padding-left: 8px;
  166. padding-top: 4px;
  167. padding-bottom: 4px;
  168. background-color: #ffffcc;
  169.  
  170. }
  171. .td2 {
  172. width: 22%;
  173. padding-left: 8px;
  174. color: #202020;
  175. font-size: 12px;
  176. font-style: none;
  177. font-family: Arial;
  178.  
  179. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement