Advertisement
Guest User

Ficrec page by drwtsn

a guest
Feb 4th, 2014
1,819
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.60 KB | None | 0 0
  1. <!--Fic Rec Page by drwtsn -
  2.  
  3. do not use as base code -
  4.  
  5. do not remove the credit-->
  6.  
  7.  
  8.  
  9. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head><title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16. <style type="text/css">
  17.  
  18. ::-webkit-scrollbar {
  19. width:8px;
  20. height:8px;
  21. background: #ffffff;
  22.  
  23. }
  24.  
  25. ::-webkit-scrollbar-thumb {
  26. border-top:3px solid #ffffff;
  27. border-right:3px solid #ffffff;
  28. background-color: #f6f6f6;
  29. }
  30.  
  31. body {
  32. background:#ffffff;
  33. margin:0px;
  34. color:#828282;
  35. font-family:Calibri;
  36. font-size:10px;
  37. line-height:100%;
  38. }
  39.  
  40. a:link, a:active, a:visited{
  41. color:#828282;
  42. text-decoration:none;
  43. opacity:1;
  44. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  45. }
  46.  
  47. a:hover{
  48. color:#ececec;
  49. }
  50.  
  51. #space {
  52. margin-top:250px;
  53. }
  54.  
  55. /* sidebar */
  56.  
  57. #sidebar {
  58. position:fixed;
  59. background:#f6f6f6;
  60. width:290px;
  61. height:100%;
  62. top:0;
  63. text-align:center;
  64.  
  65. }
  66.  
  67. #desc {
  68. position:fixed;
  69. width:200px;
  70. margin-top:250px;
  71. margin-left:45px;
  72. height:100%;
  73. top:0;
  74. text-align:center;
  75. }
  76.  
  77. #tit {
  78. font-size:39px;
  79. letter-spacing:5px;
  80. padding-bottom:15px;
  81. text-transform:uppercase;
  82. font-style:italic;
  83. }
  84.  
  85. #subtit {
  86. font-size:8px;
  87. letter-spacing:7px;
  88. text-transform:uppercase;
  89. font-style:italic;
  90. }
  91.  
  92.  
  93.  
  94. #sidebar a {
  95. margin-bottom:300px;
  96. letter-spacing:1px;
  97. color:#f6f6f6;
  98. background:#828282;
  99. padding: 0px 3px;
  100. text-decoration:none;
  101. text-transform:uppercase;
  102.  
  103. -webkit-transition: all 1.5s ease-out;-moz-transition: all 1.5s ease-out;transition: all 0.8s ease-out;
  104.  
  105. }
  106.  
  107. #sidebar a:hover {
  108. background:#5b5b5b;
  109. }
  110.  
  111.  
  112. #nav {
  113. position:fixed;
  114. background:#f6f6f6;
  115. width:290px;
  116. margin-top:400px;
  117. text-align:center;
  118.  
  119. }
  120. #nav a {
  121. letter-spacing:1px;
  122. font-size:8px;
  123. font-style:italic;
  124. color:#828282;
  125. padding: 0px 3px;
  126. text-decoration:none;
  127. text-transform:uppercase;
  128.  
  129. -webkit-transition: all 1.5s ease-out;-moz-transition: all 1.5s ease-out;transition: all 0.8s ease-out;
  130.  
  131. }
  132.  
  133. #nav a:hover {
  134. color:#f6f6f6;
  135. }
  136.  
  137. /* content */
  138.  
  139. table {
  140. width:500px;
  141. margin-left:300px;
  142. margin-bottom:10px;
  143. border-collapse:collapse;
  144.  
  145. }
  146.  
  147. table, td, th{
  148. border:1px solid #f6f6f6;
  149. }
  150.  
  151.  
  152. td {
  153. padding-left:5px;
  154. padding-right:5px;
  155. padding-top:3px;
  156. padding-bottom:3px;
  157. }
  158.  
  159. #title {
  160. width:80px;
  161. text-align:center;
  162. padding:10px;
  163.  
  164. }
  165.  
  166. #rating {
  167. width:20px;
  168. text-align:center;
  169. background:#f6f6f6;
  170. }
  171.  
  172. #info {
  173. vertical-align:top;
  174. opacity:0;
  175. border:1px solid #fff;
  176. padding-left:10px;
  177. width:120px;
  178. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  179. }
  180.  
  181. #info2 {
  182. vertical-align:top;
  183. opacity:0;
  184. border:1px solid #fff;
  185. padding-left:10px;
  186. text-align:justify;
  187. -webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;
  188. }
  189.  
  190. table:hover #info{
  191. opacity:1;
  192. }
  193. table:hover #info2{
  194. opacity:1;
  195. }
  196.  
  197. </style>
  198. </head>
  199.  
  200.  
  201.  
  202.  
  203. <body>
  204.  
  205. <div id="sidebar">
  206.  
  207. <div id="desc">
  208.  
  209. <div id="tit">fic rec</div>
  210.  
  211. <div id="subtit">pairing </div>
  212.  
  213. <br>
  214.  
  215. <marquee behavior="scroll" direction="left" scrollamount="3" >YOUR UPDATES</marquee>
  216.  
  217. <br><br><br>
  218.  
  219.  
  220. <div id="sidebar a"><a href="URL">LINK 1</a> <a href="URL">LINK 2</a> <a href="URL">LINK 3</a> <a href="URL">LINK 4</a>
  221.  
  222.  
  223.  
  224. </div>
  225. </div>
  226. </div>
  227.  
  228. <div id="nav"><a href="URL">blog</a> <a href="http://tumblr.com/">dash</a> <a href="http://drwtsn.tumblr.com/">credit </a></div>
  229.  
  230. <div id="space"></div>
  231.  
  232. <div id="table">
  233.  
  234. <!-- for every fic you want to add coppy this code again -->
  235. <!-- here have the cute star symbol ☆ add a <br> after each star to make them vertical -->
  236.  
  237. <table>
  238.  
  239. <tr>
  240.  
  241.  
  242. <td id="title"><a href="URL">FIC TITLE</a></td>
  243.  
  244. <td id="rating"><span style="color:#ffe100"><!-- RATING-->☆<br>☆<br>☆<br>☆<br>☆</span> </td>
  245.  
  246. <td id="info"> INFO 1
  247.  
  248. <td id="info2">INFO 2
  249.  
  250. </td>
  251.  
  252.  
  253. <tr>
  254.  
  255. </table>
  256.  
  257. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement