Advertisement
jaesoonie

FIC REC PAGE #1

Jul 1st, 2013
7,618
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.04 KB | None | 0 0
  1. <!-- FIC REC #1 page made by soonjun. ^^
  2. feel free to ask anything if there's any problems.
  3. please don't take the credit away.-->
  4.  
  5. <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
  6. <html>
  7. <head>
  8. <title>{Title}</title>
  9. <link rel="shortcut icon" href="{Favicon}">
  10. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  11. </head>
  12. <script src="http://static.tumblr.com/whx9ghv/lq0m3ktlh/modernizr.custom.34978.js"></script>
  13. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  14. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  15. <script>
  16. (function($){
  17. $(document).ready(function(){
  18. $("[title]").style_my_tooltips();
  19. });
  20. })(jQuery);
  21. </script>
  22.  
  23.  
  24. <style type="text/css">
  25.  
  26. #s-m-t-tooltip {
  27. display: block;
  28. background: #dcdcdc;
  29. font-size: 8px;
  30. font-family: calibri;
  31. letter-spacing: 1px;
  32. text-transform: uppercase;
  33. color: #fff;
  34. text-align: center;
  35. margin-left: 18px;
  36. padding: 5px;
  37. border: 1px solid #ccc;
  38. min-width: 40px;
  39. max-width: 200px;
  40. box-shadow: 1px 1px 1px #bbb;
  41. z-index: 99999;}
  42.  
  43.  
  44. ::-webkit-scrollbar-track {background-color:#000;}
  45. ::-webkit-scrollbar-thumb {background-color:#f0f0f0;}
  46. ::-webkit-scrollbar {width:7px;}
  47.  
  48. body {
  49. background: url('IMG URL') fixed; /*img bg*/
  50. background-color: #fff;
  51. line-height: 70%;}
  52.  
  53. a:link, a:active, a:visited {
  54. color: #bbb;
  55. text-decoration: none;}
  56.  
  57. a:hover {
  58. color: #222;
  59. text-decoration: none;}
  60.  
  61. @font-face {
  62. font-family: 'ruth';
  63. src: url('ruth.ttf');
  64. src: local('ruth'),
  65. local('ruth'),
  66. url('http://dl.dropbox.com/s/sitwaszb4we0dtu/Ruth%20slab%20one.ttf');}
  67.  
  68. #title{
  69. font-family: ruth;
  70. font-size:97px;
  71. color: #f9f9f9;
  72. padding: 5px;
  73. text-align:left;
  74. width: 700px;
  75. margin:auto;
  76. margin-top:-40px;}
  77.  
  78. #header img{
  79. margin:auto;
  80. width:700px;
  81. height:155px;
  82. border:2px solid #f2f2f2;
  83. margin-top:70px;
  84. margin-left: -45px;}
  85.  
  86. .box {
  87. margin: auto;
  88. margin-top:40px;
  89. width:660px;}
  90.  
  91. table{
  92. margin:auto;
  93. width:704px;
  94. background:#fff;
  95. margin-top: 18px;
  96. margin-bottom: 50px;
  97. font-family: consolas;
  98. font-size: 10px;
  99. color: #999;
  100. letter-spacing: 1px;
  101. text-align:left;
  102. margin-left:-45px;
  103. border:2px solid #f2f2f2;
  104. border-collapse:collapse;}
  105.  
  106. td {padding: 3px 6px 3px 6px;border:2px solid #f1f1f1;}
  107.  
  108. th{
  109. padding:6px;
  110. background:#f8f8f8;
  111. border: 2px solid #f1f1f1;
  112. color:#999;
  113. font-family:trebuchet ms;
  114. font-size:9px;
  115. font-weight:400;
  116. letter-spacing:1px;
  117. text-align:center;
  118. text-transform:uppercase;}
  119.  
  120. li{
  121. list-style: square;}
  122.  
  123. #ti {
  124. width:270px;
  125. text-align:left;
  126. font-size:10px;
  127. font-family: calibri;
  128. background: #f9f9f9;
  129. font-weight:bold;}
  130.  
  131. #ti a {color: #999;}
  132. #ti a:hover { color:#cc4b0b;}
  133.  
  134. #ge {
  135. width:70px;
  136. text-align:left;
  137. font-size:8px;}
  138.  
  139. #le {
  140. width:40px;
  141. text-align:center;
  142. font-size:8px;}
  143.  
  144. #pa {
  145. width:40px;
  146. text-align:center;
  147. text-transform:uppercase;
  148. font-size:8px;}
  149.  
  150. #ra {
  151. width:40px;
  152. text-align:center;
  153. font-size:8px;}
  154.  
  155. #sum {
  156. width:420px;
  157. text-align:justify;
  158. font-family:calibri;}
  159.  
  160. #leave {
  161. font-size: 31px;
  162. font-family: anton;
  163. color: #dcdcdc;
  164. position:fixed;
  165. right: 10px;
  166. bottom:15px;}
  167.  
  168. #leave a:hover{color:#fbfbfb;}
  169.  
  170. #cr { font-size:9px;left:15px;bottom:15px;position:fixed;font-family:calibri;letter-spacing:1px; padding:5px 7px 5px 7px;border-bottom:1px solid #ebebeb;}
  171. a.cr {color:#c2c2c2;}
  172.  
  173.  
  174. </style>
  175. <body>
  176.  
  177.  
  178. <div class="box">
  179. <div style="position:absolute;font-family:calibri;top:95px;font-size:10px;color:#aaa;"><b>last update:</b> DATE</div>
  180. <!--PICTURE-->
  181. <div id="header"><img src="IMG URL"></div>
  182.  
  183. <!--TITLE-->
  184. <div id="title">[fanfiction rec.]</div>
  185.  
  186.  
  187. <table>
  188.  
  189. <tr>
  190. <th>Pairing</th>
  191. <th>Title</th>
  192. <th>Genre</th>
  193. <th>Length</th>
  194. <th>Rating</th>
  195. <th>Summary</th>
  196. </tr>
  197.  
  198. <!--one-->
  199. <tr>
  200. <td id="pa">PAIRING</td>
  201. <td id="ti">&rarr; <a href="LINK"> TITLE</a></td>
  202. <td id="ge">GENRE</td>
  203. <td id="le">LENGTH</td>
  204. <td id="ra">RATING</td>
  205. <td id="sum">SUMMARY
  206. </td>
  207. <tr>
  208.  
  209. <!--two-->
  210. <tr>
  211. <td id="pa">PAIRING</td>
  212. <td id="ti">&rarr; <a href="LINK"> TITLE</a></td>
  213. <td id="ge">GENRE</td>
  214. <td id="le">LENGTH</td>
  215. <td id="ra">RATING</td>
  216. <td id="sum">SUMMARY
  217. </td>
  218. <tr>
  219.  
  220. <!--three-->
  221. <tr>
  222. <td id="pa">PAIRING</td>
  223. <td id="ti">&rarr; <a href="LINK"> TITLE</a></td>
  224. <td id="ge">GENRE</td>
  225. <td id="le">LENGTH</td>
  226. <td id="ra">RATING</td>
  227. <td id="sum">SUMMARY
  228. </td>
  229. <tr>
  230.  
  231.  
  232.  
  233. </table>
  234.  
  235.  
  236. <div id="leave">
  237. <a href="/">back</a></div>
  238.  
  239. <div id="cr"><center><a href="http://soonjunthemes.tumblr.com" class="cr" title="© soonjun"> theme. </a></div></div>
  240. </body>
  241.  
  242. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement