- <html>
- <head>
- <!---- FILM TABLE MADE BY: http://lostmemento.tumblr.com (lmthemes)
- TERMS OF USAGE:
- - DO NOT REMOVE THE CREDIT
- - DO NOT REDISTRIBUTE
- - DO NOT CLAIM AS YOUR OWN
- - DO NOT USE AS BASE
- ----- TO INSTALL --------------------------------------------------------
- 1. Copy Code
- 2. Go to Customize Appearance
- 3. Create page
- 4. Make sure to select CUSTOM layout instead of Standard
- ----- TO CUSTOMIZE -------------------------------------------------------
- Everything is pretty self explanatory in the /* comments */
- If you're not familiar with CSS stylings then you can go here:
- http://www.w3schools.com/css/default.asp
- And then look under the STYLINGS section to figure things out.
- ----- TO ADD FILMS -------------------------------------------------------
- Just copy the one film example I have from
- < ! - - - TITLE [00] - - - >
- TO
- < ! - - - END [00] - - - >
- The [00] is there so you can put what number movie it is to keep track. B
- ut you don't have to do that if you don't want to.
- If you want your most recent films at the top of the table, you need to make
- sure the most recent films are added to the top of the code instead of the
- bottom.
- ----- NUMBER OF STARS -------------------------------------------------
- Where it has <div class="one"></div> is the number of stars which range
- from zero - five.
- ----- IMPORTANT! -------------------------------------------------------
- MAKE SURE THAT WHEN YOU ARE ADDING NEW FILMS TO YOUR TABLE THAT:
- <a href="#?w=500" rel="00f" class="poplight">
- <div id="00f" class="popup_block">
- Where 00f is after rel and id that they are the SAME.
- BUT not the same as other films.
- ---------------- EXAMPLE:
- Film 1
- <a href="#?w=500" rel="01f" class="poplight">
- <div id="01f" class="popup_block">
- Film 2
- <a href="#?w=500" rel="02f" class="poplight">
- <div id="02f" class="popup_block">
- You don't have make them ##f if you don't want as long as they follow
- what I just said above.
- --->
- <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}
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/xgofl0y/O7Fm1ufj3/jquery.style-my-tooltips.js" type="text/javascript"></script>
- <script>
- $().ready(function() {
- $("[title]").style_my_tooltips({
- tip_follows_cursor: "on", //on/off
- tip_delay_time: 200 //milliseconds
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
- <script type="text/javascript" charset="utf-8">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- <link href='http://fonts.googleapis.com/css?family=Oswald:300' rel='stylesheet' type='text/css'>
- <style type="text/css">
- body {font-family: Trebuchet MS, Lucida Sans Unicode, Arial, sans-serif;
- margin:0px;
- padding:0px;
- font-size:0.9em;
- background-color:#fff;
- overflow-x: hidden;}
- a img, img {border: 0px;}
- a {text-decoration: none;}
- ::-webkit-scrollbar-thumb:vertical {background-color: #eee; height: 10px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: #eee; height:10px!important;}
- ::-webkit-scrollbar {background-color: #fcfcfc; height:10px; width:5px;}
- /* CHANGES THE DATE WATCHED TOOLTIP */
- #s-m-t-tooltip{
- position:absolute;
- z-index:90000;
- display:inline-block;
- padding: 1px 6px;
- max-width:100px;
- border: 0px;
- word-wrap: break-word;
- background-color: #fefefe;
- color: #888;
- font-size: 7px;
- text-transform: uppercase;
- font-style: italic;
- letter-spacing: 1px;}
- .yr {font-style: normal;}
- /* CHANGES THE STARS
- - Just replace whatever is between the ()'s with your new stars images
- - Make sure to change the height and width accordingly */
- .zero {height: 18px; width: 77px; background-image: url(http://i.imgur.com/jdxBG.png)}
- .one {height: 18px; width: 77px; background-image: url(http://i.imgur.com/853og.png)}
- .two {height: 18px; width: 77px; background-image: url(http://i.imgur.com/2uSQW.png)}
- .three {height: 18px; width: 77px; background-image: url(http://i.imgur.com/evk8r.png)}
- .four {height: 18px; width: 77px; background-image: url(http://i.imgur.com/ZwAON.png)}
- .five {height: 18px; width: 77px; background-image: url(http://i.imgur.com/NhhsG.png)}
- #fade {display: none;
- background: #000;
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: .80;
- z-index: 9999;}
- /* CHANGES THE POP UP */
- .popup_block {display: none;
- background: #FFFFFF;
- padding: 20px;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 10000;}
- .popup_block td {text-align: justify;
- vertical-align: top;}
- /* CHANGES THE FILM TITLE IN THE POP UP */
- .popup_block .ti {text-align: center;
- font-size: 14px;
- font-family: 'Oswald';
- color: #888; /* Changes the font color */ }
- .til {padding: 0px 5px;
- width: 70%;
- border-bottom: 1px solid #888;
- margin: auto;
- padding-bottom: 3px;}
- /* CHANGES THE FILM INFO IN THE POP UP */
- .ifo {padding: 10px;
- height: 160px;
- overflow: auto;
- font-size: 11px; /* Changes the font size */
- color: #888; /* Changes the font color */
- font-family: arial, helvetica; /* Changes the font */ }
- /* CHANGES THE SMALL TEXT IN THE POP UP IE. GENRE */
- .sm {font-family: calibri, arial, helvetica;
- font-size: 8px;
- text-transform: uppercase;
- letter-spacing: 1px;
- text-align: center;
- margin: 10px 0px;}
- img.btn_close {display: none;}
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- #container {width: 1000px; margin: auto;}
- .fbox {
- position:relative;
- float:left;
- width:200px;
- height:290px;
- text-align:center;}
- .fsub{
- padding:0px;
- position:absolute;
- top:5px;
- left:5px;
- right:5px;
- bottom:5px;
- background:#fbfbfb;
- overflow:hidden;
- -moz-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
- -webkit-box-shadow:1px 1px 2px rgba(0,0,0,0.2);
- box-shadow:1px 1px 2px rgba(0,0,0,0.2);}
- .fsub img {width:190px; height: 280px}
- .fbox:hover #ftitle {opacity: 1.0;
- height: 50px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- /* THE TITLE THAT POPS UP OVER THE POSTER */
- #ftitle{
- position: absolute;
- right: 0px; bottom: -20px;
- padding:4px 0px;
- padding-top: 10px;
- background: #fff; /* CHANGES THE BACKGROUND COLOR */
- width: 190px;
- text-align:center;
- font-family: arial; /* CHANGES THE FONT */
- font-style: italic;
- opacity: 0.7;
- height: 0px;
- font-size: 7px; /* CHANGES THE FONT SIZE */
- text-transform: uppercase;
- letter-spacing: 1px;
- color: #555; /* CHANGE THE FONT COLOR */
- z-index: 5;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- h1 {font-family: 'Oswald';
- font-weight: normal;
- margin-top: 0px;
- padding-top: 0px;}
- /* CHANGES THE TOP INFO & LEGEND BOX */
- .leg {width: 960px;
- margin: 50px auto;
- padding: 80px 20px;
- background-color: #fcfcfc; /* CHANGES THE BACKGROUND COLOR */
- text-align: center;
- color: #bbb; /* CHANGE THE FONT COLOR */
- font-size: 10px;}
- /* CHANGES THE TOP INFO & LEGEND BOX LINKS */
- .leg a {background-color: #000; /* CHANGES THE BACKGROUND COLOR */
- color: #fff; /* CHANGE THE FONT COLOR */
- padding: 2px 4px;
- font-family: arial; /* CHANGE THE FONT */
- font-style: italic;
- font-size: 7px; /* CHANGE THE FONT SIZE */
- text-transform: uppercase;
- letter-spacing: 1px;}
- </style>
- </head>
- <body>
- <div id="container">
- <div class="leg"><h1>FILMS WATCHED IN 2013</h1>
- YOUR LEGEND STUFF GOES HERE ie. * WATCHED IN THEATERS</p>
- <a href="/">BACK</a> <a href="http://tumblr.com">DASHBOARD</a> <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/tHfm8xdsx/movietable.js"></script>
- </div>
- <!--- TITLE HERE [01] --->
- <a href="#?w=500" rel="01f" class="poplight">
- <div class="fbox" title="DATE WATCHED HERE 2013"><div class="fsub">
- <img src="190X280POSTERIMGURLHERE">
- <div id="ftitle">TITLE <span class="yr">(YEAR)</span>
- <center><div class="one"></div></center></div></div></div></a>
- <div id="01f" class="popup_block">
- <table><tr>
- <td colspan="2" class="ti">
- <div class="til">TITLE HERE (YEAR)</div></td></tr>
- <tr><td width="250px">
- <div class="ifo"><div class="sm" style="margin-top: 0px;">DATE WATCHED HERE 2012<br>
- 000 min | Rated ?</div>
- <b>Director:</b> DIRECTOR HERE<br>
- <b>Starring:</b> STARRING HERE<br>
- <div class="sm">GENRE HERE</div>
- <b>Summary:</b> SUMMARY HERE
- </div></td><td width="250px"><div class="ifo">
- <div class="sm" style="margin-top: 0px;">Review:</div>
- REVIEW HERE
- </div></td></tr></table></div>
- <!--- END [01] --->
- <!--- END FILM TABLE --->
- </div>
- </body>
- </html>

