Advertisement
b0rn-to-be-wild

Page: TV SHOW PAGE (bright)

Jun 10th, 2017
276
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.65 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">
  3.  
  4. <!----
  5.  
  6. © borntobewildthemes.tumblr.com | TV SHOW PAGE (bright)
  7.  
  8.  
  9. + Please do not redistribute this theme or remove credits.
  10. + You are allowed to make changes as long as you keep our credits.
  11. + If you have any questions or concerns, just contact us.
  12. + Thanks for using our page! We hope that you enjoy it!
  13.  
  14. ---->
  15.  
  16. <html>
  17.  
  18. <head>
  19.  
  20. <!--- Change the title of the page here --->
  21.  
  22. <title>{title}</title>
  23.  
  24. <link rel="shortcut icon" href="{Favicon}">
  25.  
  26. <!--- Google fonts --->
  27.  
  28. <link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
  29. <link href="https://fonts.googleapis.com/css?family=Bubbler+One" rel="stylesheet">
  30.  
  31. <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
  32.  
  33.  
  34. <style type="text/css">
  35.  
  36. /* -------- BASICS ------- */
  37.  
  38. body {
  39. margin:0;
  40. width:100%;
  41. height:100%;
  42. font-family:Avalon, Arial;
  43. font-size:12px;
  44. color:#333;
  45. background: #f6f6f6;
  46. }
  47.  
  48. /* Links */
  49.  
  50. a {
  51. text-decoration:none;
  52. outline:none;
  53. }
  54.  
  55. a:hover {
  56. color:#eeeeee;
  57. -webkit-transition: all 0.5s ease-in-out;
  58. -moz-transition: all 0.5s ease-in-out;
  59. -o-transition: all 0.5s ease-in-out;
  60. }
  61.  
  62. /* Webkit scrollbar */
  63.  
  64. ::-webkit-scrollbar {
  65. width: 9px;
  66. height: 0px;
  67. }
  68.  
  69. ::-webkit-scrollbar-button:start:decrement,
  70. ::-webkit-scrollbar-button:end:increment {
  71. height: 0px;
  72. display: block;
  73. background-color: #ffffff;
  74. }
  75.  
  76. ::-webkit-scrollbar-track-piece {
  77. background-color: #ffffff;
  78. }
  79.  
  80. ::-webkit-scrollbar-thumb:vertical {
  81. height: 0px;
  82. background-color: #222222;
  83. border: 4px solid #ffffff;
  84. }
  85.  
  86. /* -------- CONTAINER ------- */
  87.  
  88. #maincontainer{
  89. position:fixed;
  90. left:50%;
  91. top:50%;
  92. width:810px;
  93. height:auto;
  94. background:#ffffff;
  95. border:1px solid #eeeeee;
  96. overflow:hidden;
  97. -webkit-transform: translateX(-50%) translateY(-50%);
  98. -moz-transform: translateX(-50%) translateY(-50%);
  99. -ms-transform: translateX(-50%) translateY(-50%);
  100. transform: translateX(-50%) translateY(-50%);
  101. }
  102.  
  103. /* -------- MENU ------- */
  104.  
  105. #menu{
  106. position:absolute;
  107. margin:0px;
  108. width:780px;
  109. padding:0 15px;
  110. background:#ffffff;
  111. height:57px;
  112. border-bottom:1px solid #eeeeee;
  113. z-index:10000;
  114. }
  115.  
  116. /* Blog title */
  117.  
  118. #blogtitle{
  119. float:left;
  120. margin-top:0px;
  121. font-size:30px;
  122. line-height:57px;
  123. height:57px;
  124. width:360px;
  125. font-family: 'Bubbler One', sans-serif;
  126. color:#000000;
  127. }
  128.  
  129. /* Navigation icons */
  130.  
  131. #mainlinks{
  132. float:right;
  133. margin-top:19px;
  134. height:50px;
  135. font-family: 'Bubbler One', sans-serif;
  136. color:#eeeeee;
  137. }
  138.  
  139. #mainlinks a{
  140. display:inline-block;
  141. margin-left:3px;
  142. margin-bottom:3px;
  143. color:#777777;
  144. padding:3px;
  145. font-size:14px;
  146. }
  147.  
  148. #mainlinks a:hover{
  149. background:#ffffff;
  150. color:#000000;
  151. }
  152.  
  153. /* -------- CONTENT CONTAINER i------- */
  154.  
  155. #container{
  156. position:absolute;
  157. margin-left:0px;
  158. margin-top:58px;
  159. width:606px;
  160. min-height:485px;
  161. max-height:485px;
  162. padding-left:6px;
  163. padding-top:5px;
  164. border-right:1px solid #eeeeee;
  165. overflow-y:auto!important;
  166. z-index:100;
  167. }
  168.  
  169. .story{
  170. width:120px;
  171. margin:13px;
  172. margin-bottom:80px;
  173. -moz-transition-duration:1s;
  174. -webkit-transition-duration:1s;
  175. -o-transition-duration:1s;
  176. }
  177.  
  178. .story h1{
  179. margin-top:28px;
  180. font-family: 'Bubbler One', sans-serif;
  181. color:#000000;
  182. font-size:20px;
  183. line-height:30px;
  184. padding:10px;
  185. border-right:1px solid #eeeeee;
  186. }
  187.  
  188. /* Posters */
  189.  
  190. #poster{
  191. width:120px;
  192. height:145px;
  193. font-size:11px;
  194. border:1px solid #ffffff;
  195. }
  196.  
  197. #poster img{
  198. width:120px;
  199. height:145px;
  200. }
  201.  
  202. .info{
  203. margin-top:0px;
  204. margin-left:-1px;
  205. width:110px;
  206. padding:5px;
  207. color:#333333;
  208. font-size:11px;
  209. line-height:17px;
  210. border:1px solid #ffffff;
  211. }
  212.  
  213. .info b{
  214. color:#000000;
  215. font-size:13px;
  216. }
  217.  
  218. .story1{
  219. width:400px;
  220. margin:12px;
  221. margin-bottom:70px;
  222. padding:5px;
  223. transition-duration:1s;
  224. -moz-transition-duration:1s;
  225. -webkit-transition-duration:1s;
  226. -o-transition-duration:1s;
  227. }
  228.  
  229. #poster:hover, #poster:hover .info{
  230. border:1px solid #cccccc;
  231. -moz-transition-duration:1s;
  232. -webkit-transition-duration:1s;
  233. -o-transition-duration:1s;
  234. }
  235.  
  236. /* -------- SORTING CONTENT ------- */
  237.  
  238. /* Sort box style */
  239.  
  240. #sort{
  241. position:absolute;
  242. margin-left:612px;
  243. margin-top:57px;
  244. width:177px;
  245. height:455px;
  246. padding:15px;
  247. z-index:10000;
  248. }
  249.  
  250. #sort ul {
  251. list-style: none;
  252. margin-top:0px;
  253. margin-left:0px;
  254. width:165px;
  255. padding:0px;
  256. }
  257.  
  258. /* Sort title */
  259.  
  260. #title1, #title2, #title3{
  261. margin:5px;
  262. padding:5px;
  263. font-size:15px;
  264. color:#000000;
  265. border-bottom:1px solid #ddd;
  266. cursor:pointer;
  267. font-family: 'Bubbler One', sans-serif;
  268. }
  269.  
  270. #box1, #box2, #box3{
  271. display:none;
  272. }
  273.  
  274. /* Sort link style */
  275.  
  276. #sort a {
  277. display:block;
  278. margin-left:15px;
  279. width:125px;
  280. padding:5px;
  281. font-size:12px;
  282. color:#777777;
  283. }
  284.  
  285. #sort a:hover {
  286. color:#000000;
  287. background:#eeeeee;
  288. }
  289.  
  290. #sort li a.selected {
  291. color:#000000;
  292. background:#eeeeee;
  293. }
  294.  
  295. /* ----------------------- CREDITS ----------------------------- */
  296.  
  297. #credits {
  298. position:fixed;
  299. right:10px;
  300. top:30px;
  301. z-index:100000;
  302. }
  303.  
  304. #credits img{
  305. border:1px solid #eeeeee;
  306. }
  307.  
  308.  
  309. </style>
  310.  
  311. <!--Important sripts-->
  312.  
  313. <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
  314.  
  315. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
  316.  
  317. <script>
  318. $(document).ready(function(){
  319.  
  320. $("#title1").click(function(){
  321. $("#box1").slideToggle(500);
  322. });
  323.  
  324. $("#title2").click(function(){
  325. $("#box2").slideToggle(500);
  326. });
  327.  
  328. $("#title3").click(function(){
  329. $("#box3").slideToggle(500);
  330. });
  331.  
  332. });
  333. </script>
  334.  
  335. <!-- Filter scripts -->
  336.  
  337. <script src="http://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
  338. <script src="http://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
  339.  
  340. <script>
  341. $(function(){
  342.  
  343. var $container = $('#container');
  344.  
  345. $container.isotope({
  346. itemSelector : '.story'
  347. });
  348.  
  349. var $optionSets = $('#sort .option-set'),
  350. $optionLinks = $optionSets.find('a');
  351.  
  352. $optionLinks.click(function(){
  353. var $this = $(this);
  354. // don't proceed if already selected
  355. if ( $this.hasClass('selected') ) {
  356. return false;
  357. }
  358. var $optionSet = $this.parents('.option-set');
  359. $optionSet.find('.selected').removeClass('selected');
  360. $this.addClass('selected');
  361.  
  362. // make option object dynamically, i.e. { filter: '.my-filter-class' }
  363. var options = {},
  364. key = $optionSet.attr('data-option-key'),
  365. value = $this.attr('data-option-filter');
  366. // parse 'false' as false boolean
  367. value = value === 'false' ? false : value;
  368. options[ key ] = value;
  369. if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
  370. // changes in layout modes need extra logic
  371. changeLayoutMode( $this, options )
  372. } else {
  373. // otherwise, apply new options
  374. $container.isotope( options );
  375. }
  376.  
  377. return false;
  378. });
  379.  
  380. });
  381. </script>
  382.  
  383. <!--end filter scripts-->
  384.  
  385. <meta charset="utf-8">
  386. <title>{Title}</title>
  387. <link rel="shortcut icon" href="{Favicon}">
  388. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  389.  
  390. </head>
  391.  
  392. <body>
  393.  
  394. <div id="maincontainer">
  395.  
  396. <div id="menu">
  397.  
  398. <div id="blogtitle">Tv show page</div>
  399.  
  400. <div id="mainlinks">
  401. <a href="/"> index</a> /
  402. <a href="/ask"> ask</a> /
  403. <a href="/submit"> submit</a>
  404. <a href="/archive"> archive</a>
  405. </div>
  406.  
  407. </div>
  408. <!--End menu->
  409.  
  410. <!----- Filter links (here you add tags as ".one", ".mystery", ".2017" etc. Do not change ".story" tag, it refreshes the page) ------>
  411.  
  412. <div id="sort">
  413.  
  414. <ul id="filters" class="option-set clearfix" data-option-key="filter">
  415.  
  416. <!-- These are tags. Only replace .tag and it's name. You can add more tags. -->
  417.  
  418. <li><a href="#filter" data-option-filter=".story">all tv shows</a></li>
  419.  
  420. <div id="title1"> + Genre </div>
  421.  
  422. <div id="box1">
  423. <li><a href="#filter" data-option-filter=".comedy"> - Comedy</a></li>
  424. <li><a href="#filter" data-option-filter=".romance"> - Romance</a></li>
  425. <li><a href="#filter" data-option-filter=".fantasy"> - Fantasy</a></li>
  426. <li><a href="#filter" data-option-filter=".adventure"> - Adventure</a></li>
  427. <li><a href="#filter" data-option-filter=".action"> - Action</a></li>
  428. <li><a href="#filter" data-option-filter=".history"> - History</a></li>
  429. <li><a href="#filter" data-option-filter=".mystery"> - Mystery</a></li>
  430. <li><a href="#filter" data-option-filter=".drama"> - Drama</a></li>
  431. <li><a href="#filter" data-option-filter=".crime"> - Crime</a></li>
  432. <li><a href="#filter" data-option-filter=".thriller"> - Thriller</a></li>
  433. <li><a href="#filter" data-option-filter=".horror"> - Horror</a></li>
  434. </div>
  435. <!--End box1-->
  436.  
  437. <div id="title2"> + Number of seasons </div>
  438.  
  439. <div id="box2">
  440. <li><a href="#filter" data-option-filter=".one"> - One</a></li>
  441. <li><a href="#filter" data-option-filter=".two"> - Two</a></li>
  442. <li><a href="#filter" data-option-filter=".three"> - Three</a></li>
  443. <li><a href="#filter" data-option-filter=".four"> - Four</a></li>
  444. <li><a href="#filter" data-option-filter=".five"> - Five</a></li>
  445. <li><a href="#filter" data-option-filter=".six"> - Six</a></li>
  446. <li><a href="#filter" data-option-filter=".six"> - Seven</a></li>
  447. <li><a href="#filter" data-option-filter=".six"> - Eight</a></li>
  448. </div>
  449. <!--End box2-->
  450.  
  451. <div id="title3"> + Year </div>
  452.  
  453. <div id="box3">
  454. <li><a href="#filter" data-option-filter=".2011"> - 1992</a></li>
  455. <li><a href="#filter" data-option-filter=".2011"> - 2011</a></li>
  456. <li><a href="#filter" data-option-filter=".2012"> - 2012</a></li>
  457. <li><a href="#filter" data-option-filter=".2013"> - 2013</a></li>
  458. <li><a href="#filter" data-option-filter=".2014"> - 2014</a></li>
  459. <li><a href="#filter" data-option-filter=".2015"> - 2015</a></li>
  460. <li><a href="#filter" data-option-filter=".2016"> - 2016</a></li>
  461. <li><a href="#filter" data-option-filter=".2017"> - 2017</a></li>
  462. </div>
  463. <!--End year-->
  464.  
  465. </ul>
  466. </div>
  467. <!--End sort-->
  468.  
  469.  
  470. <div id="container" class="clearfix">
  471.  
  472. <!--- theme containers
  473.  
  474. in class="story tag1" "tag1" is actually a tag you can add, to add more tags for the same tv show simply put "tag1 tag2 tag3" for example: class="story one drama 2015". I suggest you writing two word tags as one word tag
  475.  
  476. --->
  477.  
  478. <!--HEADING-->
  479.  
  480. <div id="poster" class="story">
  481. <h1>Currently watching</h1>
  482. </div>
  483. <!--End poster-->
  484.  
  485. <div id="poster" class="story tag1 tag2 tag3">
  486. <img src=""></a>
  487. <div class="info"> <b>Title</b> (year)
  488. <br> genre <br> season/seasons</div>
  489. </div>
  490. <!--End poster-->
  491.  
  492. <div id="poster" class="story tag1 tag2 tag3">
  493. <img src=""></a>
  494. <div class="info"> <b>Title</b> (year)
  495. <br> genre <br> season/seasons</div>
  496. </div>
  497. <!--End poster-->
  498.  
  499. <div id="poster" class="story tag1 tag2 tag3">
  500. <img src=""></a>
  501. <div class="info"> <b>Title</b> (year)
  502. <br> genre <br> season/seasons</div>
  503. </div>
  504. <!--End poster-->
  505.  
  506. <!-- IMPORTANT! to push headings in the next row copy <div id="poster" class="story"></div> as many times as necessary -->
  507.  
  508.  
  509. <!--HEADING-->
  510.  
  511. <div id="poster" class="story">
  512. <h1>Waiting for the next season</h1>
  513. </div>
  514. <!--End heading-->
  515.  
  516. <div id="poster" class="story tag1 tag2 tag3">
  517. <img src=""></a>
  518. <div class="info"> <b>Title</b> (year)
  519. <br> genre <br> season/seasons</div>
  520. </div>
  521. <!--End poster-->
  522.  
  523. <div id="poster" class="story tag1 tag2 tag3">
  524. <img src=""></a>
  525. <div class="info"> <b>Title</b> (year)
  526. <br> genre <br> season/seasons</div>
  527. </div>
  528. <!--End poster-->
  529.  
  530. <div id="poster" class="story tag1 tag2 tag3">
  531. <img src=""></a>
  532. <div class="info"> <b>Title</b> (year)
  533. <br> genre <br> season/seasons</div>
  534. </div>
  535. <!--End poster-->
  536.  
  537. <!-- IMPORTANT! to push headings in the next row copy <div id="poster" class="story"></div> as many times as necessary -->
  538.  
  539.  
  540. <!--HEADING-->
  541.  
  542. <div id="poster" class="story">
  543. <h1>To start watching</h1>
  544. </div>
  545. <!--End poster-->
  546.  
  547. <div id="poster" class="story tag1 tag2 tag3">
  548. <img src=""></a>
  549. <div class="info"> <b>Title</b> (year)
  550. <br> genre <br> season/seasons</div>
  551. </div>
  552. <!--End poster-->
  553.  
  554. <div id="poster" class="story tag1 tag2 tag3">
  555. <img src=""></a>
  556. <div class="info"> <b>Title</b> (year)
  557. <br> genre <br> season/seasons</div>
  558. </div>
  559. <!--End poster-->
  560.  
  561. <div id="poster" class="story tag1 tag2 tag3">
  562. <img src=""></a>
  563. <div class="info"> <b>Title</b> (year)
  564. <br> genre <br> season/seasons</div>
  565. </div>
  566. <!--End poster-->
  567.  
  568. <!---- poster containers end, to add more containers just copy/paste:
  569.  
  570. <div id="poster" class="story tag1 tag2 tag3">
  571. <img src=""></a>
  572. <div class="info"> <b>Title</b> (year)
  573. <br> genre <br> season/seasons</div>
  574. </div>
  575.  
  576. ---->
  577.  
  578. </div>
  579. <!--End container-->
  580.  
  581. </div>
  582. <!--End maincontainer-->
  583.  
  584. <!--CREDIT (DO NOT REMOVE)-->
  585. <a href="http://borntobewildthemes.tumblr.com" title="page TV SHOW PAGE by borntobewildthemes"><div id="credits">
  586. <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
  587.  
  588. </body>
  589.  
  590.  
  591. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement