Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <html>
- <head>
- <!---THEME #3 BY VOICELESSTHEMES
- DO NOT CLAIM AS YOUR OWN OR STEAL PARTS OF MY CODE
- LEAVE CREDIT INTACT--->
- <!---META STUFF-->
- <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}
- <!---END META STUFF--->
- <!--THEME OPTIONS-->
- <!--IF VARIABLES-->
- <meta name="if:GradientBG" content="0" />
- <meta name="if:FullPageBGImage" content="0" />
- <meta name="if:IconInHeader" content="1" />
- <meta name="if:RoundHeaderPic" content="1" />
- <meta name="if:MonochromeImages" content="1" />
- <meta name="if:ShowAskLink" content="1" />
- <!--COLOR VARIABLES-->
- <meta name="color:Gradient 1" content="#ffb5c0" />
- <meta name="color:Gradient 2" content="#cab5ff" />
- <meta name="color:Page BG" content="#ffb5c0" />
- <meta name="color:Text" content="#818181" />
- <meta name="color:Bold Text" content="#818181" />
- <meta name="color:Italic Text" content="#818181" />
- <meta name="color:Bold Italic Text" content="#818181" />
- <meta name="color:Post Heading" content="#818181" />
- <meta name="color:Links" content="#000" />
- <meta name="color:Links Hover" content="#ffb5c0" />
- <meta name="color:Scrollbar" content="#000" />
- <meta name="color:Blockquote" content="#818181" />
- <meta name="color:Header BG" content="#000" />
- <meta name="color:Blog Title" content="#fff" />
- <meta name="color:Subtitle" content="#fff" />
- <meta name="color:Banner BG" content="#000" />
- <meta name="color:Banner Text" content="#fff" />
- <meta name="color:Content BG" content="#000" />
- <meta name="color:Post BG" content="#fff" />
- <meta name="color:Post Heading" content="#818181" />
- <meta name="color:Audio Post" content="#ffffff" />
- <meta name="color:Quote Text" content="#818181" />
- <meta name="color:Ask Text" content="#fff" />
- <meta name="color:Ask Background" content="#000" />
- <meta name="color:Tags" content="#fff" />
- <meta name="color:Tag Text" content="#000" />
- <meta name="color:Tags Hover" content="#818181" />
- <meta name="color:Sidebar Background" content="#000" />
- <meta name="color:Search BG" content="#fff" />
- <meta name="color:Search Text" content="#818181" />
- <meta name="color:Nav Links" content="#fff" />
- <meta name="color:Nav Links Hover" content="#818181" />
- <meta name="color:Nav Links Text" content="#000" />
- <meta name="color:Pagi Links" content="#000" />
- <meta name="color:Pagi Links Hover" content="#818181" />
- <!--IMAGE VARIABLES-->
- <meta name="image:Page BG" content="" />
- <meta name="image:Header BG" content="" />
- <meta name="image:Header Pic" content="" />
- <meta name="image:Content BG" content="" />
- <meta name="image:Sidebar BG" content="" />
- <meta name="image:Left Sidebar" content="" />
- <meta name="image:Right Sidebar" content="" />
- <!--TEXT VARIABLES-->
- <meta name="text:Header BG Height" content="auto" />
- <meta name="text:Sidebar BG Size" content="auto" />
- <meta name="text:Subtitle" content="subtitle goes here" />
- <meta name="text:Banner Text" content="banner text" />
- <meta name="text:Sidebar Image Border Radius" content="0px" />
- <!--LINK VARIABLES-->
- <meta name="if:Link1" content="0" title="Custom Link 1" />
- <meta name="text:Link 1 URL" content="/" />
- <meta name="text:Link 1 Title" content="" />
- <meta name="if:Link2" content="0" title="Custom Link 2" />
- <meta name="text:Link 2 URL" content="/" />
- <meta name="text:Link 2 Title" content="" />
- <meta name="if:Link3" content="0" title="Custom Link 3" />
- <meta name="text:Link 3 URL" content="/" />
- <meta name="text:Link 3 Title" content="" />
- <meta name="if:Link4" content="0" title="Custom Link 4" />
- <meta name="text:Link 4 URL" content="/" />
- <meta name="text:Link 4 Title" content="" />
- <meta name="if:Link5" content="0" title="Custom Link 5" />
- <meta name="text:Link 5 URL" content="/" />
- <meta name="text:Link 5 Title" content="" />
- <meta name="if:Link6" content="0" title="Custom Link 6" />
- <meta name="text:Link 6 URL" content="/" />
- <meta name="text:Link 6 Title" content="" />
- <!--END THEME OPTIONS-->
- <!--FONTAWESOME ICONS-->
- <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.min.css" rel="stylesheet">
- <!--JQUERY-->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <!--GOOGLE FONTS-->
- <link href="https://fonts.googleapis.com/css?family=Rock+Salt" rel="stylesheet">
- <link href="https://fonts.googleapis.com/css?family=Rajdhani" rel="stylesheet">
- <!--SHYTHEMES VIDEO RESIZER-->
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--PIXEL UNION PHOTOSETS-->
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <!--CSS-->
- <style>
- /*---BASIC---*/
- body {
- {block:IfGradientBG}
- background: linear-gradient({color:Gradient 1}, {color:Gradient 2});
- background-size: cover;
- background-attachment: fixed;
- {/block:IfGradientBG}
- {block:IfNotGradientBG}
- background-color: {color:Page BG};
- background-image: url({image:Page BG});
- background-attachment: fixed;
- background-position: center;
- {block:IfFullPageBGImage}
- background-size: cover;
- {/block:IfFullPageBGImage}
- {/block:IfNotGradientBG}
- color: {color:Text};
- font-family: 'Rajdhani', sans-serif;
- overflow-x: hidden;
- }
- b, strong {
- color: {color:Bold Text};
- }
- i, em {
- color: {color:Italic Text};
- }
- b i, i b, strong i, i strong, em b, b em, em strong, strong em {
- color: {color:Bold Italic Text};
- }
- a {
- color: {color:Links};
- text-decoration: none;
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- a:hover {
- color: {color:Links Hover};
- font-weight: 800;
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- ::-webkit-scrollbar {
- width:3px;
- height:3px;
- background: transparent;
- }
- ::-webkit-scrollbar-track {
- width: 3px;
- height: 3px;
- background: transparent;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- blockquote {
- padding: 0px 0px 0px 5px;
- margin: 0px 0px 0px 3px;
- border-left: solid 1px {color:Blockquote};
- }
- /*--Header--*/
- #header {
- width: 1200px;
- position: fixed;
- height: 120px;
- background-color: {color:Header BG};
- background-image: url({image:Header BG});
- background-size: auto {text:Header BG Height};
- border-bottom-left-radius: 100px;
- border-bottom-right-radius: 100px;
- left: calc(50% - 600px);
- top: 0px;
- padding: 0px;
- z-index: 9999999;
- border: solid 10px {color:Header BG};
- border-top: solid 0px transparent;
- }
- #header h1 {
- margin: 0px 0px 0px 30px;
- padding: 0px;
- width: 470px;
- line-height: 100px;
- text-align: center;
- font-size: 40px;
- font-family: 'Rock Salt', cursive;
- float: left;
- color: {color:Blog Title};
- }
- {block:IfIconInHeader}
- #header img {
- width: 140px;
- height:140px;
- float: left;
- border: solid 10px {color:Header BG};
- border-top: solid 0px transparent;
- margin: 0px 20px;
- {block:IfRoundHeaderPic}
- border-bottom-left-radius: 40px;
- border-bottom-right-radius: 40px;
- {/block:IfRoundHeaderPic}
- }
- {/block:IfIconInHeader}
- {block:IfNotIconInHeader}
- #header img {
- width: 200px;
- height: auto;
- margin: 0px;
- float: left;
- {block:IfRoundHeaderPic}
- border-bottom-left-radius: 40px;
- border-bottom-right-radius: 40px;
- {/block:IfRoundHeaderPic}
- }
- {/block:IfNotIconInHeader}
- #header article {
- margin: 0px;
- padding: 10px 30px 10px 0px;
- height: 120px;
- text-align: center;
- width: 470px;
- float: left;
- font-size: 20px;
- color: {color:Subtitle};
- font-family: 'Rock Salt', cursive;
- }
- /*--BANNER--*/
- #banner {
- height: 80px;
- background-color: {color:Banner BG};
- line-height: 85px;
- font-size: 45px;
- color: {color:Banner Text};
- font-weight: 800;
- padding: 15px 0px;
- position: fixed;
- top: calc(50% - 55px);
- left: 0px;
- right: 0px;
- width: 100%;
- font-family: 'Rock Salt', cursive;
- }
- /*--POSTS--*/
- #content {
- width: 500px;
- background-color: {color:Content BG};
- background-image: url({image:Content BG});
- margin:0px calc(50% - 260px) 0px;
- padding-top: 80px;
- padding-bottom: 50px;
- border-left: solid 10px {color:Content BG};
- border-right: solid 10px {color:Content BG};
- bottom: -20px;
- top: 70px;
- position: relative;
- background-attachment: fixed;
- }
- #content .post {
- width: 450px;
- padding: 10px;
- margin: 15px 15px 0px;
- height: auto;
- display: block;
- background-color: {color:Post BG};
- }
- #content .post img {
- width: 100%;
- height: auto;
- {block:IfMonochromeImages}
- -webkit-filter: grayscale(1) opacity(0.9) blur(2px);
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- {/block:IfMonochromeImages}
- }
- {block:IfMonochromeImages}
- #content .post img:hover {
- -webkit-filter: grayscale(0) opacity(1) blur(0px);
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- {/block:IfMonochromeImages}
- #content .post .title {
- font-size: 28px;
- margin: 0px;
- color: {color:Post Title};
- }
- #content .post .text {
- font-size: 14px;
- text-align: justify;
- }
- #content .post .text img {
- max-width: 100%;
- height: auto;
- }
- #content .post .text h2 {
- color: {color:Post Heading};
- font-size: 20px;
- }
- #content .post .quo {
- color: {color:Quote Text};
- font-size: 22px;
- text-align: justify;
- }
- #content .post .src {
- font-size: 15px;
- text-align: right;
- }
- #content .post .lnkpst {
- display: block;
- background-color: {color:Links};
- color: white;
- }
- #content .post .lnkpst:hover {
- background-color: {color:Links Hover};
- }
- #content .post .lnktit {
- font-size: 25px;
- text-align: center;
- margin: 5px;
- padding: 2px;
- }
- #content .post .lnkpst span {
- display: block;
- font-size: 13px;
- text-align: justify;
- padding: 5px;
- margin: 5px;
- }
- #content .post .chat {
- list-style: none;
- margin: 0px 0px 0px -30px;
- }
- #content .post .chat li {
- font-size: 16px;
- margin: 5px;
- }
- #content .post .ask-quest, .ask-quest b {
- width: calc(100% - 10px);
- margin: 5px;
- color: {color:Ask Text};
- font-size: 17px;
- }
- #content .post .ask-quest .question-content {
- background-color: {color:Ask Background};
- padding: 5px;
- }
- #content .post .ask-quest .triangle {
- width: 0px;
- height: 0px;
- margin-left: 60px;
- border-top: solid 20px {color:Ask Background};
- border-left: solid 20px transparent;
- border-right: solid 20px transparent;
- }
- #content .post .answer {
- border: dotted 1px {color:Ask Background};
- color: {color:Ask Background};
- padding: 10px;
- margin: 15px;
- font-size: 15px;
- text-align: justify;
- }
- #content .post .post-info {
- font-size: 14px;
- text-align: left;
- }
- #content .post .post-info a {
- color: black;
- display: inline;
- }
- #content .post .post-info span {
- float: right;
- margin: 0px 5px;
- }
- #content .tags {
- width: 450px;
- margin: 5px 10px 20px;
- padding: 0px 15px;
- }
- #content .tags a {
- display: inline-block;
- margin: 5px;
- padding: 3px 5px;
- background-color: {color:Tags};
- color: {color:Tag Text};
- border: solid 1px {color:Tag Text};
- }
- #content .tags a:hover {
- background-color: {color:Tags Hover};
- }
- #postnotes {
- font-size: 14px;
- line-height: 24px;
- max-height: 350px;
- text-align: center;
- overflow-y: scroll;
- }
- #postnotes ol.notes {
- padding: 0px;
- margin: 25px 0px;
- list-style-type: none;
- border-bottom: solid 1px {color:Text};
- }
- #postnotes ol.notes li.note {
- border-top: solid 1px {color:Text};
- padding: 5px 0px 0px;
- }
- #postnotes ol.notes li.note img.avatar {
- display: none;
- }
- #postnotes ol.notes li.note span.action {
- font-weight: bold;
- }
- #postnotes ol.notes li.note .answer_content {
- font-weight: normal;
- }
- #pagi {
- text-align: center;
- font-size: 50px;
- }
- #pagi .fa {
- display: inline-block;
- height: 60px;
- width: 60px;
- text-align: center;
- line-height: 60px;
- font-size: 30px;
- background-color: white;
- color: {color:Pagi Links};
- border: solid 4px {color:Pagi Links};
- border-radius: 50%;
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- #pagi .fa:hover {
- color: {color:Pagi Links Hover};
- border: solid 4px {color:Pagi Links Hover};
- transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -webkit-transition: all 0.6s ease-in-out;
- }
- /*--LEFT SIDEBAR--*/
- #side-left {
- width: 350px;
- position: fixed;
- height: calc(50% + 155px);
- right: calc(50% + 320px);
- bottom: 0;
- }
- #side-right {
- width: 350px;
- position: fixed;
- height: calc(50% + 145px);
- left: calc(50% + 320px);
- bottom: 0;
- }
- #side-left img, #side-right img {
- width: 270px;
- height: 270px;
- border: solid 10px {color:Sidebar Background};
- border-radius: {text:Sidebar Image Border Radius};
- }
- #side-left .vert, #side-right .vert {
- width: 200px;
- height: 100%;
- margin: -30px auto 0px;
- padding: 30px 10px 10px;
- background-color: {color:Sidebar Background};
- background-image: url({image:Sidebar BG});
- background-size: {text:Sidebar BG Size};
- border-left: solid 10px {color:Sidebar Background};
- border-right: solid 10px {color:Sidebar Background};
- }
- #side-left .blog-desc {
- max-height: 150px;
- overflow-y: scroll;
- font-size: 13px;
- background-color: {color:Post BG};
- padding: 5px;
- }
- #side-left .sfm {
- margin-top: 10px;
- }
- #side-left .sfm input {
- background-color: {color:Search BG};
- font-size: 10px;
- border: 0px;
- margin-top: 0px;
- color: {color:Search Text};
- letter-spacing: 1px;
- padding: 4px 8px;
- }
- #side-right .links {
- text-align: center;
- max-height: 180px;
- overflow-y: scroll;
- }
- #side-right .links a {
- display: block;
- background-color: {color:Nav Links};
- color: {color:Nav Links Text};
- border: solid 1px {color:Nav Links Text};
- border-radius: 10px;
- font-size: 14px;
- padding: 3px;
- margin: 4px;
- }
- #side-right .links a:hover {
- background-color: {color:Nav Links Hover};
- }
- /*---CREDIT---*/
- #th-cred {
- position: fixed;
- bottom: 10px;
- right: 15px;
- color: black;
- font-weight: 600;
- font-size: 36px;
- z-index: 99999999999999;
- display: block;
- }
- #th-cred:hover {
- text-decoration: none;
- color: white;
- }
- {CustomCSS}
- </style>
- <!--END CSS-->
- </head>
- <body>
- <!--HEADER-->
- <div id="header">
- <h1>{Title}</h1>
- {block:IfIconInHeader}<img src="{PortraitURL-128}" />{/block:IfIconInHeader}
- {block:IfNotIconInHeader}<img src="{image:Header Pic}" />{/block:IfNotIconInHeader}
- <article class="subtitle">{text:Subtitle}</article>
- </div>
- <!--END HEADER-->
- <!--MARQUEE-->
- <div id="banner"><marquee>{text:Banner Text}</marquee></div>
- <!--END MARQUEE-->
- <!--LEFT SIDEBAR-->
- <div id="side-left" align="center">
- <img src="{image:Left Sidebar}" />
- <div class="vert">
- <div class="blog-desc">{Description}</div>
- <div class="blog-search">
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="submit" value="Search" id="sb"/>
- </form>
- </div>
- </div>
- </div>
- <!--END LEFT SIDEBAR-->
- <!--POSTS-->
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<h3 class="title">{Title}</h3>{/block:Title}
- <article class="text">{Body}</article>
- {/block:Text}
- {block:Photo}
- <img class="photo" src="{PhotoURL-HighRes}" alt="{PhotoAlt}" />
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div></div>{/block:Photos}</div>
- {block:Caption}<article class="text">{Caption}</article>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <h3 class="quo"><i class="fa fa-quote-left" style="font-size: 20px; color:{color:Quote Text};"></i> {Quote}</h3>
- {block:Source}<article class="src">~{Source}</article>{/block:Source}
- {/block:Quote}
- {block:Link}
- <a class="lnkpst" href="{URL}">
- <h3 class="lnktit">{Name}</h3>
- {block:Excerpt}<span>{Excerpt}</span>{/block:Excerpt}
- </a>
- {block:Description}<article class="text">{Description}</article>{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h3 class="title">{Title}</h3>{/block:Title}
- <ul class="chat">
- {block:Lines}<li>{block:Label}<strong>{Label}</strong> {/block:Label}{Line}</li>{/block:Lines}
- </ul>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}{AudioPlayer}
- <span>{block:TrackName}{TrackName}<br>{/block:TrackName}
- {block:Artist}{Artist}{/block:Artist}
- </span>
- {/block:AudioPlayer}
- {block:AudioEmbed}{AudioEmbed}{/block:AudioEmbed}
- {block:caption}<article class="text">{Caption}</article>{/block:caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:Caption}
- <article class="text">{Caption}</article>
- {/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="ask-quest"><div class="question-content"><b>{Asker}:</b> {Question}</div><div class="triangle"></div></div>
- {block:Answerer}
- <div class="answer"><p><strong>{Answerer} replied:</strong></p><p>{Answer}</p></div>
- {/block:Answerer}
- {block:NotReblog}<div class="answer">{Answer}</div>{/block:NotReblog}
- {block:RebloggedFrom}<article class="text">{Replies}</article>{/block:RebloggedFrom}
- {/block:Answer}
- <div class="post-info">
- {block:Date}<a href="{Permalink}">{TimeAgo}</a> {/block:Date}{block:NoteCount}<a href="{Permalink}#postnotes">+{NoteCount}</a> {/block:NoteCount}<span>{LikeButton color="black" size="17"}</span><span>{ReblogButton color="black" size="17"}</span>
- </div>
- </div>
- <div class="tags" align="center">{block:HasTags}{block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
- {block:PermalinkPage}
- {block:PostNotes}
- <div class="post" id="postnotes">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- {/block:Posts}
- {block:Pagination}<div id="pagi">
- {block:PreviousPage}<a href="{PreviousPage}"><i class="fa fa-chevron-left" aria-hidden="true"></i></a> | {/block:PreviousPage}{block:NextPage}<a href="{NextPage}"><i class="fa fa-chevron-right" aria-hidden="true"></i></a>{/block:NextPage}
- </div>{/block:Pagination}
- </div>
- <!--END POSTS-->
- <!--RIGHT SIDEBAR-->
- <div id="side-right" align="center">
- <img src="{image:Right Sidebar}" />
- <div class="vert">
- <div class="links">
- <a href="/">Home</a>
- <a href="/archive">Past</a>
- {block:IfShowAskLink}{block:AskEnabled}<a href="/ask">Message</a>{/block:AskEnabled}{/block:IfShowAskLink}
- {block:HasPages}{block:Pages}<a href="{URL}">{Label}</a>{/block:Pages}{/block:HasPages}
- {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1 Title}</a>{/block:IfLink1}
- {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2 Title}</a>{/block:IfLink2}
- {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3 Title}</a>{/block:IfLink3}
- {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4 Title}</a>{/block:IfLink4}
- {block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5 Title}</a>{/block:IfLink5}
- {block:IfLink6}<a href="{text:Link 6 URL}">{text:Link 6 Title}</a>{/block:IfLink6}
- </div>
- </div>
- </div>
- <!--END RIGHT SIDEBAR-->
- <!--SCRIPTS-->
- <!---SHYTHEMES MINIMAL SOUNDCLOUD PLAYER--->
- <script>
- $(document).ready(function(){
- var color = '#{color:Audio Player}';
- $('.soundcloud_audio_player').each(function(){
- $(this).attr({ src: $(this).attr('src').split('&')[0] + '&liking=false&sharing=false&auto_play=false&show_comments=false&continuous_play=false&buying=false&show_playcount=false&show_artwork=true&origin=tumblr&color=' + color.split('#')[1], height: 20, width: '100%' });
- });
- });
- </script>
- <!--AUDIO PLAYER COLOR-->
- <script>
- $(document).ready(function() {
- $('iframe.tumblr_audio_player').load( function() {
- $('iframe.tumblr_audio_player').contents().find("head")
- .append($("<style type='text/css'> .audio-player{background:{color:Audio Player} !important} </style>"));
- });
- });
- </script>
- <!---PIXEL UNION PHOTOSETS--->
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '10px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <!--RAINBOW SPARKLES-->
- <script>
- var colour="random"; // in addition to "random" can be set to any valid colour eg "#f0f" or "red"
- var sparkles=50;
- /****************************
- * Tinkerbell Magic Sparkle *
- *(c)2005-11 mf2fm web-design*
- * http://www.mf2fm.com/rv *
- * DON'T EDIT BELOW THIS BOX *
- ****************************/
- var x=ox=400;
- var y=oy=300;
- var swide=800;
- var shigh=600;
- var sleft=sdown=0;
- var tiny=new Array();
- var star=new Array();
- var starv=new Array();
- var starx=new Array();
- var stary=new Array();
- var tinyx=new Array();
- var tinyy=new Array();
- var tinyv=new Array();
- window.onload=function() { if (document.getElementById) {
- var i, rats, rlef, rdow;
- for (var i=0; i<sparkles; i++) {
- var rats=createDiv(3, 3);
- rats.style.visibility="hidden";
- document.body.appendChild(tiny[i]=rats);
- starv[i]=0;
- tinyv[i]=0;
- var rats=createDiv(5, 5);
- rats.style.backgroundColor="transparent";
- rats.style.visibility="hidden";
- var rlef=createDiv(1, 5);
- var rdow=createDiv(5, 1);
- rats.appendChild(rlef);
- rats.appendChild(rdow);
- rlef.style.top="2px";
- rlef.style.left="0px";
- rdow.style.top="0px";
- rdow.style.left="2px";
- document.body.appendChild(star[i]=rats);
- }
- set_width();
- sparkle();
- }}
- function sparkle() {
- var c;
- if (x!=ox || y!=oy) {
- ox=x;
- oy=y;
- for (c=0; c<sparkles; c++) if (!starv[c]) {
- star[c].style.left=(starx[c]=x)+"px";
- star[c].style.top=(stary[c]=y)+"px";
- star[c].style.clip="rect(0px, 5px, 5px, 0px)";
- star[c].childNodes[0].style.backgroundColor=star[c].childNodes[1].style.backgroundColor=(colour=="random")?newColour():colour;
- star[c].style.visibility="visible";
- starv[c]=50;
- break;
- }
- }
- for (c=0; c<sparkles; c++) {
- if (starv[c]) update_star(c);
- if (tinyv[c]) update_tiny(c);
- }
- setTimeout("sparkle()", 40);
- }
- function update_star(i) {
- if (--starv[i]==25) star[i].style.clip="rect(1px, 4px, 4px, 1px)";
- if (starv[i]) {
- stary[i]+=1+Math.random()*3;
- if (stary[i]<shigh+sdown && starx[i]>0) {
- star[i].style.top=stary[i]+"px";
- starx[i]+=(i%5-2)/5;
- star[i].style.left=starx[i]+"px";
- }
- else {
- star[i].style.visibility="hidden";
- starv[i]=0;
- return;
- }
- }
- else {
- tinyv[i]=50;
- tiny[i].style.top=(tinyy[i]=stary[i])+"px";
- tiny[i].style.left=(tinyx[i]=starx[i])+"px";
- tiny[i].style.width="2px";
- tiny[i].style.height="2px";
- tiny[i].style.backgroundColor=star[i].childNodes[0].style.backgroundColor;
- star[i].style.visibility="hidden";
- tiny[i].style.visibility="visible"
- }
- }
- function update_tiny(i) {
- if (--tinyv[i]==25) {
- tiny[i].style.width="1px";
- tiny[i].style.height="1px";
- }
- if (tinyv[i]) {
- tinyy[i]+=1+Math.random()*3;
- if (tinyy[i]<shigh+sdown && tinyx[i]>0) {
- tiny[i].style.top=tinyy[i]+"px";
- tinyx[i]+=(i%5-2)/5;
- tiny[i].style.left=tinyx[i]+"px";
- }
- else {
- tiny[i].style.visibility="hidden";
- tinyv[i]=0;
- return;
- }
- }
- else tiny[i].style.visibility="hidden";
- }
- document.onmousemove=mouse;
- function mouse(e) {
- set_scroll();
- y=(e)?e.pageY:event.y+sdown;
- x=(e)?e.pageX:event.x+sleft;
- }
- function set_scroll() {
- if (typeof(self.pageYOffset)=="number") {
- sdown=self.pageYOffset;
- sleft=self.pageXOffset;
- }
- else if (document.body.scrollTop || document.body.scrollLeft) {
- sdown=document.body.scrollTop;
- sleft=document.body.scrollLeft;
- }
- else if (document.documentElement && (document.documentElement.scrollTop || document.documentElement.scrollLeft)) {
- sleft=document.documentElement.scrollLeft;
- sdown=document.documentElement.scrollTop;
- }
- else {
- sdown=0;
- sleft=0;
- }
- }
- window.onresize=set_width;
- function set_width() {
- if (typeof(self.innerWidth)=="number") {
- swide=self.innerWidth;
- shigh=self.innerHeight;
- }
- else if (document.documentElement && document.documentElement.clientWidth) {
- swide=document.documentElement.clientWidth;
- shigh=document.documentElement.clientHeight;
- }
- else if (document.body.clientWidth) {
- swide=document.body.clientWidth;
- shigh=document.body.clientHeight;
- }
- }
- function createDiv(height, width) {
- var div=document.createElement("div");
- div.style.position="absolute";
- div.style.height=height+"px";
- div.style.width=width+"px";
- div.style.overflow="hidden";
- return (div);
- }
- function newColour() {
- var c=new Array();
- c[0]=255;
- c[1]=Math.floor(Math.random()*256);
- c[2]=Math.floor(Math.random()*(256-c[1]/2));
- c.sort(function(){return (0.5 - Math.random());});
- return ("rgb("+c[0]+", "+c[1]+", "+c[2]+")");
- }
- // ]]>
- </script>
- <!--END SCRIPTS-->
- <a href="http://voicelessthemes.tumblr.com" id="th-cred">©</a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement