Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!---
- theme: gece
- do not steal, claim as your own, redistribute.
- do not remove the credit.
- coded by
- aubretia (ifallontragedy)
- --->
- <!DOCTYPE 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}
- <!--Default Variables-->
- <meta name="color:background" content="#f6f6f6"/>
- <meta name="color:posts" content="#fff"/>
- <meta name="color:text" content="#525252"/>
- <meta name="color:link" content="#bcbcbc"/>
- <meta name="color:hover" content="#000000"/>
- <meta name="color:border" content="#e7e7e7"/>
- <meta name="color:accent" content="#8c4050"/>
- <meta name="image:background" content="" />
- <meta name="select:font" content="'open sans'" title="open sans" />
- <meta name="select:font" content="'lato'" title="lato" />
- <meta name="select:font" content="'roboto'" title="roboto" />
- <meta name="select:font" content="'karla'" title="karla" />
- <meta name="select:font" content="'hind'" title="hind" />
- <meta name="select:font" content="helvetica" title="helvetica" />
- <meta name="select:font" content="arial" title="arial" />
- <meta name="select:font" content="trebuchet ms" title="trebuchet ms" />
- <meta name="select:font size" content="9px" title="9px" />
- <meta name="select:font size" content="9.5px" title="9.5px" />
- <meta name="select:font size" content="10px" title="10px" />
- <meta name="select:font size" content="10.5px" title="10.5px" />
- <meta name="select:font size" content="11px" title="11px" />
- <meta name="text:link i" content="" />
- <meta name="text:link ii" content="" />
- <meta name="text:link iii" content="" />
- <meta name="text:link iv" content="" />
- <meta name="text:link i text" content="link i" />
- <meta name="text:link ii text" content="link ii" />
- <meta name="text:link iii text" content="link iii" />
- <meta name="text:link iv text" content="link iv" />
- <meta name="if:500px posts" content="0"/>
- <meta name="if:font antialiasing" content="0"/>
- <!-- jquery for tooltips-->
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <link href='https://fonts.googleapis.com/css?family=Open+Sans:400,700|Lato:400,700|Roboto:400,700|Hind:400,700|Karla:400,700' rel='stylesheet' type='text/css'>
- <style type="text/css">
- /*MAIN*/
- body {
- background: {color:background};
- background-image: url('{image:background}');
- color:{color:text};
- font: {select:font size}/1.5em {select:font}, sans-serif;
- text-align: justify;
- margin: 0;
- {block:iffontantialiasing}-moz-osx-font-smoothing: grayscale;
- -webkit-font-smoothing: antialiased;
- font-smoothing: antialiased;{/block:iffontantialiasing}
- }
- a {
- color:{color:link};
- text-decoration: none;
- }
- a:hover {
- color: {color:hover};
- }
- #entries {
- position:relative;
- height: 100%;
- padding-bottom: 10px;
- padding-top: 40px;
- }
- #posts {
- text-align: justify;
- height: 100%;
- {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
- {block:if500pxposts}width: 500px;{/block:if500pxposts}
- position: relative;
- background: {color:posts};
- border: 1px solid {color:border};
- padding: 30px;
- padding-bottom: 0px;
- margin-bottom: 50px;
- margin-left: auto;
- margin-right: auto;
- }
- #posts img {
- {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
- {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
- margin: auto;
- }
- #permalink {
- margin-top: 30px;
- border-top: 1px solid {color:border};
- padding: 10px 30px;
- margin-left: -30px;
- margin-right: -30px;
- font-family: {text:font};
- }
- .date {
- text-transform: lowercase;
- margin-right: 3px;
- }
- .date:first-letter{
- text-transform: capitalize;
- }
- .tags {
- margin-top: 4px;
- }
- .tags a {
- padding-right: 3px;
- text-decoration: underline;
- }
- .tags a::after {
- content: '';
- color: {color:text};
- }
- .reblog_button {
- float: right;
- }
- /*HEAD*/
- #sidebar {
- width: 400px;
- padding-right: 60px;
- margin-top: 100px;
- margin-left: auto;
- margin-right: auto;
- }
- .img img, .img {
- vertical-align: top;
- text-align: center;
- margin-bottom: 5px;
- -webkit-border-radius: 100%;
- -moz-border-radius: 100%;
- border-radius: 100%;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .img:hover {
- opacity: 0.8;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .dsc {
- text-align: justify;
- padding-left: 15px;
- }
- .title {
- font-size: 14px;
- font-family: georgia;
- color: {color:accent};
- }
- .links {
- text-align: left;
- margin-bottom: 10px;
- }
- .links a {
- margin-right: 3px;
- }
- /*PAGINATION*/
- #pag {
- text-align: center;
- {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
- {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
- margin: auto;
- margin-bottom: 15px;
- }
- #pag a {
- color: {color:links};
- }
- #pag a:hover {
- color: {color:hover};
- }
- /*INSIDE POSTS*/
- #posts img, #posts img a {
- {block:ifnot500pxposts}max-width: 400px;{/block:ifnot500pxposts}
- {block:if500pxposts}max-width: 500px;{/block:if500pxposts}
- }
- bold, strong, b {
- font-weight: bold;
- }
- i, italic, em {
- font-style: italic;
- }
- small, sub, big, sup {
- font-size: {select:font size};
- }
- code {
- font-family: courier new;
- letter-spacing: 0px;
- font-size: 12px;
- }
- blockquote {
- border-left: 1px solid {color:border};
- padding-left: 10px;
- margin-left: 5px;
- {block:ifnot500pxposts}max-width: 400px!important;{/block:ifnot500pxposts}
- {block:if500pxposts}max-width: 500px!important;{/block:if500pxposts}
- margin-right: 5px;
- }
- ul li {
- list-style: circle;
- list-style-position: outside;
- }
- ol li {
- list-style: lower-roman;
- list-style-position: outside;
- }
- .chat {
- font-family: courier new;
- }
- .chat b {
- font-family: {select:font};
- }
- /*NOTES*/
- ol.notes {
- list-style-type: none;
- width: 460px;
- padding: 0;
- margin: 0 auto;
- margin-bottom: 25px;
- }
- ol.notes li.note {
- list-style-type:none;
- text-align: left;
- border-bottom: 1px solid {color:border};
- padding: 5px 0px;
- }
- ol.notes li.note img {
- display: none;
- }
- img {
- filter: none;
- }
- /*POST TITLE*/
- .ptitle {
- line-height: 1.3em;
- color: {color:accent};
- font-family: georgia;
- font-size: 14px;
- }
- .ptitle a {
- display: block;
- color: {color:accent};
- }
- .ptitle a:hover {
- color: {color:hover};
- }
- /*quote*/
- .quote {
- text-align: left;
- font-size: 14px;
- font-family: {text:font};
- line-height: 1.2em;
- letter-spacing: 0.5;
- font-family: georgia;
- word-spacing: 3px;
- width: 360px;
- color: {color:accent};
- }
- .mark {
- color: {color:border};
- vertical-align: top;
- font-family: georgia;
- font-size: 100px;
- padding-top: 37px;
- }
- .source {
- font-style: italic;
- margin-bottom: 10px;
- text-align: center;
- letter-spacing: 1;
- }
- /*ASK*/
- #ask {
- padding-bottom: 15px;
- margin-bottom:7px;
- border-bottom: 1px solid {color:border};
- text-align: center;
- }
- .asker {
- text-transform: uppercase;
- letter-spacing: 1px;
- font-size: 7px;
- text-align: right;
- }
- .asker a {
- color: {color:accent};
- }
- .asker a:hover {
- color: {color:hover};
- }
- .askicon {
- float: right;
- filter: url("data:image/svg+xml;utf8,<svg xmlns='http://www.w3.org/2000/svg'><filter id='grayscale'><feColorMatrix type='matrix' values='0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
- filter: gray; /* IE6-9 */
- -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
- -webkit-border-radius: 100%;
- border-radius: 100%;
- -moz-border-radius: 100%;
- margin-left: 5px;
- width: 16px;
- }
- /*AUDIO*/
- .albumart img {
- width: 70px;
- float: right;
- padding: 3px;
- border: 1px solid {color:border};
- }
- .albumart {
- text-align: center;
- }
- .audio {
- margin-bottom: 5px;
- }
- #play {
- opacity: 0.5;
- background-color: white;
- z-index: 1000;
- {block:ifnot500pxposts}margin: 17px 355px;{/block:ifnot500pxposts}
- {block:if500pxposts}margin: 17px 455px;{/block:if500pxposts}
- position: absolute;
- top: 30px;
- -moz-border-radius: 100%;
- -webkit-border-radius: 100%;
- border-radius: 100%;
- left: 15px;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- .button {
- width: 18px;
- height: 30px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 8px 16px 5px 8px;
- }
- #play:hover {
- opacity: 1;
- -moz-transition-duration:0.6s;
- -webkit-transition-duration:0.6s;
- -o-transition-duration:0.6s;
- }
- /*CREDIT*/
- #credit {
- font-size:8px;
- padding-bottom: 60px;
- top: 20px;
- {block:ifnot500pxposts}width: 400px;{/block:ifnot500pxposts}
- {block:if500pxposts}width: 500px;{/block:if500pxposts}
- margin: auto;
- line-height: 100%;
- text-align: center;
- letter-spacing: 0.5px;
- text-transform: uppercase;
- }
- #credit a {
- font-weight: bold;
- color: {color:accent};
- }
- #credit a:hover {
- color: {color:hover};
- }
- /*SCROLLBAR AND SELECTION*/
- #s-m-t-tooltip{
- color: {color:text};
- width: auto;
- font-size: 7px;
- padding: 2px 4px;
- text-transform: uppercase;
- background-color: {color:accent};
- z-index: 100;
- border: 1px solid {color:border};
- position: absolute;
- display:inline-block;
- margin-top: 20px;
- margin-left: 10px;
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color: {color:accent};
- width:1px;
- height:2px;
- border-left: 9px solid {color:background};
- border-right: 9px solid {color:background};
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:background};
- }
- ::-webkit-scrollbar {
- width: 19px;
- background-color:{color:background};
- }
- ::-webkit-scrollbar-track {
- background-color: {color:background};
- border-left: 9px solid {color:background};
- border-right: 9px solid {color:background};
- border-top: 0px solid {color:background};
- border-bottom: 0px solid {color:background};
- }
- ::selection {
- color:{color:background};
- background-color: {color:accent};
- }
- ::-moz-selection {
- color:{color:background};
- background-color: {color:accent};
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <table>
- <td class="img"><a href="/"><img src="{PortraitURL-64}"></a>
- </td>
- <td class="dsc"><div class="title">{title}</div>
- <div class="links"><a href="{text:link i}">{text:link i text}</a> <a href="{text:link ii}">{text:link ii text}</a> <a href="{text:link iii}">{text:link iii text}</a> <a href="{text:link iv}">{text:link iv text}</a></div>
- {description}
- </td>
- </table>
- </div>
- <div id="entries">
- {block:Posts}
- <div id="posts">
- {block:Text}<div class="capt">
- {block:Title}<div class="ptitle">{Title}<br></div>{/block:Title}
- {Body}</div>
- {/block:Text}
- {block:Link}<div class="capt">
- <div class="ptitle"><a href="{URL}" {Target}>{Name} โ</a></div>
- {block:Description}{Description}{/block:Description}</div>
- {/block:Link}
- {block:Quote}<div class="capt">
- <center><table><td class="mark">โ</td><td class="quote">{Quote}</td></table>
- {block:Source}
- <div class="source"><br>{Source}</div></center>
- {/block:Source}</div>
- {/block:Quote}
- {block:Chat}<div class="capt"><div class="chat">
- {block:Title}<div class="ptitle">{Title}</div><p>{/block:Title}
- {block:Lines}<div style="padding: 10px 0px; border-bottom: 1px solid {color:border}"><div class="{Alt} user_{UserNumber}">
- {block:Label}<b>{Label}</b>{/block:Label}</div>
- {Line}<br></div>{/block:Lines}<p></p></div></div>{/block:Chat}
- {block:Photo}{LinkOpenTag}
- {block:ifnot500pxposts}<img src="{PhotoURL-400}">{/block:ifnot500pxposts}
- {block:if500pxposts}<img src="{PhotoURL-500}">{/block:if500pxposts}
- {LinkCloseTag}
- {block:Caption}<div class="capt">
- {Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {block:ifnot500pxposts}{Photoset-400}{/block:ifnot500pxposts}
- {block:if500pxposts}{Photoset-500}{/block:if500pxposts}
- {block:Caption}<div class="capt">
- {Caption}</div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- {block:ifnot500pxposts}{Video-400}{/block:ifnot500pxposts}
- {block:if500pxposts}{Video-500}{/block:if500pxposts}
- {block:Caption}<div class="capt">
- {Caption}</div>
- {/block:Caption}
- {/block:Video}
- {block:Audio}<div class="capt">
- <div class="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
- <div class="audio"><div id="play">
- <div class="button">{AudioPlayerWhite}</div></div>
- <div style="padding-top: 16px; {block:ifnot500pxposts}width: 316px;{/block:ifnot500pxposts} {block:if500pxposts}width: 416px;{/block:if500pxposts} text-align: center; padding-bottom: 15px; border: 1px solid {color:border}; max-height: 70px;"><b>Track:</b> {block:TrackName}{TrackName}{/block:TrackName}<br>
- <b>Artist:</b> {block:Artist}{Artist}{/block:Artist}<br>
- <b>Album:</b> {block:Album}{Album}{/block:Album}</div></div>
- {block:Caption}{Caption}{/block:Caption}</div>{/block:Audio}
- {block:Answer}<div class="capt">
- <div id="ask">{Question}</div>
- <div class="asker">asked by {Asker}</div>
- {Answer}</div>{/block:Answer}
- <div id="permalink">
- {block:Date}
- <div class="reblog_button">{ReblogButton size="10"}</div>
- <div class="date"><a href="{Permalink}"><span class="dt">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}, {ShortYear}</span>{block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>{block:PermalinkPage}{block:RebloggedFrom} ยท <a href="{ReblogParentURL}" title="reblogged from">{ReblogParentName}</a>{block:ContentSource} / <a href="{ReblogRootURL}" title="originally by">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}
- </div>
- {/block:Date}
- {block:HasTags}<div class="tags">Filed under: {block:Tags}<a href="{TagUrl}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- </div>
- <div id="pag">{block:Pagination}
- {CurrentPage} of {TotalPages}
- <br>
- {block:PreviousPage}
- <a href="{PreviousPage}">sooner</a>
- {/block:PreviousPage} / {block:NextPage}
- <a href="{NextPage}">later</a>
- {/block:NextPage}{/block:Pagination}
- </div>
- <div id="credit">coded by <a href="http://aubrieta.tumblr.com">ifallontragedy</a></div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment