Carolaine_Vieira

Film/Movie Page #01

May 13th, 2016
405
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <html>
  3. <!--
  4.  
  5. BOOK/MOVIE PAGE CREATED BY AMPLAMENTE.TUMBRL.COM
  6. SEND AS IF PROBLEMS.
  7.  
  8. -->
  9.  
  10. <head>
  11.  
  12. <link href='https://fonts.googleapis.com/css?family=Open+Sans|Roboto+Slab|Gilda+Display|Playfair+Display' rel='stylesheet' type='text/css'>
  13.  
  14. <title>Livrarie</title>
  15. <link rel="shortcut icon" href="http://1.bp.blogspot.com/-58aoUUiSQ6c/Ua59EE7dzoI/AAAAAAAAAR4/DL_VH4BJ7cM/s1600/tumblr_mlcmbc5q161s3kijeo1_500.png">
  16.  
  17. <style type="text/css">
  18.  
  19. body {
  20.  
  21. margin:0px; padding:0px;
  22. background:#f2f2f2;
  23. font-family:Open Sans;
  24.  
  25. }
  26.  
  27. #content {
  28.  
  29. width:720px;
  30. padding:10px;
  31. background:transparent;
  32. margin-left:100px;
  33. margin-top:50px;
  34.  
  35. }
  36.  
  37. ::-webkit-scrollbar { width:7px; height:15px; }
  38. ::-webkit-scrollbar-track-piece {
  39. background-color:pink;
  40. border:3px solid pink; }
  41. ::-webkit-scrollbar-thumb {
  42. background-color:#fff;
  43. border:3px solid pink; }
  44.  
  45. .livro {
  46. float:left;
  47. width:200px;
  48. height:300px;
  49. padding:10px;
  50. margin:10px;
  51. padding-bottom:0px;
  52. color:#fff;
  53. background:#fff;
  54. box-shadow: 0 2px 0 rgba(204,204,204,.15);
  55.  
  56. }
  57.  
  58. .livro img {
  59.  
  60. width:200px;
  61. height:290px;
  62.  
  63. }
  64.  
  65. .livro .livrodesc {
  66.  
  67. position:absolute;
  68. background:rgba(000,000,000,0.5);
  69. width:160px;
  70. height:250px;
  71. opacity:0.0;
  72. padding:20px;
  73. font-size:12px;
  74. text-align:center;
  75. -webkit-transition: all 0.4s ease-out;
  76. transition: all 0.4s ease-out;
  77.  
  78. }
  79.  
  80. .livro:hover .livrodesc {
  81.  
  82. opacity:1;
  83. outline: 4px double #000;
  84. outline-offset: -10px;
  85. -webkit-transition: all 0.4s ease-out;
  86. transition: all 0.4s ease-out;
  87.  
  88. }
  89.  
  90. .livrotitle {
  91.  
  92. font-family:Playfair Display;
  93. font-size:22px;
  94. margin-bottom:12px;
  95. margin-top:10px;
  96.  
  97. }
  98.  
  99. .bn {
  100.  
  101. z-index:9;
  102. position:fixed;
  103. right:0px;
  104. top:0px;
  105. padding:0px;
  106. width:calc(50% - 150px);
  107. height:100%;
  108. background-size:cover;
  109. /* SIDEBAR IMAGE BACKGROUND */
  110. background: #000 url("http://i.imgur.com/FivIxEt.jpg") fixed right;
  111.  
  112. }
  113.  
  114. .bndesc {
  115. margin-left:auto;
  116. margin-right:auto;
  117. margin-top:50%;
  118. width:80%;
  119. padding:20px;
  120. font-size:16px;
  121. text-align:center;
  122. color:#fff;
  123. font-family:Playfair Display;
  124. -webkit-transition: all 0.4s ease-out;
  125. transition: all 0.4s ease-out;
  126.  
  127. }
  128.  
  129. .bntitle {
  130.  
  131. font-family:Playfair Display;
  132. font-size:45px;
  133. margin-bottom:15px;
  134. margin-top:10px;
  135. color:#fff;
  136. font-style:italic;
  137.  
  138. }
  139.  
  140. .author { font-size:13px; }
  141.  
  142. .back {position:fixed; z-index:999; bottom:20px; right:20px;}
  143. .back a { font-family:Open Sans; color:#fff; padding:8px; text-decoration:none; text-transform:uppercase; border:2px solid #fff; font-size:11px;}
  144.  
  145. .back2 {position:fixed; z-index:999; bottom:5px; left:0px;}
  146. .back2 a { font-family:Open Sans; color:#fff; padding:5px; text-decoration:none; text-transform:uppercase; background:pink; font-weight:bold; border:2px solid pink; font-size:15px;}
  147.  
  148. </style>
  149.  
  150. </head>
  151.  
  152. <body>
  153.  
  154. <!-- SIDEBAR -->
  155. <div class="bn">
  156. <div class="bndesc">
  157. <div class="bntitle">Sidebar Title
  158. </div>
  159. Sidebar Description
  160. </div>
  161. </div>
  162. <!-- SIDEBAR -->
  163.  
  164. <!-- BOOKS/MOVIES -->
  165. <div id="content">
  166.  
  167. <!-- ***BOOKS/MOVIES*** (COPY AND PAST FOR MORE) -->
  168. <div class="livro">
  169. <div class="livrodesc">
  170. <div class="livrotitle">Book/Movie Title
  171. <div class="author">Book/Movie Author</div>
  172. </div>
  173. Book/Movie Description
  174. </div>
  175. <!-- BOOK/MOVIE IMAGE URL -->
  176. <img src="IMAGE_URL" />
  177. </div>
  178. <!-- ***BOOKS/MOVIES*** (COPY AND PASTE FOR MORE) -->
  179.  
  180. <!-- BOOKS/MOVIES 1 -->
  181. <div class="livro">
  182. <div class="livrodesc">
  183. <div class="livrotitle">Louca por você
  184. <div class="author">A. C. Meyer</div>
  185. </div>
  186. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
  187. </div>
  188. <img src="http://romancesempapel.com/wp-content/uploads/2014/12/Louca_por_Voc_capa_Universo_dos_Livros.jpg" />
  189. </div>
  190.  
  191. <!-- BOOKS/MOVIES 2 -->
  192. <div class="livro">
  193. <div class="livrodesc">
  194. <div class="livrotitle">O Hobbit
  195. <div class="author">J. R. R. Tolkien</div>
  196. </div>
  197. Ut wisi enim ad minim veniam, quis nostrud exerci tation ullamcorper suscipit lobortis nisl ut aliquip ex ea commodo consequat.
  198. </div>
  199. <img src="https://pseudoaleatoriedade.files.wordpress.com/2013/02/o_hobbit.jpg" />
  200. </div>
  201.  
  202. </div>
  203.  
  204. <div class="back"><a href="/">Go Back</a></div>
  205. <div class="back2"><a href="http://ttamplamente.tumblr.com/" target="_new" title="page credit">&copy;</a></div>
  206.  
  207. </body>
  208. </html>
Add Comment
Please, Sign In to add comment