Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- ☆ border theme by @kurapkia // base code by @animecharacter ☆
- ☆ please don't steal anything or claim as your own ☆
- ☆ thanks for using my theme! ☆
- ----->
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <title>{Title}</title>
- <!---META NAMES START-->
- <meta name="color:background" content="#fff"/>
- <meta name="image:sidebar img" content=""/>
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#aaa"/>
- <meta name="color:border" content="#ccc"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:post background" content="#fff"/>
- <meta name="select:font" content="arial" title="arial"/>
- <meta name="select:font" content="consolas" title="consolas"/>
- <meta name="select:font" content="andale mono" title="andale mono"/>
- <!--META NAME SCROLLBAR START-->
- <meta name="color:scrollbar" content=""/>
- <meta name="color:scrollbar border" content=""/>
- <meta name="color:scrollbar track" content=""/>
- <!--META NAME SCROLLBAR END-->
- <!--META NAME BLOCK START-->
- <meta name="if:Small cursor" content=""/>
- <meta name="if:rounded corners" content=""/>
- <meta name="if:250px" content=""/>
- <meta name="if:400px" content=""/>
- <meta name="if:500px" content=""/>
- <!--META NAME BLOCK END-->
- <!--META NAME BORDER START-->
- <meta name="text:border size" content="2px"/>
- <meta name="select:border" content="" title="none">
- <meta name="select:border" content="dotted" title="dotted">
- <meta name="select:border" content="dashed" title="dashed">
- <meta name="select:border" content="double" title="double">
- <meta name="select:border" content="solid" title="solid">
- <meta name="select:border" content="inset" title="inset">
- <meta name="select:border" content="outset" title="outset">
- <!--META NAME BORDER END-->
- <!--META NAME LINKS START-->
- <meta name="text:link1title" content="home"/>
- <meta name="text:link1url" content="/"/>
- <meta name="text:link2title" content="ask"/>
- <meta name="text:link2url" content="/ask"/>
- <meta name="text:link3title" content="links"/>
- <meta name="text:link3url" content="/links"/>
- <!--META NAME LINKS END-->
- <!---META NAMES END-->
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <link rel="stylesheet" href="http://static.tumblr.com/qxrkgx6/RWPmgn2qa/normalize.min.css">
- <script src="http://static.tumblr.com/qxrkgx6/LuRmgn2rm/modernizr-2.6.2.min.js"></script>
- <style type="text/css">
- /*
- general text styles, fonts and colours
- */
- {block:ifSmallcursor}
- *, body, a, a:hover {cursor: url(http://i.imgur.com/2qleX.jpg), auto;}
- {/block:ifSmallcursor}
- ::-webkit-scrollbar {
- width: 8px;
- height: 8px;
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 1px solid {color:scrollbar border};
- }
- ::-webkit-scrollbar-track {
- background-color: {color:scrollbar track};
- }
- body {
- margin:0px;
- font-family: {select:font};
- font-size:12px;
- line-height:140%;
- color: {color:text};
- background-color:{color:background};
- }
- p{
- margin:0 0 10px 0;
- padding:0;
- }
- pre {
- white-space: pre-wrap;
- white-space: -moz-pre-wrap;
- white-space: -pre-wrap;
- white-space: -o-pre-wrap;
- word-wrap: break-word;
- }
- a{
- color:{color:link};
- text-decoration:none;
- }
- a:hover{
- text-decoration:underline;
- }
- li{
- margin-left:-15px;
- }
- /*
- containers etc
- */
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:120px;
- position:fixed;
- border:{text:border size} {select:border} {color:border};
- padding:15px;
- background-color:{color:sidebar};
- margin-top:70px;
- {block:ifroundedcorners}
- border-radius:25px;
- {/block:ifroundedcorners}
- }
- #desc{
- text-align:center;
- padding:5px 0px;
- }
- #links{
- font-style:none;
- text-align:center;
- word-spacing:5px;
- }
- #content{
- width:{block:if250px}280px{/block:if250px} {block:if400px}430px{/block:if400px} {block:if500px}530px{/block:if500px};
- margin-left:200px;
- overflow:hidden;
- padding:20px;
- }
- .post{
- width:{block:if250px}250px{/block:if250px} {block:if400px}400px{/block:if400px};
- margin:0 0 50px 0;
- overflow:hidden;
- border:{text:border size} {select:border} {color:border};
- padding: 15px;
- background-color:{color:post background};
- {block:ifroundedcorners}
- border-radius:25px;
- {/block:ifroundedcorners}
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #sidebar img{
- {block:ifroundedcorners}
- border-radius:25px;
- {/block:ifroundedcorners}
- display: block;
- margin-left: auto;
- margin-right: auto;
- }
- #nav{
- margin:50px 0 0 0;
- text-align:center;
- text-transform:lowercase;
- word-spacing:5px;
- }
- /*
- content in the body of the posts - quotes, asks, etc
- "media" contains photos, photosets, videos, audio posts
- */
- .media{
- margin:0 0 10px 0;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:normal;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- font-style:italic;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;
- }
- /*AUDIO*/
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .newplayerbutton {
- position: relative;
- width: 19px;
- height: 19px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -18px;
- left: -7px;
- }
- .tumblr_audio_player {
- height: 90px;
- width: 270px;
- -moz-transform: scale(0.60, 0.60);
- -webkit-transform: scale(0.60, 0.60);
- -o-transform: scale(0.60, 0.60);
- -ms-transform: scale(0.60, 0.60);
- transform: scale(0.60, 0.60);
- -moz-transform-origin: top left;
- -webkit-transform-origin: top left;
- -o-transform-origin: top left;
- -ms-transform-origin: top left;
- transform-origin: top left;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- }
- .trackdetails {
- height:19px;
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- padding:5px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- /*
- post footers - date, tags, via and source
- */
- .post .footer{
- margin:0;
- text-align:center;
- font-size:11px;
- }
- /*
- post notes
- */
- ol.notes{
- list-style-type:none;
- padding:0;
- margin:0;
- }
- ol.notes li.note img{
- width:16px;
- height:16px;
- }
- ol.notes li.note{
- margin:0px;
- }
- #credit {
- position: fixed;
- bottom: 10px;
- right: 10px;
- z-index: 1;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- <img src="{image:sidebar img}">
- <div id="desc">
- <p>{Description}</p>
- </div>
- <div id="links">
- <a href="{text:link1url}">{text:link1title}</a>
- <a href="{text:link2url}">{text:link2title}</a>
- <a href="{text:link3url}">{text:link3title}</a>
- </div>
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <div class="media">{LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:if250px}
- <div class="media">{Photoset-250}</div>
- {/block:if250px}
- {block:if400px}
- <div class="media">{Photoset-400}</div>
- {/block:if400px}
- {block:if500px}
- <div class="media">{Photoset-500}</div>
- {/block:if500px}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {block:Lines}
- <div class="{Alt} user_{UserNumber}">
- {block:Label}
- <b>{Label}</b>{/block:Label}
- {Line}
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Video}
- {block:if250px}
- <div class="media">{Video-250}</div>
- {/block:if250px}
- {block:if400px}
- <div class="media">{Video-400}</div>
- {/block:if400px}
- {block:if500px}
- <div class="media">{Video-500}</div>
- {/block:if500px}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:AudioPlayer}
- <div class="audiowrapper">
- {block:AlbumArt}
- <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
- {/block:AlbumArt}
- <div class="playerbuttonbg">
- <div class="newplayerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerWhite}
- </div>
- </div>
- </div>
- <div class="trackdetails">
- {block:TrackName}{TrackName}{/block:TrackName}<br/>
- {block:Artist}Artist: {Artist}{/block:Artist}<br/>
- {block:Album}Album: {Album}{/block:Album}<br/>
- {PlayCountWithLabel}
- </div>
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:AudioPlayer}
- {block:Answer}
- <div class="question">{Asker} asked: {Question}</div>
- <div class="caption">{Answer}</div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <a href="{Permalink}">{TimeAgo}{block:NoteCount} (+{NoteCount}){/block:NoteCount}</a>
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- {block:RebloggedFrom}<br><a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">src</a>{/block:ContentSource}
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- {block:PreviousPage}<a href="{PreviousPage}">{lang:Prev}</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- </div>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.3/jquery.min.js"></script>
- <script>window.jQuery || document.write('<script src="http://static.tumblr.com/qxrkgx6/q6kmgn2w2/jquery-1.8.3.min.js"><\/script>')</script>
- <div id="credit">
- <a href="http://kurapkia.tumblr.com/" title="theme credit">★</a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment