Advertisement
Jiminari

Elvihető css kód (rózsaszín, narancssárga, zöld)

Aug 25th, 2013
51
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.49 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=Rancho" rel="stylesheet" type="text/css" />
  5. <style type="text/css">
  6. body {
  7. background-color: #FAFAFA;
  8. cursor: default;}
  9.  
  10. .site {
  11. width: 700px;
  12. margin-left: 75px;}
  13.  
  14. .sitecol {
  15. background-color: transparent;}
  16.  
  17. a:link, a:visited {
  18. color: #f69e94;
  19. background-color: transparent;
  20. text-decoration: none;
  21. font-weight: none;
  22. font-size: 8pt;
  23. font-family: trebuchet ms;
  24. font-weight: normal;
  25. transition: all .5s ease-in-out;
  26. -o-transition: all .5s ease-in-out;
  27. -webkit-transition: all .5s ease-in-out;
  28. -moz-transition: all .5s ease-in-out;}
  29. a:hover {
  30. color: #c1fd33;
  31. background-color: transparent;
  32. font-family: trebuchet ms;
  33. font-weight: normal;
  34. font-style: normal;
  35. font-size: 8pt;
  36. border-bottom: 0px solid;
  37. text-decoration: none;
  38. text-shadow: 0px;
  39. cursor: help;}
  40.  
  41. a:link img, a:visited img {
  42. border: 0px;
  43. padding: 0px;
  44. filter: alpha(opacity=70);
  45. opacity: 0.7;
  46. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale");
  47. filter: grayscale(50%);
  48. -moz-filter: grayscale(50%);
  49. -ms-filter: grayscale(50%);
  50. -o-filter: grayscale(50%);
  51. filter: gray; /* IE6-9 */
  52. -webkit-filter: grayscale(50%);
  53. transition: all .5s ease-in-out;
  54. -o-transition: all .5s ease-in-out;
  55. -webkit-transition: all .5s ease-in-out;
  56. -moz-transition: all .5s ease-in-out;
  57. }
  58. a:hover img {
  59. cursor: help;
  60. border:0px;
  61. padding:0px;
  62. filter: alpha(opacity=100);
  63. opacity: 1;
  64. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'1 0 0 0 0, 0 1 0 0 0, 0 0 1 0 0, 0 0 0 1 0\'/></filter></svg>#grayscale");
  65. filter: grayscale(0%);
  66. -moz-filter: grayscale(0%);-ms-filter: grayscale(0%);
  67. -o-filter: grayscale(0%);
  68. filter: none ; /* IE6-9 */
  69. zoom:0;
  70. -webkit-filter: grayscale(0%);}
  71.  
  72. img {
  73. border:0px solid; /* Itt egy pixel */
  74. border-color: #d1cccc;
  75. padding:0px;} /* Itt három pixel */
  76. img:hover {
  77. border:0px solid;
  78. border-color: #d1cccc;
  79. padding:0px;
  80. cursor: se-resize;}
  81.  
  82. td.modtitle {
  83. font-family: 'Rancho';
  84. font-size: 33px;
  85. font-weight: normal;
  86. font-style: normal;
  87. color: #FEC42E;
  88. background-image: url(http://colourlovers.com.s3.amazonaws.com/images/patterns/3831/3831923.png);
  89. text-align: center;
  90. padding: 0px;
  91. border-top: 0px solid;
  92. letter-spacing: -1px;
  93. text-shadow: #FC6A6C 2px 0px 0px;
  94. text-transform: none;}
  95.  
  96. td.modbody {
  97. background: #ffffff;
  98. font-size: 8pt;
  99. font-family: trebuchet ms;
  100. color: #787878;
  101. border-bottom: 0px;
  102. line-height: 13px;
  103. padding-top: 5px;
  104. padding-left: 5px;
  105. padding-right: 5px;
  106. padding-bottom: 5px;
  107. text-shadow: #e6e6e6 1px 1px 1px;
  108. text-align: justify;}
  109.  
  110. h2 {
  111. color: #defd35;
  112. background: transparent;
  113. font-family: georgia;
  114. font-weight: normal;
  115. font-style: italic;
  116. font-size: 14px !important;
  117. padding: 2px;
  118. text-align: center;
  119. text-transform: none;
  120. -webkit-transition: .5s ease-in;
  121. -moz-transition: .5s ease-in;
  122. -o-transition: .5s ease-in;}
  123. a:hover h2 {
  124. color: #fec42e;
  125. background: transparent;
  126. font-size: 14px !important;
  127. font-family: georgia;
  128. padding: 2px;
  129. font-weight: normal;
  130. font-style: italic;
  131. text-align: center;
  132. text-transform: none;
  133. cursor: help;
  134. filter: alpha(opacity=100);
  135. opacity: 1;}
  136.  
  137. .txtbold {
  138. background-color: transpert;
  139. font-family: georgia;
  140. text-transform: lowercase;
  141. font-size: 10px !important;
  142. color: #f69e94;
  143. filter: alpha(opacity=90);
  144. opacity: 0.9;}
  145.  
  146. td.light {
  147. background-color: transparent;
  148. font-family: arial;
  149. font-size: 8pt;
  150. color: #787878;
  151. font-weight: normal;
  152. font-style: normal;
  153. line-height: 13;
  154. padding-left: 0px;}
  155.  
  156. .commenttext {
  157. background-color: transparent;
  158. font-family: trebuchet ms;
  159. font-size: 8pt;
  160. color: #787878;}
  161.  
  162. td.listheader {
  163. background-color: transparent;
  164. border: 0px;
  165. font-family: georgia;
  166. font-size: 18px;
  167. color: #f69e94;
  168. font-style: italic;
  169. font-weight: normal;
  170. text-transform: lowercase;}
  171.  
  172. td.listheader3 {
  173. font-family: Verdana;
  174. background-color: transparent;
  175. font-size: 9px;
  176. color: #f69e94;
  177. font-weight: bold;
  178. font-style: normal;
  179. text-align: left;
  180. text-transform: none;}
  181.  
  182. td.list1 {
  183. background-color: #fbfbfbfb;
  184. font-family:verdana;
  185. font-size: 8px;
  186. color:#f69e94;
  187. letter-spacing:pt;
  188. line-height: 12px;
  189. padding: 4px;}
  190.  
  191. td.list2 {
  192. background-color: transparent;
  193. font-family: Georgia, "Times New Roman", Times, serif;
  194. font-size: 12px;
  195. text-align: justify;
  196. color: #f69e94;}
  197.  
  198. td.list3 {
  199. font-family: arial;
  200. background-color: transparent;
  201. font-size: 12px;
  202. font-weight: bold;
  203. color: #787878;
  204. font-weight: bold;
  205. font-style: normal;
  206. text-align: left;
  207. text-shadow: 0px 0px 0px;}
  208.  
  209. .txtnormal {
  210. background-color: transparent;
  211. font-family: arial;
  212. font-size: 8pt;
  213. color: #787878;
  214. line-height: 13px;
  215. padding: 1px;
  216. text-align: justify;}
  217.  
  218. td.light {
  219. background-color: transparent;
  220. font-family: arial;
  221. font-size: 8pt;
  222. color: #787878;
  223. font-weight: normal;}
  224.  
  225. STRONG {
  226. COLOR: #fee233;
  227. FONT-SIZE: 8pt;
  228. FONT-FAMILY: trebuchet ms;
  229. font-weight: bold;
  230. font-style: normal;}
  231.  
  232. U {
  233. font-family: trebuchet ms;
  234. font-size: 8pt;
  235. font-weight: normal;
  236. text-transform: none;
  237. color: #fc6a6c;
  238. text-decoration: none;
  239. border-bottom: 0px dotted #82a2a8;
  240. font-style: normal;}
  241.  
  242. EM {
  243. COLOR: #fec42e;
  244. FONT-SIZE: 8pt;
  245. FONT-FAMILY: georgia;
  246. font-style: italic;
  247. background-color: transparent;
  248. font-weight: none;}
  249.  
  250. strike {
  251. color: #c3c3c3;
  252. font-family: trebuchet ms;
  253. font-size: 8pt;
  254. text-decoration: strike;}
  255.  
  256. z {
  257. color: #fee233;
  258. background-color: transparent;
  259. font-family: georgia;
  260. font-size: 16.5px;
  261. font-style: italic;
  262. font-weight: normal;
  263. text-decoration: none;
  264. filter: alpha(opacity=90);
  265. opacity: 0.9;
  266. text-shadow: 0px 0px 0px;}
  267.  
  268. input {
  269. font-family: arial;
  270. font-size: 8pt;
  271. color: #ffffff;
  272. border: 0px;
  273. background-color: #ffcc00;
  274. text-shadow: #e7ba08 0px 1px 1px;
  275. contour: 1px;
  276. padding: 1px;}
  277.  
  278. ::selection{
  279. background-color: #defd35;
  280. color: #ffffff;}
  281. ::-moz-selection{
  282. background-color: #defd35;
  283. color: #ffffff;}
  284.  
  285. blockquote {
  286. font-family: trebuchet ms;
  287. font-style: none;
  288. font-weight: none;
  289. font-size: 8pt;
  290. color: #ffffff;
  291. text-shadow: #eeae09 0px 1px 1px;
  292. line-height: 13px;
  293. padding: 5px;
  294. background-color: #fec42e;
  295. border-left: 0px solid #ffa83d;
  296. border-bottom: 0px solid #f69826;
  297. -moz-border-radius: 0em 0em 0em 0em;
  298. -webkit-border-radius: 0em 0em 0em 0em;
  299. border-radius: 0em 0em 0em 0em;
  300. box-shadow: 2px 2px 0px #c1fd33;}
  301. --> </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement