Advertisement
Noir-Et-Blanc

Page 08. Fic Rec {Write Out}

Sep 26th, 2016
416
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.54 KB | None | 0 0
  1. <!-- Page 08. Fic Rec.
  2.  
  3. {. Write Out .}
  4.  
  5. Page #08. (Fic Rec)
  6. http://noiretblanc-themes.tumblr.com/
  7.  
  8. Please don't use this theme as a base or claim it as your own.
  9. You are free to edit this page as much as you want, please just don't erase the credits.
  10.  
  11. CREDITS TO:
  12. Background Image: http://subtlepatterns.com/
  13.  
  14. -->
  15.  
  16. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  17. <html xmlns="http://www.w3.org/1999/xhtml">
  18. <head>
  19. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  20. <link rel="shortcut icon" href="{Favicon}">
  21. <link href="https://fonts.googleapis.com/css?family=Concert+One|Rajdhani" rel="stylesheet">
  22. <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/jquery/2.1.3/jquery.min.js"></script>
  23.  
  24.  
  25.  
  26. <title>{Title}</title>
  27.  
  28. <style>
  29.  
  30. body::-webkit-scrollbar-track
  31. {
  32. background-color: #cccccc;
  33. }
  34.  
  35. body::-webkit-scrollbar
  36. {
  37. width: 10px;
  38. background-color: #cccccc;
  39. }
  40.  
  41. body::-webkit-scrollbar-thumb
  42. {
  43. background-color: #292929; /* Main scrollbar color */
  44. }
  45.  
  46. ::-webkit-scrollbar-track
  47. {
  48. background-color: #ebebeb;
  49. }
  50.  
  51. ::-webkit-scrollbar
  52. {
  53. width: 3px;
  54. background-color: #ebebeb;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb
  58. {
  59. background-color: #292929; /* Small scrollbar color */
  60. }
  61.  
  62. body{
  63. background: url("http://subtlepatterns2015.subtlepatterns.netdna-cdn.com/patterns/lined_paper.png"); /* Main bg image */
  64. margin:0;
  65. padding:0;
  66. color: #07000f; /* Main color of the fonts */
  67. font-family: 'Rajdhani', sans-serif;
  68. }
  69.  
  70. a{
  71. -moz-transition:all .4s ease-in-out;
  72. -webkit-transition:all .4s ease-in-out;
  73. -o-transition:all .4s ease-in-out;
  74. transition:all .4s ease-in-out;
  75. }
  76.  
  77. #full{
  78. position: absolute;
  79. top: 0;
  80. bottom: 0;
  81. left: 100px;
  82. right: 100px;
  83. min-width: 900px;
  84. }
  85.  
  86. /* SIDE BAR */
  87.  
  88. #leftb{
  89. position: fixed;
  90. height: 350px;
  91. width: 200px;
  92. top:50%;
  93. margin-top: -175px;
  94. }
  95.  
  96. .left-title{
  97. position: relative;
  98. height: 70px;
  99. width: 100%;
  100. background: #292929; /* Title bg color */
  101. color: #FBFDFC; /* Title font color */
  102. font-family: 'Concert One', cursive;
  103. }
  104.  
  105. .left-title span{
  106. position: absolute;
  107. bottom: 0;
  108. margin-left: 10px;
  109. margin-bottom: 8px;
  110. font-size: 20px;
  111. }
  112.  
  113. .left-box{
  114. position: relative;
  115. max-height: 140px;
  116. overflow-y: auto;
  117. padding: 10px;
  118. box-sizing: border-box;
  119. background: rgba(229, 232, 230, 0.49); /* Side bar bg color */
  120. }
  121.  
  122. .left-links{
  123. position: relative;
  124. height: 140px;
  125. overflow-y: auto;
  126. padding-top: 8px;
  127. box-sizing: border-box;
  128. }
  129.  
  130. .left-links a{
  131. display: inline-block;
  132. text-decoration: none;
  133. color:#FBFDFC; /* Links font color */
  134. background: #292929; /* Links bg color */
  135. width: 90px;
  136. margin: 0 0 5px 3px;
  137. padding: 3px 5px;
  138. box-sizing: border-box;
  139. }
  140.  
  141. .left-links a:hover{
  142. background-color: #dedfe2; /* Hover links bg color */
  143. color: #292929; /* Hover links font color */
  144. }
  145.  
  146. /*MAIN CONTENT*/
  147.  
  148. #rightb{
  149. position: absolute;
  150. left: 200px;
  151. right: 0;
  152. height: 100%;
  153. padding: 50px;
  154. box-sizing: border-box;
  155. }
  156.  
  157. #ficbox{
  158. vertical-align: top;
  159. display: inline-block;
  160. position: relative;
  161. width: 300px;
  162. background: rgba(229, 232, 230, 0.49); /* Fics bg color */
  163. margin-right: 10px;
  164. margin-bottom: 50px;
  165. }
  166.  
  167. .fic-top{
  168. position: relative;
  169. max-height: 100px;
  170. width: 100%;
  171. color: #FBFDFC; /* Fic's title font color */
  172. text-align: center;
  173. background: #292929; /* Fic's title bg color */
  174. }
  175.  
  176. .fic-top span.title{
  177. display: block;
  178. padding: 5px;
  179. font-size: 18px;
  180. font-family: 'Concert One', cursive;
  181. text-transform: capitalize;
  182. }
  183.  
  184. .subtitle{
  185. position: relative;
  186. bottom: 0px;
  187. width: 100%;
  188. text-align: center;
  189. padding: 5px 0;
  190. }
  191.  
  192. .fic-top span.sub{
  193. display: inline-block;
  194. font-size: 14px;
  195. margin: 0 10px;
  196. }
  197.  
  198. .fic-cont{
  199. position: relative;
  200. box-sizing: border-box;
  201. }
  202.  
  203. .fic-links{
  204. text-align: center;
  205. padding: 5px 0;
  206. }
  207.  
  208. .fic-links a{
  209. text-decoration: none;
  210. color:black; /* Fic links font color */
  211. }
  212.  
  213. .fic-links a:hover{
  214. letter-spacing: 3px;
  215. }
  216.  
  217. .fic-links a:before{
  218. content: "[";
  219. margin-right: 5px;
  220. }
  221.  
  222. .fic-links a:after{
  223. content: "]";
  224. margin-left: 5px;
  225. }
  226.  
  227. .summary{
  228. font-size: 14px;
  229. overflow-y: auto;
  230. max-height: 155px;
  231. padding: 0 10px;
  232. box-sizing: border-box;
  233. }
  234. .summary:first-letter{
  235. font-size: 20px;
  236. }
  237.  
  238. .tags{
  239. position: relative;
  240. padding: 10px;
  241. max-height: 30px;
  242. overflow-y: auto;
  243. }
  244.  
  245. .tags li{
  246. display: inline-block;
  247. font-size: 13px;
  248. color: #808080; /* Tags font color */
  249. }
  250.  
  251. .tags li:before{
  252. content: "#";
  253. margin-right: 2px;
  254. color: #080808; /* # font color */
  255. }
  256.  
  257. /* YOU MAY EDIT THE COLORS TO MATCH YOUR THEME. BUT PLEASE DO NOT REMOVE THE CREDITS */
  258. #credit{
  259. position: fixed;
  260. bottom: 0;
  261. right: 0;
  262. }
  263.  
  264. #credit a{
  265. text-decoration: none;
  266. display: block;
  267. background: #292929;
  268. text-align: center;
  269. color: white;
  270. padding: 5px 15px 3px 20px;
  271. }
  272.  
  273. #credit a:hover{
  274. letter-spacing: 3px;
  275. }
  276.  
  277. </style>
  278. </head>
  279.  
  280. <body>
  281. <div id="full">
  282. <div id="leftb">
  283. <div class="left-title"><span>Title</span></div> <!-- CHANGE THE TITLE HERE -->
  284.  
  285. <div class="left-box">
  286. You can put info about yourself here.
  287. </div>
  288.  
  289. <div class="left-links"> <!-- ADD AS MANY LINKS AS YOU WANT -->
  290. <a href="/">Back</a>
  291. <a href="/">Link</a>
  292. </div>
  293. </div>
  294.  
  295. <div id="rightb">
  296.  
  297. <!-- COPY FROM HERE TO CREATE A NEW FIC -->
  298. <div id="ficbox">
  299. <div class="fic-top">
  300. <span class="title">Fic Name</span>
  301.  
  302. <div class="subtitle">
  303. <span class="sub">Words: 0</span>
  304. <span class="sub">Rate: G</span>
  305. <span class="sub">Complete</span>
  306. <span class="sub">By: Who</span>
  307. </div>
  308.  
  309. </div>
  310.  
  311. <div class="fic-cont">
  312.  
  313. <!-- Add/Remove links to the fic -->
  314. <div class="fic-links">
  315. <a href="url to the fic">AO3</a>
  316. <a href="url to the fic">Tumblr</a>
  317. <a href="url to the fic">FanFiction</a>
  318. <a href="url to the fic">Wattpad</a>
  319. </div>
  320. <!-- End of links -->
  321.  
  322. <!-- Add/Remove summary here -->
  323. <div class="summary">
  324. Summary.<br><br>
  325. Yup.
  326. </div>
  327. <!-- End of Summary -->
  328.  
  329. <!-- Add/Remove the tags here -->
  330. <div class="tags">
  331. <li>A tag</li>
  332. <li>A tag</li>
  333. <li>A tag</li>
  334. </div>
  335. <!-- End of Tags -->
  336. </div>
  337.  
  338. </div>
  339. <!-- END OF NEW FIC -->
  340.  
  341.  
  342.  
  343. </div>
  344. </div>
  345.  
  346. <div id="credit"><a href="http://noiretblanc-themes.tumblr.com/">Theme</a></div>
  347.  
  348. <script>
  349. $( '.tags' ).bind( 'mousewheel DOMMouseScroll', function ( e ) {
  350. var e0 = e.originalEvent,
  351. delta = e0.wheelDelta || -e0.detail;
  352.  
  353. this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
  354. e.preventDefault();
  355. });
  356.  
  357. $( '.summary' ).bind( 'mousewheel DOMMouseScroll', function ( e ) {
  358. var e0 = e.originalEvent,
  359. delta = e0.wheelDelta || -e0.detail;
  360.  
  361. this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
  362. e.preventDefault();
  363. });
  364.  
  365. $( '.left-box' ).bind( 'mousewheel DOMMouseScroll', function ( e ) {
  366. var e0 = e.originalEvent,
  367. delta = e0.wheelDelta || -e0.detail;
  368.  
  369. this.scrollTop += ( delta < 0 ? 1 : -1 ) * 30;
  370. e.preventDefault();
  371. });
  372.  
  373.  
  374. </script>
  375. </body>
  376. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement