Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- ♡ SUNDAYS / THEME 05 (V2 DARK) by DHYA @ARIANAGRANDRE ♡
- arianagrandre.tumblr.com
- base code by @sorrism, pxu photoset by pixel union / tutorial by @shythemes & @bychloethemes, resizing videos and custom like/reblog buttons by @shythemes / @cyantists, icon fonts by Perxis (linearicons)
- Please DO NOT remove any credits. DO NOT claim or redistribute this theme, take parts as your own or use it as a base code. Feel free to edit it as much you like. Enjoy!
- -->
- <!DOCTYPE html>
- <head>
- <title>{block:PostSummary}{PostSummary} : {/block:PostSummary}{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}
- <!--Default Variables-->
- <meta name="color:Background" content="#363636"/>
- <meta name="color:Text" content="#9f9f9f"/>
- <meta name="color:Link" content="#aaaaaa"/>
- <meta name="color:Link Hover" content="#f2992e"/>
- <meta name="color:Title"content="#8f8f8f"/>
- <meta name="color:Borders"content="#575757"/>
- <meta name="color:Ask Background" content="#525050"/>
- <meta name="color:Scrollbar" content="#ffe7aa" />
- <meta name="if:Show Title" content="0" />
- <meta name="if:Show Archive" content="0"/>
- <meta name="text:Link 1" content="" />
- <meta name="text:Link 1 URL" content="" />
- <meta name="text:Link 2" content="" />
- <meta name="text:Link 2 URL" content="" />
- <meta name="text:Link 3" content="" />
- <meta name="text:Link 3 URL" content="" />
- <meta name="text:Link 4" content="" />
- <meta name="text:Link 4 URL" content="" />
- <meta name="text:Link 5" content="" />
- <meta name="text:Link 5 URL" content="" />
- <meta name="image:Sidebar" content=""/>
- <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.7.1/jquery.min.js"></script><script src="https://code.jquery.com/ui/1.10.4/jquery-ui.js"></script>
- <link href="https://fonts.googleapis.com/css?family=Libre+Franklin:300,300i,600,600i&display=swap" rel="stylesheet">
- <link rel="stylesheet" href="https://cdn.linearicons.com/free/1.0.0/icon-font.min.css">
- <link href="https://static.tumblr.com/qudkd6d/OcDnl99gb/style.css" rel="stylesheet" type="text/css"/>
- <script src="https://static.tumblr.com/yxfeliq/hHwojmt8m/bctphotoset.min.js"></script>
- <script src ="https://static.tumblr.com/fwgzvyf/Oj1o08f6h/shythemes.vr.js"></script>
- <!--CSS customization here. -->
- <style type="text/css">
- /*tumblr controls and lightbox*/
- .tmblr-lightbox {background:rgba({RGBcolor:background}, .95)!important;}
- .tmblr-lightbox img {opacity:0;}
- .lightbox-caption {
- color:{color:title}!important;
- font-family:inherit!important;
- font-size:1em!important;
- font-weight:normal!important;
- text-shadow:none!important;
- }
- .lightbox-image {
- -moz-box-shadow:none!important;
- -webkit-box-shadow:none!important;
- box-shadow:none!important;
- -moz-border-radius:0px!important;
- -webkit-border-radius:0px!important;
- border-radius:0px!important;
- padding:0px!important;
- border:0!important;
- opacity:1!important;
- }
- .vignette {opacity:0!Important;}
- .iframe-controls--desktop {
- white-space:nowrap!important;
- top:5px!important;
- right:5px!important;
- opacity:1!important;
- position:fixed!important;
- }
- /*tooltip*/
- .ui-tooltip {
- position:Absolute;
- z-index:9999;
- padding-top:10px;
- }
- .ui-tooltip-content {
- background:{color:background};
- padding:0 4px;
- font-style:italic;
- color:{color:link};
- text-transform:lowercase;
- border:1px solid {color:borders};
- }
- /*scrollbar*/
- ::-webkit-scrollbar{
- height:11px;
- width:11px;
- background:inherit;
- }
- ::-webkit-scrollbar-thumb {background:{color:scrollbar};}
- ::-webkit-scrollbar-track {background:{color:borders};}
- ::-webkit-scrollbar-thumb, ::-webkit-scrollbar-track {border:5px solid {color:background};}
- /*main structure*/
- body {
- background:{color:background};
- color:{color:text};
- font-size:11px;
- font-family:'libre franklin', sans-serif;
- line-height:1.5em;
- word-wrap:break-word;
- text-align:justify;
- text-transform:none;
- font-weight:normal;
- }
- a {
- color:{color:link};
- text-decoration:none;
- transition:all .3s linear;
- -webkit-transition:all .3s linear;
- -o-transition:all .3s linear;
- -moz-transition:all .3s linear;
- }
- a, a img {cursor:pointer;}
- a:hover {
- color:{color:link hover}!important;
- text-decoration:none;
- }
- img {
- opacity:1;
- border:0;
- text-decoration:none;
- max-width:100%;
- height:auto;
- display:block;
- }
- blockquote {
- padding:.25em 0 .25em 15px;
- margin:.5em 0;
- }
- pre {
- padding:0;
- margin:0;
- line-height:inherit!important;
- background:transparent;
- font-family:inherit!Important;
- font-size:inherit!important;
- white-space:pre-wrap;
- white-space:-moz-pre-wrap;
- white-space:-pre-wrap;
- white-space:-o-pre-wrap;
- word-wrap:break-word;
- }
- p {margin:1em 0;}
- p:first-of-type {margin-top:0;}
- p:last-of-type {margin-bottom:0;}
- b, strong, b a, strong a {
- font-weight:bold!important;
- color:{color:text};
- }
- small, big, sub, pre {
- font-size:1em!important;
- line-height:1.4em!important;
- vertical-align:baseline!important;
- }
- i {
- font-style:italic;
- }
- h1, h2, h3, h4 {
- margin:1.5em 0;
- font-size:13px;
- letter-spacing:0.5px;
- font-weight:500;
- color:{color:text};
- font-weight:bold;
- }
- .posts h1:first-child, .posts h2:first-child, .posts h3:first-child, .posts h4:first-child {margin-top:0;}
- hr {
- border:none;
- box-shadow:0;
- margin:2em auto;
- width:75px;
- }
- /*header*/
- sidebar {
- width:270px;
- margin-left: 130px;
- margin-top: 0px;
- position:fixed;
- padding:0px;
- background-color:{color:Background};
- }
- .sidebarimg img {
- display:block;
- border-radius:100%;
- width:50px;
- height:50px;
- margin-left:-23px;
- }
- .nav {
- margin-top:10px;
- width:230px;
- padding-bottom:5px;
- padding-right:15px;
- padding-left:10px;
- text-align:left;
- line-height:1em;
- display:block;
- background-color:{color:Background};
- }
- .nav a {
- font-size:11px;
- margin: 5px;
- font-weight:300;
- font-family:{text:Body};
- text-transform:lowercase;
- color: {color:links};
- display:inline-block;
- -moz-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- transition-duration: 0.5s;
- }
- .nav a:hover {
- color:{color:Link Hover};
- text-decoration:none;
- padding-left:6px;
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- .sidecontent{
- border-left:1px solid {color:Borders};
- }
- .blogtitle {
- text-align:left;
- padding-left:15px;
- padding-right:15px;
- margin-bottom:13px;
- margin-top:20px;
- }
- .blogtitle a {
- font-family:{text:Body};
- letter-spacing:0.5px;
- font-weight:600;
- font-size:12px;
- color:{color:title};
- text-transform:lowercase;
- }
- #description {
- margin-top:15px;
- padding-right:15px;
- padding-left:15px;
- margin-bottom:5px;
- text-align:left;
- font-family:{text:body}
- font-size:11px;
- color:{color:text};
- background-color:{color:Background};
- }
- /*pagination*/
- .pagination {
- width:270px;
- padding-left:5px;
- padding-top:15px;
- margin-top:0px;
- text-align:left;
- font-size:11px;
- font-family:{text:Body};
- text-transform:none;
- background-color:{color:background};
- }
- .pagination a {
- margin:1em;
- color:{color:Link};
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- .pagination a:hover {
- color:{color:Link Hover};
- text-decoration:none;
- box-shadow: 0 1px {color:borders};
- -moz-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- -webkit-transition-duration: 0.3s;
- transition-duration: 0.3s;
- }
- /*posts*/
- section {
- width:540px;
- margin-left:490px;
- margin-top: 100px;
- margin-bottom:130px;
- }
- .posts {
- width:540px;
- position:relative;
- margin:120px 0;
- text-align:justify;
- }
- .ph {
- position:relative;
- overflow:hidden;
- margin:0;
- }
- .ph img {
- width:auto;
- display:block;
- }
- .photo-slideshow {
- width:auto!important;
- }
- .posts ul li {
- list-style:none;
- line-height:100%;
- margin-left:0px;
- }
- .posts ul li:before {
- content:"›";
- color:{color:accent};
- padding-right:5px;
- }
- /*titles*/
- .title {
- font:{text:body};
- line-height:110%;
- margin-bottom:5px;
- font-size:13px;
- color:{color:text};
- text-transform:none;
- letter-spacing:0.5px;
- font-weight: 500;
- padding-left:20px;
- padding-top:20px;
- padding-right:20px;}
- .title a {color:{color:link};}
- .title a:hover {color:{color:link hover};}
- /*captions*/
- .userheader{
- padding-top:5px;
- padding-left:10px;
- padding-right:5px;
- padding-bottom:0px;
- margin-top:10px;
- margin-bottom:0px;
- width:100%;
- }
- .user {
- line-height:1.5em;
- font:{text:Body};
- font-style:bold;
- font-weight:600;
- font-size:11px;
- color:{color:link};
- }
- .userrb {
- margin-bottom:0px;
- margin-left:0px;
- font:{text:body};
- font-style:bold;
- font-weight:600;
- font-size:11px;
- color:{color:link};
- display:inline-block;
- padding-top:0px;
- }
- .userrbuser {
- margin-top:23px;
- margin-left:5px;
- display:inline-block;
- }
- .userrbuser a {
- color:{color:link};
- }
- .userrbuser a:hover {
- color:{color:hover}
- }
- .userrb img {
- border-radius: 20%;
- width: 18px;
- height: 18px;
- margin-right:10px;
- display:inline-block;
- margin-left:10px;
- margin-top:2em;
- float:left;
- }
- .user img {
- border-radius: 20%;
- width: 18px;
- height: 18px;
- margin-right:10px;
- margin-top:-2px;
- display:inline-block;
- float:left;
- }
- .comment {
- list-style:none;
- overflow:hidden;
- }
- .comment:last-of-type {padding-bottom:0!important;}
- .captioned .comment:first-of-type {margin-top:1em; }
- .tex {margin-top:1.5em;font:{text:body};
- padding-left:10px;
- padding-right:10px;
- padding-top:2px;
- padding-bottom:5px;
- line-height:1.5em;
- }
- .tex li, .tex blockquote {
- margin-top:10px;
- margin-bottom:10px;
- text-align:left;
- }
- /*quote*/
- .qsource {
- padding:20px
- }
- /*audio*/
- .playerwrap {
- padding-bottom:10px;
- }
- .player {
- width:33px;
- position:absolute;
- z-index:9;
- margin-left:24px;
- overflow:hidden;
- border-radius: 30px;
- margin-top:25px;
- margin-bottom:5px;
- opacity:0.5;
- background-color:#f6f6f6;
- }
- .player a {
- opacity:1;
- }
- .trname{
- font:{text:body};
- font-weight:bold;
- font-size:12px;
- border-bottom:1px solid {color:borders};
- font-style:italic;}
- .audio_info {
- margin-left:100px;
- margin-top:-90px;
- position:relative;
- padding:10px;
- line-height:2.5em;
- max-width:calc(100% - 35px);
- }
- .audio_info span {
- white-space:nowrap;
- overflow:hidden;
- text-overflow:ellipsis;
- display:block;
- }
- .albumart img {
- position:relative;
- height:80px;
- width:80px;
- border-radius:100px;
- margin-bottom:10px;
- margin-top:0px;
- }
- .spotify_audio_player {
- height: 80px !important;
- width:540px;
- }
- /*asks*/
- .q {
- text-align:left;
- padding-left:0px;
- padding-bottom:10px;
- margin-bottom:1em;
- font:{text:body};
- color:{color:text};
- }
- .qn {
- padding-left:20px;
- padding-right:20px;
- padding-top:20px;
- padding-bottom:20px;
- background-color:{color:ask background};
- }
- .askr {
- font-weight:600;
- font:{text:body};
- font-size:11px;
- text-transform:lowercase;
- color:{color:text};
- }
- .askr a {
- margin-right:0px;
- color:{color:text};
- }
- .ansr {
- margin-top:2em;
- padding-left:20px;
- padding-right:20px;
- }
- .as {text-transform:lowercase;
- }
- .as a {color:{color:text};}
- .as a:hover {color:{color:link hover};}
- /*chat*/
- .chat {
- text-align:left;
- margin:0;
- padding:0;
- list-style:none;
- }
- .l {
- padding:15px 0;
- border-bottom:1px solid {color:borders};
- }
- .label {
- font-weight:bold;
- color:{color:title};
- display:inline-block;
- }
- .l:first-of-type {padding-top:0;}
- .l:last-of-type {
- padding-bottom:0;
- border:0;
- }
- /*permalink and notes*/
- footer {
- margin: 20px auto;
- padding-top:0px;
- background-color:{color:background};
- border-left:1px solid {color:borders};
- }
- .when {
- margin-top:2em;
- padding-top:0px;
- padding-left:15px;
- padding-bottom:0px;
- padding-right:5px;
- display:block;
- color:{color:text};
- font-weight:600;
- font-size:11px;
- font:{text:body};
- text-transform:lowercase;
- }
- .when a {
- font-weight:600;
- font-size:11px;
- font:{text:body};
- color:{color:text};
- text-transform:lowercase;
- }
- .tags {
- margin-top:1em;
- font-size:11px;
- line-height:2em;
- padding-top:0px;
- padding-right:5px;
- padding-left:5px;
- display:block;
- background:{color:background};
- }
- .tags a {
- font-style:normal;
- word-spacing:1,7px;
- font-family: {text:body};
- color:{color:text};
- display:inline;
- margin:0 5px;
- }
- .pagenotes {
- margin-top:-10px;
- color:#656464;
- padding:10px;
- background:{color:background};
- }
- ol.notes {
- list-style-type:none;
- padding:0px;
- margin:0px;
- }
- ol.notes li.note {
- display:block;
- padding:0;
- margin:5px 0;
- }
- ol.notes li.note img.avatar {display:none!important;}
- a.more_notes_link {
- display:block;
- text-align:center;
- color:{color:link};
- font-family:{text:body};
- padding:20px;
- }
- .credit {
- position:fixed;
- right:12.5px;
- bottom:15px;
- color:#3c3c3c;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <sidebar>
- {block:ifSidebarImage}<div class="sidebarimg"><img src="{image:Sidebar}"/></div>{/block:ifSidebarImage}
- <div class="sidecontent">
- {block:ifShowTitle}<div class="blogtitle"><a href="/">{Title}</a></div>
- {/block:ifShowTitle}
- <div id="description">{Description}</div>
- <div class="nav"><a href="/">Home</a> <br><a href="/ask">Message</a> {block:ifShowArchive} <br><a href="/archive">archive</a> {/block:ifShowArchive} {block:ifLink1}<br><a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1} {block:ifLink2}<br><a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2} {block:ifLink3}<br><a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3} {block:ifLink4}<br><a href="{text:Link 4 Url}">{text:Link 4}</a>{/block:ifLink4} {block:ifLink5}<br><a href="{text:Link 5 Url}">{text:Link 5}</a>{/block:ifLink5}</div></div> </div>
- {block:Pagination}
- <div class="pagination">
- <span>
- {block:PreviousPage}<a href="{PreviousPage}">prev</a>{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}</span>
- </div>
- {/block:Pagination}
- </sidebar>
- <section id="entries">{block:posts}
- <article class="posts {block:caption}captioned{/block:caption}">
- {block:Quote}
- <div class="title quote">{quote}</div>
- {block:Source}<div class="qsource">{source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="title">{title}</div>{/block:Title}
- {block:RebloggedFrom}
- {block:Reblogs}
- <div class="comment">
- {block:Title}<li class="ted">{/block:Title}
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="userrb" target="_blank"><img src="{PortraitURL-64}"> <div class="userrbuser">{username}</div></a>
- <div class="tex">{body}</div>
- </div>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {block:NotReblog}
- <li class="comment {block:Title}ted{/block:Title}">
- <div class="tex">{body}</div>
- </li>
- {/block:NotReblog}
- {/block:Text}
- {block:Link}{block:Thumbnail}<div class="thumbnail"><img src="{Thumbnail-HighRes}"/></div>{/block:Thumbnail}<div class="title"> <a href="{URL}">{name}</a></div>
- {block:Description}
- {block:NotReblog}
- <li class="comment ted">
- <div class="tex">{description}</div>
- </li>
- {/block:NotReblog}
- {/block:Description}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{Permalink}"{/block:haspermalink}</a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="title">{title}</div>{/block:Title}
- <ol class="chat {block:Title}ted{/block:Title}">
- {block:lines}
- <li class="l {Alt}">
- {block:label}<span class="label">{label}</span>{/block:label} {line}
- </li>
- {/block:lines}
- </ol>
- {/block:Chat}
- <div class="ph">
- {block:Photo}{linkopentag}<img src="{photoURL-HighRes}" alt="{PhotoAlt}"/>{linkclosetag}{/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:Photoset}
- {block:Video}{video-500}{/block:Video}
- {block:Audio}
- <div class="playerwrap">
- <div class="player">{audioplayerwhite}</div>
- {block:albumart}<div class="albumart"><img src="{albumartURL}"></div class="albumart">{/block:albumart}
- <div class="audio_info">
- {block:trackname}<span class="trname">{trackname}</span>{/block:trackname}
- {block:album}<span class="album">{album}{/block:album} by {block:artist}{artist}{/block:artist}</span>
- </div></div>
- {/block:Audio}
- {block:caption}
- {block:Reblogs}
- <li class="comment">
- <div class="userheader"><a {block:haspermalink}href="{Permalink}"{/block:haspermalink} class="user" target="_blank"> <img src="{PortraitURL-64}"> {username}</a></div>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {block:NotReblog}
- <li class="comment" style="padding:0">
- <div class="tex">{caption}</div>
- </li>
- {/block:NotReblog}
- {/block:caption}
- </div>
- {block:Answer}
- <div class="q">
- <span class="askr"><div class="user"><img src="{AskerPortraitURL-64}"> {username}</a></div>{Asker} asked</span></div> <div class="qn">{Question}</div>
- {block:Answerer}
- <div class="ansr">
- <div class="user"><img src="{AnswererPortraitURL-64}"> {username}</a> {answerer}</div> <div class="tex"> {answer} </div>
- </div>
- {/block:Answerer}
- {block:NotReblog}
- <li class="comment">
- <div class="tex">{replies}</div>
- </li>
- {/block:NotReblog}
- {block:RebloggedFrom}
- {block:Reblogs}
- <li class="comment">
- <a {block:haspermalink}href="{permalink}"{/block:haspermalink} class="userrb" target="_blank"><img src="{PortraitURL-64}"><div class="userrbuser">{username}</div></a>
- <div class="tex">{body}</div>
- </li>
- {/block:Reblogs}
- {/block:RebloggedFrom}
- {/block:Answer}
- {block:Date}
- <footer>
- <div class="when">
- <span><a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}</a>{block:NoteCount} {NoteCountWithLabel}{/block:NoteCount}
- {block:Permalink}{block:ContentSource} <a href="{SourceURL}">{SourceTitle}</a>{/block:ContentSource}
- {/block:Permalink}
- <div style="float:right">
- {block:RebloggedFrom}<a href="{ReblogParentURL}">Via</a>{/block:RebloggedFrom}
- <a href="{ReblogURL}" target="_blank" class="reblog">
- Reblog
- </a>
- </a></div></div></span></div>
- <div class="tags">
- {block:hastags}
- <span class="tags">{block:Tags}<a href="{TagUrl}"> {Tag}</a>{/block:Tags}</span>
- {/block:hasTags}
- </div>
- {/block:Date}
- </footer>
- </article>
- {block:PostNotes}
- <article class="posts pagenotes">
- <hr>
- {PostNotes}
- </article>
- {/block:PostNotes}
- {/block:Posts}
- </section>
- <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>
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- <div class="credit"><a href="https://arianagrandre.tumblr.com/" title="arianagrandre"><span class="lnr lnr-star"></span></span></a></div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement