Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
- "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <!----------
- Theme #11 "Exceptionally" by Vanne @ themesbyvanne.tumblr.com ***PLEASE DO NOT REMOVE THE CREDITS, THANKS YOU***
- For any questions please visit my FAQ page.
- Cualquier duda por favor visita mi página de FAQ.
- ----------->
- <html>
- <head>
- <link href='http://fonts.googleapis.com/css?family=Roboto+Condensed:400italic,400,700' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Homemade+Apple' rel='stylesheet' type='text/css'>
- <title>{Title}{block:PostTitle} - {PostTitle}{/block:PostTitle}</title>
- {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
- <link rel="shortcut icon" href="{Favicon}">
- <link rel="alternate" type="application/rss+xml" href="{RSS}">
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar Image" content="https://31.media.tumblr.com/cbc97c951d2fabfb75013c2a5694c923/tumblr_myhq59TSDg1t0v4cmo1_250.png"/>
- <meta name="color:Background" content="#ffffff"/>
- <meta name="color:Title" content="#a3c0bb"/>
- <meta name="color:Blockquote Text" content="#9ababa"/>
- <meta name="color:Borders" content="#c3e2e3"/>
- <meta name="color:Text" content="#92a19f"/>
- <meta name="color:Link" content="#7dc3c1"/>
- <meta name="color:Link Hover" content="#80a5a4"/>
- <meta name="color:Italic Text" content="#779c8d"/>
- <meta name="color:Bold Text" content="#809aa6"/>
- <meta name="if:Infinite Scroll" content="1">
- <meta name="if:Show Captions" content="1">
- <meta name="text:Sidebar Title" content="exceptionally">
- <meta name="text:Ask URL" content="/ask">
- <meta name="text:Link 1" content="link 1">
- <meta name="text:Link 1 URL" content="">
- <meta name="text:Link 2" content="link 2">
- <meta name="text:Link 2 URL" content="">
- <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="">
- <style type="text/css">
- iframe#tumblr_controls {
- right: 3px !important;
- position: fixed !important;
- opacity: 0.2;
- white-space: nowrap;
- -webkit-filter: invert(100%);
- -moz-filter: invert(100%);
- -o-filter: invert(100%);
- -ms-filter: invert(100%);
- filter: invert(100%);
- -webkit-transition: opacity 0.7s linear;
- -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;
- }
- iframe#tumblr_controls:hover {
- opacity: 0.7;
- }
- body {
- background: {color:Background} url('{image:Background}');
- background-attachment: fixed;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:Bold Text};
- height: auto;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color: {color:Bold Text};
- height: auto;
- }
- ::-webkit-scrollbar {
- height: 4px;
- width: 4px;
- background: {color:Background};
- }
- blockquote {
- margin-left: 0px;
- margin-right: 0px;
- padding-left: 5px;
- font-style: italic;
- border-left: 3px solid;
- color: {color:Blockquote Text};
- font-family: Roboto Condensed;
- }
- a {
- text-decoration: none;
- color: {color:Link};
- }
- a:hover {
- color: {color:Link Hover};
- text-decoration: none;
- }
- b, strong {
- color: {color:Bold Text};
- font-weight: 700;
- }
- i, em {
- color: {color:Italic Text};
- font-weight: 400italic;
- }
- /*SIDEBAR*/
- #title {
- z-index: 99999;
- position: fixed;
- margin-top: 187px;
- margin-left:45px;
- font-size: 30px;
- font-family: Homemade Apple;
- line-height: 31px;
- text-align: center;
- color: {color:Title};
- width: 410px;
- }
- #sidebar {
- z-index:9999;
- position: fixed;
- margin-left:45px;
- margin-top: 220px;
- width: 250px;
- border: 1px dotted {color:Borders};
- }
- #sidebar img {
- padding: 5px;
- width: 240px;
- text-align:left;
- }
- #description {
- position: fixed;
- margin-left: 305px;
- margin-top: 220px;
- padding: 10px;
- width: 130px;
- height: 116px;
- overflow: auto;
- line-height: 13px;
- z-index:9999;
- font-size: 10px;
- font-family: Roboto Condensed;
- text-align: center;
- color: {color:Text};
- border: 1px dotted {color:Borders};
- }
- /*CUSTOM LINKS*/
- #navi {
- position: fixed;
- margin-left: 303px;
- margin-top: 364px;
- z-index: 99999;
- padding: 2px;
- width: 155px;
- }
- #navi a {
- z-index: 99999;
- position: relative;
- display: inline-block;
- margin: 2px 0px 2px 0px;
- text-align: center;
- text-transform: uppercase;
- font-family: Roboto Condensed;
- font-size: 9px;
- width: 62px;
- padding: 5px;
- letter-spacing: 1px;
- word-spacing: 2px;
- border: 1px dotted {color:Borders};
- -webkit-transition: all .7s ease;
- -moz-transition: all .7s ease;
- -o-transition: all .7s ease;
- transition: all .7s ease;
- }
- #navi a:hover {
- }
- /*ENTRIES*/
- #container {
- margin-top: 30px;
- margin-bottom: 30px;
- margin-left: 500px;
- width: 480px;
- }
- .entry {
- float:left;
- z-index: 9999;
- position: relative;
- text-align: justify;
- font-size: 12px;
- padding: 5px;
- font-family: Roboto Condensed;
- color: {color:Text};
- border: 1px dotted {color:Borders};
- width: 400px;
- margin-left: 0px;
- margin-bottom: 25px;
- }
- .entry img {
- max-width: 100%;
- }
- #entrytitle {
- z-index: 99999;
- text-align: center;
- text-transform: none;
- font-family: Roboto Condensed;
- margin-bottom: -8px;
- font-size: 20px;
- line-height: 22px;
- color: {color:Title};
- }
- /*PAGINATION*/
- #pagination {
- z-index: 9999999;
- position: fixed;
- padding: 2px;
- bottom: 20px;
- left: 20px;
- {block:IfInfiniteScroll}
- display: none;
- {block:IfInfiniteScroll}
- {block:IfNotInfiniteScroll}
- display: visible;
- {/block:IfNotInfiniteScroll}
- }
- #pagination a {
- display: inline-block;
- opacity: .8;
- font-size: 9px;
- padding: 4px 6px 2px 6px;
- margin: 4px;
- text-align: center;
- border-radius: 3px;
- font-family: Roboto Condensed;
- }
- #pagination a:hover {
- opacity: 1;
- }
- span.highlight1 {
- margin: 4px;
- font-family: Roboto Condensed;
- font-size: 9px;
- border-radius: 3px;
- padding: 4px 0px 2px 0px;
- }
- /*ASK*/
- #ask {
- border: 1px solid {color:Borders};
- padding: 5px 7px 5px 7px;
- min-height: 40px;
- font-style: italic;
- }
- #answer {
- padding: 10px 5px 0px 5px;
- }
- #portrait img {
- float: left;
- padding: 2px;
- border: 1px dotted {color:Borders};
- margin: 3px 7px 5px 3px;
- }
- /*IMAGES*/
- .photo {
- opacity: .9;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .photo:hover {
- opacity: 1;
- }
- .entry img {
- opacity: .9;
- -webkit-transition: all 0.5s ease-in-out;
- -moz-transition: all 0.5s ease-in-out;
- -o-transition: all 0.5s ease-in-out;
- -ms-transition: all 0.5s ease-in-out;
- transition: all 0.5s ease-in-out;
- }
- .entry img:hover {
- opacity: 1;
- }
- /*AUDIO*/
- #audio img {
- float: left;
- margin-right: 10px;
- width: 60px;
- }
- #player {
- width: 28px;
- overflow: hidden;
- position: absolute;
- opacity: .2;
- margin-left: 15px;
- margin-top: 15px;
- }
- #player:hover {
- opacity: .8;
- }
- /*AUDIO PERMALINK PAGE*/
- #audio2 img {
- width: 200px;
- float: left;
- margin-right: 7px;
- }
- /*BACK TO TOP*/
- .top {
- position: fixed;
- z-index: 999;
- }
- .top a {
- color: {color:Navigation BG};
- border-radius: 30px;
- padding: 7px 10px 7px 10px;
- font-size: 10px;
- font-family: Roboto Condensed;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 1px;
- }
- .top a:hover {
- color: {color:Navigation BG Hover};
- }
- #scrollToTop:link, #scrollToTop:visited {
- z-index: 9999;
- display: none;
- position: fixed;
- bottom: 40px;
- left: 400px;
- }
- /*CHAT*/
- .chat {
- margin: 0;
- font-family: Roboto Condensed;
- }
- .chat .chat1 {
- margin-left: 0px;
- }
- .chat .chat1 .chat2 {
- background: {color:Text};
- color: {color:Background};
- margin-bottom: 2px;
- padding: 4px 4px 5px 5px;
- }
- .chat .chat1 .chat2.even {
- background: {color:Background};
- color: {color:Text};
- }
- #chattitle {
- margin-bottom: 6px;
- font-size: 22px;
- text-align: center;
- text-transform: none;
- font-family: Roboto Condensed;
- color: {color:Title};
- }
- /*PERMALINK AND TAGS FOR TEXT*/
- #permalinktxt{
- margin-top: 6px;
- border-top: 1px dotted {color:Borders};
- padding: 2px;
- font-family: Roboto Condensed;
- text-align: left;
- position: relative;
- text-transform: uppercase;
- font-size: 10px;
- }
- #tagstxt{
- padding: 2px;
- font-family: Roboto Condensed;
- text-align: left;
- text-transform: uppercase;
- position: relative;
- font-size: 10px;
- }
- /*PERMALINK PAGE*/
- #permalink2{
- font-family: Roboto Condensed;
- text-align: center;
- position: relative;
- text-transform: none;
- font-size: 11px;
- padding: 3px;
- left: -10px;
- top: 8px;
- width: 414px;
- margin-bottom: 10px;
- }
- /*CREDITS*/
- #credz {
- position: fixed;
- bottom: 8px;
- right: 8px;
- font-size: 10px;
- font-family: Roboto Condensed;
- }
- </style>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.2/jquery.min.js"></script>
- <script src="http://static.tumblr.com/ikeq9mi/DfYl6o46t/scrolltotop.min.js"></script>
- <div class="top">
- <a href="javascript:;" id="scrollToTop">back to<br>top ↑</a>
- </div>
- {block:IfInfiniteScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfInfiniteScroll}
- </head>
- <body>
- <div id="title">{text:Sidebar Title}</div>
- <div id="sidebar">
- <div id="sidebar img"><img src="{image:Sidebar Image}"/>
- </div>
- </div>
- <div id="description">{Description}</div>
- <div id="navi">
- <a href="/">home</a>
- <a href="{text:Ask URL}">ask</a>
- <a href="/archive">Archive</a>
- <a href="http://themesbyvanne.tumblr.com">theme</a>
- {block:iflink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:iflink1}
- {block:iflink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:iflink2}
- {block:iflink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:iflink3}
- {block:iflink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:iflink4}
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}<a href="{PreviousPage}">PREVIOUS</a>{/block:PreviousPage}
- {block:JumpPagination length="4"}
- {block:CurrentPage}<span class="current_page"><span class="highlight1"> {PageNumber} </span></span>{/block:CurrentPage}
- {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
- {block:NextPage}<a href="{NextPage}">NEXT</a>{/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="container">
- {block:Posts}
- <div class="entry">
- {block:Text}
- {block:Title}<div id="entrytitle">{Title}</div>{/block:Title}
- {Body}
- <!-- permalink --> {block:IndexPage}
- <center>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- </center>
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-highres}" width="400px" alt="{PhotoAlt}">{LinkCloseTag}
- <!-- permalink --> {block:IndexPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Photo}
- {block:Photoset}
- {block:IndexPage}
- <div class="photo">{Photoset-400}</div>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- {/block:IndexPage}
- <!-- permalink --> {block:IndexPage}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- <!-- /permalink --> {/block:IndexPage}
- {block:PermalinkPage}<div class="photo">{Photoset-400}</div>{/block:PermalinkPage}
- {/block:Photoset}
- {block:Audio}
- {block:IndexPage}
- {block:AlbumArt}
- <div id="audio"><img src="{AlbumArtURL}" alt=""></div>
- {/block:AlbumArt}
- <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 0px;"></div>
- {block:Artist}
- <b>Artist:</b> <i>{Artist}</i>
- {/block:Artist} <br />
- {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
- {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
- <b>Plays:</b> <i>{FormattedPlayCount}</i>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <!-- permalink -->
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- <!-- /permalink -->
- {/block:IndexPage}
- {block:PermalinkPage}
- {block:AlbumArt}
- <div id="audio"><img src="{AlbumArtURL}" alt=""></div><p>
- {/block:AlbumArt}
- <div id="player">{AudioPlayerGrey}</div><div style="margin-top: 5px;"></div>
- {block:Artist}
- <b>Artist:</b> <i>{Artist}</i>
- {/block:Artist} <br />
- {block:Album}<b>Album:</b> <i>{Album}</i>{/block:Album}<br />
- {block:TrackName}<b>Track:</b> <i>{TrackName}</i>{/block:TrackName}<br />
- <b>Plays:</b> <i>{FormattedPlayCount}</i>
- {/block:PermalinkPage}
- {/block:Audio}
- {block:Video}
- {block:IndexPage}
- {Video-400}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- {/block:IndexPage}
- {block:PermalinkPage}{Video-400}{/block:PermalinkPage}
- {/block:Video}
- {block:Quote}
- <div style="color: {color:Blockquote Text}; font-style: italic;">" {Quote} " </div>
- <div style="text-align: right; font-style: italic; padding-top: 3px;">—{Source}</div>
- <!-- permalink --> {block:IndexPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <div id="tagstxt">{block:HasTags}<b>Tagged:</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}</div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Quote}
- {block:Link}
- <div id="entrytitle"><a href="{URL}" {Target}>{Name}</a></div>
- {Description}
- <!-- permalink --> {block:IndexPage}
- <center>
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- </center>
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Link}
- {block:Chat}
- {block:Title}<div id="chattitle">{Title}</div>{/block:Title}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- {Label}
- {/block:Label}
- {Line} </div>
- {/block:Lines}
- </div>
- </div>
- <!-- permalink --> {block:IndexPage}
- {block:IfShowCaptions}{block:Caption}{Caption}{/block:Caption}{/block:IfShowCaptions}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Chat}
- {block:Answer}
- <div id="portrait"><img src="{AskerPortraitURL-40}"></div>
- <div id="ask">{Asker} <b>sent:</b> {Question}</div>
- {Answer}
- <!-- permalink --> {block:IndexPage}
- <div id="permalinktxt">{block:Date}<b>Posted:</b> <a href="{permalink}">{TimeAgo}</a>{/block:Date} {block:NoteCount} with <a href="{permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} <i>•</i> <a href="{ReblogURL}" target="_blank">REBLOG</a></div>
- <!-- /permalink --> {/block:IndexPage}
- {/block:Answer}
- {block:PermalinkPage}
- {block:Caption}{Caption}{/block:Caption}
- <div id="permalink2">
- {block:Date}<b>Posted</b> {12Hour}:{Minutes}{AmPm} {ShortDayOfWeek} {DayOfMonth}{DayOfMonthSuffix} {ShortMonth} {Year}{/block:Date}
- {block:NoteCount}with <i>{NoteCountWithLabel}</i>{/block:NoteCount}
- {block:RebloggedFrom}<br><i>Reblogged from</i> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:HasTags}<br><b>Tagged</b> {block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{block:HasTags}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- </div>
- <div id="credz"><a href="http://themesbyvanne.tumblr.com/" target="_blank">THEME</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement