Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- // {Thm:Revamp}
- Love Story
- by eggdesigns.co //
- + basic html and css knowledge is required to customize this theme
- + feel free to edit and custom the theme to your liking,
- but don't redistribute, use as a base, or claim as your own
- + please do not move or remove the credit
- Version 2.0
- -->
- <!DOCTYPE html>
- <html>
- <head>
- <title>{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}
- <!-- google fonts -->
- <link href="https://fonts.googleapis.com/css?family=Raleway" rel="stylesheet">
- <!-- images -->
- <meta name="image:background" content="" />
- <!-- colors -->
- <meta name="color:background" content="#f7f7f7" />
- <meta name="color:posts" content="#fff" />
- <meta name="color:text" content="#222" />
- <meta name="color:links" content="#575757" />
- <meta name="color:underline" content="#f5b1bd" />
- <meta name="color:border" content="#eee" />
- <meta name="color:scrollbar" content="#ffb8c7" />
- <meta name="color:scrollbar background" content="#f8f8f8" />
- <meta name="color:selection background" content="#ddd" />
- <meta name="color:selection text" content="#000" />
- <meta name="color:usernames" content="#cc6898" />
- <meta name="color:info links" content="#e7507d" />
- <meta name="color:current page" content="#fff" />
- <meta name="color:current page text" content="#444" />
- <meta name="color:pagination text" content="#8c8c8c" />
- <meta name="color:jump page" content="#fedbd3" />
- <!-- text boxes -->
- <meta name="text:asked" content="shouted" />
- <meta name="text:bullet point" content="+" />
- <meta name="text:tag symbol" content="#" />
- <!-- toggle switches -->
- <meta name="if:full background" content="" />
- <!-- saturn icons -->
- <link href="//dl.dropbox.com/s/50g6fbds3rh4m0j/saturnicons.css" rel="stylesheet">
- <!-- jquery -->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- </head>
- <style type="text/css">
- /* scrollbar */
- ::selection {
- background: {color:selection background}; /* WebKit/Blink Browsers */color:{color:selection text};
- }
- ::-moz-selection {
- background: {color:selection background}; /* Gecko Browsers */color:{color:selection text};
- }
- ::-webkit-scrollbar {
- width: 10px;
- height:10px;
- }
- ::-webkit-scrollbar-button {
- width: 0px;
- height: 0px;
- }
- ::-webkit-scrollbar-thumb {
- background: {color:scrollbar};
- border-radius: 2px;
- }
- ::-webkit-scrollbar-track {
- background:{color:scrollbar background};
- border: 4px solid {color:background};
- }
- /* general styling */
- body {
- margin:0;
- word-wrap:break-word;
- font-family:Raleway;
- font-size:16.2px;
- color:{color:text};
- line-height:160%;
- overflow-x:hidden;
- }
- a {
- color:{color:links};
- text-decoration:none;
- transition:.6s;
- }
- a:hover {
- color:{color:link hover};
- transition:.6s;
- }
- h1{ padding:20px; margin-top:2px; font-size:18px; text-align:center; padding-bottom:30px; position:relative;}
- li {
- list-style:none;
- }
- /* header */
- header {
- position:fixed;
- width:100%;
- top:0px;
- background:white;
- height:70px;
- z-index:9;
- line-height:70px;
- }
- nav {
- margin-left:30%;
- }
- nav a {
- margin:10px;
- }
- /* sidebar */
- aside {
- width:26%;
- background:white;
- position:fixed;
- height:100vh;
- top:0px;
- display:flex;
- justify-content:center;
- align-items:center;
- align-content:center;
- flex-wrap:wrap;
- text-align:center;
- }
- .title {
- width:80%;
- font-weight:bold;
- }
- .description {
- font-size:.92em;
- background:{color:background} url({image:background})
- {block:iffullbackground} no-repeat center center fixed;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- width:calc(80% - 40px);
- box-shadow:inset 6px 6px 40px rgba(0,0,0,.06);
- padding:20px;
- border-radius:10px;
- }
- .links {
- padding:10px 0;
- }
- .links a{
- margin:8px;
- }
- aside p {
- margin:10px auto;
- }
- aside img {
- width:90px;
- box-shadow:6px 6px 40px rgba(0,0,0,.06);
- border-radius:10px;
- margin:10px auto;
- }
- .posts li:before {
- content:'{text:bullet point} ';
- }
- /* Posts */
- #container {
- width:calc(70% - 40px);
- padding:20px;
- column-count:3;
- margin:70px 0;
- margin-left:28%;
- box-shadow:inset 4px 4px 40px rgba(0,0,0,.04);
- background:{color:background} url({image:background})
- {block:iffullbackground} no-repeat center center fixed;
- background-size: cover; {/block:iffullbackground};
- background-attachment:fixed;
- column-gap:10px;
- border-radius: 10px;
- {block:permalinkpage}
- display:block;
- column-count:1;
- {/block:permalinkpage}
- }
- .posts {
- margin:10px auto;
- width:90%;
- z-index:4;
- display:inline-block;
- break-inside:avoid;
- }
- ol.notes {
- line-height:250%;
- background:{color:posts};
- border-radius:10px;
- }
- .posts, ol.notes{
- position:relative;
- {block:permalinkpage}
- margin:50px auto; display:block;
- width:50%;
- {/block:permalinkpage}
- break-inside:avoid;
- }
- .posts img {
- max-width:100%;
- box-shadow:6px 6px 40px rgba(0,0,0,.06);
- border-radius:8px;
- }
- .posts iframe {
- box-shadow:6px 6px 40px rgba(0,0,0,.06);
- border-radius:8px;
- }
- /* Captions */
- .caption {
- position:relative;
- width:calc(100% - 40px);
- margin-top:8px;
- padding:20px;
- background:{color:posts};
- border-radius:8px;
- display:none;
- {block:permalinkpage}
- display:block;
- {/block:permalinkpage}
- }
- {block:indexpage}
- .textpost .caption {
- height:200px;
- display:block;
- overflow:hidden;
- }
- .textpost .caption:before {
- content:'';
- position:absolute;
- width:100%;
- height:100%;
- background:linear-gradient(to top, {color:posts} 0%, transparent 80%);
- }
- {/block:indexpage}
- .reblog-content a {
- border-bottom:2px solid {color:underline};
- }
- .user, .tumblr_blog, .deactivated, .tumblelog, ol.notes .like .action a{
- margin:6px;
- margin-left:20px;
- padding:4px;
- border-radius:4px;
- border:none;
- position:relative;
- background:rgba({RGBcolor:usernames}, .12)
- }
- .user:after, .tumblr_blog:after, .deactivated:after, .tumblelog:after, ol.notes .like .action a:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 8px 13px 8px 0;
- border-color: transparent rgba({RGBcolor:usernames}, .12); /* keep same color as bubble */
- display: block;
- width: 0;
- z-index: 1;
- left: -13px;
- top: 6px;
- }
- /* permalink */
- .hover {
- position:absolute;
- opacity:0;
- z-index:9;
- transition:.6s;
- top:16px;
- right:10px;
- }
- .hover a {
- background:{color:links};
- color:white;
- padding:8px 6px 2px 6px;
- border-radius:20%;
- }
- .posts:hover .hover {
- opacity:.8;
- }
- /* permalink info */
- .info {
- text-align: center;
- transition: .6s;
- z-index:9;
- padding: 8px;
- display:none;
- {block:permalinkpage}
- display:block;
- {/block:permalinkpage}
- }
- .info a {
- color:{color:info links};
- margin:6px;
- }
- /* tags */
- .tags {
- position:relative;
- display:none;
- {block:permalinkpage}
- display:block;
- {/block:permalinkpage}
- }
- .tag {
- text-align:center;
- font-size:.92em;
- }
- /* ask posts */
- .speechbubble{
- width:70%;
- position: relative;
- background:#eee;
- left:80px;
- margin: 0;
- font-size:14px;
- padding:20px;
- height: auto;
- background: #FFFFFF;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- border: {color:border} solid 1px;
- }
- .speechbubble:after{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent #FFFFFF;
- display: block;
- width: 0;
- z-index: 1;
- left: -17px;
- top: 23px;
- }
- .speechbubble:before{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 12px 17px 12px 0;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- left: -18px;
- top: 23px;
- }
- .speechbubble2{
- position: relative;
- background:#eee;
- font-size:14px;
- text-align:left;
- height: auto;
- background: #FFFFFF;
- -webkit-border-radius: 2px;
- -moz-border-radius: 2px;
- border-radius: 2px;
- border: {color:border} solid 1px;
- width:70%;
- left:30px;
- color:{color:ask post text};
- margin: 0;
- padding:10px;
- text-align:right;
- }
- .speechbubble2:after{
- content: '';
- position:absolute;
- border-style: solid;
- border-width: 10px 0 10px 17px;
- border-color: transparent #FFFFFF;
- display: block;
- width: 0;
- z-index: 1;
- right: -17px;
- top: 10px;
- }
- .speechbubble2:before{
- content: '';
- position: absolute;
- border-style: solid;
- border-width: 10px 0 10px 17px;
- border-color: transparent {color:border};
- display: block;
- width: 0;
- z-index: 0;
- right: -18px;
- top: 10px;
- }
- /* audio posts */
- #albumart {
- z-index:2;
- width:90px;
- float:left;border-radius:100%;
- height:90px;
- border:1px solid {color:border};
- }
- .playerbox {
- float:left;
- padding:6px;
- }
- #albumart img{
- width:90px!important;
- height:90px!important;
- float:left;border-radius:100%;
- border-width:0px; transition:.6s;
- }
- .playerbox:hover #albumart img{
- transition:0.6s;
- transform:rotate(300deg); }
- .player {
- max-width:20px;
- overflow:hidden;
- max-height:40px;
- transform:scale(1.16);
- border-radius:100%;
- top:8px;
- bottom:10px;
- left:0px;
- padding:8px;
- padding-top:6px;
- padding-left:10px;
- padding-bottom:0px;
- border-radius:100%;
- position:absolute;
- }
- .playercon {
- width:56px;
- height:56px;
- border-radius:100%;
- left:0px;
- background:#f2f2f2;
- top:16px;
- position:relative;
- transition:.6s;
- }
- .infobox {
- float:left top;
- margin-left:120px;
- background-color:transparent;
- padding:14px;
- padding-left:2px;
- overflow:hidden;
- max-height:120px;
- color:{color:text};
- }
- .track {
- font-size:14px;
- letter-spacing:2px;
- padding:2px;
- font-weight:300;
- transition:.6s;
- color:#333;
- }
- .artist {
- padding:2px;
- font-size:14px;
- font-style:italic;
- }
- .album {
- font-size:12px;
- }
- .playcount {
- font-size:12px;
- text-transform:uppercase;
- letter-spacing:3px;
- }
- #audiopost {
- padding:10px;
- border-radius:8px;
- background:{color:posts};
- }
- /* link post */
- .linkd {
- padding:10px;
- background:{color:posts};
- border-radius:8px;
- }
- .linkp{
- font-size:24px; text-align:center;
- }
- .linkp a{text-decoration:none; }
- .linkp:after{
- content:'»';
- transition:.6s; margin-left:2px;
- }
- .linkp:hover:after{
- margin-left:10px;
- transition:.6s;
- color:{color:link};
- }
- /* chat posts */
- .chat {
- padding:5px;
- line-height:150%;
- }
- .chat:nth-of-type(odd) {
- background:{color:text};
- color:{color:posts};
- width:100%;
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(odd) b {
- color:{color:posts};
- -webkit-transition:.5s;
- transition:.5s;
- }
- .chat:nth-of-type(even) {
- background:{color:posts};
- color:{color:text};
- width:100%;
- -webkit-transition:.5s;
- transition:.5s; }
- .chat:nth-of-type(even) b{
- color:{color:text};
- -webkit-transition:.5s;
- transition:.5s; }
- #egg { opacity:.8;right:10px; bottom:10px; position:fixed;display:block; width: 14px; height: 18px; background-color:#FFFEFC; -webkit-border-radius: 63px 63px 63px 63px / 108px 108px 72px 72px; border-radius: 50% 50% 50% 50% / 60% 60% 40% 40%; border:2px solid #aaa; z-index:99999;
- }
- #egg:hover { animation-name: egg;
- animation-duration: 1s;
- animation-iteration-count: infinite;}
- @keyframes egg{
- 0%{}
- 10%{transform:rotate(20deg)}
- 80%{transform:rotate(-20deg)}
- 100%{}
- }
- /** Pagination **/
- #pagination {
- margin: 10px auto 10px auto;
- left: 0;
- right: 0;
- z-index:99999;
- text-align: center;
- position: relative;
- width: 100%!important;
- display:block;
- }
- #pagination a, .jump_page, .current_page {
- margin: 0 4px;
- display: inline-block;
- width: 40px;
- height: 40px;
- text-align: center;
- background: {color:jump page};
- border-radius: 100%;
- color:{color:pagination text};
- line-height: 42px;
- }
- .currentpage {
- background: {color:jump page};
- color:{color:pagination text};
- padding:10px;
- margin:10px;
- border-radius:30px;
- }
- .current_page {
- background: {color:current page};
- color:{color:current page text};
- }
- /* Search */
- #search {
- width:20%;
- position:relative;
- margin:auto;
- height:60px;
- }
- .search-scope {
- font-size: 18px;
- text-align: center;
- }
- #search-scope input, #search-scope label {
- cursor: pointer;
- }
- #search form {
- position:relative;
- width:100%;
- transition:.4s;
- }
- #search form .query {
- position:relative;
- text-align:center;
- outline: none;
- border:none;
- background:white;
- width: 100%;
- border-radius:30px;
- font-size:18px;
- padding:10px 0px;
- border:1px solid #eee;
- }
- footer {
- padding:30px;
- }
- </style>
- <body>
- <aside>
- <img src="{portraitURL-128}">
- <p class="title"><big>{Title}</big></p>
- <p class="description">{Description}</p>
- {block:HasPages} {block:Pages}<div class="links"><a href="{URL}">{Label}</a> </div>{/block:Pages} {/block:HasPages}
- </aside>
- <header>
- <nav>
- <a href="/">Home</a>
- {block:askenabled}<a href="/ask">Ask</a> {/block:askenabled}
- {block:submissionsenabled} <a href="/submit">Submit</a> {/block:submissionsenabled}
- <a href="/archive">Archive</a>
- </nav>
- </header>
- <a href="http://espoirthemes.tumblr.com" title="credit"><div id="egg"></div></a>
- <div id="container">
- {block:searchpage}<div class="caption">
- {lang:SearchResultCount results for SearchQuery}</div>
- {/block:searchpage}
- {block:NoSearchResults} <div class="caption">
- {lang:No posts containing SearchQuery}</div>
- {/block:NoSearchResults}
- {block:TagPage}<div class="caption">
- {lang:Showing TagResultCount posts tagged Tag}</div>
- {/block:TagPage}
- {block:Posts}<div class="posts {block:text} textpost {/block:text}" >
- <!-- {block:NoRebloggedFrom}
- {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}
- {/block:NoRebloggedFrom} -->
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}
- {block:Title}
- <h3><a href="{Permalink}">{Title}</a></h3>
- {/block:Title}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Body}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Text}{block:Photo}
- <img src="{photourl-HighRes}">
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Photo}{block:Panorama}
- {LinkOpenTag}
- <img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/>
- {LinkCloseTag}{block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Panorama}{block:Photoset}
- {Photoset}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:permalinkpage}
- {/block:Photoset}
- {block:Quote}
- <big> {Quote} </big>
- <br>
- {block:Source}
- -{Source}
- {/block:Source}<br>
- {/block:Quote}
- {block:Link}
- <div class="linkd"> <center>
- <a href="{URL}" class="linkp" target="_blank"> {Name}</a>
- </center> </div>
- {block:Description}<div class="caption">
- {Description}</div> {/block:description}
- {/block:Link}
- {block:Chat}
- {block:Title}<a href="{Permalink}" style="background:transparent; padding:0;"><h1>{title}</h1></a>{/block:Title}{block:Lines}<div class="chat">{block:Label}<b>{Label}</b>{/block:Label} {Line}<br/></div>{/block:Lines}
- {/block:Chat}
- {block:Video}
- {Video-400}
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}
- <div id="audiopost">
- <div class="playerbox">
- <div id="albumart"> {block:AlbumArt}<img src="{AlbumArtURL}">{/block:AlbumArt}</div>
- <center><div class="playercon"><div class="player">{AudioPlayerWhite}</div></div></center></div>
- <div class="infobox">
- <div class="track"> {block:TrackName}
- {TrackName}
- {/block:TrackName} </div>
- <div class="artist">
- {block:Artist}{Artist}
- {/block:Artist} </div>
- <div class="album">
- {block:Album}
- {Album}
- {/block:Album}
- </div>
- <div class="playcount">
- {block:PlayCount}{PlayCountWithLabel}{/block:PlayCount}</div>
- </div></div>
- <br>
- {block:Caption}
- <div class="caption"> {block:NotReblog}
- <figcaption>
- {Caption}
- </figcaption>
- {/block:NotReblog}
- {block:RebloggedFrom}
- <div class="reblog-list">
- {block:Reblogs}
- <div class="{block:isOriginalEntry}original-reblog{/block:isOriginalEntry}">
- <div class="reblog-header">
- {block:IsActive}
- <a class="{block:isNotOriginalEntry}sub-reblog{/block:isNotOriginalEntry}" href="{Permalink}" target="_blank">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive {block:isNotOriginalEntry} sub-reblog{/block:isNotOriginalEntry}">
- <img src="{PortraitURL-64}" style="width:24px; float:left">
- </span>
- {/block:IsDeactivated}
- {block:IsActive}
- <a target="_blank" href="{Permalink}" class="user">{Username}</a>
- {/block:IsActive}
- {block:IsDeactivated}
- <span class="inactive deactivated">{Username}</span>
- {/block:IsDeactivated}
- </div>
- <div class="reblog-content">
- {Body}
- </div>
- </div>
- {/block:Reblogs}
- </div>
- {/block:RebloggedFrom}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Answer} <br><div class="caption">
- <div class="askerportrait"><img style=" margin-left:0px; position:absolute;" src="{AskerPortraitURL-48}" align="left" /></div><div class="speechbubble">{Asker} {text:asked}: {Question}</div><br>
- {block:Answerer}
- <div class="askerportrait"><img style="right:20px; position:absolute;" src="{AnswererPortraitURL-48}" align="right" /></div><div class="speechbubble2" style="text-align:left;">{Answerer}: {Answer}</div>
- <br>
- {/block:Answerer}
- {block:NotReblog}
- <div class="askerportrait"><img style="right:20px; position:absolute;" src="{PortraitURL-48}" align="right" /> </div><div class="speechbubble2" style="text-align:left">{replies}</div>
- {/block:NotReblog}
- </div>
- {/block:Answer}
- {block:Date}
- {block:indexpage}
- <div class="hover">
- <a href="{permalink}"><span class="sf sf-eye-o"></span></a>
- </div>
- {/block:indexpage}
- <div class="info">
- {lang:Posted on DayOfWeek DayOfMonth Month Year 3} with <a href="{permalink}">{NoteCountWithLabel}</a>
- </div> {/block:Date}
- {block:HasTags}<div class="tags"> <div class="tag">{block:tags} <a href="{TagURL}">{text:tag symbol}{Tag}</a>{/block:tags}</div></div> {/block:HasTags}
- </div>
- <center>
- {block:PermalinkPagination}
- {block:PreviousPost}
- <a href="{PreviousPost}" class="jump_page"><span class="sf sf-arrow-left"></span></a>
- {/block:PreviousPost}
- {block:NextPost}
- <a href="{NextPost}" class="jump_page"><span class="sf sf-arrow-right"></span></a>
- {/block:NextPost}
- {/block:PermalinkPagination}
- </center>
- <!--posts end-->{/block:Posts}
- {block:PostNotes} {PostNotes} {/block:PostNotes}
- </div><!--container end-->
- <center>
- {block:Pagination}
- <div id="pagination">
- {block:previousPage} <span class ="jump_page"><a href="{PreviousPage}"> <span class="sf sf-arrow-left"></span></a></span>{/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page sf-heart-2-o"></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage} <span class="jump_page">
- <a href="{NextPage}"> <span class="sf sf-arrow-right"></span> </a>
- </span>{/block:NextPage}
- </div>
- {/block:Pagination}
- {block:DayPagination}{block:PreviousDayPage}
- <a href="{PreviousDayPage}" class="jump_page">
- <span class="sf sf-arrow-left"></span>
- </a>
- {/block:PreviousDayPage}
- {block:PreviousDayPage}
- <span class="currentpage"> Previous: {ShortMonth} {Dayofmonth} </span>
- {/block:PreviousDayPage}
- {block:NextDayPage}
- <span class="currentpage">Next: {ShortMonth} {Dayofmonth} </span>
- {/block:NextDayPage}
- {block:NextDayPage}
- <a href="{NextDayPage}" class="jump_page">
- <span class="sf sf-arrow-right"></span>
- </a>
- {/block:NextDayPage}{/block:DayPagination}
- <footer>
- <div id="search" title="search">
- <form action="/search" method="get" id="search-form">
- <input type="hidden" name="t" value="accessibletheme" />
- <input type="text" name="q" class="query" value="" placeholder="Search"
- />
- </form></div>
- <p>
- {CopyRightYears} <br>
- <br>
- Love Story theme by <a href="http://espoirthemes.tumblr.com">eggdesigns.co</a>
- </p></footer>
- </center>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement