Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC"-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml">
- <!----
- © borntobewildthemes.tumblr.com | TV SHOW PAGE (dark)
- + Please do not redistribute this theme or remove credits.
- + You are allowed to make changes as long as you keep our credits.
- + If you have any questions or concerns, just contact us.
- + Thanks for using our page! We hope that you enjoy it!
- ---->
- <html>
- <head>
- <!--- Change the title of the page here --->
- <title>{title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <!--- Google fonts --->
- <link href="https://fonts.googleapis.com/css?family=Philosopher" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Bubbler+One" rel="stylesheet">
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <style type="text/css">
- /* -------- BASICS ------- */
- body {
- margin:0;
- width:100%;
- height:100%;
- font-family:Avalon, Arial;
- font-size:12px;
- color:#333;
- background: #222222;
- }
- /* Links */
- a {
- text-decoration:none;
- outline:none;
- }
- a:hover {
- color:#222222;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- /* Webkit scrollbar */
- ::-webkit-scrollbar {
- width: 9px;
- height: 0px;
- }
- ::-webkit-scrollbar-button:start:decrement,
- ::-webkit-scrollbar-button:end:increment {
- height: 0px;
- display: block;
- background-color: #000000;
- }
- ::-webkit-scrollbar-track-piece {
- background-color: #000000;
- }
- ::-webkit-scrollbar-thumb:vertical {
- height: 0px;
- background-color: #eeeeee;
- border: 4px solid #000000;
- }
- /* Tumblr controls */
- iframe.tmblr-iframe {
- top:0px!important;
- right:40px!important;
- padding:0px;
- opacity:0.8;
- transform:scale(0.6);
- transform-origin:100% 0;
- -webkit-transform:scale(0.8);
- -webkit-transform-origin:100% 0;
- -o-transform:scale(0.8);
- -o-transform-origin:100% 0;
- -moz-transform:scale(0.8);
- -moz-transform-origin:100% 0;
- -ms-transform:scale(0.8);
- -ms-transform-origin:100% 0;
- z-index:100000!important;
- }
- iframe.tmblr-iframe:hover {
- opacity:1!important;
- }
- /* -------- CONTAINER ------- */
- #maincontainer{
- position:fixed;
- left:50%;
- top:50%;
- width:810px;
- height:auto;
- background:#000000;
- border:1px solid #222222;
- overflow:hidden;
- -webkit-transform: translateX(-50%) translateY(-50%);
- -moz-transform: translateX(-50%) translateY(-50%);
- -ms-transform: translateX(-50%) translateY(-50%);
- transform: translateX(-50%) translateY(-50%);
- }
- /* -------- MENU ------- */
- #menu{
- position:absolute;
- margin:0px;
- width:780px;
- padding:0 15px;
- background:#000000;
- height:57px;
- border-bottom:1px solid #222222;
- z-index:10000;
- }
- /* Blog title */
- #blogtitle{
- float:left;
- margin-top:0px;
- font-size:30px;
- line-height:57px;
- height:57px;
- width:360px;
- font-family: 'Philosopher', sans-serif;
- color:#ffffff;
- }
- /* Navigation icons */
- #mainlinks{
- float:right;
- margin-top:19px;
- height:50px;
- font-family: 'Philosopher', sans-serif;
- color:#222222;
- }
- #mainlinks a{
- display:inline-block;
- margin-left:3px;
- margin-bottom:3px;
- color:#cccccc;
- padding:3px;
- font-size:14px;
- }
- #mainlinks a:hover{
- background:#000000;
- color:#ffffff;
- }
- /* -------- CONTENT CONTAINER i------- */
- #container{
- position:absolute;
- margin-left:0px;
- margin-top:58px;
- width:606px;
- min-height:485px;
- max-height:485px;
- padding-left:6px;
- padding-top:5px;
- border-right:1px solid #222222;
- overflow-y:auto!important;
- z-index:100;
- }
- .story{
- width:120px;
- margin:13px;
- margin-bottom:80px;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- .story h1{
- margin-top:28px;
- font-family: 'Philosopher', sans-serif;
- color:#ffffff;
- font-size:20px;
- line-height:30px;
- padding:10px;
- border-right:1px solid #222222;
- }
- /* Posters */
- #poster{
- width:120px;
- height:145px;
- font-size:11px;
- border:1px solid #000000;
- }
- #poster img{
- width:120px;
- height:145px;
- }
- .info{
- margin-top:0px;
- margin-left:-1px;
- width:110px;
- padding:5px;
- color:#bbbbbb;
- font-size:11px;
- line-height:17px;
- border:1px solid #000000;
- }
- .info b{
- color:#ffffff;
- font-size:13px;
- }
- .story1{
- width:400px;
- margin:12px;
- margin-bottom:70px;
- padding:5px;
- transition-duration:1s;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- #poster:hover, #poster:hover .info{
- border:1px solid #222222;
- -moz-transition-duration:1s;
- -webkit-transition-duration:1s;
- -o-transition-duration:1s;
- }
- /* -------- SORTING CONTENT ------- */
- /* Sort box style */
- #sort{
- position:absolute;
- margin-left:612px;
- margin-top:57px;
- width:177px;
- height:455px;
- padding:15px;
- z-index:10000;
- }
- #sort ul {
- list-style: none;
- margin-top:0px;
- margin-left:0px;
- width:165px;
- padding:0px;
- }
- /* Sort title */
- #title1, #title2, #title3{
- margin:5px;
- padding:5px;
- font-size:15px;
- color:#ffffff;
- border-bottom:1px solid #ddd;
- cursor:pointer;
- font-family: 'Philosopher', sans-serif;
- }
- #box1, #box2, #box3{
- display:none;
- }
- /* Sort link style */
- #sort a {
- display:block;
- margin-left:15px;
- width:125px;
- padding:5px;
- font-size:12px;
- color:#cccccc;
- }
- #sort a:hover {
- color:#ffffff;
- background:#222222;
- }
- #sort li a.selected {
- color:#ffffff;
- background:#222222;
- }
- /* ----------------------- CREDITS ----------------------------- */
- #credits {
- position:fixed;
- right:10px;
- top:10px;
- z-index:100000;
- }
- #credits img{
- border:1px solid #eeeeee;
- max-width:25px;
- }
- </style>
- <!--Important sripts-->
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $("#title1").click(function(){
- $("#box1").slideToggle(500);
- });
- $("#title2").click(function(){
- $("#box2").slideToggle(500);
- });
- $("#title3").click(function(){
- $("#box3").slideToggle(500);
- });
- });
- </script>
- <!-- Filter scripts -->
- <script src="https://static.tumblr.com/fuu6t9w/kh8ml0pl9/jquery-1.7.1.min.js"></script>
- <script src="https://static.tumblr.com/fuu6t9w/eubml0pm0/jquery.isotope.min.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.isotope({
- itemSelector : '.story'
- });
- var $optionSets = $('#sort .option-set'),
- $optionLinks = $optionSets.find('a');
- $optionLinks.click(function(){
- var $this = $(this);
- // don't proceed if already selected
- if ( $this.hasClass('selected') ) {
- return false;
- }
- var $optionSet = $this.parents('.option-set');
- $optionSet.find('.selected').removeClass('selected');
- $this.addClass('selected');
- // make option object dynamically, i.e. { filter: '.my-filter-class' }
- var options = {},
- key = $optionSet.attr('data-option-key'),
- value = $this.attr('data-option-filter');
- // parse 'false' as false boolean
- value = value === 'false' ? false : value;
- options[ key ] = value;
- if ( key === 'layoutMode' && typeof changeLayoutMode === 'function' ) {
- // changes in layout modes need extra logic
- changeLayoutMode( $this, options )
- } else {
- // otherwise, apply new options
- $container.isotope( options );
- }
- return false;
- });
- });
- </script>
- <!--end filter scripts-->
- <meta charset="utf-8">
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- </head>
- <body>
- <div id="maincontainer">
- <div id="menu">
- <div id="blogtitle">Tv show page</div>
- <div id="mainlinks">
- <a href="/"> index</a> /
- <a href="/ask"> ask</a> /
- <a href="/submit"> submit</a>
- <a href="/archive"> archive</a>
- </div>
- </div>
- <!--End menu->
- <!----- Filter links (here you add tags as ".one", ".mystery", ".2017" etc. Do not change ".story" tag, it refreshes the page) ------>
- <div id="sort">
- <ul id="filters" class="option-set clearfix" data-option-key="filter">
- <!-- These are tags. Only replace .tag and it's name. You can add more tags. -->
- <li><a href="#filter" data-option-filter=".story">all tv shows</a></li>
- <div id="title1"> + Genre </div>
- <div id="box1">
- <li><a href="#filter" data-option-filter=".comedy"> - Comedy</a></li>
- <li><a href="#filter" data-option-filter=".romance"> - Romance</a></li>
- <li><a href="#filter" data-option-filter=".fantasy"> - Fantasy</a></li>
- <li><a href="#filter" data-option-filter=".adventure"> - Adventure</a></li>
- <li><a href="#filter" data-option-filter=".action"> - Action</a></li>
- <li><a href="#filter" data-option-filter=".history"> - History</a></li>
- <li><a href="#filter" data-option-filter=".mystery"> - Mystery</a></li>
- <li><a href="#filter" data-option-filter=".drama"> - Drama</a></li>
- <li><a href="#filter" data-option-filter=".crime"> - Crime</a></li>
- <li><a href="#filter" data-option-filter=".thriller"> - Thriller</a></li>
- <li><a href="#filter" data-option-filter=".horror"> - Horror</a></li>
- </div>
- <!--End box1-->
- <div id="title2"> + Number of seasons </div>
- <div id="box2">
- <li><a href="#filter" data-option-filter=".one"> - One</a></li>
- <li><a href="#filter" data-option-filter=".two"> - Two</a></li>
- <li><a href="#filter" data-option-filter=".three"> - Three</a></li>
- <li><a href="#filter" data-option-filter=".four"> - Four</a></li>
- <li><a href="#filter" data-option-filter=".five"> - Five</a></li>
- <li><a href="#filter" data-option-filter=".six"> - Six</a></li>
- <li><a href="#filter" data-option-filter=".six"> - Seven</a></li>
- <li><a href="#filter" data-option-filter=".six"> - Eight</a></li>
- </div>
- <!--End box2-->
- <div id="title3"> + Year </div>
- <div id="box3">
- <li><a href="#filter" data-option-filter=".2011"> - 1992</a></li>
- <li><a href="#filter" data-option-filter=".2011"> - 2011</a></li>
- <li><a href="#filter" data-option-filter=".2012"> - 2012</a></li>
- <li><a href="#filter" data-option-filter=".2013"> - 2013</a></li>
- <li><a href="#filter" data-option-filter=".2014"> - 2014</a></li>
- <li><a href="#filter" data-option-filter=".2015"> - 2015</a></li>
- <li><a href="#filter" data-option-filter=".2016"> - 2016</a></li>
- <li><a href="#filter" data-option-filter=".2017"> - 2017</a></li>
- </div>
- <!--End year-->
- </ul>
- </div>
- <!--End sort-->
- <div id="container" class="clearfix">
- <!--- theme containers
- 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
- --->
- <!--HEADING-->
- <div id="poster" class="story">
- <h1>Currently watching</h1>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <!-- IMPORTANT! to push headings in the next row copy <div id="poster" class="story"></div> as many times as necessary -->
- <!--HEADING-->
- <div id="poster" class="story">
- <h1>Waiting for the next season</h1>
- </div>
- <!--End heading-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <!-- IMPORTANT! to push headings in the next row copy <div id="poster" class="story"></div> as many times as necessary -->
- <!--HEADING-->
- <div id="poster" class="story">
- <h1>To start watching</h1>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- <!--End poster-->
- <!---- poster containers end, to add more containers just copy/paste:
- <div id="poster" class="story tag1 tag2 tag3">
- <img src=""></a>
- <div class="info"> <b>Title</b> (year)
- <br> genre <br> season/seasons</div>
- </div>
- ---->
- </div>
- <!--End container-->
- </div>
- <!--End maincontainer-->
- <!--CREDIT (DO NOT REMOVE)-->
- <a href="http://borntobewildthemes.tumblr.com" title="page TV SHOW PAGE by borntobewildthemes"><div id="credits">
- <img src="http://i57.tinypic.com/301g6eg.jpg"></div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement