Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--THEME BY LAURAHOLLIIS ~ DO NOT REMOVE CREDIT-->
- <!--TH5 - thelma-->
- <!--w/ scroll down-->
- <!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><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}
- <!--TEST BLOG 4-->
- <meta name="color:bg" content="#ffffff" />
- <meta name="color:text" content="#5a5a5a" />
- <meta name="color:link" content="#5a5a5a" />
- <meta name="color:link hover" content="#5a5a5a" />
- <meta name="color:gray out" content="#e5e5e5"/>
- <meta name="color:graybg" content="#f4f4f4"/>
- <meta name="color:Scrollbar" content="#df1f3a">
- <meta name="image:Sidebar" content=""/>
- <meta name="text:link1" content="" />
- <meta name="text:link 1 URL" content="/" />
- <meta name="text:link2" content="" />
- <meta name="text:link 2 URL" content="/" />
- <!--START-->
- <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.4.0/css/font-awesome.min.css">
- <link href='http://fonts.googleapis.com/css?family=Lato:400,700,400italic,700italic' rel='stylesheet' type='text/css'>
- <!--TOOLTIPS-->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:Scrollbar};height:5px;}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:Scrollbar};height:5px!important;}
- ::-webkit-scrollbar {background-color:{color:Background};height:5px;width:6px;}
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:3px;
- border:1px solid {color:gray out};
- border-radius:0px;
- background:white;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- font-weight:lighter;
- letter-spacing:1px;
- font-family:trebuchet ms;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- body {
- font-family:calibri;
- font-size:11px;
- color:{color:text};
- background-color:{color:bg};
- }
- #entry {
- margin-bottom:80px;
- margin-top:80px;
- margin-left:5px;
- }
- #posts {
- width:500px;
- margin-left:560px;
- margin-bottom:90px;
- {block:PermalinkPage}
- margin-bottom:30px;
- {/block:PermalinkPage}
- }
- a {
- text-decoration:none;
- color:{color:link};
- }
- a:hover {
- text-decoration:underline;
- color:{color:link hover};
- }
- /*SIDEBAR*/
- #sidebar {
- width:245px;
- position:fixed;
- margin-left:190px;
- margin-top:80px;
- }
- #sidebarimg {
- width:245px;
- text-align:center;
- }
- #sidebarimg img {
- width:245px;
- }
- #description {
- width: 180px;
- text-align:justify;
- margin-top:15px;
- margin-left:30px;
- background-color:white;
- padding-bottom:15px;
- margin-bottom:-10px;
- }
- .linkscaret {
- position:relative;
- opacity:1;
- color:#232323;
- text-align:center;
- margin-top:10px;
- width:180px;
- padding-bottom:2px;
- border:1px solid {color:gray out};
- margin-left:30px;
- background-color:{color:graybg};
- }
- #caret {
- opacity:.5;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- #linksdown1 {
- position:relative;
- }
- #linksdown1:hover #caret{
- -moz-transform: rotate(180deg);
- -webkit-transform: rotate(180deg);
- -o-transform: rotate(180deg);
- transform: rotate(180deg);
- -moz-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- transition-duration: 0.6s;
- }
- #linksdown1:hover #linksdown2 {
- margin-top:0px;
- visibility:visible;
- position:relative;
- z-index:0;
- -moz-transition-duration: 0.4s ease-in-out;
- -o-transition-duration: 0.4s ease-in-out;
- -webkit-transition-duration: 0.4s ease-in-out;
- transition-duration: 0.4s ease-in-out;
- }
- #linksdown2 {
- /*margin-top:60px;*/
- margin-top:-54px;
- position:relative;
- z-index:-6;
- visibility:visible;
- -moz-transition-duration: 0.4s ;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- #sidecover {
- width:245px;
- height:80px;
- background-color:white;
- position:absolute;
- z-index:-5;
- margin-top:-50px;
- }
- .sidelinks {
- text-align:center;
- width:245px;
- word-spacing:2px;
- text-transform:uppercase;
- font-size:8px;
- margin-top:4px;
- /*margin-top:8px;*/
- margin-left:-2px;
- margin-bottom:0px;
- font-family:trebuchet ms;
- }
- .sidelinks a {
- text-align:center;
- color:#232323;
- display:inline-block;
- width:75px;
- background-color:{color:graybg};
- border: 1px solid {color:gray out};
- padding:5px;
- margin:2px 0px 2px 0px;
- }
- .sidelinks a:hover {
- text-decoration:none;
- }
- #pagination {
- text-align:center;
- word-spacing:2px;
- text-transform:uppercase;
- font-size:13px;
- margin-top:15px;
- font-family:arial;
- position:relative;
- -moz-transition-duration: 0.4s ;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- #pagination a:hover {
- text-decoration:none;
- }
- #quote {
- font-style:italic;
- font-family:lato;
- font-size: 17px;
- }
- .source {
- font-style:italic;
- }
- .title {
- font-family:lato;
- font-size:17px;
- font-style:italic;
- }
- .linkname {
- font-size:18px;
- font-style:italic;
- font-family:lato;
- }
- /*AUDIO*/
- #albumart {
- position:absolute;
- z-index:999;
- margin-top:25px;
- margin-left:25px;
- }
- .playbox {
- background-color:#fafafa;
- position:absolute;
- margin-left:61.5px;
- margin-top:61.5px;
- width:27px;
- height:27px;
- z-index:1000;
- opacity:.5;
- }
- .playbutton {
- width: 27px;
- height: 27px;
- overflow: hidden;
- position: absolute;
- opacity:.5;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- .playbox:hover .playbutton {
- opacity:1;
- -moz-transition-duration: 0.4s;
- -o-transition-duration: 0.4s;
- -webkit-transition-duration: 0.4s;
- transition-duration: 0.4s;
- }
- /*
- ORIGINAL
- .audiosrc {
- position:absolute;
- max-width:330px;
- margin-left:247px;
- margin-top:63px;
- font-size:9px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- text-align:left;
- color:black;
- }*/
- .audiosrc {
- position:absolute;
- max-width:330px;
- margin-left:150px;
- margin-top:63px;
- font-size:9px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- text-align:left;
- color:black;
- font-family:trebuchet ms;
- }
- #srccontainer {
- position:relative;
- background-color:none;
- width:500px;
- height:150px;
- z-index:999;
- margin-bottom:10px;
- border-radius:6px;
- }
- /*QUESTION*/
- .question {
- font-size:100px;
- }
- .asker {
- font-style:italic;
- text-transform:uppercase;
- font-size:12;
- text-align:center;
- }
- /*INFO*/
- #postinfo {
- text-transform:uppercase;
- font-family:trebuchet ms;
- font-size:9px;
- border:1px solid {color:gray out};
- margin-top:6px;
- padding:6px;
- background-color:{color:graybg};
- }
- #postinfo a:hover {
- text-decoration:none;
- }
- .notes ol, .notes li{
- list-style:none;
- }
- ol.notes li.note img.avatar {
- vertical-align:-8px;
- border-radius:100%;
- margin-right:10px;
- width:16px;
- height:16px;
- margin-top:4px;
- margin-bottom:4px;
- }
- .tags {
- margin-top:5px;
- font-size:10px;
- text-transform:none;
- margin-left:6px;
- font-family:trebuchet ms;
- {block:PermalinkPage}
- margin-bottom:40px;
- {/block:PermalinkPage}
- }
- .tags a:hover {
- text-decoration:none;
- opacity:.6;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.4s;
- }
- .tags a {
- opacity:1;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- blockquote {
- padding-left:5px;
- border-left:1px solid #e5e5e5;
- margin-left:25px;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid #e5e5e5;
- margin-left:14px;
- }
- {CustomCSS}</style>
- </head>
- <body>
- <div id="entry">
- <!--sidebar-->
- <div id="sidebar">
- {block:IfSidebarImage}
- <div id="sidebarimg"><img src="{image:sidebar}"></div>
- {/block:IfSidebarImage}
- <div id="description">
- {description}
- </div>
- <div id="sidecover"></div>
- <div id="linksdown1">
- <div class="linkscaret">
- <div id="caret">▼</div>
- </div>
- <div id="linksdown2">
- <div class="sidelinks">
- <a href="/">home</a>
- <a href="/ask">ask</a><br>
- {block:IfLink1} <a href="{text:link 1 URL}">{text:link1}</a>{/block:IfLink1}
- {block:IfLink2} <a href="{text:link 2 URL}">{text:link2}</a>{/block:IfLink2}
- </div></div>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}">←</a> {/block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <!--posts-->
- {block:posts} <div id="posts">
- {block:Text}
- <div class="title">{block:Title}{Title}{/block:Title}</div>{Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div id="quote">{Quote}</div><div class="source">{block:Source}— {Source}{/block:Source}</div>
- {/block:Quote}
- {block:Link}
- <a href="{URL}"><div class="linkname">{Name}</div></a>{block:Description}{description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:title}<h2>{Title}</h2>{/block:title}{block:lines}{block:label}<b>{label}</b>{/block:label} {line} <br>{/block:lines}
- {/block:Chat}
- {block:Audio}<div class="audiocontainer">
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div></div>
- <div id="srccontainer">
- <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100px" height="100px">{/block:AlbumArt}</div>
- <div class="audiosrc">
- {block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br>
- {block:TrackName}<b>Track:</b> {TrackName}{/block:TrackName}<br>
- </div></div></div>
- {block:Caption}{caption}{/block:Caption}
- {/block:Audio}
- {block:video}
- {VideoEmbed-500}{block:Caption}{caption}{/block:Caption}
- {/block:video}
- {block:answer}<div id="caption">
- <div class="question">
- <div class="asker">
- <b>{asker} said:</b></div>
- <br>{question}
- </div>
- {Answer}</div>
- {/block:answer}
- <!--postinfo-->
- <div id="postinfo">
- <!--{block:Date}
- {TimeAgo}
- {/block:Date}-->
- {block:Date}
- <span title="{timeago}"><a href="{permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</a></span>
- {/block:Date}
- /
- <a href="{Permalink}">
- {NoteCountWithLabel}
- </a>
- <font style="float:right">
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}"><span title="{ReblogParentname}">via</span></a> / <a href="{ReblogRootURL}"><span title="{Reblogrootname}">src</span></a>
- {/block:RebloggedFrom}</font style>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <br>
- </div>
- <div class="tags">
- {block:HasTags}
- {block:tags}
- <a href="{TagURL}">#{Tag} </a>
- {/block:tags}
- {/block:HasTags}
- </div>
- <div class="notes">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>{/block:posts}
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script type="text/javascript">
- window.onload = function() {
- $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
- $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
- $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
- $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
- }
- </script>
- </div>
- <div style="position:fixed; bottom:10px; right:10px; padding:2px 2px; font-size:11px;">
- <a href="http://lauraholliis.tumblr.com"><i class="fa fa-code"></i></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment