Advertisement
attractedtosin

Fic Recs Page 001c

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