Advertisement
Guest User

TUMBLR PAGE BY STYKA

a guest
Jun 17th, 2012
906
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.89 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html lang="en">
  3.  
  4. <!--
  5. Page tumblr by www.SuperSTYKA.fr
  6. Don't remove this credit, please!
  7. -->
  8.  
  9. <head>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}"/>
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}"/>
  13. <link href='http://fonts.googleapis.com/css?family=Oswald' rel='stylesheet' type='text/css' />
  14.  
  15. <style type="text/css">
  16. /* CSS reset */
  17. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td{margin:0;padding:0;}
  18. html,body{margin:0;padding:0;}
  19. table{border-collapse:collapse;border-spacing:0;}
  20. fieldset,img{border:0;}
  21. input{border:1px solid #b0b0b0;padding:3px 5px 4px;color:#979797;width:190px;}
  22. address,caption,cite,code,dfn,th,var{font-style:normal;font-weight:normal;}
  23. ol,ul{list-style:none;}
  24. caption,th{text-align:left;}
  25. h1,h2,h3,h4,h5,h6{font-size:100%;font-weight:normal;}
  26. q:before,q:after{content:'';}
  27. abbr,acronym{border:0;}
  28.  
  29. /* General */
  30. body{
  31. background:#D5DED9;
  32. color: #333;
  33. font-family: 'Oswald', Arial, sans-serif;
  34. font-size: 13px;
  35. }
  36.  
  37. .container{
  38. position:relative;
  39. }
  40.  
  41. a{
  42. color: #000;
  43. text-decoration: none;
  44. }
  45.  
  46. .clr{
  47. clear: both;
  48. }
  49.  
  50. .main{
  51. position:relative;
  52. width:800px;
  53. margin: 0 auto;
  54. }
  55.  
  56. h1{
  57. margin:0px;
  58. padding:20px 20px 10px 20px;
  59. font-size:34px;
  60. color:#99B2B7;
  61. text-shadow:1px 1px 1px #fff;
  62. text-align:left;
  63. font-weight:400;
  64. text-align:center;
  65. }
  66.  
  67. h1 span a{
  68. display:block;
  69. font-size: 14px;
  70. font-family: Georgia, serif;
  71. font-style: italic;
  72. color:#99B2B7;
  73. padding-top:10px;
  74. }
  75.  
  76. h1 span a:hover{
  77. display:block;
  78. font-size: 14px;
  79. font-family: Georgia, serif;
  80. font-style: italic;
  81. color:#948C75;
  82. padding-top:10px;
  83. }
  84.  
  85. .view{
  86. width: 160px;
  87. height: 213px;
  88. margin: 10px;
  89. float: left;
  90. border: 10px solid #fff;
  91. overflow: hidden;
  92. position: relative;
  93. text-align: center;
  94. -webkit-box-shadow: 1px 1px 2px #e6e6e6;
  95. -moz-box-shadow: 1px 1px 2px #e6e6e6;
  96. box-shadow: 1px 1px 2px #e6e6e6;
  97. cursor: default;
  98. background: #fff;
  99. }
  100.  
  101. .view .mask,.view .content{
  102. width: 160px;
  103. height: 213px;
  104. position: absolute;
  105. overflow: hidden;
  106. top: 0;
  107. left: 0;
  108. }
  109.  
  110. .view img{
  111. display: block;
  112. position: relative;
  113. }
  114.  
  115. .view h2{
  116. text-transform: uppercase;
  117. color: #fff;
  118. text-align: center;
  119. position: relative;
  120. font-size: 17px;
  121. padding: 10px;
  122. background: rgba(0, 0, 0, 0.8);
  123. margin: 20px 0 0 0;
  124. }
  125.  
  126. .view p{
  127. font-family: Georgia, serif;
  128. font-size: 12px;
  129. position: relative;
  130. color: #fff;
  131. padding: 10px 20px 20px;
  132. text-align: center;
  133. }
  134.  
  135. .view a.info{
  136. display: inline-block;
  137. text-decoration: none;
  138. padding: 7px 14px;
  139. background: #31343D;
  140. color: #fff;
  141. text-transform: none;
  142. }
  143.  
  144. .view a.info:hover{
  145. border: 1px solid #99B2B7;
  146. }
  147.  
  148. .view-second img{
  149. -webkit-transition: all 0.2s ease-in;
  150. -moz-transition: all 0.2s ease-in;
  151. -o-transition: all 0.2s ease-in;
  152. -ms-transition: all 0.2s ease-in;
  153. transition: all 0.2s ease-in;
  154. }
  155.  
  156. .view-second .mask{
  157. background-color: rgba(115,146,184, 0.7);
  158. width: 300px;
  159. padding: 60px;
  160. height: 300px;
  161. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=0)";
  162. filter: alpha(opacity=0);
  163. opacity: 0;
  164. -webkit-transform: translate(265px, 145px) rotate(45deg);
  165. -moz-transform: translate(265px, 145px) rotate(45deg);
  166. -o-transform: translate(265px, 145px) rotate(45deg);
  167. -ms-transform: translate(265px, 145px) rotate(45deg);
  168. transform: translate(265px, 145px) rotate(45deg);
  169. -webkit-transition: all 0.2s ease-in-out;
  170. -moz-transition: all 0.2s ease-in-out;
  171. -o-transition: all 0.2s ease-in-out;
  172. -ms-transition: all 0.2s ease-in-out;
  173. transition: all 0.2s ease-in-out;
  174. }
  175.  
  176. .view-second h2{
  177. border-bottom: 1px solid rgba(0, 0, 0, 0.3);
  178. background: transparent;
  179. margin: 10px 10px 0px 10px;
  180. -webkit-transform: translate(200px, -200px);
  181. -moz-transform: translate(200px, -200px);
  182. -o-transform: translate(200px, -200px);
  183. -ms-transform: translate(200px, -200px);
  184. transform: translate(200px, -200px);
  185. -webkit-transition: all 0.2s ease-in-out;
  186. -moz-transition: all 0.2s ease-in-out;
  187. -o-transition: all 0.2s ease-in-out;
  188. -ms-transition: all 0.2s ease-in-out;
  189. transition: all 0.2s ease-in-out;
  190. }
  191.  
  192. .view-second p{
  193. -webkit-transform: translate(-200px, 200px);
  194. -moz-transform: translate(-200px, 200px);
  195. -o-transform: translate(-200px, 200px);
  196. -ms-transform: translate(-200px, 200px);
  197. transform: translate(-200px, 200px);
  198. -webkit-transition: all 0.2s ease-in-out;
  199. -moz-transition: all 0.2s ease-in-out;
  200. -o-transition: all 0.2s ease-in-out;
  201. -ms-transition: all 0.2s ease-in-out;
  202. transition: all 0.2s ease-in-out;
  203. }
  204.  
  205. .view-second a.info{
  206. -webkit-transform: translate(0px, 100px);
  207. -moz-transform: translate(0px, 100px);
  208. -o-transform: translate(0px, 100px);
  209. -ms-transform: translate(0px, 100px);
  210. transform: translate(0px, 100px);
  211. -webkit-transition: all 0.2s 0.1s ease-in-out;
  212. -moz-transition: all 0.2s 0.1s ease-in-out;
  213. -o-transition: all 0.2s 0.1s ease-in-out;
  214. -ms-transition: all 0.2s 0.1s ease-in-out;
  215. transition: all 0.2s 0.1s ease-in-out;
  216. }
  217.  
  218. .view-second:hover .mask{
  219. -ms-filter: "progid: DXImageTransform.Microsoft.Alpha(Opacity=100)";
  220. filter: alpha(opacity=100);
  221. opacity: 1;
  222. -webkit-transform: translate(-80px, -125px) rotate(45deg);
  223. -moz-transform: translate(-80px, -125px) rotate(45deg);
  224. -o-transform: translate(-80px, -125px) rotate(45deg);
  225. -ms-transform: translate(-80px, -125px) rotate(45deg);
  226. transform: translate(-80px, -125px) rotate(45deg);
  227. }
  228.  
  229. .view-second:hover h2{
  230. -webkit-transform: translate(0px,0px);
  231. -moz-transform: translate(0px,0px);
  232. -o-transform: translate(0px,0px);
  233. -ms-transform: translate(0px,0px);
  234. transform: translate(0px,0px);
  235. -webkit-transition-delay: 0.3s;
  236. -moz-transition-delay: 0.3s;
  237. -o-transition-delay: 0.3s;
  238. -ms-transition-delay: 0.3s;
  239. transition-delay: 0.3s;
  240. }
  241.  
  242. .view-second:hover p{
  243. -webkit-transform: translate(0px,0px);
  244. -moz-transform: translate(0px,0px);
  245. -o-transform: translate(0px,0px);
  246. -ms-transform: translate(0px,0px);
  247. transform: translate(0px,0px);
  248. -webkit-transition-delay: 0.4s;
  249. -moz-transition-delay: 0.4s;
  250. -o-transition-delay: 0.4s;
  251. -ms-transition-delay: 0.4s;
  252. transition-delay: 0.4s;
  253. }
  254.  
  255. .view-second:hover a.info{
  256. -webkit-transform: translate(0px,0px);
  257. -moz-transform: translate(0px,0px);
  258. -o-transform: translate(0px,0px);
  259. -ms-transform: translate(0px,0px);
  260. transform: translate(0px,0px);
  261. -webkit-transition-delay: 0.5s;
  262. -moz-transition-delay: 0.5s;
  263. -o-transition-delay: 0.5s;
  264. -ms-transition-delay: 0.5s;
  265. transition-delay: 0.5s;
  266. }
  267.  
  268.  
  269. #STYKA{
  270. font-size: 8px;
  271. float: left;
  272. position: fixed;
  273. bottom: 5px;
  274. right: 5px;
  275. }
  276.  
  277. </style>
  278. </head>
  279. <body>
  280.  
  281. <div class="container">
  282. <h1>My Favorite Movies<span><a href="/">back</a></span></h1>
  283. <div class="main">
  284.  
  285. <div class="view view-second">
  286. <img src="http://images.allocine.fr/r_160_240/b_1_d6d6d6/medias/nmedia/18/35/18/30/19253896.jpg" />
  287. <div class="mask"></div>
  288. <div class="content">
  289. <h2>fight club</h2>
  290. <p>A film that entertains dangerously. A brilliant masterpiece.</p>
  291. <a href="http://www.youtube.com/watch?v=M8PRC3HbWqo" class="info" target="_bank">Trailer</a>
  292. </div>
  293. </div>
  294.  
  295. <div class="view view-second">
  296. <img src="URL IMG HERE" />
  297. <div class="mask"></div>
  298. <div class="content">
  299. <h2>the film's title</h2>
  300. <p>Your little opinion about the movie here</p>
  301. <a href="URL TRAILER HERE" class="info">Trailer</a>
  302. </div>
  303. </div>
  304.  
  305. <div class="view view-second">
  306. <img src="URL IMG HERE" />
  307. <div class="mask"></div>
  308. <div class="content">
  309. <h2>the film's title</h2>
  310. <p>Your little opinion about the movie here</p>
  311. <a href="URL TRAILER HERE" class="info">Trailer</a>
  312. </div>
  313. </div>
  314.  
  315. <div class="view view-second">
  316. <img src="URL IMG HERE" />
  317. <div class="mask"></div>
  318. <div class="content">
  319. <h2>the film's title</h2>
  320. <p>Your little opinion about the movie here</p>
  321. <a href="URL TRAILER HERE" class="info">Trailer</a>
  322. </div>
  323. </div>
  324.  
  325. <div class="view view-second">
  326. <img src="URL IMG HERE" />
  327. <div class="mask"></div>
  328. <div class="content">
  329. <h2>the film's title</h2>
  330. <p>Your little opinion about the movie here</p>
  331. <a href="URL TRAILER HERE" class="info">Trailer</a>
  332. </div>
  333. </div>
  334.  
  335. <div class="view view-second">
  336. <img src="URL IMG HERE" />
  337. <div class="mask"></div>
  338. <div class="content">
  339. <h2>the film's title</h2>
  340. <p>Your little opinion about the movie here</p>
  341. <a href="URL TRAILER HERE" class="info">Trailer</a>
  342. </div>
  343. </div>
  344.  
  345. <div class="view view-second">
  346. <img src="URL IMG HERE" />
  347. <div class="mask"></div>
  348. <div class="content">
  349. <h2>the film's title</h2>
  350. <p>Your little opinion about the movie here</p>
  351. <a href="URL TRAILER HERE" class="info">Trailer</a>
  352. </div>
  353. </div>
  354.  
  355. <div class="view view-second">
  356. <img src="URL IMG HERE" />
  357. <div class="mask"></div>
  358. <div class="content">
  359. <h2>the film's title</h2>
  360. <p>Your little opinion about the movie here</p>
  361. <a href="URL TRAILER HERE" class="info">Trailer</a>
  362. </div>
  363. </div>
  364.  
  365. </div>
  366. </div>
  367.  
  368. <div id="STYKA"><a href="http://superstyka.tumblr.com" target="_bank">By STYKA</a></div>
  369.  
  370. </body>
  371. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement