Advertisement
Jiminari

5# css kód

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