fallenvvings

Xenophobia (fanfic page 1)

Sep 20th, 2014
267
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.90 KB | None | 0 0
  1. <head>
  2. <title>{title}</title>
  3. <!--- change the title of the page here --->
  4.  
  5. <!--
  6. THIS THEME WAS CREATED BY: NATALIE (ROSYSTARLINGTHEMES)
  7. You can edit this theme as much as you want.
  8. Please DO NOT remove the credit.
  9. Please like or reblog the post if you use this theme.
  10. THANKS! Enjoy!
  11. -->
  12.  
  13. <style type="text/css">
  14.  
  15. ::-webkit-scrollbar {background-color:black; border:3px solid #fff;height:5px; width:7px;}
  16. ::-webkit-scrollbar-thumb:vertical {background-color:black; border:1px solid #fff; height:40px;}
  17. ::-webkit-scrollbar-thumb:horizontal {background-color:black;border:1px solid #fff; height:8px!important}
  18.  
  19.  
  20.  
  21. body {
  22. background: #fff; /*here you can put in a background */
  23. margin:0;width:100%;height:100%;
  24. font:11px Corbel;
  25. padding: 0;
  26. position:absolute;
  27. overflow: auto;
  28. }
  29.  
  30. a {
  31. text-decoration:none;
  32. outline:none;
  33. color:lightgray; /*change link colors here */
  34. -webkit-transition: all 0.5s ease-in-out;
  35. -moz-transition: all 0.5s ease-in-out;
  36. -o-transition: all 0.5s ease-in-out;
  37. }
  38.  
  39. a:hover {
  40. color:gray; /*change link hover color */
  41. -webkit-transition: all 0.5s ease-in-out;
  42. -moz-transition: all 0.5s ease-in-out;
  43. -o-transition: all 0.5s ease-in-out;
  44. }
  45.  
  46. #container {
  47. width:660px;
  48. max-height:1000px;
  49. overflow: auto;
  50. position:fixed;
  51. left:450px;
  52. top:35px;
  53. padding:0px 0px 10px 0px;
  54. background-color:white; /*background color of everything in the middle*/
  55. }
  56.  
  57. .side {
  58. background-color:black; /*color of sidebar*/
  59. position:fixed;
  60. height:100%;
  61. width:200px;
  62. left:0;
  63. top:0;
  64. border:1px solid black;
  65. }
  66.  
  67. #fic {
  68. border:1px solid black;
  69. width:200px;
  70. height:200px;
  71. margin-top:10px;
  72. margin-left:10px;
  73. font-size:13px;
  74. transition-duration:1s;
  75. -moz-transition-duration:1s;
  76. -webkit-transition-duration:1s;
  77. -o-transition-duration:1s;
  78. }
  79.  
  80. #sort ul{
  81. list-style: none;
  82. }
  83.  
  84. h2 { /*format on fic titles*/
  85. margin-top:5px;
  86. text-align:center;
  87. }
  88.  
  89. .rating {
  90. width:99.8%;
  91. height:5px;
  92. margin-top:-10px;
  93. }
  94.  
  95. #nc17{background-color:red;} /*colors for each rating. change as you please.*/
  96. #r{background-color: orange;}
  97. #pg13{background-color: yellow;}
  98. #pg{background-color: gray;}
  99. #g{background-color: lightgray;}
  100.  
  101. p {
  102. margin-top:3px;
  103. margin-left:5px;
  104. font-size:13px;
  105. z-index:1;
  106. }
  107.  
  108. .desc {
  109. margin-top:40px;
  110. height:150px;
  111. overflow:auto;
  112. background-color:white;
  113. z-index:123213123123123123123123;
  114. opacity:0;
  115. text-align:center;
  116. padding:3px;
  117. }
  118.  
  119. #whole {
  120. margin-top:-10px;
  121. margin-left:5px;
  122. font-size:15px;
  123. }
  124.  
  125. #fic:hover .desc {
  126. opacity:1;
  127. -webkit-transition: all 0.4s ease-in-out;
  128. -moz-transition: all 0.4s ease-in-out;
  129. -o-transition: all 0.4s ease-in-out;
  130. -ms-transition: all 0.4s ease-in-out;
  131. -transition: all 0.4s ease-in-out;
  132. }
  133. #fic:hover #whole{
  134. -webkit-transition: all 0.4s ease-in-out;
  135. -moz-transition: all 0.4s ease-in-out;
  136. -o-transition: all 0.4s ease-in-out;
  137. -ms-transition: all 0.4s ease-in-out;
  138. -transition: all 0.4s ease-in-out;
  139. visibility:hidden;
  140. }
  141.  
  142. #top {margin-top:-201px;}
  143.  
  144. #fic a {color:#5a5a5a;}
  145.  
  146. #filters {
  147. font-size:13px;
  148. margin-left:15px;
  149. margin-top:80px;
  150. }
  151.  
  152. #filters h2{
  153. text-align:left;
  154. }
  155.  
  156. #title {
  157. font-size:40px; /*title font size*/
  158. margin-left:115px;
  159. position:fixed;
  160. margin-top:300px;
  161. color:black; /*title font color*/
  162. -webkit-transform: rotate(90deg);
  163. -moz-transform: rotate(90deg);
  164. -o-transform: rotate(90deg);
  165. -ms-transform: rotate(90deg);
  166. transform: rotate(90deg);
  167. font-family:euphorigenic; /*title font*/
  168. }
  169.  
  170. li {
  171. border:1px solid white;
  172. padding:5px;
  173. margin-top:3px;
  174. text-align:center;
  175. max-width:80px;
  176. color:black;
  177. background-color:rgba(255,255,255,0.7); /*background color of links*/
  178. }
  179.  
  180. li a{color:black;} /*text color of links*/
  181. li a:hover{color:white;} /* on hover color */
  182. #filters:hover{color:white;
  183. -webkit-transition: all 0.4s ease-in-out;
  184. -moz-transition: all 0.4s ease-in-out;
  185. -o-transition: all 0.4s ease-in-out;
  186. -ms-transition: all 0.4s ease-in-out;
  187. -transition: all 0.4s ease-in-out;} /* on hover color */
  188.  
  189. li:hover {
  190. background-color:rgba(255,255,255,0.3);
  191. -webkit-transition: all 0.4s ease-in-out;
  192. -moz-transition: all 0.4s ease-in-out;
  193. -o-transition: all 0.4s ease-in-out;
  194. -ms-transition: all 0.4s ease-in-out;
  195. -transition: all 0.4s ease-in-out;
  196. }
  197.  
  198. @font-face { font-family:euphorigenic; src: url('http://static.tumblr.com/nfvr42d/qvPn7806d/euphorigenic.otf'); }
  199.  
  200. </style></head><body>
  201. <!--sidebar code begins-->
  202. <!--change your title here\/--><!--you can remove this \/\/ if you want-->
  203. <div id="title">Fanfic Reference<span style="color:#0080ff">*</span></div>
  204. <div class="side">
  205. <div id="sort">
  206. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  207. <a href="#filter" data-option-filter=".story"><li>refresh</li></a>
  208. <li><a href="/ask">ask</a></li>
  209. <li><a href="/">link</a></li>
  210. <li><a href="/ask">link</a></li></br><!--the main links.-->
  211. by ship: <!--ship name here!! if there isn't a name for it please use sherlock-x-molly OR sherlockxmolly. DON'T REMOVE THE DOT BEFORE IT.-->
  212. <a href="#filter" data-option-filter=".destiel"><li>destiel</li></a>
  213. <a href="#filter" data-option-filter=".cophine"><li>cophine</li></a>
  214. <a href="#filter" data-option-filter=".whoffle"><li>whoffle</li></a>
  215. <a href="#filter" data-option-filter=".cecilios"><li>cecilios</li></a>
  216. <a href="#filter" data-option-filter=".sherlolly"><li>sherlolly</li></a>
  217.  
  218. </br>by rating:
  219. <a href="#filter" data-option-filter=".g"><li>g</li></a>
  220. <a href="#filter" data-option-filter=".pg"><li>pg</li></a>
  221. <a href="#filter" data-option-filter=".pg13"><li>pg-13</li></a>
  222. <a href="#filter" data-option-filter=".r"><li>r</li></a>
  223. <a href="#filter" data-option-filter=".nc17"><li>nc-17</li></a>
  224. </ul>
  225. </div>
  226. </div>
  227.  
  228. <div id="container" class="clearfix">
  229. <!--alright, listen up.-->
  230. <!--I'm only going to explain this once in here, so you better be ready-->
  231.  
  232. <!--keep "story"
  233. but change destiel to your ship and nc17 to the rating -->
  234. <div id="fic" class="story destiel nc17"><div class="desc">
  235. <!--Description of fic goes here! It will show up on hover.-->
  236. "What begins as a transforming love between Dean Winchester and Castiel Novak in the summer of 1965 quickly derails into something far more tumultuous when Dean is drafted in the Vietnam War. Though the two both voice their relationship is one where saying goodbye is never a real truth, their story becomes fraught with the tragedy of circumstance. In an era where homosexuality was especially vulnerable, Twist and Shout is the story of the love transcending time, returning over and over in its many forms, as faithful as the sea."
  237. </div><div id="top"><!--fic link here!!-->
  238. <h2><a href="http://archiveofourown.org/works/537876/chapters/955176?view_adult=true"><!--insert title here-->twist and shout</a></h2>
  239. <div class="rating" id="nc17"></div></div><p><div id="whole">
  240. <!--MAKE SURE YOU CHANGE ^^ THE RATING HERE TOO-->
  241. <!--words, status, pairing, and warnings. feel free to add other things like chapters, minor characters, etc.-->
  242. <b>words:</b> 97,602</br>
  243. <b>status:</b> complete</br>
  244. <b>main pairing:</b> destiel</br>
  245. <b>warning:</b> graphic depictions of violence, major character death
  246.  
  247. </p></div></div>
  248. <!--to add another fic, copy from <div id="fic".... all the way to </p></div></div> and paste it after that.-->
  249.  
  250. <!--THAT'S IT! I hope this lil tutorial was okay and helpful.-->
  251. <!--If you have any questions, feel free to ask at rosystarling.co.vu/ask-->
  252.  
  253. <div id="fic" class="story spn destiel nc17"><div class="desc">
  254. "Dean's life at twenty-four makes him feel like he's forty—he works two jobs to help pay bills for his house and put his genius little brother through private school, and has spent six years (on and off, let's be honest) working on his mechanical engineering degree at KU. With so much of his life devoted to his family, Dean has little time in his schedule for class and no time for social interaction. Then, while getting his classes together for the fall, he finds himself in a do-or-die situation: He must take his last literature class now, his spring already filled with those left for his major...except that none of the English classes will fit his schedule.</br>
  255. This is how Dean grovels and begs Dr. Castiel Milton to make a special arrangement for him, and Dr. Milton does."
  256. </div><div id="top">
  257. <h2><a href="https://archiveofourown.org/works/285374?view_adult=true">300 things</a></h2>
  258. <div class="rating" id="nc17"></div></div><p><div id="whole">
  259.  
  260. <b>words:</b> 76,863 </br>
  261. <b>status:</b> complete</br>
  262. <b>main pairing:</b> destiel</br>
  263.  
  264. </p></div></div>
  265.  
  266. <div id="fic" class="story ob cophine pg13"><div class="desc">
  267. "The same people came into the library every week, more or less. Cosima knew all of the regulars, but not a single one of them knew about her."
  268. </div><div id="top">
  269. <h2><a href="http://archiveofourown.org/works/1076335/chapters/2161764">intangible</a></h2>
  270. <div class="rating" id="pg13"></div></div><p><div id="whole">
  271.  
  272.  
  273. <b>words:</b> 26,905 </br>
  274. <b>status:</b> complete</br>
  275. <b>main pairing:</b> cophine</br>
  276. <b>other pairings:</b> delphine x leekie</br>
  277.  
  278. </p></div></div>
  279.  
  280. <div id="fic" class="story ob cophine pg"><div class="desc">
  281. “Shit,” grunted Cosima, stirring awake at the sound of her ringtone. Glancing at her clock, which read 2 am, she rubbed a clumsy hand over her face and answered. “What, Sarah?” “Geez, Cos. Nice to talk to you, too.” Cosima leaned back and closed her eyes. “Sarah. It’s two in the goddamn morning.” “Yea? So? Don’t tell me you were sleepin’. The night’s still young!” “The night just died of old age, actually. What do you want?” Cosima had a tendency to lose all patience at any hour before 9 am. “Ok, ok, fine. How much money have you been makin’ at that lab?” “The paid internship?” “Yea. That.” “Enough. Why?” “As it would seem, Fee and I have gotten ourselves into a bit of… trouble.”
  282. </div><div id="top">
  283. <h2><a href="http://i-effed-it-all-up.tumblr.com/post/72821505858/smells-like-teen-spirit-an-orphan-black-au-chapter-1">smells like teen spirit</a></h2>
  284. <div class="rating" id="pg"></div></div><p><div id="whole">
  285.  
  286. <b>words:</b> n/a</br>
  287. <b>status:</b> complete</br>
  288. <b>main pairing:</b> cophine</br>
  289.  
  290. </p></div></div>
  291.  
  292. <div id="fic" class="story dw whoffle g"><div class="desc">
  293. “I’m tired, I’m confused.” stated the newly regenerated Doctor, who is still in shock of how fast his regeneration process took compared to his past ones. “Doctor, you left me…” Clara said, unwantedly."
  294. </div><div id="top">
  295. <h2><a href="ohmystars.co.vu/post/71569632638">confessions</a></h2>
  296. <div class="rating" id="g"></div></div><p><div id="whole">
  297.  
  298. <b>words:</b>445</br>
  299. <b>status:</b> complete</br>
  300. <b>main pairing:</b> whoffle</br>
  301.  
  302. </p></div></div>
  303.  
  304. <div id="fic" class="story cecilios g"><div class="desc">
  305. "Cecil is interupted during his broadcast by a most certainly welcome visitor. (Carlos/Cecil reunion fic, set after episode 48 "Renovations")"
  306. </div><div id="top">
  307. <h2><a href="http://archiveofourown.org/works/1762499">home</a></h2>
  308. <div class="rating" id="g"></div></div><p><div id="whole">
  309.  
  310. <b>words:</b>1289</br>
  311. <b>status:</b> complete</br>
  312. <b>main pairing:</b> cecilios</br>
  313. <b>warning:</b> minor spoilers</br>
  314.  
  315. </p></div></div>
  316.  
  317. <div id="fic" class="story destiel r"><div class="desc">
  318. "Dean was nearly four when his mark appeared. His mother told him that one day he would find his match. Well, he never thought it would go like this."
  319. </div><div id="top">
  320. <h2><a href="http://archiveofourown.org/works/1961637/chapters/4243278">a comet's mark</a></h2>
  321. <div class="rating" id="r"></div></div><p><div id="whole">
  322.  
  323. <b>words:</b>66940</br>
  324. <b>status:</b> incomplete</br>
  325. <b>main pairing:</b> destiel</br>
  326.  
  327. </p></div></div>
  328.  
  329. <div id="fic" class="story cecilios pg13"><div class="desc">
  330. "Carlos landed a bit roughly in a town he had never seen before. It was blistering hot, the air was dry but somehow breathable, and the sky was orange. There were scarce plants around, and those that were there looked dried to a crisp. The buildings all looked to be out of a Wild West film with the dust to complete the look. The most noticeable thing, however, were the town inhabitants. None of them looked anything near human."
  331. </div><div id="top">
  332. <h2><a href="http://archiveofourown.org/works/2100738/chapters/4578588">you have to claim him</a></h2>
  333. <div class="rating" id="pg13"></div></div><p><div id="whole">
  334.  
  335. <b>words:</b>41432</br>
  336. <b>status:</b> incomplete</br>
  337. <b>main pairing:</b> cecilios</br>
  338.  
  339. </p></div></div>
  340.  
  341. <div id="fic" class="story sherlolly r"><div class="desc">
  342. "The world thinks Sherlock Holmes is dead, but Molly Hooper is one of the few who knows the truth."
  343. </div><div id="top">
  344. <h2><a href="http://archiveofourown.org/works/1112580">16 & 1/2 months</a></h2>
  345. <div class="rating" id="r"></div></div><p><div id="whole">
  346.  
  347. <b>words:</b>13467</br>
  348. <b>status:</b> complete</br>
  349. <b>main pairing:</b> sherlock x molly</br>
  350.  
  351. </p></div></div>
  352.  
  353.  
  354. </div></div>
  355. </body>
  356. <!------- filter scripts, don't mess with these!!-------->
  357. <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
  358. <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  359. <script>
  360. $(function(){
  361.  
  362. var $container = $('#container');
  363.  
  364. $container.isotope({
  365. itemSelector : '.story'
  366. });
  367.  
  368.  
  369. var $optionSets = $('#sort .option-set'),
  370. $optionLinks = $optionSets.find('a');
  371.  
  372. $optionLinks.click(function(){
  373. var $this = $(this);
  374. // don't proceed if already selected
  375. if ( $this.hasClass('selected') ) {
  376. return false;
  377. }
  378. var $optionSet = $this.parents('.option-set');
  379. $optionSet.find('.selected').removeClass('selected');
  380. $this.addClass('selected');
  381.  
  382. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  383. var options = {},
  384. key = $optionSet.attr('data-option-key'),
  385. value = $this.attr('data-option-filter');
  386. // parse 'false' as false boolean
  387. value = value === 'false' ? false : value;
  388. options[ key ] = value;
  389. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  390. // changes in layout modes need extra logic
  391. changeLayoutMode( $this, options )
  392. } else {
  393. // otherwise, apply new options
  394. $container.isotope( options );
  395. }
  396.  
  397. return false;
  398. });
  399.  
  400.  
  401. });
  402. </script>
  403.  
  404. <!-----end filter scripts------>
  405.  
  406. <!--credit, please don't remove! <3-->
  407. <div style="position:fixed;bottom:2px; right:3px;"><a title="rosystarlingthemes" href="http://rosystarling.co.vu/"><img width="80px;" src="http://fc03.deviantart.net/fs70/f/2012/318/3/2/stock_black_flying_birds_3___silhouette_by_jassy2012-d5l1xqo.png"></a></div>
  408.  
  409. </html>
Advertisement
Add Comment
Please, Sign In to add comment