Advertisement
nickiminaj

Fanfic Rec Page #2

May 18th, 2013
499
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.27 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <!------
  4. FANFIC REC PAGE by SOURWOLLF
  5. #1: Don't remove the credit.
  6. #2: Don't redistribute and claim as your own.
  7. #3: Do not use this as a base code.
  8. #4: Customize as you like!
  9.  
  10. © Copyright 2013 - Sourwollf | Tumblr
  11. ------>
  12.  
  13. <head>
  14. <meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
  15.  
  16. <title>{Title}</title>
  17. <link rel="shortcut icon" href="{Favicon}" />
  18.  
  19. <link href='http://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  20.  
  21. <link href='http://fonts.googleapis.com/css?family=Quicksand' rel='stylesheet' type='text/css'>
  22.  
  23.  
  24. </head>
  25. <style type="text/css">
  26. body {
  27. padding: 0;
  28. margin: 0;
  29. list-style: none;
  30. background-color: #FFFFFF;
  31. background-attachment: fixed;
  32. background-image:url('http://media.tumblr.com/tumblr_m20pw8bB8H1r9ly5j.png');
  33. margin-bottom: 50px;
  34. }
  35.  
  36. a {
  37. text-decoration: none;
  38. color: black;
  39. }
  40.  
  41. ::-webkit-scrollbar-thumb:vertical {
  42. height:10px;
  43. background-color: #0195ab; }
  44.  
  45. ::-webkit-scrollbar-thumb:horizontal {
  46. height:30px;
  47. background-color: #0195ab; }
  48.  
  49. ::-webkit-scrollbar {
  50. height: 10px;
  51. width: 5px;
  52. background-color: #FFFFFF; }
  53.  
  54. #topbar {
  55. width: 100%;
  56. height: 60px;
  57. background-color: #202020;
  58. position: fixed;
  59. display: block;
  60. }
  61.  
  62. .title {
  63. text-align: center;
  64. color: #FFFFFF;
  65. font-family: 'Fjalla One';
  66. font-size: 16px;
  67. letter-spacing: 10px;
  68. padding-top: 10px;
  69. text-transform: uppercase;
  70. }
  71.  
  72. .links {
  73. text-align: center;
  74. }
  75.  
  76. .links a {
  77. font-family: arial unicode ms;
  78. font-size: 9px;
  79. color: #FFFFFF;
  80. padding: 4px 10px;
  81. letter-spacing: 2px;
  82. text-align: center;
  83. -webkit-transition: all 0.5s ease-in-out;
  84. -moz-transition: all 0.5s ease-in-out;
  85. -o-transition: all 0.5s ease-in-out;
  86. -ms-transition: all 0.5s ease-in-out;
  87. transition: all 0.5s ease-in-out;
  88. }
  89.  
  90. .links a:hover {
  91. color: #202020;
  92. background-color: #FFFFFF;
  93. }
  94.  
  95. #stuff {
  96. margin-top: 50px;
  97. display: inline-block;
  98. }
  99.  
  100. #row {
  101. width: 240px;
  102. height: auto;
  103. background-color: #FFFFFF;
  104. float: left;
  105. display: inline-block;
  106. margin-left: 20px;
  107. margin-top: 20px;
  108. padding: 5px;
  109. -webkit-transition: all 0.2s ease-in-out;
  110. -moz-transition: all 0.2s ease-in-out;
  111. -o-transition: all 0.2s ease-in-out;
  112. -ms-transition: all 0.2s ease-in-out;
  113. transition: all 0.2s ease-in-out;
  114. }
  115.  
  116. #row:hover {
  117. box-shadow: 0px 3px 11px 4px #b7e8ff;
  118. }
  119.  
  120. #content {
  121. width: 240px;
  122. height: 240px;
  123. background-color: #FFFFFF;
  124. }
  125.  
  126. .fanfic {
  127. display: block;
  128. padding: 4px;
  129. color: #FFFFFF;
  130. background-color: #0195ab;
  131. font-family: 'Fjalla One';
  132. font-size: 10px;
  133. text-align: center;
  134. text-transform: uppercase;
  135. letter-spacing: 1px;
  136. }
  137.  
  138. .flink {
  139. text-align: center;
  140. margin-top: -5px;
  141. }
  142.  
  143. .flink a {
  144. font-family: arial unicode ms;
  145. font-size: 8px;
  146. color: #FFFFFF;
  147. text-transform: uppercase;
  148. background-color: #0195ab;
  149. padding: 1px 5px;
  150. -webkit-transition: all 0.5s ease-in-out;
  151. -moz-transition: all 0.5s ease-in-out;
  152. -o-transition: all 0.5s ease-in-out;
  153. -ms-transition: all 0.5s ease-in-out;
  154. transition: all 0.5s ease-in-out;
  155. }
  156.  
  157. .flink a:hover {
  158. background-color: #FFFFFF;
  159. }
  160.  
  161. .general {
  162. display: block;
  163. height: 70px;
  164. padding: 4px;
  165. background-color: #0195ab;
  166. font-family: arial unicode ms;
  167. font-size: 8px;
  168. color: #FFFFFF;
  169. text-transform: uppercase;
  170. letter-spacing: 1px;
  171. margin-top: 1px;
  172. }
  173.  
  174. .section {
  175. background-color: #FFFFFF;
  176. color: #0195ab;
  177. padding: 0px 2px;
  178. float: left;
  179. margin-right: 3px;
  180. border-radius: 1px;
  181. }
  182.  
  183. .description {
  184. display: block;
  185. height: 114px;
  186. margin-top: 4px;
  187. overflow: auto;
  188. font-family: arial unicode ms;
  189. font-size: 8px;
  190. color: #202020;
  191. text-align: justify;
  192. padding: 4px;
  193. text-transform: uppercase;
  194. letter-spacing: 1px;
  195. }
  196.  
  197. </style>
  198. <body>
  199. <div id="topbar">
  200. <div class="title">Fanfiction Rec Page</div>
  201. <div class="links">
  202. <a href="#">Home</a>
  203. <a href="#">Message</a>
  204. <a href="#">.001</a>
  205. <a href="#">.002</a>
  206. <a href="#">.003</a>
  207. <a href="http://jakehelps.tumblr.com">&copy;</a>
  208. </div>
  209. </div>
  210.  
  211. <div id="stuff">
  212. <!---------- BOX ---------->
  213. <div id="row">
  214.  
  215. <div id="content">
  216. <div class="fanfic">Fanfic Title Here</div>
  217. <div class="flink">
  218. <a href="#">Fanfiction</a>
  219. <a href="#">AO3</a>
  220. </div>
  221. <div class="general">
  222. <div class="section">Pairing:</div> Here<br />
  223. <div class="section">Rating:</div> Here<br />
  224. <div class="section">Status</div> Here<br />
  225. <div class="section">Additional Char.:</div> Here<br />
  226. </div>
  227. <div class="description">
  228. The description can be as long as you want it to be.
  229. </div>
  230. </div>
  231.  
  232. </div>
  233. <div id="row">
  234.  
  235. <div id="content">
  236. <div class="fanfic">Fanfic Title Here</div>
  237. <div class="flink">
  238. <a href="#">Fanfiction</a>
  239. <a href="#">AO3</a>
  240. </div>
  241. <div class="general">
  242. <div class="section">Pairing:</div> Here<br />
  243. <div class="section">Rating:</div> Here<br />
  244. <div class="section">Status</div> Here<br />
  245. <div class="section">Additional Char.:</div> Here<br />
  246. </div>
  247. <div class="description">
  248. The description can be as long as you want it to be.
  249. </div>
  250. </div>
  251.  
  252. </div>
  253. <div id="row">
  254.  
  255. <div id="content">
  256. <div class="fanfic">Fanfic Title Here</div>
  257. <div class="flink">
  258. <a href="#">Fanfiction</a>
  259. <a href="#">AO3</a>
  260. </div>
  261. <div class="general">
  262. <div class="section">Pairing:</div> Here<br />
  263. <div class="section">Rating:</div> Here<br />
  264. <div class="section">Status</div> Here<br />
  265. <div class="section">Additional Char.:</div> Here<br />
  266. </div>
  267. <div class="description">
  268. The description can be as long as you want it to be.
  269. </div>
  270. </div>
  271.  
  272. </div>
  273. <div id="row">
  274.  
  275. <div id="content">
  276. <div class="fanfic">Fanfic Title Here</div>
  277. <div class="flink">
  278. <a href="#">Fanfiction</a>
  279. <a href="#">AO3</a>
  280. </div>
  281. <div class="general">
  282. <div class="section">Pairing:</div> Here<br />
  283. <div class="section">Rating:</div> Here<br />
  284. <div class="section">Status</div> Here<br />
  285. <div class="section">Additional Char.:</div> Here<br />
  286. </div>
  287. <div class="description">
  288. The description can be as long as you want it to be.
  289. </div>
  290. </div>
  291.  
  292. </div>
  293. <div id="row">
  294.  
  295. <div id="content">
  296. <div class="fanfic">Fanfic Title Here</div>
  297. <div class="flink">
  298. <a href="#">Fanfiction</a>
  299. <a href="#">AO3</a>
  300. </div>
  301. <div class="general">
  302. <div class="section">Pairing:</div> Here<br />
  303. <div class="section">Rating:</div> Here<br />
  304. <div class="section">Status</div> Here<br />
  305. <div class="section">Additional Char.:</div> Here<br />
  306. </div>
  307. <div class="description">
  308. The description can be as long as you want it to be.
  309. </div>
  310. </div>
  311.  
  312. </div>
  313. <div id="row">
  314.  
  315. <div id="content">
  316. <div class="fanfic">Fanfic Title Here</div>
  317. <div class="flink">
  318. <a href="#">Fanfiction</a>
  319. <a href="#">AO3</a>
  320. </div>
  321. <div class="general">
  322. <div class="section">Pairing:</div> Here<br />
  323. <div class="section">Rating:</div> Here<br />
  324. <div class="section">Status</div> Here<br />
  325. <div class="section">Additional Char.:</div> Here<br />
  326. </div>
  327. <div class="description">
  328. The description can be as long as you want it to be.
  329. </div>
  330. </div>
  331.  
  332. </div>
  333.  
  334.  
  335. </div>
  336. </body>
  337. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement