Advertisement
Jiminari

Narancssárga-türkiz css kód

Aug 25th, 2013
44
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.16 KB | None | 0 0
  1. <p>
  2. css by.: <a href="http://seominas.tumblr.com" target="_blank">seominas</a></p>
  3.  
  4. <link href="http://fonts.googleapis.com/css?family=Macondo" rel="stylesheet" type="text/css" />
  5. <link href="http://fonts.googleapis.com/css?family=Wire+One" rel="stylesheet" type="text/css" />
  6. <style type="text/css">
  7. .site {
  8. width: 750px;
  9. margin-left: 50px;}
  10.  
  11. body {
  12. background-image: url(http://31.media.tumblr.com/90bf8c134a211b3d6a63b56064a01302/tumblr_ms2uqzMjon1sgbpgao1_250.png);}
  13.  
  14. td.sitecol {
  15. background-color: transparent;}
  16.  
  17. td.modtitle {
  18. font-family: 'Wire One';
  19. font-size: 33px;
  20. font-weight: normal;
  21. font-style: normal;
  22. color: #1cc9b0;
  23. background-image: url(http://media.tumblr.com/8b91dff1a6fae70a2c88fe84900a001a/tumblr_inline_ms2ux5d3rs1qz4rgp.png);
  24. text-align: center;
  25. text-transform: uppercase;
  26. text-shadow: #f16048 1px 0px 0px;
  27. border-top: 2px solid #f16048;}
  28.  
  29. td.modbody {
  30. font-family: tahoma;
  31. font-size: 8pt;
  32. font-weight: normal;
  33. font-style: normal;
  34. color: #747474;
  35. background-image: url(http://media.tumblr.com/8b91dff1a6fae70a2c88fe84900a001a/tumblr_inline_ms2ux5d3rs1qz4rgp.png);
  36. text-align: justify;
  37. text-shadow: 1px 1px 1px #d0d0d0;
  38. line-height: 12px;
  39. padding: 5px;
  40. border-bottom: 2px solid #f16048;}
  41.  
  42. td.listheader, td.listheader3 {
  43. background-color: transparent;
  44. font-family: 'Wire One';
  45. font-weight: bold;
  46. font-style: normal;
  47. font-size: 27px;
  48. color: #f16048;
  49. text-shadow: 2px 0px 0px #45cba9;}
  50.  
  51. td.list1 {
  52. background-color: transparent;
  53. font-family: tahoma;
  54. font-size: 6pt;
  55. text-align: justify;
  56. color: #f47b5c;}
  57.  
  58. td.list2 {
  59. background-color: transparent;
  60. color: #747474;
  61. font-family: tahoma;
  62. font-size: 8pt;
  63. text-align: justify;}
  64.  
  65. td.list3 {
  66. background-color: transparent;
  67. color: #f47b5c;
  68. font-family: georgia;
  69. font-size: 14px;
  70. font-weight: bold;
  71. font-style: italic;}
  72.  
  73. .txtnormal {
  74. font-family: tahoma;
  75. font-size: 8pt;
  76. font-weight: normal;
  77. font-style: normal;
  78. color: #747474;
  79. background-color: #ffffff;
  80. text-align: justify;
  81. text-shadow: #d0d0d0;
  82. padding: 5px;}
  83.  
  84. .txtbold {
  85. color: #1bcda6;
  86. font-family: georgia;
  87. font-size: 10px !important;
  88. filter: alpha(opacity=90);
  89. opacity: 0.8;}
  90.  
  91. h2 {
  92. color: #1acba9;
  93. background-color: transparent;
  94. font-family: 'Macondo';
  95. font-weight: normal;
  96. font-size: 16px !important;
  97. padding: 2px;
  98. text-align: center;
  99. text-transform: none;
  100. -webkit-transition: .5s ease-in;
  101. -moz-transition: .5s ease-in;
  102. -o-transition: .5s ease-in;}
  103. a:hover h2 {
  104. color: #fd7860;
  105. background-color: transparent;
  106. font-size: 16px !important;
  107. font-family: 'Macondo';
  108. padding: 2px;
  109. font-weight: normal;
  110. text-align: center;
  111. text-transform: none;
  112. cursor: help;}
  113.  
  114. input {
  115. font-family: tahoma;
  116. font-size: 8pt;
  117. color: #ffffff;
  118. border: 0px;
  119. background-color: #f16048;
  120. text-shadow: 0px 1px 1px #f9a293;
  121. contour: 1px;
  122. padding: 1px;}
  123.  
  124. ::selection{
  125. background-color: #f16048;
  126. color: #ffffff;}
  127. ::-moz-selection{
  128. background-color: #f16048;
  129. color: #ffffff;}
  130.  
  131. a img {
  132. padding: 0px;
  133. border: 0px;
  134. filter:alpha(opacity=100);
  135. opacity: 1;
  136. background-color: transparent;
  137. border-radius: 2em 0em 2em 0em;}
  138. a img:hover {
  139. padding: 0px;
  140. border: 0px;
  141. filter:alpha(opacity=60);
  142. opacity: 0.5;
  143. background-color: transparent;
  144. cursor: help;}
  145.  
  146. img {
  147. padding: 0px;
  148. border: 1px solid #f16048;
  149. filter:alpha(opacity=90);
  150. opacity: 0.9;
  151. background-color: #ffffff;}
  152. img:hover {
  153. padding: 0px;
  154. border: 1px solid #1ccaa9;
  155. filter:alpha(opacity=100);
  156. opacity: 1;
  157. background-color: #ffffff;
  158. cursor: default;}
  159.  
  160. a:link, a:visited {
  161. color: #1acba9;
  162. background-color: transparent;
  163. text-decoration: none;
  164. font-weight: normal;
  165. font-size: 8pt;
  166. font-family: georgia;
  167. text-transform: none;}
  168. a:hover {
  169. color: #fd7860;
  170. background-color: transparent;
  171. font-family: georgia;
  172. font-style: italic;
  173. font-size: 8pt;
  174. text-decoration: none;
  175. text-shadow: 0px;
  176. cursor: help;
  177. text-transform: none;
  178. }
  179.  
  180. strong {
  181. color: #24cca6;
  182. font-family: tahoma;
  183. font-weight: bold;
  184. font-size: 9px;
  185. text-transform: uppercase;}
  186.  
  187. u {
  188. color: #ef604b;
  189. font-family: tahoma;
  190. font-size: 8pt;
  191. text-decoration: none;
  192. border-bottom: 2px solid #40c5a1;}
  193.  
  194. em {
  195. color: #f89375;
  196. font-family: georgia;
  197. font-size: 8pt;
  198. font-style: italic;}
  199.  
  200. strike {
  201. color: #6cdec5;
  202. font-family: tahoma;
  203. font-size: 8pt;
  204. text-transform: lowercase;}
  205.  
  206. blockquote {
  207. font-family: tahoma;
  208. font-style: normal;
  209. font-weight: normal;
  210. font-size: 8pt;
  211. color: #ffffff;
  212. text-shadow: #12aa8c 0px 1px 1px;
  213. line-height: 13px;
  214. padding: 5px;
  215. background-color: #17ceaa;
  216. border-bottom: 0px;
  217. box-shadow: #f57563 2px 2px 0px;} </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement