jaesoonie

FIC REC #4

Jan 31st, 2014
2,325
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.32 KB | None | 0 0
  1. <!---------------------------------------------------------------------
  2.  
  3.  
  4.  
  5.  
  6. ғɪᴄ ʀᴇᴄ ᴘᴀɢᴇ ᴍᴀᴅᴇ ʙʏ .ᴄʜʟᴏᴇ.
  7. [ʏᴏɴɢ.ᴄᴏ.ᴠᴜ] & [sᴏᴏɴᴊᴜɴs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ]
  8. ᴛʜᴇᴍᴇs ᴄᴀɴ ʙᴇ ғᴏᴜɴᴅ ᴀᴛ
  9. [sᴏᴏɴᴊᴜɴᴛʜᴇᴍᴇs.ᴛᴜᴍʙʟʀ.ᴄᴏᴍ]
  10. ᴘʟᴇᴀsᴇ ʟᴇᴀᴠᴇ ᴛʜᴇ ᴄʀᴇᴅɪᴛ ᴏɴ ᴛʜᴇ ᴛʜᴇᴍᴇ.
  11. ɪғ ʏᴏᴜ ʜᴀᴠᴇ ᴀɴʏ ǫᴜᴇsᴛɪᴏɴs ᴄᴏᴍᴇ ᴀsᴋ.
  12.  
  13.  
  14.  
  15.  
  16. ---------------------------------------------------------------------->
  17.  
  18. <html>
  19. <head>
  20.  
  21. <title>{Title}</title>
  22. <link rel="shortcut icon" href="{Favicon}">
  23. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  24.  
  25. <script type="text/javascript"
  26. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  27. <script type="text/javascript" src="http://static.tumblr.com/7qjmkr5/IUmmdsy41/jquery.style-my-tooltips.js"></script>
  28. <script>
  29. (function($){
  30. $(document).ready(function(){
  31. $("[title]").style_my_tooltips();
  32. });
  33. })(jQuery);
  34. </script>
  35.  
  36. <style type="text/css">
  37.  
  38. #s-m-t-tooltip {display: block;background: #fff;font:oblique 8px arial;letter-spacing: 1px;line-height:90%;color: #222;text-align: center;margin-left: 25px;padding:6px 6px 5px 6px;min-width: 40px;max-width: 200px;z-index: 999999;border-radius:1px;}
  39.  
  40. ::-webkit-scrollbar-track {background-color:#fff;}
  41. ::-webkit-scrollbar-thumb {background-color:#f5f5f5;}
  42. ::-webkit-scrollbar {width:10px;height:7px;}
  43.  
  44. ::selection {color: #bbb; background: #f5f5f5; }
  45. ::-moz-selection {color: #bbb; background: #f5f5f5; }
  46. ::-webkit-selection {color: #bbb; background: #f5f5f5; }
  47.  
  48. body {background-color: #fff;margin: 0px;}
  49.  
  50. a
  51. {color: #ddd;text-decoration: none;-webkit-transition: all 0.5s ease;-moz-transition: all 0.5s ease; transition: all 0.5s ease;}
  52.  
  53. a:hover
  54. {color: #aaa;}
  55.  
  56. #fpage{
  57. position: absolute;
  58. margin:auto;
  59. width: 100%;
  60. height: 530px;
  61. margin-top: 0px;
  62. text-align: center;
  63. background:#fcfcfc;}
  64.  
  65. #title{
  66. margin: auto;
  67. margin-top: 200px;
  68. font: oblique bold 70px times;
  69. color: #f75e8d;
  70. text-transform: lowercase;
  71. letter-spacing: 5px;
  72. text-shadow: 1px 1px 1px #dadada;}
  73.  
  74. #description{
  75. margin:auto;
  76. margin-top:20px;
  77. color: #555;
  78. width: 500px;
  79. height: 100px;
  80. font: 9px arial;
  81. letter-spacing: 0px;
  82. text-align: justify;}
  83.  
  84. .strip{
  85. margin-top: 530px;
  86. position: absolute;
  87. width: 100%;
  88. height: 150px;
  89. background: #000;
  90. z-index:99;}
  91.  
  92. .head{position: fixed;top: -530px;}
  93.  
  94. #navigation{width:100%;padding-top:50px;text-align: center;}
  95.  
  96. #navigation a{
  97. display: inline-block;
  98. margin: 0px 10px 10px 0px;
  99. text-align: center;
  100. font: oblique bold 40px arial;
  101. text-transform: lowercase;
  102. letter-spacing: -1px;
  103. color: #fff;}
  104.  
  105. #navigation a:hover{color: #f75e8d;}
  106.  
  107. #container{width: 550px;margin: auto;overflow:auto;}
  108.  
  109. #entries{
  110. width: 550px;
  111. margin:auto;
  112. margin-top: 350px;
  113. padding-bottom: 40px;
  114. position: absolute;}
  115.  
  116. #fic {height:auto;width:500px; margin-bottom:50px;background:#fff;padding:20px;}
  117.  
  118. #square {width:20px;height:20px;border-radius:3px;border:5px solid #f5f5f5; padding:2px;}
  119.  
  120. #rating {font: oblique bold 9px arial;letter-spacing:1px;padding:11px;color:#444;background:#f5f5f5;width:50px;text-align:center;-webkit-transition: all 0.8s ease;-moz-transition: all 0.8s ease;transition: all 0.8s ease;margin-left:-40px;position:absolute;border-radius:3px;opacity:0;}
  121.  
  122. #fic:hover #rating {opacity:1; margin-left:-80px;}
  123.  
  124. .titles {font: bold oblique 20px arial; color: #222; margin-left:45px;text-align:left;margin-top:-30px;text-shadow: 1px 1px 0px #ddd;}
  125. .titles a {color:#222;}
  126. .titles a:hover {color:#ccc;text-shadow: 0px 0px 0px #fff;}
  127.  
  128. p {font:10px arial;text-align:justify;color:#444;border-bottom:1px solid #dcdcdc;padding-bottom:8px;}
  129.  
  130. #cr {font-size:8px;font-family:arial;text-align:center;letter-spacing:1px;padding: 4px;z-index:99999;position:fixed;top:5px;left:5px;color:#888;}
  131.  
  132. </style>
  133. </head>
  134. <body>
  135.  
  136.  
  137. <div class="strip">
  138. <div id="navigation">
  139. <!--LINKS-->
  140. <a href="/">home</a>
  141. <a href="/ask">message</a>
  142. <a href="http://www.tumblr.com/dashboard">dashboard</a><br />
  143. </div>
  144. </div>
  145.  
  146. <div id="fpage">
  147. <!--TITLE-->
  148. <div id="title">TITLE</div>
  149. <div id="description">
  150. <!--UPDATE-->
  151. <center><b>▴ last update: date ▴ total: 123 fics </b></center>
  152. <!--DESCRIPTION-->
  153. <br>
  154. DESCRIPTION
  155.  
  156. </div>
  157.  
  158.  
  159. <div id="container">
  160. <div id="entries">
  161.  
  162. <!--FIC #1-->
  163. <div id="fic">
  164. <!--RATING-->
  165. <div id="rating">rating</div>
  166. <div id="square" style="background:#fec160;"></div>
  167. <!--TITLE-->
  168. <div class="titles"><a href="/">title fiction</a></div>
  169. <!--SUMMARY-->
  170. <p><b>summary:</b>
  171. SUMMARY
  172. </p>
  173. </div>
  174. <!--END OF FIC #1-->
  175.  
  176. <!--FIC #2-->
  177. <div id="fic">
  178. <!--RATING-->
  179. <div id="rating">rating</div>
  180. <div id="square" style="background:#fe6076;"></div>
  181. <!--TITLE-->
  182. <div class="titles"><a href="/">title fiction</a></div>
  183. <!--SUMMARY-->
  184. <p><b>summary:</b>
  185. SUMMARY
  186. </p>
  187. </div>
  188. <!--END OF FIC #2-->
  189.  
  190. <!--FIC #3-->
  191. <div id="fic">
  192. <!--RATING-->
  193. <div id="rating">rating</div>
  194. <div id="square" style="background:#fe6076;"></div>
  195. <!--TITLE-->
  196. <div class="titles"><a href="/">title fiction</a></div>
  197. <!--SUMMARY-->
  198. <p><b>summary:</b>
  199. SUMMARY
  200. </p>
  201. </div>
  202. <!--END OF FIC #3-->
  203.  
  204. <!--FIC #4-->
  205. <div id="fic">
  206. <!--RATING-->
  207. <div id="rating">rating</div>
  208. <div id="square" style="background:#8cea63;"></div>
  209. <!--TITLE-->
  210. <div class="titles"><a href="/">title fiction</a></div>
  211. <!--SUMMARY-->
  212. <p><b>summary:</b>
  213. SUMMARY
  214. </p>
  215. </div>
  216. <!--END OF FIC #4-->
  217.  
  218. </div>
  219. </div>
  220.  
  221.  
  222. <!--------------------------------------------------------->
  223. <script>
  224. var header = document.querySelector('.strip');
  225. var origOffsetY = header.offsetTop;
  226.  
  227. function onScroll(e) {
  228. window.scrollY >= origOffsetY ? header.classList.add('head') :
  229. header.classList.remove('head');
  230. }
  231.  
  232. document.addEventListener('scroll', onScroll);
  233. </script>
  234. <!---------------------------------------------------------->
  235. <div id="cr" title="page by soonjun"><a href="http://soonjunthemes.tumblr.com/">©</a></div>
  236. </body>
  237. </html>
Advertisement
Add Comment
Please, Sign In to add comment