furyofthetimelords

page 003 (tv recs)

Apr 12th, 2015
631
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.68 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <title>tv recs</title>
  5.  
  6. <style type="text/css">
  7.  
  8. body {
  9. background-color:#ffffff;
  10. font-family:arial;
  11. font-size:14px;
  12. color:#9b9b9b;
  13. text-transform:none;
  14. }
  15.  
  16. a {text-decoration:none};
  17.  
  18. a:link, a:active, a:visited {
  19. color:#414244;
  20. text-decoration:none;
  21. text-transform:uppercase;
  22. font-style:italic;
  23. transition-duration: 0.8s;
  24. -moz-transition-duration: 0.8s;
  25. -webkit-transition-duration: 0.8s;
  26. -o-transition-duration: 0.8s;
  27. }
  28.  
  29. a:hover{
  30. color:#a3a2a2;
  31. }
  32.  
  33. ::-webkit-scrollbar-thumb:vertical {background-color:{color:sidebar};height:100px;}
  34.  
  35. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:sidebar};height:10px !important;}
  36.  
  37. ::-webkit-scrollbar { height:10px;width:10px;}
  38.  
  39. #header {
  40. width:auto;
  41. text-align:center;
  42. height:auto;
  43. padding:10px;
  44. margin-bottom:100px;
  45. }
  46.  
  47. .nav a{
  48. display:inline-block;
  49. width:130px;
  50. padding:5px;
  51. font-size:12px;
  52. color:#66919f;
  53. letter-spacing:2px;
  54. margin-bottom:5px;
  55. margin-right:5px;
  56. text-transform:uppercase;
  57. background-color:#242525;
  58. transition-duration: 0.8s;
  59. -moz-transition-duration: 0.8s;
  60. -webkit-transition-duration: 0.8s;
  61. -o-transition-duration: 0.8s;
  62. }
  63.  
  64. .nav a:hover{
  65. color:#a3a2a2;
  66. letter-spacing:5px;
  67. }
  68.  
  69.  
  70. #title {
  71. font-family: calibri;
  72. font-size:30px;
  73. letter-spacing:3px;
  74. color:#696b6b;
  75. text-align:center;
  76. text-transform:uppercase;
  77. font-style:italic;
  78. }
  79.  
  80. #container {
  81. height:auto;
  82. width:auto;
  83. margin-top:25px;
  84. margin-bottom:50px;
  85. }
  86.  
  87. #tv{
  88. display:inline-block;
  89. color:#585c60;
  90. height:150px;
  91. width:300px;
  92. text-align:justify;
  93. padding-top:15px;
  94. padding-right:10px;
  95. margin-bottom:-10px;
  96. margin-top:30px;
  97. margin-right:25px;
  98. margin-left:15px;
  99. background-color:#0c0c0c;
  100. font-size:12px;
  101. }
  102.  
  103. #tvr img {
  104. height:100px;
  105. width:100px;
  106. padding:3px;
  107. margin-left:20px;
  108. margin-top:15px;
  109. float:left;
  110. border:1px solid #242525;
  111. }
  112.  
  113. #txt {
  114. width:135px;
  115. height:120px;
  116. font-size:11.7px;
  117. background-color:#242525;
  118. margin-left:150px;
  119. padding:5px;
  120. overflow:none;
  121. }
  122.  
  123. #txta {
  124. font-size:12px;
  125. letter-spacing:2px;
  126. margin-bottom:-10px;
  127. text-align:center;
  128. font-style:bold;
  129. text-decoration:underline;
  130. }
  131.  
  132.  
  133. .txtb a{
  134. display:inline-block;
  135. font-size:11px;
  136. letter-spacing:2px;
  137. text-align:center;
  138. color:#66919f;
  139. background-color: #000000;
  140. font-style:bold;
  141. padding:5px;
  142. width:45px;
  143. float:left;
  144. margin-left:195px;
  145. margin-top:-25px;
  146. border:1px solid #242525;
  147. }
  148.  
  149. .txtb a:hover {
  150. color:#585c60;
  151. }
  152.  
  153.  
  154.  
  155.  
  156. </style>
  157. </head>
  158.  
  159. <body>
  160.  
  161. <div id="header">
  162. <div id="title">tv recs</div>
  163. <p>A collection of tv shows that are totally worth watching.
  164. <p><div class="nav"><a href="/">home</a> <a href="/faq1">recs?</a> <a href="http://bluesargently.tumblr.com">credit</a>
  165. </div>
  166.  
  167.  
  168. <div id="container">
  169.  
  170. <center>
  171.  
  172. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  173. <div id="txt"><div id="txta">SHOW TITLE</div>
  174. <br>BREIF SYNOPSIS</div>
  175. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  176. </div>
  177.  
  178. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  179. <div id="txt"><div id="txta">SHOW TITLE</div>
  180. <br>BREIF SYNOPSIS</div>
  181. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  182. </div>
  183.  
  184. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  185. <div id="txt"><div id="txta">SHOW TITLE</div>
  186. <br>BREIF SYNOPSIS</div>
  187. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  188. </div>
  189.  
  190. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  191. <div id="txt"><div id="txta">SHOW TITLE</div>
  192. <br>BREIF SYNOPSIS</div>
  193. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  194. </div>
  195.  
  196. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  197. <div id="txt"><div id="txta">SHOW TITLE</div>
  198. <br>BREIF SYNOPSIS</div>
  199. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  200. </div>
  201.  
  202. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  203. <div id="txt"><div id="txta">SHOW TITLE</div>
  204. <br>BREIF SYNOPSIS</div>
  205. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  206. </div>
  207.  
  208. <div id="tv"><div id="tvr"><img src="http://i58.tinypic.com/ilv9si.png"></div>
  209. <div id="txt"><div id="txta">SHOW TITLE</div>
  210. <br>BREIF SYNOPSIS</div>
  211. <br><div class="txtb"><center><a href="IMDB LINK HERE">IMDB</a></center></div>
  212. </div>
  213.  
  214.  
  215. </center>
  216.  
  217. </div>
  218.  
  219. </html>
Advertisement
Add Comment
Please, Sign In to add comment