Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html lang="en" class="no-js">
- <head>
- <!-------------------------------------------------------------------------
- HOW TO INSTALL: http://maraudersmaps.tumblr.com/taskbox#9
- HOW TO ADD MORE FILMS: http://maraudersmaps-themesupport.tumblr.com/guide_filmtable_01#01
- CUSTOMIZATION GUIDE: http://maraudersmaps-themesupport.tumblr.com/guide_filmtable_01#02
- -------------------------------------------------------------------------->
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <link href='http://fonts.googleapis.com/css?family=Kreon:300,400,700' rel='stylesheet' type='text/css'>
- <title>
- {Title}
- </title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <style type='text/css'>
- /***************** SCROLLBAR ********************/
- ::-webkit-scrollbar-thumb:vertical {
- border-left:2px solid #f8f8f8;
- border-right:2px solid #f8f8f8;
- border-top:0;
- border-bottom:0;
- background-color:#0a0a0a;
- height: 7px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#0a0a0a;
- height:7px!important;
- border-top:2px solid #f8f8f8;
- border-bottom:2px solid #f8f8f8;
- border-left:0;
- border-right:0;
- }
- ::-webkit-scrollbar {
- background-color:#f8f8f8;
- height:7px;
- width:7px;
- }
- /***************** GENERAL *******************/
- body{
- background-color:#f8f8f8;
- color:#000;
- font-family:calibri;
- font-size:10px;
- background-attachment:fixed;
- background-repeat:repeat;
- text-align:justify;
- }
- .content{
- width:1065px;
- margin:auto;
- background:#trans;
- margin-top:150px;
- }
- /******************* GRID STRUCTURE *********************/
- .film-grid{
- max-width:1065px;
- padding:0;
- margin:0;
- position:relative;
- background:#trans;
- list-style-type:none;
- }
- .film-grid .film{
- margin:0px 4px 5px 3px;
- display:inline-block;
- width:204px;
- height:281px;
- position:relative;
- z-index:1;
- }
- .film-grid .film img{
- width:180px;
- max-height:257px;
- margin:0;
- padding:0;
- border:0;
- }
- /******************** GRID ITEMS CONTENT *********************/
- .onclickstuff{
- max-height:257px;
- overflow:hidden;
- position:absolute;
- z-index:1;
- padding:12px;
- background-color:#ffffff;
- -webkit-transition:opacity 0.4s ease-in-out 0s, margin 0.3s ease-out 0s;
- transition:opacity 0.4s ease-in-out 0s, margin 0.3s ease-out 0s;
- -moz-transition:opacity 0.4s ease-in-out 0s, margin 0.3s ease-out 0s;
- -o-transition:opacity 0.4s ease-in-out 0s, margin 0.3s ease-out 0s;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- -webkit-box-shadow: 1px 1px 5px rgba(200, 200, 200, 0.85);
- -moz-box-shadow:1px 1px 5px rgba(200, 200, 200, 0.85);
- box-shadow:1px 1px 5px rgba(200, 200, 200, 0.85);
- }
- .onclickstuff .description{
- height:0px;
- width:0px;
- opacity:0;
- padding:0;
- margin:0;
- float:right;
- -webkit-transition:all 0.3s ease-in;
- transition:all 0.3s ease-in;
- -moz-transition:all 0.3s ease-in;
- -o-transition:all 0.3s ease-in;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- }
- .onclickstuff.scaleup{
- position:absolute;
- width:400px;
- -webkit-transition:all 0.5s ease-in-out 0s;
- -moz-transition:all 0.5s ease-in-out 0s;
- -o-transition:all 0.5s ease-in-out 0s;
- transition:all 0.5s ease-in-out 0s;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- margin-left:-98px;
- }
- .onclickstuff.scaleup .description{
- opacity:1;
- width:206px;
- -webkit-transition:all 0.3s ease-in 0.4s;
- -moz-transition:all 0.3s ease-in 0.4s;
- -o-transition:all 0.3s ease-in 0.4s;
- transition:all 0.3s ease-in 0.4s;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- background-color::#trans;
- margin-left:0px;
- text-align:center;
- position:relative;
- }
- .onclickstuff.hide{
- position:absolute;
- -webkit-transition:all 0.5s ease-in 0s;
- -moz-transition:all 0.5s ease-in 0s;
- -o-transition:all 0.5s ease-in 0s;
- transition:all 0.5s ease-in 0s;
- -webkit-backface-visibility: hidden;
- -moz-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- opacity:0.1;
- }
- .onclickstuff.hide .description{
- width:0;
- height:0;
- opacity:0;
- -webkit-transition:all 0.2s ease-in 0s;
- -moz-transition:all 0.2s ease-in 0s;
- -o-transition:all 0.2s ease-in 0s;
- transition:all 0.2s ease-in 0s;
- -moz-backface-visibility: hidden;
- -webkit-backface-visibility: hidden;
- -ms-backface-visibility: hidden;
- }
- /********************* FILM INFORMATION *************************/
- .onclickstuff .description .filmdata, .onclickstuff .description h1, .onclickstuff .description div, .onclickstuff .description span{
- opacity:0;
- -webkit-transition:all 0s ease-in 0s;
- transition:all 0s ease-in 0s;
- -o-transition:all 0s ease-in 0s;
- -moz-transition:all 0s ease-in 0s;
- }
- .onclickstuff.scaleup .description .filmdata, .onclickstuff.scaleup .description h1, .onclickstuff.scaleup .description div, .onclickstuff.scaleup .description span {
- display:block;
- opacity:1;
- -webkit-transition:all 0.3s ease-in 0.55s;
- -o-transition:all 0.3s ease-in 0.55s;
- -moz-transition:all 0.3s ease-in 0.6s;
- transition:all 0.3s ease-in 0.55s;
- }
- .description h1{
- margin:0px;
- padding:0px 0px 3px 0px;
- font:14px kreon;
- font-weight:300;
- color:#999;
- text-transform:uppercase;
- border-bottom:1px solid #ccc;
- width:100%;
- line-height:14px;
- letter-spacing:1px;
- }
- .description .filmdata{
- font:10px calibri;
- letter-spacing:0px;
- max-height:193px;
- overflow-y:auto;
- background:#trans;
- -webkit-transition:0s;
- -moz-transition:0s;
- -o-transition:0s;
- transition:0s;
- color:#999;
- margin-top:5px;
- line-height:13px;
- text-align:justify;
- padding-right:4px;
- display:block;
- margin-bottom:4px;
- }
- .description .filmdata p{
- margin:2px 0px;
- }
- .filmdata em{
- letter-spacing:1px;
- margin-right:3px;
- line-height:8px;
- color:#666;
- font-weight:bold;
- }
- .dateandtype{
- text-align:left;
- font:8px calibri;
- letter-spacing:1px;
- display:block;
- color:#999;
- font-style:italic;
- }
- /******************** STAR RATING *********************/
- .stars{
- width:100%;
- padding-top:4px;
- border-top:1px solid #ccc;
- position:absolute;
- top:242px;
- z-index:1000;
- background:#fff;
- }
- .zero, .half, .one, .oneandahalf, .two, .twoandahalf, .three, .threeandahalf, .four, .fourandahalf, .five{
- width:50px;
- height:10px;
- margin:auto;
- position:relative;
- z-index:4;
- }
- .zero{
- background-image:url(http://static.tumblr.com/2lqtwbf/Xblmr8qqi/zero.png);
- }
- .half{
- background-image:url(http://static.tumblr.com/2lqtwbf/D5kmr8qsi/half.png);
- }
- .one{
- background-image:url(http://static.tumblr.com/2lqtwbf/Do8mr8qtz/one.png);
- }
- .oneandahalf{
- background-image:url(http://static.tumblr.com/2lqtwbf/eo5mr8quh/oneandahalf.png);
- }
- .two{
- background-image:url(http://static.tumblr.com/2lqtwbf/sxGmr8r3m/two.png);
- }
- .twoandahalf{
- background-image:url(http://static.tumblr.com/2lqtwbf/P5umr8r7v/twoandahalf.png);
- }
- .three{
- background-image:url(http://static.tumblr.com/2lqtwbf/GW6mr8r8d/three.png);
- }
- .threeandahalf{
- background-image:url(http://static.tumblr.com/2lqtwbf/z5Smr8rfo/threeandahalf.png);
- }
- .four{
- background-image:url(http://static.tumblr.com/2lqtwbf/DFrmr8rjw/four.png);
- }
- .fourandahalf{
- background-image:url(http://static.tumblr.com/2lqtwbf/7vYmr8rna/fourandahalf.png);
- }
- .five{
- background-image:url(http://static.tumblr.com/2lqtwbf/Wwtmr8roq/five.png);
- }
- /********************* HEADER **********************/
- header {
- text-align: justify;
- padding:0;
- background: #0a0a0a;
- color: #fff;
- width:100%;
- height:130px;
- position:fixed;
- top:0;
- left:0;
- font-family:kreon;
- font-weight:300;
- z-index:10000000;
- }
- header::after {
- content: '';
- display: inline-block;
- width: 100%;
- }
- header > div,
- header nav,
- header div h1 {
- display: inline-block;
- vertical-align: middle;
- margin:0;
- padding:0;
- }
- header > div {
- width: 50%;
- height: 100%;
- text-align: left;
- }
- header > div::before {
- content: '';
- display: inline-block;
- vertical-align: middle;
- height: 100%;
- }
- header div h1{
- text-transform:uppercase;
- letter-spacing:1px;
- font-size:30px;
- margin-left:22%;
- }
- header nav{
- font-size:13px;
- text-transform:uppercase;
- margin-right:10%;
- }
- header nav a{
- margin-right:15px;
- padding:10px 0px;
- border-top:0px solid #0a0a0a;
- border-bottom:4px solid #0a0a0a;
- -webkit-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- text-decoration:none;
- color:#fff;
- }
- header nav a:hover{
- padding:4px 0px;
- border-color:#fff;
- }
- header div h1 span{
- font-size:8px;
- font-weight:300;
- line-height:8px;
- display:block;
- letter-spacing:2px;
- }
- @media screen and (max-width:766px){
- header > div,
- header > div h1,
- header nav {
- height: auto;
- width: auto;
- display: block;
- text-align: center;
- margin:10px 0px!important;
- }
- .content, .film-grid{
- width:auto;
- max-width:638px;
- margin:auto;
- }
- .content{
- margin-top:150px;
- }
- }
- @media screen and (min-width:767px) and (max-width:950px){
- header > div,
- header > div h1,
- header nav {
- height: auto;
- width: auto;
- display: block;
- text-align: center;
- margin:10px 0px!important;
- }
- .content, .film-grid{
- width:auto;
- max-width:851px;
- margin:auto;
- }
- .content{
- margin-top:150px;
- }
- }
- </style>
- <!------------------------ SCRIPTS ------------------------->
- <script src="http://code.jquery.com/jquery-latest.js">
- </script>
- <script type="text/javascript">
- $(window).load(function(){
- $('.film').click(function () {
- var $t = $(this);
- $t.siblings().css("z-index", 1);
- if ($t.css("z-index") == 1)
- $t.css("z-index", 2).find('.onclickstuff').addClass('scaleup').removeClass('hide'),
- $t.siblings().find('.onclickstuff').addClass('hide').removeClass('scaleup');
- else
- $t.css("z-index", 1).find('.onclickstuff.scaleup').removeClass('scaleup').removeClass('hide'),
- $t.siblings().find('.hide').removeClass('hide'),
- $t.siblings().find('.scaleup').removeClass('scaleup');
- }
- );
- }
- );
- </script>
- </head>
- <body>
- <div class="content">
- <!------------------------- HEADER ----------------------------->
- <header>
- <div>
- <h1>
- films watched in 2013 <!-------- CHANGE YOUR TITLE ---------->
- <span>
- Click on the poster to see the film's info. <!----- CHANGE YOUR DESCRIPTION/LEGEND/INSTRUCTIONS ---->
- </span>
- </h1>
- </div>
- <nav> <!----------------- NAVIGATION LINKS ------------------>
- <a href="/">
- back home
- </a>
- <a href="/ask">
- Suggest a movie
- </a>
- <a href="http://tumblr.com/">
- Dashboard
- </a>
- <a href="http://maraudersmaps.tumblr.com">
- credit
- </a>
- </nav>
- </header>
- <ul class="film-grid">
- <!---------------------- START FILM 00 ----------------------------------->
- <li class="film">
- <div class="onclickstuff">
- <img src="http://static.tumblr.com/2lqtwbf/3z2mrfihx/monstersuniversity.jpg"> <!-------- FILM POSTER GOES HERE ------->
- <div class="description">
- <h1>
- monsters university <!---- FILM'S TITLE -->
- </h1>
- <div class="dateandtype">
- 27/06 <!---- DATE YOU WATCHED IT ON --->
- <span style="float:right;">
- watched in theater <!---- REWATCH / THEATER / ETCETERA. THIS IS OPTIONAL--->
- </span>
- </div>
- <div class="filmdata"> <!----- YOU CAN BASICALLY WRITE WHATEVER YOU WANT INSIDE THIS TAG (SUMMARIES, REVIEWS, TRIVIA, ETCETERA). IT CAN BE AS LONG AS YOU WANT---->
- <p>
- <em>Summary:</em> <!-----KEEP THE PARAGRAPH TITLES BETWEEN <EM></EM> TAGS------->
- A look at the relationship between Mike and Sulley during their days at Monsters University -- when they weren't necessarily the best of friends.
- </p>
- <p>
- <em>Genre:</em>
- Animation | Adventure | Comedy
- </p>
- <p>
- <em>Director:</em>
- Dan Scanlon
- </p>
- <p>
- <em>Starred by:</em>
- Billy Crystal, John Goodman, Steve Buscemi.
- </p>
- </div>
- <div class="stars">
- <div class="threeandahalf"></div> <!--- WRITE YOUR RATING FROM ZERO TO FIVE BETWEEN THE "". YOU CAN USE HALF FULL STARS TOO, JUST WRITE THE RATING ALL TOGETHER (E.G: "HALF", "ONEANDAHALF", "TWOANDAHALF")--->
- </div>
- </div>
- </li>
- <!-------------------------- END FILM 00 --------------------------------->
- </ul>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment