Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ------------------------------
- @BARBIE THEMES | TUMBLR
- ------------------------------
- THEME: ARQUELINA 2020
- THEME 2020: @BARBIE-THEMES TUMBLR
- +Do not steal the code or take parts of the codes and put them in your own theme.
- +do not remove the credit please
- creating themes since 2014
- -->
- <!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>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{favicon}" />
- <meta name="image:background" content=""/>
- <meta name="image:avatar" content="https://imagizer.imageshack.com/img923/4166/Eh7dM3.jpg"/>
- <meta name="color:background" content="#f6f6f6"/>
- <meta name="color:body font" content="#888888"/>
- <meta name="color:sidebar" content="#fff"/>
- <meta name="color:links" content="#f6d9d3"/>
- <meta name="color:links hover" content="#fff"/>
- <meta name="color:Links Background" content="#000"/>
- <meta name="color:bold text" content="#f6d9d3"/>
- <meta name="color:italic text" content="#000"/>
- <meta name="color:selection" content="#cccccc"/>
- <meta name="color:scrollbar" content="f6d9d3"/>
- <meta name="color:accent" content="f6d9d3"/>
- <meta name="color:borders" content="#eee"/>
- <meta name="if:avatar" content="1"/>
- <meta name="if:square avatar" content="0"/>
- <meta name="select:font" content="open sans" title="open sans"/>
- <meta name="select:font" content="arial" title="arial"/>
- <meta name="select:font" content="calibri" title="calibri"/>
- <meta name="select:font" content="verdana" title="verdana"/>
- <meta name="select:font size" content="10px" title="10px"/>
- <meta name="select:font size" content="11px" title="11px"/>
- <meta name="select:font size" content="12px" title="12px"/>
- <meta name="select:post size" content="250" title="250px"/>
- <meta name="select:post size" content="300" title="300px"/>
- <meta name="select:post size" content="350" title="350px"/>
- <meta name="select:post size" content="400" title="400px"/>
- <meta name="select:post size" content="450" title="450px"/>
- <meta name="select:post size" content="500" title="500px"/>
- <meta name="select:sidebar width" content="150" title="150px"/>
- <meta name="select:sidebar width" content="175" title="175px"/>
- <meta name="select:sidebar width" content="200" title="200px"/>
- <meta name="select:sidebar width" content="225" title="225px"/>
- <meta name="select:sidebar width" content="250" title="250px"/>
- <meta name="select:sidebar width" content="275" title="275px"/>
- <meta name="select:sidebar width" content="300" title="300px"/>
- <meta name="select:avatar width" content="100" title="100px"/>
- <meta name="select:avatar width" content="150" title="150px"/>
- <meta name="select:avatar width" content="200" title="200px"/>
- <meta name="text:Link 3" content="link 3"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="link 4"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content="link 5"/>
- <meta name="text:Link 5 URL" content="/"/>
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script>
- <script src="https://static.tumblr.com/qudkd6d/Az6nkemqr/pxuphotoset.min.js"></script>
- <script>
- $(document).ready(function(){
- $('.photo-slideshow').pxuPhotoset({
- lightbox: true,
- rounded: false,
- gutter: '4px',
- borderRadius: '0px',
- photoset: '.photo-slideshow',
- photoWrap: '.photo-data',
- photo: '.pxu-photo'
- });
- });
- </script>
- <script src ="//static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Open+Sans:400,400i,700,700i" rel="stylesheet">
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <style type="text/css">
- BLOCKQUOTE {TEXT-ALIGN: JUSTIFY; PADDING: 5PX 7PX 5PX 7PX; BORDER-LEFT: 3PX SOLID {COLOR:LINK}; BORDER-RIGHT: 3PX SOLID {COLOR:LINK}; BACKGROUND: #FAFAFA;BORDER-RADIUS:4PX; COLOR: {COLOR:TEXT}; FONT-FAMILY: TREBUCHET MS; MARGIN: 0;}
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop{
- z-index:999999999!important;
- right:3px;
- margin-top:3px;
- -webkit-filter:invert(100%);
- -moz-filter:invert(100%);
- -filter:invert(100%);
- -webkit-transition: all 0.4s linear;
- -moz-transition: all 0.4s linear;
- transition: all 0.4s linear;
- }
- .tmblr-iframe.tmblr-iframe--desktop-logged-in-controls.iframe-controls--desktop:hover{
- opacity:1;
- }
- .vignette, #vignette {
- opacity:0;
- }
- .lightbox-image, #tumblr_lightbox img {
- box-shadow:none !important;
- border-radius:0 !important;
- max-width:none;
- }
- .tmblr-lightbox, #tumblr_lightbox {
- background-color:rgba(255,255,255,0.85) !important;
- }
- body{
- margin:0px;
- padding:0px;
- font-family: {select:font}, arial, sans serif;
- font-size:{select:font size};
- line-height:150%;
- color:{color:body font};
- background:{color:background} url('{image:background}');
- background-attachment:fixed;
- }
- b, strong{
- color:{color:bold text};
- }
- i {
- font-weight:arial;
- color:{color:italic text};
- }
- a{
- color:{color:links};
- text-decoration:none;
- }
- a:hover{
- color:{color:links hover};
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- h2{
- font-size:20px;
- margin:0px;
- }
- blockquote{
- margin:10px 0;
- padding:0 0 0 10px;
- border-left:1px solid {color:body font};
- }
- underlined{
- border-bottom:1px solid {color:body font};
- }
- pre{
- overflow:auto;
- background-color:#eee;
- display:block;
- padding:5px;
- }
- .credit, .credit a {
- width:30px;
- height:10px;
- bottom:10px;
- right:20px;
- padding:4px;
- font-size:8px;
- letter-spacing:0px;
- color:#000;
- line-height:8px;
- position:fixed;
- text-align:center;
- color:{color:Tags Text Colour};
- font-family:arial;
- text-transform:uppercase;
- background-color:{color:000;};
- border:1; solid {color:Border};
- -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;
- }
- .credit a: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;
- transition: all 0.5s ease-in-out;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:scrollbar};
- height:auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background:url('{image:scrollbar}');
- height:6px;
- }
- ::-webkit-scrollbar {
- height:6px;
- width:6px;
- background:url('{image:scrollbar}');
- }
- ::selection {
- background-color:{color:selection};
- color:white;}
- #wrapper{
- width:calc({select:post size}px + 100px + {select:sidebar width}px + 30px);
- min-width:500px;
- margin:0 auto;
- }
- #sidebar{
- width:{select:sidebar width}px;
- padding:5px;
- position:fixed;
- background: {color:Sidebar};
- border:1px solid {color:borders};
- text-align:center;
- width:150px;
- }
- #avi{
- margin-bottom:10px;
- border:1px;
- }
- #avi img{
- max-width:{select:avatar width}px;
- {block:ifsquareavatar}
- border-radius:5px;
- {block:ifsquareavatar}
- {block:ifnotsquareavatar}
- border-radius:100%;
- {/block:ifnotsquareavatar}
- margin-top:-50px;
- border:5px solid {color:borders};
- }
- #lnks{
- margin-bottom:5px;
- background: {color:Links Background};
- padding:2px;
- border-radius:10px;
- font-family: calibri;
- text-transform:uppercase;
- }
- #lnks a{
- margin:5px;
- font-weight:bold;
- }
- #lnks a:hover{
- border:1px solid {color:borders};
- }
- #postcont{
- margin-left:calc({select:Sidebar width}px + 88px);
- margin-top:100px;
- }
- #post{
- width:{select:post size}px;
- margin:0 auto;
- border:1px solid {color:borders};
- padding:10px;
- margin-bottom:80px;
- margin-top:40px;
- background:#fff;
- overflow:hidden;
- }
- #post img{
- max-width:100%;
- height:auto;
- }
- #post img:hover{
- opacity:1;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- transition: all 0.6s ease-in-out;
- }
- #quote{
- text-align:center;
- font-size:20px;
- line-height:150%;
- }
- #q{
- width:calc({select:post size}px - 50px);
- margin-left:50px;
- }
- #qimg{
- position:absolute;
- }
- #qimg img{
- border-radius:5px;
- }
- #link{
- background-color:{color:Accent};
- color:#fff;
- padding:5px;
- border-radius:5px;
- }
- #link h2{
- font-size:17px;
- }
- #link a{
- color:#fff;
- }
- #link a:hover{
- color:rgba(255,255,255,0.5);
- }
- #linkdesc{
- padding-top:5px;
- }
- #audio{
- padding:5px;
- width:295px;
- margin-bottom:5px;
- float:left;
- }
- #audioimg{
- max-width:150px;
- float:left;
- }
- #audiotxt{
- float:left;
- }
- .vd {
- overflow:hidden
- }
- .video {
- position: relative;
- padding-bottom: 56.25%;
- padding-top: 25px;
- height: 0;
- }
- .video iframe{
- position: absolute;
- width: 100%;
- height: 100%;
- overflow:hidden;
- top: 0;
- left: 0;
- }
- #info{
- margin-top:10px;
- }
- #info a{
- padding: 0px 4px;
- background:#fff;
- border-radius:5px;
- margin:0px 0px 15px 0px;
- color:{color:accent};
- border:1px solid {color:accent};
- }
- #info a:hover{
- background-color:#000;
- border:1px solid {color:accent};
- color:{color:accent};
- }
- #tags{
- background:#fff;
- width:400px;
- color:#999;
- font-style:italic;
- margin-top:3px;
- }
- #tags a{
- color:{color:body font};
- padding-right:5px;
- text-decoration:none;
- }
- #note{
- width:400px;
- margin:0 auto;
- padding:5px;
- background:#fff;
- color:{color:body text};
- }
- .notes img{width:20px; position:relative; top:1px; padding-right:5px;}
- ol.notes, .notes li{width:400px; list-style:none; margin:0px 0 -1px 5px; padding:5px}
- #pagi{
- width:400px;
- padding:5px;
- margin:0 auto;
- margin-top:50px;
- margin-bottom:50px;
- overflow:hidden;
- text-align:center;
- }
- #pagi a{
- padding-left:5px;
- padding-right:5px;
- color:#fff;
- border-radius:3px;
- margin:3px;
- background-color:{color:accent};
- }
- #pagi a:hover{
- background-color:#fff;
- color:{color:accent};
- }
- .current_page{
- padding-left:5px;
- padding-right:5px;
- border-radius:3px;
- background-color:#fff;
- color:{color:accent};
- border:1px solid {color:accent};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="wrapper">
- <div id="sidebar">
- {block:ifavatar}
- <div id="avi"> <a href="/" title="{title}"><img src="{image:avatar}"></a> </div>
- {/block:ifavatar}
- <div id="lnks">
- <a href="/">01.HOME</a>
- <a href="/ask">02.ASK</a>
- <a href="{text:link 3 url}">03.{text:link 3}</a>
- <a href="{text:link 4 url}">04.{text:link 4}</a>
- <a href="{text:link 5 url}">05.{text:link 5}</a>
- </div>
- {description}
- </div> <!-- sidebar -->
- <div id="postcont">
- {block:Posts}
- <div id="post">
- {block:Text}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <img class="image" src="{PhotoURL-500}" alt="{PhotoAlt}" />
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Photo}
- {block:Photoset}
- <div class="photo-slideshow" id="photoset_{PostID}" data-layout="{PhotosetLayout}">{block:Photos}<div class="photo-data"><div class="pxu-photo"><img src="{PhotoURL-500}" width="{PhotoWidth-500}" height="{PhotoHeight-500}" data-highres="{PhotoURL-HighRes}" data-width="{PhotoWidth-HighRes}" data-height="{PhotoHeight-HighRes}"></div><a class="tumblr-box" rel="post-{PostID}" href="{PhotoURL-HighRes}"></a></div>{/block:Photos}</div>
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quotepost">“ {Quote} ”</div>
- {block:Source}— {Source}{/block:Source}
- {/block:Quote}
- {block:Link}
- <div id="link">
- <h2><a href="{URL}" target="_blank">{Name} > </a></h2>
- <div id="linkdesc">
- {block:Excerpt}{Excerpt}{/block:Excerpt}
- </div>
- </div>
- {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 style="height: 100px">{AudioEmbed-400}</div>
- {block:PlayCount}<b>Played: </b>{FormattedPlayCount} times {/block:PlayCount} <br>
- {block:TrackName}<b>Title: </b>{TrackName}{/block:TrackName}<br>
- {block:Artist}<b>Artist: </b>{Artist}{/block:Artist}
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Audio}
- {block:Video}
- <div class="video">{Video-500}</div>
- {block:caption}<span class="caption">{caption}</span>{/block:caption}
- {/block:Video}
- {block:Answer}
- <br>
- <div style="border-radius:5px; border: 1px double #ddd; margin: 3px; margin-top: -2px; min-height:30px; padding: 3px; background: white; box-shadow: 0px 0px 5px 3px #eee;">
- <img src="{AskerPortraitURL-30}" width="30" align="left" style="margin-right:3px; box-shadow: 0px 0px 0px 2px #ccc; border-radius: 15px;"/>
- <askk>{Asker} asked</askk>: {Question}<br></div>
- <div style="font-family: arial; font-size: 12px;">
- {Answer}
- </div>
- {/block:Answer}
- {block:IndexPage}
- <div id="info">
- {block:date}
- <a href="{permalink}">{month} {dayofmonthwithzero}{dayofmonthsuffix}</a>
- {/block:date}
- {block:notecount}
- <a href="{permalink}">+{notecount}</a>
- {/block:notecount}
- <a style="float:right" href="{ReblogURL}" target="_blank" title="reblog?"><span class="sf sf-reblog"></span></a>
- </div>
- {block:HasTags}
- <div id="tags">
- {block:Tags}<a href="{TagURL}">#{tag}</a> {/block:Tags}
- </div>
- {/block:HasTags}
- {/block:IndexPage}
- {block:PermalinkPage}
- <br><br>
- {block:Date}
- <b>Posted:</b> {TimeAgo} on {Month} {DayOfMonthWithZero}, {Year} at {24Hour}:{Minutes}
- {/block:Date} <br>
- {block:NoteCount}
- <b>Notes:</b> {NoteCount}<br>
- {/block:NoteCount}
- {block:HasTags}
- <b>Tags</b>
- {block:Tags}
- <a href="{TagURL}">#{tag}</a>
- {/block:Tags}<br>
- {/block:HasTags}
- {block:RebloggedFrom}
- <br><b>Via:</b> <a href="{ReblogParentURL}" target="_blank">{ReblogParentName}</a><br>
- {block:ContentSource}
- <b>Source:</b> <a href="{SourceURL}">{SourceTitle}</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- </div>
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:PostNotes}
- {block:NoteCount}
- <div id="note">
- {PostNotes}
- </div>
- {/block:NoteCount}
- {/block:PostNotes}
- {/block:permalinkpage}
- </div>
- {/block:Posts}
- {block:indexpage}
- {block:Pagination}
- <div id="pagi">
- {block:PreviousPage}
- <a href="{PreviousPage}"><</a>
- {/block:PreviousPage}
- {block:JumpPagination length="3"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">></a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- {/block:indexpage}
- </div>
- </div>
- <span class="credit">
- <a href="http://barbie-themes.tumblr.com/" target="_blank" title="Theme By; BARBIE THEMES 2020"> CREDIT BTHEMES </a>
- </span>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment