Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html>
- <head>
- <!-----
- paprika theme by @kurapkia
- (base code by @animecharacter)
- hey! thank you for using my
- theme! all i ask is that you
- don't remove the credit thank you!!
- ----->
- <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 name="color:background color" content="#fff"/>
- <meta name="image:background image" content=""/>
- <meta name="if:coverbackground" content=""/>
- <meta name="color:text color" content="#000"/>
- <meta name="if:sidebarbackground" content=""/>
- <meta name="color:sidebar background" content="#fff"/>
- <meta name="if:postbackground" content=""/>
- <meta name="color:post background" content="#fff"/>
- <meta name="color:link color" content="#000"/>
- <meta name="color:link hover color" content="#000"/>
- <meta name="if:nounderlinedlinks" content=""/>
- <meta name="if:hoverfooter" content="1"/>
- <meta name="text:corner image url" content=""/>
- <meta name="text:corner image from bottom" content="0px"/>
- <meta name="text:corner image from right" content="0px"/>
- <meta name="select:font" content="arial" title="arial"/>
- <meta name="select:font" content="consolas" title="consolas"/>
- <meta name="select:font" content="serif" title="times new roman"/>
- <meta name="select:font" content="ms pgothic" title="ms pgothic"/>
- <meta name="select:font size" content="14px" title="14px"/>
- <meta name="select:font size" content="12px" title="12px"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="text:first link url" content="/"/>
- <meta name="text:first link title" content="home"/>
- <meta name="text:second link url" content="/ask"/>
- <meta name="text:second link title" content="ask"/>
- <meta name="text:third link url" content="/about"/>
- <meta name="text:third link title" content="about"/>
- <meta name="text:fourth link url" content="/links"/>
- <meta name="text:fourth link title" content="links"/>
- <meta name="text:fifth link url" content=""/>
- <meta name="text:fifth link title" content=""/>
- <meta name="text:sixth link url" content=""/>
- <meta name="text:sixth link title" content=""/>
- <meta name="if:firstlink" content="1"/>
- <meta name="if:secondlink" content="1"/>
- <meta name="if:thirdlink" content="1"/>
- <meta name="if:fourthlink" content="1"/>
- <meta name="if:fifthlink" content="1"/>
- <meta name="if:sixthlink" content="1"/>
- <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">
- body {
- margin:0px;
- background-image: url('{image:background image}');
- background-attachment: fixed;
- {block:ifcoverbackground}
- background-size: cover;
- -moz-background-size: cover;
- -o-background-size: cover;
- -webkit-background-size: cover;
- {/block:ifcoverbackground}
- background-color:{color:background color};
- font-family:{select:font};
- font-size:{select:font size};
- line-height:140%;
- color: {color:text color};
- }
- 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 color};
- {block:ifnounderlinedlinks}
- text-decoration:none;
- {/block:ifnounderlinedlinks}
- }
- a:hover{
- color:{color:link hover color};
- {block:ifnounderlinedlinks}
- text-decoration:none;
- {/block:ifnounderlinedlinks}
- }
- li{
- margin-left:-15px;
- }
- #wrapper{
- width:600px;
- margin:50px auto;
- }
- #sidebar{
- width:100px;
- margin-left:-200px;
- position:fixed;
- padding:10px;
- {block:ifsidebarbackground}
- background-color:{color:sidebar background};
- {/block:ifsidebarbackground}
- }
- #content{
- width:300px;
- margin-left:0px;
- overflow:hidden;
- }
- .post{
- width:300px;
- margin:0 0 50px 0;
- overflow:hidden;
- {block:ifpostbackground}
- background-color:{color:post background};
- {/block:ifpostbackground}
- }
- #sidebar img, .post img{
- max-width:100%;
- }
- #nav{
- margin:50px 0 0 0;
- {block:ifpostbackground}
- background-color:{color:post background};
- {/block:ifpostbackground}
- text-align:center;
- word-spacing: 15px;
- padding:5px;
- }
- .textpost {
- padding:5px;
- }
- .media {
- margin:0 0 10px 0;
- }
- #video {
- margin:0 0 10px 0;
- position: relative;
- padding-bottom: 75%;
- height: 0;
- overflow: hidden;
- }
- #video iframe,
- #video object,
- #video embed {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 19px;
- height: 19px;
- background-color: #ffffff;
- padding: 10px;
- 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;
- overflow: hidden;
- width: 79px;
- height: 79px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- }
- .trackdetails {
- height:19px;
- width: auto;
- display:inline-block;
- margin-left: 90px;
- min-height: 85px;
- padding:5px;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- }
- .title{
- font-weight:normal;
- font-size:18px;
- margin:0 0 10px 0;
- }
- .quote{
- font-weight:normal;
- font-size:16px;
- font-style:italic;
- margin:0 0 10px 0;
- }
- .question{
- margin-bottom:10px;
- }
- blockquote{
- margin:0 0 10px 10px;
- padding:0 0 0 10px;
- border-left:solid 1px #000;
- }
- .post .footer{
- margin:0;
- text-align:left;
- }
- .footer{
- padding-bottom:10px;
- {block:ifhoverfooter}
- opacity:0;
- -webkit-transition:all 0.5s ease-in-out;
- -moz-transition:all 0.5s ease-in-out;
- -o-transition:all 0.5s ease-in-out;
- transition:all 0.5s ease-in-out;
- {/block:ifhoverfooter}
- }
- {block:ifhoverfooter}
- .post:hover .footer{
- opacity:1;
- }
- {/block:ifhoverfooter}
- 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: 99999999999;
- {block:ifpostbackground}
- background-color:{color:post background};
- {/block:ifpostbackground}
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- {block:Description}
- <p>{Description}</p>
- {/block:Description}
- {block:iffirstlink}
- <a href="{text:first link url}">{text:first link title}</a><br>
- {/block:iffirstlink}
- {block:ifsecondlink}
- <a href="{text:second link url}">{text:second link title}</a></a><br>
- {/block:ifsecondlink}
- {block:ifthirdlink}
- <a href="{text:third link url}">{text:third link title}</a><br>
- {/block:ifthirdlink}
- {block:iffourthlink}
- <a href="{text:fourth link url}">{text:fourth link title}</a><br>
- {/block:iffourthlink}
- {block:iffifthlink}
- <a href="{text:fifth link url}">{text:fifth link title}</a><br>
- {/block:iffifthlink}
- {block:ifsixthlink}
- <a href="{text:sixth link url}">{text:sixth link title}</a><br>
- {/block:ifsixthlink}
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Text}
- <div class="textpost">
- {block:Title}
- <div class="title">{Title}</div>
- {/block:Title}
- {Body}
- </div>
- {/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}
- <div class="media">{Photoset}</div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="textpost">
- <div class="quote">"{Quote}"</div>
- {block:Source}
- <div class="quotesource">{Source}</div>
- {/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <div class="textpost">
- <div class="title"><a href="{URL}">{Name}</a></div>
- {block:Description}
- <div class="description">{Description}</div>
- {/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="textpost">
- {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}
- </div>
- {/block:Chat}
- {block:Video}
- <div id="video">
- <div class="media">{Video-400}</div></div>
- {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="textpost">
- <div class="question">{Asker}: {Question}</div>
- <div class="caption">{Answer}</div>
- </div>
- {/block:Answer}
- {block:Date}
- <div class="footer">
- <center><a href="{Permalink}">{block:NoteCount}{NoteCount}{/block:NoteCount}</a> {block:RebloggedFrom}<a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom}
- {block:ContentSource}<a href="{SourceURL}">©</a>{/block:ContentSource}
- {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
- </center>
- </div>
- {block:PermalinkPage}
- {block:NoteCount}
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:NoteCount}
- {/block:PermalinkPage}
- {/block:Date}
- </div>
- {/block:Posts}
- {block:Pagination}
- <div id="nav">
- <center>
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
- </center>
- </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="corner pic" style="position:fixed; bottom:{text:corner image from bottom}; right:{text:corner image from right}; z-index:-1;">
- <img src="{text:corner image url}" /></div>
- <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