Advertisement
attractedtosin

Fic Recs Page 001g

Aug 12th, 2013
1,051
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.84 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <!------
  6. FICRECS PAGE 001g
  7. wolfwrecked [ohcodey.tumblr.com]
  8.  
  9. Please observe common theme sharing etiquette:
  10. :you may alter but do not remove credit
  11. :do not use as a base or redistibute
  12. :etc
  13.  
  14. ----->
  15.  
  16. <title>FICRECS</title>
  17.  
  18. <link href='http://fonts.googleapis.com/css?family=Archivo+Black' rel='stylesheet' type='text/css'>
  19. <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  20. <link href='http://fonts.googleapis.com/css?family=Droid+Sans' rel='stylesheet' type='text/css'>
  21.  
  22. <script type="text/javascript">
  23. function unhide(divID) {
  24. var item = document.getElementById(divID);
  25. if (item) {
  26. item.className=(item.className=='hidden')?'unhidden':'hidden';
  27. }
  28. }
  29. </script>
  30.  
  31. <style type="text/css">
  32.  
  33.  
  34.  
  35.  
  36.  
  37. /* CUSTOMISABLE COLOURS */
  38.  
  39. /* SUBHEADINGS HOVER COLOURS AND TEXT HOVER COLOURS */
  40. .author:hover {background-color:#ff719f;color:#fff;}
  41. .wordcount:hover {background-color:#f5f248;color:#fff;}
  42. .pairing:hover {background-color:#78ea4a;color:#fff;}
  43. .rating:hover {background-color:#65e3ea;color:#fff;}
  44.  
  45.  
  46. /* KEYWORDS HEADINGS HOVER COLOUR AND TEXT HOVER COLOUR */
  47. #tags-bar h1:hover {background-color:#ffb14b; color:#fff;}
  48.  
  49.  
  50. /* FIC TITLE HOVER COLOUR AND TEXT HOVER COLOUR */
  51. .ficname:hover {background-color:#ffb14b;}
  52. .ficname:hover a {color:#fff;}
  53.  
  54.  
  55. /*HEADER IMAGE DETAILS - HEADER MUST BE 921PX WIDE*/
  56.  
  57. .header {
  58. background-image: url(URL GOES HERE);
  59. background-repeat:no-repeat;
  60. height:200px; /*CHANGE TO THE HEIGHT OF YOUR BANNER*/
  61. }
  62.  
  63.  
  64.  
  65.  
  66.  
  67. /*CSS*/
  68.  
  69.  
  70. body {
  71. margin-top:50px;
  72. margin-bottom:100px;
  73. background-color:#eeeeee;
  74. font-family: 'Roboto Condensed', sans-serif;
  75. }
  76.  
  77. a {text-decoration:none;}
  78.  
  79.  
  80. .hidden {
  81. display: none;
  82. }
  83.  
  84. .unhidden {
  85. display: block;
  86. }
  87. .upcon {overflow:hidden;width:100%;margin-bottom:50px;}
  88.  
  89. .container {
  90. position:relative;
  91. width:1050px;
  92. left:50%;
  93. margin-left:-600px;
  94. }
  95.  
  96. .header {
  97. font-family: 'Archivo Black', sans-serif;
  98. font-size:50px;
  99. LETTER-SPacing:-3px;
  100. width:1050px;
  101. margin-bottom:20px;
  102. margin-LEFT:60PX;
  103. color:#333333;
  104. }
  105.  
  106. .fic-list {}
  107.  
  108. .li {
  109. list-style:none;
  110. margin:0;
  111. }
  112.  
  113. .ul fic-list {
  114. margin-top:0;
  115. list-style:none;
  116. }
  117.  
  118. .list {
  119. margin:0px 0 0 0;
  120. list-style:none;
  121. }
  122.  
  123. .recbox {
  124. width:200px;
  125. height:200px;
  126. float: left;
  127. margin:20px;
  128. background-color:#ffffff;
  129. }
  130.  
  131. .ficname {
  132. width:190px;
  133. height:32px;
  134. text-align:center;
  135. font-size:12px;
  136. text-transform:uppercase;
  137. background-color:#333333;
  138. padding:5px;
  139. overflow:hidden;
  140. letter-spacing:+1px;
  141. transition: all 0.3s ease-out;
  142. -o-transition: all 0.3s ease-out;
  143. -webkit-transition: all 0.3s ease-out;
  144. -moz-transition: all 0.3s ease-out;
  145. }
  146.  
  147. .ficname:hover a {
  148. transition: all 0.3s ease-out;
  149. -o-transition: all 0.3s ease-out;
  150. -webkit-transition: all 0.3s ease-out;
  151. -moz-transition: all 0.3s ease-out;
  152. }
  153.  
  154.  
  155.  
  156. .ficname a {
  157. color:#ffffff;
  158. text-decoration:none;
  159. }
  160.  
  161.  
  162. .ficdesc {
  163. height:115px;
  164. font-family: droid sans, verdana, sans serif;
  165. font-size:11px;
  166. text-align:justify;
  167. padding:10px;
  168. margin-top:20px;
  169. overflow:auto;
  170. color:#444444;
  171. background-color:#ffffff;
  172. }
  173.  
  174. .fictags {
  175. display:none;
  176. }
  177.  
  178. .tags {
  179. height:0;
  180. }
  181.  
  182. .author {
  183. width:140px;
  184. height:12px;
  185. padding: 2px 0;
  186. float:left;
  187. text-align:center;
  188. letter-spacing:+1px;
  189. background-color:#d4d4d4;
  190. font-size:9px;
  191. text-transform:uppercase;
  192. overflow:hidden;
  193. color:#888;
  194. transition: all 0.3s ease-out;
  195. -o-transition: all 0.3s ease-out;
  196. -webkit-transition: all 0.3s ease-out;
  197. -moz-transition: all 0.3s ease-out;
  198. }
  199.  
  200.  
  201. .pairing {
  202. width:140px;
  203. height:12px;
  204. padding: 2px 0;
  205. float:left;
  206. letter-spacing:+1px;
  207. text-align:center;
  208. background-color:#e4e4e4;
  209. font-size:9px;
  210. text-transform:uppercase;
  211. overflow:hidden;
  212. color:#888;
  213. transition: all 0.3s ease-out;
  214. -o-transition: all 0.3s ease-out;
  215. -webkit-transition: all 0.3s ease-out;
  216. -moz-transition: all 0.3s ease-out;
  217. }
  218.  
  219.  
  220. .rating {
  221. width:60px;
  222. padding: 2px 0;
  223. height:12px;
  224. letter-spacing:+1px;
  225. float:left;
  226. text-align:center;
  227. background-color:#d4d4d4;
  228. font-size:9px;
  229. text-transform:uppercase;
  230. overflow:hidden;
  231. color:#888;
  232. transition: all 0.3s ease-out;
  233. -o-transition: all 0.3s ease-out;
  234. -webkit-transition: all 0.3s ease-out;
  235. -moz-transition: all 0.3s ease-out;
  236. }
  237.  
  238. .wordcount {
  239. width:60px;
  240. padding: 2px 0;
  241. height:12px;
  242. float:left;
  243. letter-spacing:+1px;
  244. text-align:center;
  245. background-color:#e4e4e4;
  246. font-size:9px;
  247. text-transform:uppercase;
  248. overflow:hidden;
  249. color:#888;
  250. }
  251.  
  252. .author:hover, .pairing:hover, .wordcount:hover, .rating:hover, #tags-bar h1:hover, a, #tags-bar h1 {transition: all 0.3s ease-out;
  253. -o-transition: all 0.3s ease-out;
  254. -webkit-transition: all 0.3s ease-out;
  255. -moz-transition: all 0.3s ease-out;
  256. }
  257.  
  258.  
  259. .tag-bar-header .hover, .tag-bar-header:hover .normal {
  260. display: none;
  261. transition: all 0.3s ease-out;
  262. -o-transition: all 0.3s ease-out;
  263. -webkit-transition: all 0.3s ease-out;
  264. -moz-transition: all 0.3s ease-out;
  265. }
  266.  
  267. .tag-bar-header:hover .hover {
  268. display: block;
  269. transition: all 0.3s ease-out;
  270. -o-transition: all 0.3s ease-out;
  271. -webkit-transition: all 0.3s ease-out;
  272. -moz-transition: all 0.3s ease-out;
  273. }
  274.  
  275. .search-bar {
  276. width:200px;
  277. height:40px;
  278. background-color:#333333;
  279. float:left;
  280. margin-left:60px;
  281.  
  282. }
  283.  
  284. .search {
  285. padding-left:10px;
  286. margin: 9px 0 0 20px;
  287. }
  288.  
  289. .tag-bar { width:655px;
  290. max-height:800px;
  291. background-color:#ffffff;
  292. border-bottom:solid 1px #eeeeee;
  293. border-left:solid 1px #eeeeee;
  294. margin-left:300px;
  295. text-align:right;
  296. font-size:12px;
  297. position:relative;
  298. z-index:20;}
  299.  
  300. #tags-bar { width:170px;
  301. max-height:502px;
  302. background-color:#ffffff;
  303. border-bottom:solid 1px #eeeeee;
  304. border-left:solid 1px #eeeeee;
  305. float:right;
  306. margin-right:-140px;
  307. margin-top:-41px;
  308. text-align:right;
  309. font-size:12px;
  310. position:relative;
  311. overflow: auto;
  312. z-index:20;
  313. }
  314.  
  315. #tags-bar a {display:block;
  316. height:30px;
  317. z-index:30;
  318. background-color:#333333;
  319. text-align:center;
  320. font-size:16px;
  321. text-transform:uppercase;
  322. padding-top:10px;
  323. color:#ffffff;
  324. text-decoration:none;
  325. }
  326.  
  327. .tags-bar-keywords {
  328. text-align:center;
  329. margin:0 5px;
  330. font-family: droid sans, verdana, sans serif;
  331. text-transform:lowercase;
  332. font-size:11px;
  333. letter-spacing:+1px;
  334. color:#444444;}
  335.  
  336. #tags-bar h1 {font-size:12px;display:block;padding:5px 0;background-color:#333333;color:#ffffff;font-weight:normal;text-transform:uppercase;
  337. letter-spacing:+1px;text-align:center;}
  338.  
  339. .tags-bar-header {
  340. width:100%;
  341. height:30px;
  342. margin-bottom:20px;
  343. z-index:30;
  344. background-color:#333333;
  345. text-align:center;
  346. font-size:12px;
  347. text-transform:uppercase;
  348. padding-top:10px;
  349. color:#ffffff;
  350. letter-spacing:+1px;
  351. }
  352.  
  353. .tag-bar a {
  354. color:#222222;
  355. text-decoration:none;
  356. font-size:28px;
  357. font-weight:900;
  358. padding:0 15px 10px 0;
  359. }
  360.  
  361.  
  362. .tag-bar-header {
  363. width:655px;
  364. height:30px;
  365. z-index:30;
  366. background-color:#333333;
  367. text-align:right;
  368. font-size:12px;
  369. text-transform:uppercase;
  370. padding:10px 20px 0px 5px;
  371. transition: all 0.3s ease-out;
  372. -o-transition: all 0.3s ease-out;
  373. -webkit-transition: all 0.3s ease-out;
  374. -moz-transition: all 0.3s ease-out;
  375. letter-spacing:+1px;
  376. }
  377.  
  378. .tag-bar-header a {
  379. font-weight:normal;
  380. color:#ffffff;
  381. text-decoration:none;
  382. font-size:12px;
  383. text-transform:uppercase;
  384. padding:0;
  385. transition: all 0.3s ease-out;
  386. -o-transition: all 0.3s ease-out;
  387. -webkit-transition: all 0.3s ease-out;
  388. -moz-transition: all 0.3s ease-out;
  389. letter-spacing:+1px;
  390. }
  391.  
  392.  
  393. ::selection {
  394. background-color:#333333;
  395. color:#ffffff;
  396. }
  397.  
  398. ::-moz-selection {
  399. background-color:#333333;
  400. color:#ffffff;
  401. }
  402.  
  403. ::-webkit-scrollbar {
  404. width:5px;
  405. height:auto;
  406. background:#ffffff;};
  407. }
  408.  
  409. ::-webkit-scrollbar-corner {
  410. background:#ffffff;
  411. }
  412.  
  413. ::-webkit-scrollbar-thumb:vertical {
  414. background:#444444;
  415. }
  416.  
  417. ::-webkit-scrollbar-thumb:horizontal {
  418. background:#444444;
  419. }
  420.  
  421. .credit {
  422. padding:2px 6px 4px 6px;
  423. font-size:14px;
  424. font-family:georgia;
  425. font-weight:bold;
  426. position:fixed;
  427. bottom:8px;
  428. right:8px;
  429. border:1px solid #ffffff;
  430. }
  431.  
  432. .credit a {color:#666666;}
  433.  
  434.  
  435. </style>
  436. </head>
  437.  
  438. <body>
  439. <div class="upcon">
  440. <div class="container">
  441. <div class="header">
  442. </div>
  443.  
  444. <div id="fic-list">
  445.  
  446. <div class="search-bar">
  447. <input class="search" width="100" placeholder="search keyword(s)"/>
  448. </div>
  449.  
  450. <div class="tag-bar">
  451. <div class="tag-bar-header">
  452. <div class="normal"><a href="javascript:unhide('tags-bar');">KEYWORDS</a></div>
  453. <div class="hover"><a href="javascript:unhide('tags-bar');">CLICK ME</a></div>
  454. </div>
  455. </div>
  456. <div id="tags-bar" class="hidden">
  457. <div class="tags-bar-header">search suggestions:</div>
  458.  
  459.  
  460. <h1>HEADER</h1>
  461. <br>
  462.  
  463. <div class="tags-bar-keywords">
  464.  
  465. KEYWORD<br>
  466. KEYWORD<br>
  467. KEYWORD<br>
  468. KEYWORD<br>
  469. KEYWORD<br>
  470. KEYWORD<br>
  471.  
  472. </div>
  473. <br>
  474.  
  475.  
  476. <h1>HEADER</h1>
  477. <br>
  478.  
  479. <div class="tags-bar-keywords">
  480.  
  481. KEYWORD<br>
  482. KEYWORD<br>
  483. KEYWORD<br>
  484. KEYWORD<br>
  485. KEYWORD<br>
  486. KEYWORD<br>
  487.  
  488. </div>
  489. <br>
  490.  
  491. <a href="javascript:unhide('tags-bar');">↑</a>
  492. </div>
  493.  
  494.  
  495.  
  496. <ul class="list">
  497.  
  498. <!-- TEMPLATE - COPY & PASTE AFTER THE ARROW BELOW
  499.  
  500. <li>
  501. <div class="recbox">
  502.  
  503. <div class="ficname"><a href="LINK">TITLE</a></div>
  504. <div class="author">AUTHOR</div>
  505. <div class="wordcount">WC: </div>
  506. <div class="pairing">PAIRING</div>
  507. <div class="rating">RATED: </div>
  508.  
  509. <div class="ficdesc">
  510.  
  511. FIC DESCRIPTION
  512.  
  513. </div>
  514. <div class="fictags">
  515. <div class="tags">
  516.  
  517. PUT ANY KEYWORDS YOU WANT SEARCHABLE HERE
  518.  
  519. </div>
  520. </div>
  521. </div>
  522. </li>
  523.  
  524.  
  525. -->
  526.  
  527.  
  528.  
  529. <li>
  530. <div class="recbox">
  531.  
  532. <div class="ficname"><a href="LINK">TITLE</a></div>
  533. <div class="author">AUTHOR</div>
  534. <div class="wordcount">WC: </div>
  535. <div class="pairing">PAIRING</div>
  536. <div class="rating">RATED: </div>
  537.  
  538. <div class="ficdesc">
  539.  
  540. FIC DESCRIPTION
  541.  
  542. </div>
  543. <div class="fictags">
  544. <div class="tags">
  545.  
  546. PUT ANY KEYWORDS YOU WANT SEARCHABLE HERE
  547.  
  548. </div>
  549. </div>
  550. </div>
  551. </li>
  552.  
  553.  
  554. <li>
  555. <div class="recbox">
  556.  
  557. <div class="ficname"><a href="LINK">TITLE</a></div>
  558. <div class="author">AUTHOR</div>
  559. <div class="wordcount">WC: </div>
  560. <div class="pairing">PAIRING</div>
  561. <div class="rating">RATED: </div>
  562.  
  563. <div class="ficdesc">
  564.  
  565. FIC DESCRIPTION
  566.  
  567. </div>
  568. <div class="fictags">
  569. <div class="tags">
  570.  
  571. PUT ANY KEYWORDS YOU WANT SEARCHABLE HERE
  572.  
  573. </div>
  574. </div>
  575. </div>
  576. </li>
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.  
  584.  
  585. </ul>
  586. </div>
  587. </div>
  588.  
  589.  
  590. <div class="credit">
  591. <a href="http://ohcodey.tumblr.com">&cent;</a>
  592. </div>
  593.  
  594. </div>
  595. <script src="http://static.tumblr.com/qwfkpqk/evSmlscpv/list.min.js"></script>
  596. <script type="text/javascript">
  597. var options = {
  598. valueNames: [ 'recbox', 'author', 'pairing', 'rated', 'wordcount' ]
  599. };
  600. var recboxList = new List('fic-list', options);
  601. </script>
  602.  
  603.  
  604. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement