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" xml:lang="en" lang="en">
- <head>
- <!--Theme #42 - Sweater Weather by wonderfullythemes
- shhh yes i made an autumn theme-->
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <!--SCRIPT FOR TOOLTIPS-->
- <stsss>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:100,
- tip_fade_speed:200,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- {block:IfFallingLeaves}
- <!-- Falling leaves provided by http://www.top-site-list.com -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script src="http://www.top-site-list.com/scripts/assets/falling-leaves/rotate3Di.min.js"></script>
- <script src="http://www.top-site-list.com/scripts/assets/falling-leaves/3d-falling-leaves.min.js"></script>
- <link rel="stylesheet" href="http://www.top-site-list.com/scripts/assets/falling-leaves/3d-falling-leaves.min.css" />
- <script>
- $(document).fallingLeaves({
- leafStyles: 3, // Number of leaf styles in the sprite (leaves.png)
- speedC: 2, // Speed of leaves
- rotation: 1, // Define rotation of leaves
- rotationTrue: 1, // Whether leaves rotate (1) or not (0)
- numberOfLeaves: 15, // Number of leaves
- size: 40, // General size of leaves, final size is calculated randomly (with this number as general parameter)
- cycleSpeed: 40 // Speed (see http://www.jqueryscript.net/animation) (Inverse frames per second) (10-100)
- })
- </script>
- {/block:IfFallingLeaves}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <script>
- $(document).ready(function(){
- $(".title").click(function(){
- $("#cont").toggle("slow");
- });
- });
- </script>
- <meta name="color:Background" content="#fff" />
- <meta name="color:Link" content="#1bcc5c" />
- <meta name="color:Hover" content="#444" />
- <meta name="color:Text" content="#444" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:About Background" content="#ddd" />
- <meta name="color:Border" content="#444" />
- <meta name="color:Tooltip Background" content="#444" />
- <meta name="color:Tooltip Text" content="#fff" />
- <meta name="color:Footer Background" content="#ccc" />
- <meta name="color:Footer Link" content="#444" />
- <meta name="color:Footer Hover" content="#444" />
- <meta name="image:Background" content="" />
- <meta name="image:Sidebar" content="" />
- <meta name="image:Sidebar 2" content="" />
- <meta name="if:FallingLeaves" content="1" />
- <meta name="if:InfiniteScroll" content="1" />
- <meta name="text:Link1" content="/" />
- <meta name="text:Link1 Text" content="Link 1" />
- <meta name="text:Link2" content="/" />
- <meta name="text:Link2 Text" content="Link 2" />
- <meta name="text:Link3" content="/" />
- <meta name="text:Link3 Text" content="Link 3" />
- <meta name="text:Link4" content="/" />
- <meta name="text:Link4 Text" content="Link 4" />
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:Scrollbar};
- }
- ::-webkit-scrollbar {
- height:4px;
- width:6px;
- padding-right:2px;
- background-color:transparent;
- }
- #s-m-t-tooltip {
- max-width:200px;
- font-size:11px;
- background-color:{color:Tooltip Background};
- color:{color:Tooltip Text};
- border:1px solid {color:Tooltip Text};
- box-shadow:3px 3px 2px {color:Tooltip Text};
- line-height:9px;
- display:none;
- position:absolute;
- letter-spacing:2px;
- text-transform:uppercase;
- padding:10px;
- margin:15px 0px 0px 15px;
- z-index:99999999999999;
- }
- body {
- background:{color:Background};
- color:{color:Text};
- font-family:'calibri';
- font-size:12px;
- text-decoration:none;
- text-transform:none;
- margin:0px;
- background-image: url({image:Background});
- background-size:cover;
- background-attachment:fixed;
- background-repeat:no-repeat;
- }
- a {
- color:{color:Link};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- a:hover {
- color:{color:Hover};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- h2 {
- font-family:arial black;
- color:{color:Link};
- }
- h2 a {
- color:{color:Link};
- }
- li {
- list-style:square;
- }
- blockquote {
- border-left:2px solid {color:Text};
- padding-left:5px;
- }
- img, blockquote, li, h2 {
- max-width:100%;
- }
- /*--TITLE--*/
- .title {
- line-height:20px;
- float:center;
- letter-spacing:2px;
- text-align:center;
- text-transform:lowercase;
- font-size:20px;
- margin-top:50px;
- font-weight:bold;
- }
- .title:hover {
- cursor:crosshair;
- }
- #pagination {
- margin-top:5px;
- font-size:10px;
- float:center;
- text-align:center;
- text-transform:uppercase;
- }
- /*--SIDEBAR--*/
- #sidebar {
- position:fixed;
- margin-top:260px;
- margin-left:220px;
- }
- .sidebarpic img {
- height:250px;
- }
- /*--ADDITIONAL INFO--*/
- #cont {
- text-align:center;
- width:400px;
- height:380px;
- overflow-y:scroll;
- margin:auto;
- position:fixed;
- top:50%;
- left:50%;
- margin-top:-230px;
- margin-left:-255px;
- padding:60px;
- float:left;
- border:1px solid {color:Border};
- background-color:{color:About Background};
- z-index:3000;
- display:none;
- }
- .description {
- width:225px;
- margin-top:10px;
- margin-left:84px;
- position:relative;
- text-align:justify;
- }
- .links {
- font-size:10px;
- width:auto;
- height:auto;
- position:relative;
- font-style:none;
- text-decoration:none;
- text-align:center;
- margin-top:20px;
- letter-spacing:1px;
- text-transform:uppercase;
- }
- .links a {
- padding:3px;
- color:{color:Link};
- }
- .links a:hover {
- background-color:{color:Text};
- color:white;
- }
- .pictwo {
- position:relative;
- }
- .pictwo img {
- width:225px;
- height:150px;
- }
- /*--POSTS--*/
- #entries {
- width:400px;
- height:380px;
- overflow-y:scroll;
- margin:auto;
- position:fixed;
- top:50%;
- left:50%;
- margin-top:-230px;
- margin-left:-255px;
- padding:60px;
- float:left;
- border:1px solid {color:Border};
- background: rgba(225,225,225,0.5);
- }
- #posts {
- width:400px;
- margin-bottom:120px;
- }
- /*--POST TYPES--*/
- .question {
- background-color:{color:Question Background};
- color:{color:Question Text};
- padding:3px;
- }
- .answer {
- background-color:{color:Answer Background};
- color:{color:Answer Text};
- }
- .quote {
- font-size:18px;
- font-style:italic;
- }
- .chat li {
- list-style:none;
- }
- .line_odd {
- background-color:{color:Chat Bg Odd};
- }
- .line_even {
- background-color:{color:Chat Bg Even};
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #fff;
- padding: 10px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*--INFO AND TAGS--*/
- #footer {
- color:{color:Footer Link};
- text-transform:none;
- width:380px;
- text-align:left;
- padding:10px;
- font-size:10px;
- margin-top:20px;
- background-color:{color:Footer Background};
- box-shadow:4px 4px 3px {color:Link};
- }
- #footer a {
- color:{color:Footer Link};
- border-bottom:1px solid transparent;
- }
- #footer a:hover {
- color:{color:Footer Hover};
- border-bottom:1px solid {color:Footer Hover};
- }
- /*--CREDIT--*/
- #spectrum {
- bottom:9px;
- right:7px;
- font-size:8px;
- font-family:'calibri';
- letter-spacing:1px;
- text-transform:uppercase;
- position:fixed;
- }
- {CustomCSS}</style></head><body>
- <div class="title"><a title="click">{Title};</a></div>
- {block:IfNotInfiniteScroll}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} -
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IfNotInfiniteScroll}
- <div id="sidebar">
- <div class="sidebarpic"><img src="{image:Sidebar}"/></div>
- </div>
- <div id="cont">
- <div class="pictwo"><img src="{image:Sidebar 2}" /></div>
- <div class="links">
- <a href="{text:Link1}">{text:Link1 Text}</a>
- <a href="{text:Link2}">{text:Link2 Text}</a>
- <a href="{text:Link3}">{text:Link3 Text}</a>
- <a href="{text:Link4}">{text:Link4 Text}</a>
- </div>
- <div class="description">{Description}</div>
- </div>
- <div id="entries"><div class = "autopagerize_page_element" >{block:Posts}<div id="posts">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}
- <div class="question"><span style="text-transform:uppercase;font-size:9px">{Asker} asked:</span> {Question}</div>
- <div class="answer">{Answer}</div>
- {/block:Answer}
- {block:Quote}
- <span class="quote"><div style="font-size:20px;color:{color:Link};font-weight:bold;border-bottom:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-bottom:10px">“</div>
- {Quote}
- <div style="font-size:20px;color:{color:Link};font-weight:bold;border-top:3px solid {color:Text};font-style:normal;text-align:center;float:center;width:100%;margin-top:10px;padding-top:5px;line-height:30px;">” </div></span>
- {block:Source}<div class="font-size:18px"> —{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Link}
- <h2><a href="{URL}">{Name}</a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}{Title}{/block:Title}
- {block:Lines}<span class="chat">
- <li class="line_{Alt}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</li></span>
- {/block:Lines}
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}" alt="{PhotoAlt}">{LinkCloseTag}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Photoset}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}</a><br>{/block:TrackName}
- {block:Artist}Artist: {Artist}<br>{/block:Artist}
- {block:Album}Album: {Album}<br>{/block:Album}
- {PlayCountWithLabel}
- </div>
- </div>
- {/block:AudioPlayer}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {Video-400}
- {block:PermalinkPage}{block:Caption}{Caption}{/block:Caption}{/block:PermalinkPage}
- {/block:Video}
- <div id="footer">
- <span style="text-transform:uppercase;letter-spacing:1px;">
- {block:Date}<a href="{Permalink}">{MonthNumberWithZero}.{DayOfMonthWithZero}.{ShortYear}</a>
- {block:NoteCount} | <a href="{Permalink}" title="{NoteCountWithLabel}">{NoteCount}</a>{/block:NoteCount} {/block:Date}
- {block:RebloggedFrom} | <a href="{ReblogParentURL}" title="{ReblogParentName}">via</a> {/block:RebloggedFrom}
- {block:RebloggedFrom} | <a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:RebloggedFrom}
- </span>
- <br>
- {block:HasTags}{block:Tags}#<a href="{URL}">{Tag}</a> {/block:Tags}{/block:HasTags}
- </div>
- </div>{/block:Posts}</div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <div id="spectrum">
- <a href="http://wonderfullythemes.tumblr.com" title="wonderfullythemes">theme</a>
- </div>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement