Not a member of Pastebin yet?
                        Sign Up,
                        it unlocks many cool features!                    
                - <html>
- <head>
- <!--------------------------------------------
- SIMPLE 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 A 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.
- ---------------------------------------------------------------------->
- <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; display: block;}
- a {text-decoration: none;}
- ::-webkit-scrollbar-thumb:vertical {background-color: #000; height: 10px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color: #000; height:10px!important;}
- ::-webkit-scrollbar {background-color: #fff; 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; /* CHANGES HOVER OVER DATE BACKGROUND COLOR */
- color: #888; /* CHANGES HOVER OVER DATE TEXT COLOR */
- font-size: 7px; /* CHANGES HOVER OVER DATE FONT SIZE */
- text-transform: uppercase;
- font-style: italic;
- letter-spacing: 1px;}
- h1 {font-family: 'Oswald';
- font-weight: normal;
- margin-top: 0px;
- padding-top: 0px;}
- /* CHANGES THE TOP INFO & LEGEND BOX */
- .leg {width: 100%;
- margin: auto;
- margin-bottom: 50px;
- padding: 80px 0px;
- background-color: #000; /* CHANGES THE BACKGROUND COLOR */
- text-align: center;
- color: #fff; /* 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;}
- /* 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, .half, .one, .onehalf, .two, .twohalf, .three, .threehalf, .four, .fourhalf, .five {height: 18px; width: 76px; margin: auto;}
- .zero {background-image: url(http://static.tumblr.com/bkd4m5b/FLYmj96i8/zero.png)}
- .half {background-image: url(http://static.tumblr.com/bkd4m5b/Fgkmj96ix/half.png)}
- .one {background-image: url(http://static.tumblr.com/bkd4m5b/BUrmj96j9/one.png)}
- .onehalf {background-image: url(http://static.tumblr.com/bkd4m5b/7VTmj96jk/onehalf.png)}
- .two {background-image: url(http://static.tumblr.com/bkd4m5b/Z97mj96jw/two.png)}
- .twohalf {background-image: url(http://static.tumblr.com/bkd4m5b/VzQmj96k8/twohalf.png)}
- .three {background-image: url(http://static.tumblr.com/bkd4m5b/o2Jmj96kj/three.png)}
- .threehalf {background-image: url(http://static.tumblr.com/bkd4m5b/4dMmj96ku/threehalf.png)}
- .four {background-image: url(http://static.tumblr.com/bkd4m5b/Pr6mj96l6/four.png)}
- .fourhalf {background-image: url(http://static.tumblr.com/bkd4m5b/xEJmj96lr/fourhalf.png)}
- .five {background-image: url(http://static.tumblr.com/bkd4m5b/UeWmj96m2/five.png)}
- #container {width: 1000px; margin: auto; padding-left: 10px;}
- .f1 {float:left;
- box-shadow: 1px 1px 2px #777;
- -moz-box-shadow: 1px 1px 2px #777;
- -webkit-shadow: 1px 1px 2px #777;
- position: relative;
- width: 190px; height: 280px;
- overflow: hidden;
- margin-right: 10px;
- margin-bottom: 10px;}
- .f2 {width: 190px;
- background-color: #fff; /* CHANGES FILM TITLE HOVER BACKGROUND COLOR */
- height: 25px;
- padding: 15px 0px;
- padding-bottom: 10px;
- position: absolute;
- bottom: -50px;
- text-align: center;
- font-family: arial; /* CHANGES FILM TITLE HOVER FONT */
- font-style: italic;
- font-size: 7px; /* CHANGES FILM TITLE HOVER FONT SIZE */
- text-transform: uppercase;
- letter-spacing:1px;
- color: #555; /* CHANGES FILM TITLE HOVER TEXT COLOR */
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- .f2 a {color: #555;} /* CHANGES FILM TITLE HOVER LINK COLOR */
- .f1:hover .f2 {bottom: 0px;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- .yr {font-style: normal;}
- </style>
- </head>
- <body>
- <div class="leg"><h1>FILMS WATCHED IN 2013</h1>
- LEGEND TEXT HERE</p>
- <a href="/">BACK TO MY BLOG</a> <a href="http://tumblr.com">DASHBOARD</a> <script type="text/javascript" src="http://static.tumblr.com/bkd4m5b/tHfm8xdsx/movietable.js"></script>
- </div>
- <div id="container">
- <!--- BEGIN FILM TABLE --->
- <!--- START [01] --->
- <div class="f1" title="DATE WATCHED GOES HERE">
- <img src="190x280px FILM POSTER URL">
- <div class="f2">FILM TITLE <span class="yr">(YEAR)</span>
- <div class="three"></div></div>
- </div>
- <!--- END [01] --->
- <!--- START [02] --->
- <div class="f1" title="DATE WATCHED GOES HERE">
- <img src="190x280px FILM POSTER URL">
- <div class="f2">FILM TITLE <span class="yr">(YEAR)</span>
- <div class="threehalf"></div></div>
- </div>
- <!--- END [02] --->
- <!--- START [02] --->
- <div class="f1" title="DATE WATCHED GOES HERE">
- <img src="190x280px FILM POSTER URL">
- <div class="f2">FILM TITLE <span class="yr">(YEAR)</span>
- <div class="four"></div></div>
- </div>
- <!--- END [02] --->
- <!--- END FILM TABLE --->
- </div>
- </body>
- </html>
Advertisement
 
                    Add Comment                
                
                        Please, Sign In to add comment                    
                 
                    