Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!-- tiana theme, by hardziam // themesbyzsu.tumblr.com-->
- <!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}">
- <meta name="font:Title" content="Trebuchet MS" />
- <meta name="if:Uppercase Title" content="1" />
- <meta name="color:Background" content="#fff" />
- <meta name="color:Body" content="#333" />
- <meta name="color:Link" content="#333" />
- <meta name="color:Header" content="#65d4f9" />
- <meta name="color:Title Border" content="#65d4f9" />
- <meta name="color:Link Hover" content="#c48e8e" />
- <meta name="image:Header" content="" />
- <meta name="text:Link1" content="link" />
- <meta name="text:Link1 URL" content="/" />
- <meta name="text:Link2" content="link" />
- <meta name="text:Link2 URL" content="/" />
- <meta name="text:Link3" content="link" />
- <meta name="text:Link3 URL" content="/" />
- <meta name="text:Link4" content="link" />
- <meta name="text:Link4 URL" content="/" />
- <meta name="text:Link5" content="link" />
- <meta name="text:Link5 URL" content="/" />
- <meta name="text:Title Font Size" content="20px" />
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <script type="text/javascript">
- $(window).scroll(function() {
- var headerH = $('.header').outerHeight(true);
- //this will calculate header's full height, with borders, margins, paddings
- var scrollTopVal = $(this).scrollTop();
- if ( scrollTopVal > headerH ) {
- $('#navibar').css({'opacity':'1'});
- } else {
- $('#navibar').css({'opacity':'0'});
- }
- });
- </script>
- <style type="text/css">
- body {
- background: {color:Background};
- background-image: url('{image:Background}');
- position:absolute;
- width:100%;
- margin:0;
- font-size:12px;
- font-family: 'Arial';
- color:{color:Body};
- }
- blockquote {
- border-left: 3px solid #eee;
- padding:5px;
- padding-left:10px;
- text-align: justify;
- }
- blockquote img {
- max-width: 100%;
- display: block;
- margin-bottom: 5px;
- }
- blockquote blockquote {
- margin: 10px;
- padding: 10px;
- }
- a {
- text-decoration:none;
- outline:none;
- color:{color:Link};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- a:hover {
- color:{color:Link Hover};
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- }
- h1 {
- font-family:{font:Body};
- text-align:center;
- }
- h2 {
- font-family:tahoma;
- text-transform:uppercase;
- padding:5px;
- color:{color:Link};
- }
- /* SIDEBAR */
- #sidebar{
- height:250px;
- width:100%;
- position:fixed;
- z-index:2;
- background: {color:Header} url('{image:Header}') no-repeat;
- background-position:center bottom;
- }
- #topheader{
- position:absolute;
- width:100%;
- left:0;
- padding-top:40px;
- margin-top:250px;
- height:200px;
- z-index:100;
- background:white;
- }
- #navibar {
- position:fixed;
- bottom:0;
- margin-left:-210px;
- width:200px;
- font-family:'Trebuchet MS';
- text-align:right;
- height:110px;
- opacity:0;
- text-transform:uppercase;
- }
- #numbers{
- text-align:right;
- line-height:20px;
- color:white;
- }
- #numbers a{
- display: block;
- color:black;
- border-right:3px solid {color:Title Border};
- font-weight:bold;
- padding-right:5px;
- color:{color:Background};
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #numbers span{
- padding-left:20px;
- color:black;
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #numbers a:hover{
- color:black;
- transition-duration:0.7s;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- }
- #numbers a:hover span{
- padding-left:0;
- color:{color:Title Border};
- transition-duration:0.5s;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- #desc{
- width:400px;
- padding:5px 52px 30px;
- height:60px;
- margin-top:60px;
- left:30%;
- position:absolute;
- text-align:justify;
- border-bottom:1px solid #ccc;
- }
- #links{
- text-transform:uppercase;
- font-weight:bold;
- margin-top:5px;
- width:300px;
- font-family:Trebuchet MS;
- font-size:10px;
- }
- #links a{
- color:black;
- display:inline-block;
- margin-right:5px;
- }
- #links a span{
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #links a:hover span{
- color:{color:Title Border};
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- .svg-wrapper {
- text-align:center;
- position: absolute;
- left:30%;
- transform: translateY(-50%);
- margin: 0 auto;
- margin-top:30px;
- margin-bottom:-20px;
- margin-right:10px;
- padding-left:10px;
- width: 500px;
- }
- .shape {
- stroke-dasharray: 140 590;
- stroke-dashoffset: -590;
- stroke-width: 4px;
- fill: transparent;
- stroke: {color:Title Border};
- border-bottom: 5px solid black;
- transition: stroke-width 1s, stroke-dashoffset 1s, stroke-dasharray 1s;
- }
- .text {
- font-weight:100;
- font-size: {text:Title Font Size};
- line-height: 32px;
- font-family:{font:Title};
- {block:IfUppercaseTitle}text-transform:uppercase;{/block:IfUppercaseTitle}
- letter-spacing: 2px;
- color: #fff;
- top: -45px;
- cursor:hand;
- position: relative;
- }
- .text a{
- color:#333;
- }
- .text a:hover{
- color:#ccc;
- }
- .svg-wrapper:hover .shape {
- stroke-width: 2px;
- stroke:{color:Title Border};
- stroke-dashoffset: 0;
- stroke-dasharray: 1300;
- }
- .svg-wrapper:hover a{
- color:{color:Title Border};
- }
- #container{
- width:100%;
- position:absolute;
- background:white;
- }
- #entries {
- font-size:10px;
- margin-top:480px;
- position:absolute;
- z-index:90;
- padding:30px 30%;
- width:60%;
- text-align: center;
- background:white;
- }
- #post {
- font-size:10px;
- padding: 5px;
- margin-bottom:70px;
- width: 500px;
- min-height:100px;
- color:{color:Body};
- text-align: left;
- overflow:hidden;
- }
- #postinfo{
- margin-left:510px;
- position:absolute;
- text-align:left;
- width:100px;
- height:200px;
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- }
- #tags{
- border-bottom:1px solid #f1f1f1;
- }
- #tags a{
- color:#aaa;
- display:inline-block;
- background:{color:Background};
- padding:2px;
- }
- #tags a:hover{
- background:{color:Title Border};
- color:{color:Background};
- }
- #tags a .p{
- display:none;
- }
- #tags a:last-child .c{
- display:none;
- }
- #tags a:last-child .p{
- display:inline;
- }
- #postinfo a{
- display:block;
- width:100px;
- opacity:0;
- font-family:'Trebuchet MS';
- text-transform:uppercase;
- line-height:20px;
- color:#aaa;
- font-size:10px;
- transition-duration:0.3s;
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- border:0px solid transparent;
- }
- #postinfo a:hover{
- border-left:5px solid {color:Title Border};
- color:{color:Title Border};
- padding-left:10px;
- }
- #post:hover #postinfo a{
- opacity:1;
- }
- #info {
- padding: 5px;
- margin-top:10px;
- text-align:center;
- font-family:'Trebuchet MS';
- font-size:9px;
- text-transform:uppercase;
- background:#f1f1f1;
- letter-spacing:1px;
- color:#aaa;
- }
- #info a{
- color:#aaa;
- }
- #pagi{
- position:relative;
- background:blue;
- width:500px;
- padding:10px 5px;
- text-align:center;
- font-family:'Trebuchet MS';
- font-size:9px;
- text-transform:uppercase;
- background:#f1f1f1;
- letter-spacing:1px;
- color:#aaa;
- }
- ol.notes {
- padding: 0px;
- margin: 10px 10px;
- list-style-type:upper-roman;
- text-align:left;
- position: relative;
- z-index: 2;
- text-transform: uppercase;
- font-size: 9px;
- letter-spacing:1px;
- clear:both;}
- ol.notes a {color: {color:Link};}
- ol.notes li.note {padding: 10px;}
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;}
- ol.notes li.note span.action {font-weight: normal;}
- ol.notes li.note .answer_content {font-weight: normal;}
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 10px;
- margin: 10px 0px 0px 25px;}
- ol.notes li.note blockquote a {text-decoration: none;}
- /* --- AUDIO ----*/
- .mus {height: 70px; padding: 20px; background-color: #f1f1; display: table; position: relative;
- width: 460px;}
- .mus img {height: 50px; position: absolute; border: 10px solid #ccc;}
- .musiclabel {
- padding-left: 80px;
- text-align: left;
- display: table-cell;
- vertical-align: middle;
- font-family: calibri}
- .mlabel {
- color: #000;
- font-style:italic;
- font-size:12px;}
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;}
- .playerbuttonhug {
- position: absolute;
- top: -8px;
- left: -12px;}
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- margin-left:15px;
- height: 43px;
- width: 300px;}
- .playerbuttonbg {
- position: absolute;
- left: 30px;
- top: 30px;
- width: 30px;
- height: 30px;
- background:white;
- padding: 10px;
- opacity: 0.3;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- z-index: 1000;}
- .playerbuttonbg:hover {
- opacity: 0.8;
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;}
- #question img{
- float:left;
- position:relative;
- margin-top:10px;
- }
- .question {
- margin-left:40px;
- min-height:10px;
- border-left:1px solid #ccc;
- padding: 20px 5px;
- background:#f1f1f1;}
- #question {
- border-bottom:1px solid #ccc;
- padding:10px;
- }
- .question span{
- font-family:'Playfair Display';
- font-size:15px;
- color:#333;
- font-weight:700;
- }
- .question a{
- color:#333;
- font-style:italic;
- }
- #credit a{
- position:fixed;
- right:15px;
- bottom:15px;
- padding:7px;
- background:white;
- font-size:11px;
- color:black;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- #credit a:hover {
- opacity:1;
- color:white;
- background:black;
- -moz-transition-duration:0.8s;
- -webkit-transition-duration:0.8s;
- -o-transition-duration:0.8s;
- }
- </style>
- <style type="text/css">{CustomCSS}</style>
- </head>
- <body>
- <div id="sidebar">
- </div>
- <div id="topheader">
- <div class="svg-wrapper">
- <svg height="60" width="400" xmlns="http://www.w3.org/2000/svg">
- <rect class="shape" height="60" width="400" />
- <div class="text"><a href="/">{Title}</a></div>
- </svg>
- </div>
- <div id="desc">{Description}
- <div id="links">
- <a href="{text:Link1 URL}"><span>01. </span>{text:Link1}</a>
- <a href="{text:Link2 URL}"><span>02. </span>{text:Link2}</a>
- <a href="{text:Link3 URL}"><span>03. </span>{text:Link3}</a>
- <a href="{text:Link4 URL}"><span>04. </span>{text:Link4}</a>
- <a href="{text:Link5 URL}"><span>05. </span>{text:Link5}</a>
- </div></div>
- </div>
- <div id="container">
- <div id="entries">
- <div id="navibar">
- <div id="numbers">
- <a href="{text:Link1 URL}">{text:Link1} <span>01. </span></a>
- <a href="{text:Link2 URL}">{text:Link2} <span>02. </span></a>
- <a href="{text:Link3 URL}">{text:Link3} <span>03. </span></a>
- <a href="{text:Link4 URL}">{text:Link4} <span>04. </span></a>
- <a href="{text:Link5 URL}">{text:Link5} <span>05. </span></a>
- </div>
- </div>
- {block:Posts}
- <div id="post">
- <div id="postinfo">
- <a href="{Permalink}">{TimeAgo}</a>
- {block:RebloggedFrom} <a href="{ReblogParentURL}">reblogged from</a><a href="{ReblogRootURL}">source</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}">reblog</a>
- </div>
- {block:Text}<h1>{title}</h1>{Body}{/block:Text}
- {block:Quote}<h3>“{Quote}” </h3>
- <div style="text-align:right; padding-bottom:5px;">— {Source}</div>{/block:Quote}
- {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
- {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
- {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Chat}{block:Title}<h1>{Title}</h1><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Audio}
- {block:AudioPlayer}
- <div class="mus">
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- {/block:AudioPlayer}
- <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg" alt="default album art"/>
- {block:AlbumArt}
- <img class="cover" src="{AlbumArtURL}" />
- {/block:AlbumArt}
- <div class="musiclabel">
- {block:TrackName}<span class="mlabel">{TrackName}</span>{/block:TrackName}<br>
- {block:Artist}{Artist}{/block:Artist} {block:Album}· {Album}{/block:Album}<br>
- {block:Playcount}{Playcount} Plays{/block:Playcount}
- </div></div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Answer}
- <div id="question">
- <img src="{AskerPortraitURL-30}">
- <div class="question">
- <span>{Asker}</span> asked:<br>
- {Question}</div>
- </div>
- {Answer}{/block:Answer}
- <div id="info">
- {block:Date}<a href="{Permalink}">{12Hour}:{Minutes} {AmPm} ⋆ {DayOfMonth}/{MonthNumber}/{ShortYear} {block:NoteCount}⋆ {NoteCountWithLabel}{/block:NoteCount}{/block:NoteCount}</a>{/block:Date}
- </div>
- <div id="tags">
- {block:HasTags}<span class="tagged">tagged:</span> {block:Tags}<a href="{TagURL}">{Tag}<span class="c">,</span><span class="p">.</span></a> {/block:Tags}{/block:HasTags}
- </div>
- </div>
- {/block:Posts}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- <div id="pagi">
- <em>{block:Pagination}{block:PreviousPage}
- <a href="{PreviousPage}">⇠</a>
- {/block:PreviousPage}</em>
- [ {block:JumpPagination length="5"}{block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}{block:JumpPage}
- <a href="{URL}">{PageNumber}</a>
- {/block:JumpPage}{/block:JumpPagination} ]
- <em>{block:NextPage}
- <a href="{NextPage}">⇢</a>
- {/block:NextPage}{/block:Pagination}
- </em>
- </div>
- <div id="credit"><a href="http://hardziam.tumblr.com">✿</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement