Advertisement
Jiminari

8# css kód

Sep 9th, 2013
49
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.23 KB | None | 0 0
  1. <!-- do NOT remove my credits! ha elviszed NE tüntesd fel sajátként és írd ki a forrást! -->
  2. <p>css by.: <a href="http://seominas.tumblr.com" target="_blank">seominas</a></p>
  3. <style type="text/css">
  4. body {
  5. background-color: #B7D1AB;
  6. cursor: default;}
  7.  
  8. .site { /* oldal */
  9. width: 750px; /* oldal szélessége */
  10. margin-left: 100px;} /* oldal eltolása balról */
  11.  
  12. .sitecol {
  13. background-image: url("");}
  14.  
  15. a:link, a:visited {
  16. color: #A98C88;
  17. background-color: transparent;
  18. text-decoration: none;
  19. font-weight: normal;
  20. font-weight: normal;
  21. transition: all .5s ease-in-out;
  22. -o-transition: all .5s ease-in-out;
  23. -webkit-transition: all .5s ease-in-out;
  24. -moz-transition: all .5s ease-in-out;}
  25. a:hover {
  26. color: #FBBB98;
  27. background-color: transparent;
  28. font-weight: normal;
  29. font-style: normal;
  30. border-bottom: 2px solid #A9C19F;
  31. text-decoration: none;
  32. text-shadow: 0px;}
  33.  
  34. a:link img, a:visited img {
  35. border: 0px;
  36. padding: 0px;
  37. filter: alpha(opacity=70);
  38. opacity: 0.6;
  39. 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");
  40. filter: grayscale(25%);
  41. -moz-filter: grayscale(25%);
  42. -ms-filter: grayscale(25%);
  43. -o-filter: grayscale(25%);
  44. filter: gray; /* IE6-9 */
  45. -webkit-filter: grayscale(25%);
  46. transition: all .5s ease-in-out;
  47. -o-transition: all .5s ease-in-out;
  48. -webkit-transition: all .5s ease-in-out;
  49. -moz-transition: all .5s ease-in-out;
  50. }
  51. a:hover img {
  52. cursor: default;
  53. border:0px;
  54. padding:0px;
  55. filter: alpha(opacity=100);
  56. opacity: 0.9;
  57. 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");
  58. filter: grayscale(0%);
  59. -moz-filter: grayscale(0%);-ms-filter: grayscale(0%);
  60. -o-filter: grayscale(0%);
  61. filter: none ; /* IE6-9 */
  62. zoom:0;
  63. -webkit-filter: grayscale(0%);}
  64.  
  65. img {
  66. border:0px solid;
  67. border-color: #d1cccc;
  68. padding:0px;}
  69. img:hover {
  70. border:0px solid;
  71. border-color: #d1cccc;
  72. padding:0px;}
  73.  
  74. td.modtitle {
  75. font-family: verdana;
  76. font-size: 8px;
  77. font-weight: bold;
  78. font-style: normal;
  79. color: #ffffff;
  80. background-color: #A9C19F;
  81. text-align: center;
  82. padding: 3px;
  83. border-top: 2px solid #A7BF9D;
  84. letter-spacing: -1px;
  85. text-shadow: #A7BF9D 1px 0px 0px;
  86. text-transform: uppercase;}
  87.  
  88. td.modbody {
  89. background-image: url(http://24.media.tumblr.com/0ae2ba9a295b03ef20b15621dde87284/tumblr_msv1ooH28s1sgbpgao1_1280.png);
  90. font-size: 8pt;
  91. font-family: arial;
  92. color: #828282;
  93. border-bottom: 0px;
  94. line-height: 13px;
  95. padding-top: 5px;
  96. padding-left: 5px;
  97. padding-right: 5px;
  98. padding-bottom: 5px;
  99. text-shadow: #e8e8e8 1px 0px 0px;
  100. text-align: justify;}
  101.  
  102. h2 {
  103. color: #FBBB98;
  104. background: transparent;
  105. font-family: arial;
  106. font-weight: normal;
  107. font-style: normal;
  108. font-size: 13px !important;
  109. padding: 0px;
  110. text-align: center;
  111. text-transform: none;
  112. -webkit-transition: .5s ease-in;
  113. -moz-transition: .5s ease-in;
  114. -o-transition: .5s ease-in;}
  115. a:hover h2 {
  116. color: #A98C88;
  117. background: transparent;
  118. font-size: 13px !important;
  119. font-family: arial;
  120. padding: 0px;
  121. font-weight: normal;
  122. font-style: normal;
  123. text-align: center;
  124. text-transform: none;}
  125.  
  126. h2:first-letter {
  127. color: #B8A191;
  128. font-family: georgia;
  129. font-size: 18px!important;
  130. font-style: italic;
  131. text-transform: uppercase;
  132. letter-spacing: 0px;
  133. float: center;}
  134.  
  135. .txtbold {
  136. background-color: transpert;
  137. font-family: georgia;
  138. text-transform: lowercase;
  139. font-size: 10px !important;
  140. color: #B8A191;
  141. filter: alpha(opacity=90);
  142. opacity: 0.9;}
  143.  
  144. td.light {
  145. background-color: transparent;
  146. font-family: arial;
  147. font-size: 8pt;
  148. color: #828282;
  149. font-weight: bold;
  150. font-style: italic;
  151. line-height: 13;
  152. padding-left: 0px;}
  153.  
  154. .commenttext {
  155. background-color: transparent;
  156. font-family: arial;
  157. font-size: 8pt;
  158. color: #828282;
  159. text-shadow: #e8e8e8 1px 0px 0px;}
  160.  
  161. td.listheader {
  162. background-color: transparent;
  163. border: 0px;
  164. font-family: georgia;
  165. font-size: 18px;
  166. color: #B8A191;
  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: #B8A191;
  176. font-weight: bold;
  177. font-style: normal;
  178. text-align: left;
  179. text-transform: none;}
  180.  
  181. td.list1 {
  182. background: transparent;
  183. font-family:verdana;
  184. font-size: 10px;
  185. color:#A9C19F;
  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: #A9C19F;}
  196.  
  197. td.list3 {
  198. font-family: arial;
  199. background-color: transparent;
  200. font-size: 12px;
  201. font-weight: bold;
  202. color: #828282;
  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: #828282;
  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: #828282;
  222. font-weight: normal;}
  223.  
  224. STRONG {
  225. COLOR: #B8A191;
  226. FONT-SIZE: 8pt;
  227. font-weight: bold;
  228. font-style: normal;}
  229.  
  230. U {
  231. font-size: 8pt;
  232. font-weight: normal;
  233. text-transform: none;
  234. color: #A9C19F;
  235. text-decoration: none;
  236. border-bottom: 0px dotted #e2e2e2;
  237. font-style: normal;}
  238.  
  239. EM {
  240. COLOR: #FBBB98;
  241. FONT-SIZE: 8pt;
  242. FONT-FAMILY: georgia;
  243. font-style: italic;
  244. background-color: transparent;
  245. font-weight: none;}
  246.  
  247. strike {
  248. color: #EACF9A;
  249. font-size: 8pt;
  250. text-decoration: strike;}
  251.  
  252. input {
  253. font-family: arial;
  254. font-size: 8pt;
  255. color: #ffffff;
  256. border: 0px;
  257. background-color: #D6BE8D;
  258. text-shadow: #EACF9A 0px 1px 1px;
  259. contour: 1px;
  260. padding: 1px;}
  261.  
  262. ::selection{
  263. background-color: #EACF9A;
  264. color: #ffffff;}
  265. ::-moz-selection{
  266. background-color: #EACF9A;
  267. color: #ffffff;}
  268.  
  269. blockquote {
  270. font-family: arial, georgia, times new roman;
  271. font-style: none;
  272. font-weight: none;
  273. font-size: 8pt;
  274. color: #ffffff;
  275. text-shadow: #D1B98A 0px 1px 1px;
  276. line-height: 13px;
  277. padding: 5px;
  278. background-image: url(http://25.media.tumblr.com/4aeabec4c8d38963d83598b870980277/tumblr_msv1ooH28s1sgbpgao4_r1_1280.png);
  279. -moz-border-radius: 0em 0em 0em 0em;
  280. -webkit-border-radius: 0em 0em 0em 0em;
  281. border-radius: 0em 0em 0em 0em;
  282. box-shadow: 2px 2px 0px #A9C19F;}
  283. --></style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement