Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html lang="en">
- <!--
- CODE BY KATIE (enochcian.tumblr.com)
- PLEASE: Mess with the code until you are happy with the look. DO NOT remove credit. Ask me if you have questions, despite me not knowing much about coding.
- I also have an updates tab that would look good with this if you want it!
- Have a good time :)
- -->
- <head>
- <!-- this allows for most features to work, such as if you want to add in infinite scrolling -->
- <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
- <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="#e4e4e4" />
- <meta name="color:Post Background" content="#faf9f8" />
- <meta name="color:Sidebar Background" content="#faf9f8" />
- <meta name="color:Content Background" content="#a4cddf" />
- <meta name="color:Scrollbar" content="#a4cddf" />
- <meta name="color:Scrollbar Background" content="#faf9f8" />
- <meta name="color:Title" content="#3e819e" />
- <meta name="color:Text" content="#657474" />
- <meta name="color:Bold" content="#2eb4ee" />
- <meta name="color:Link" content="#218bb8" />
- <meta name="color:Link Hover" content="#1b4456" />
- <meta name="color:Italic" content="#89a3ae" />
- <meta name="color:asker" contert=""/>
- <meta name="color:answer" contert=""/>
- <meta name="image:Background" content="" />
- <meta name="text:Link1" content="" />
- <meta name="text:Link1 URL" content="http://"/>
- <meta name="text:Link2" content="" />
- <meta name="text:Link2 URL" content="http://"/>
- <meta name="if:ShowCaption" content="1" />
- <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>
- <script>
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:30,
- tip_fade_speed:300,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <style type="text/css">
- #s-m-t-tooltip{
- position:absolute;
- margin-top: 15px;
- z-index:999999;
- font-size: 9px;
- padding: 8px;
- background:{color:sidebar background};
- }
- /* -------------- SCROLLBAR --------------- */
- ::-webkit-scrollbar {
- width: 5px;
- background-color: {color:Scrollbar Background};
- }
- ::-webkit-scrollbar-thumb {
- background-color: {color:Scrollbar};
- }
- /* -------------- CONTENT --------------- */
- img {display:block;}
- body{
- color:{color:Text};
- font-family:consolas;
- font-size: 11px;
- line-height:120%;
- overflow-x:hidden;
- width:150%;
- background-color: {color:Background};
- {block:ifBackgroundImage}
- background-image: url('{image:Background}');
- {/block:ifBackgroundImage}
- background-size:cover;
- background-repeat:no-repeat;
- background-attachment: fixed;
- }
- a{
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color: {color:Link};
- }
- a:hover{
- color: {color:Link Hover};
- }
- b, strong{color: {color:Bold};}
- i, em{color: {color:Italic};}
- blockquote {
- padding-left: 3px;
- padding-right: 1px;
- margin-left: 20px;
- }
- pre{
- font-size:10px;
- padding:20px;
- white-space: pre-wrap; /* css-3 */
- white-space: -moz-pre-wrap; /* Mozilla, since 1999 */
- white-space: -pre-wrap; /* Opera 4-6 */
- white-space: -o-pre-wrap; /* Opera 7 */
- word-wrap: break-word; /* Internet Explorer 5.5+ */
- }
- #content img{display: block; max-width: 100%;}
- #content{
- height:auto;
- text-align:left;
- position:absolute;
- {block:ifShowContentBackground}
- background-color: {color:Content Background};
- {block:ifContentBackgroundImage}
- background-image: url('{image:ContentBackground}');
- {/block:ifContentBackgroundImage}
- {/block:ifShowContentBackground}
- padding:50px;
- left:400px;
- top:0px;
- }
- /* -------------- POST TITLE --------------- */
- .title{
- padding:5px;
- font-size: 16px;
- text-transform:uppercase;
- line-height: 100%;
- letter-spacing: 1px;
- text-align:center;
- }
- /* -------------- POST QUESTON/ANSWER --------------- */
- .qAuthor, .aAuthor{
- background-color:{color:asker};
- width:380px;
- text-transform:uppercase;
- text-align:center;
- letter-spacing:3px;
- font-size:13px;
- padding:10px;
- }
- .q, .a{
- padding:20px;
- background-color:{color:answer};
- margin-bottom:15px;
- margin-top:5px;
- }
- .youranswer{
- padding:30px;
- background-color:#e5f0f5;
- }
- /* -------------- POST CHAT LOGS --------------- */
- .chat .chat1 {margin-left: 0px;}
- .chat .chat1 .chat2 {
- margin-bottom: 1px;
- padding: 5px;
- }
- .chat .chat1 .chat2 span{
- font-weight: bold;
- text-transform: uppercase;
- }
- /* -------------- POST LINK --------------- */
- .link{
- font-size: 20px;
- letter-spacing:1px;
- padding:20px;
- text-align:center;
- margin-bottom:10px;
- }
- /* -------------- POST QUOTE --------------- */
- .quote{
- font-size:20px;
- letter-spacing:2px;
- line-height:120%;
- }
- /* -------------- POST NOTES --------------- */
- ol.notes{
- padding: 0px;
- margin-top: 15px;
- list-style-type: none;
- width: 395px;
- letter-spacing: 1px;
- padding-top:10px;
- font-size:10px;
- }
- ol.notes li.note {
- text-align: left;
- letter-spacing: 1px;
- padding: 5px;
- }
- ol.notes li.note img.avatar{
- display: none !important;
- }
- /* -------------- POSTS --------------- */
- .post{
- overflow:hidden;
- background-color: {color:Post Background};
- padding:30px;
- width: 400px;
- box-shadow:2px 2px 0.2em rgba(0,0,0,0.3);
- }
- /* -------------- PERMALINK/TAGS--------------- */
- #permalink {
- margin-top:15px;
- font-size:9px;
- margin-left:-7px;
- text-transform:uppercase;
- text-align: left;
- }
- #permalink a {
- padding: 10px;
- font-size: 9px;
- }
- .perma{
- margin-top:0px;
- font-size:9px;
- text-transform:uppercase;
- letter-spacing:1px;
- text-align:center;
- }
- #posts .tags {
- color:transparent;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- }
- #posts:hover .tags {
- opacity: 1;
- -webkit-transition: all 0.4s ease-out;
- -moz-transition: all 0.4s ease-out;
- -o-transition: all 0.4s ease-out;
- }
- .tags a {
- font-size: 8px;
- }
- .tags a:hover {
- font-style:italic;
- }
- .tags {
- word-break:break-all;
- font-size:9px;
- }
- /* -------------- SIDEBAR --------------- */
- #sidebar{
- background-color:{color:Sidebar Background};
- width:200px;
- position:fixed;
- top:250px;
- left:70px;
- padding:30px;
- padding-bottom:0px;
- padding-top:5px;
- box-shadow:2px 2px 0.2em rgba(0,0,0,0.3);
- }
- /* -------------- TITLE --------------- */
- #ttle{
- font-size:15px;
- letter-spacing:2px;
- margin-top:225px;
- position:fixed;
- margin-left:70px;
- color:{color:Title};
- text-shadow:2px 2px 0.2em rgba(0,0,0,0.4);
- }
- /* -------------- DESCRIPTION --------------- */
- #description{
- line-height:200%;
- letter-spacing:1px;
- font-size:10px;
- margin-top:20px;
- }
- /* -------------- LINKS --------------- */
- #links{
- margin:10px 0px;
- text-align:center;
- line-height:200%;
- font-size:10px;
- }
- #links a{
- padding:5px;
- -webkit-transition:0.3s ease-in-out;
- -moz-transition:0.3s ease-in-out;
- -ms-transition:0.3s ease-in-out;
- -o-transition:0.3s ease-in-out;
- }
- #links a:hover{
- letter-spacing:2px;
- }
- /* -------------- PAGINATION --------------- */
- #pagination {
- padding:10px;
- margin-top: 1px;
- font-size: 9px;
- margin-bottom: 20px;
- text-align: center;
- }
- #pagination a {
- padding: 20px;
- text-transform: uppercase;
- text-align: center;
- font-size: 10px;
- letter-spacing: 1px;
- background:transparent;
- border:2px solid transparent;
- margin: 10px;
- transition:0.5s ease-in-out;
- -webkit-transition:0.5s ease-in-out;
- -moz-transition:0.5s ease-in-out;
- -ms-transition:0.5s ease-in-out;
- -o-transition:0.5s ease-in-out;
- }
- #pagination a:hover {
- background:transparent;
- color:transparent;
- }
- /* -------------- CUSTOM CSS --------------- */
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="ttle">{Title}</div>
- <div id="sidebar">
- <div id="description">{Description}</div>
- <div id="links">
- <a href="/">home</a>
- {block:AskEnabled}
- <a href="/ask" title="ask">
- ask</a>
- {/block:AskEnabled}
- {block:SubmissionsEnabled}
- <a href="/submit" title="submit">submit</a>
- {/block:SubmissionsEnabled}
- {block:ifLink1}
- <a href="{text:Link1 URL}" id="{text:Link1}">
- {text:Link1}
- </a>
- {/block:ifLink1}
- {block:ifLink2}
- <a href="{text:Link2 URL}" id="{text:Link2}">
- {text:Link2}
- </a>
- {/block:ifLink2}
- {block:HasPages}{block:Pages}<a href="{URL}" id="{Label}">{Label}</a>{/block:Pages}{/block:HasPages}
- </div>
- {block:IndexPage}
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">previous</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">next</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- {/block:IndexPage}
- </div>
- <div id="content">
- {block:Posts}
- <div class="post">
- {block:Title}<div class="title">{Title}</div>{/block:Title}
- {block:Text}
- {Body}
- {/block:Text}
- {block:Photo}
- {LinkOpenTag}
- <a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}" width="100%" /></a>
- {LinkCloseTag}
- {/block:Photo}
- {block:Panorama}
- {LinkOpenTag}
- <a href="{permalink}"><img src="{PhotoURL-Panorama}" alt="{PhotoAlt}"/></a>
- {LinkCloseTag}
- {/block:Panorama}
- {block:Photoset}
- {Photoset-400}
- {/block:Photoset}
- {block:Quote}
- <p><span class="quote">{Quote}</span></p>
- <p>{block:Source}-{Source}{/block:Source}</p>
- {/block:Quote}
- {block:Video}
- {Video-400}<br>
- {PlayCountWithLabel}
- {/block:Video}
- {block:Link}
- <div style="padding:5px;">
- <div class="link">
- <a href="{URL}" {Target}>{Name} </a>
- </div><br>
- {block:Description}{Description}{/block:Description}
- </div>
- {/block:Link}
- {block:Chat}
- <div class="chat">
- <div class="chat1">
- {block:Lines}
- <div class="chat2 {Alt}">
- {block:Label}
- <b>{Label}</b>
- {/block:Label}
- {Line}</div>
- {/block:Lines}
- </div>
- </div>
- {/block:Chat}
- {block:Audio}
- {block:AudioEmbed}
- {AudioEmbed-400}
- {/block:AudioEmbed}
- {/block:Audio}
- {block:Answer}
- <div class="qAuthor">
- {Asker}
- </div>
- <div class="q">{Question}</div>
- {block:Answerer}
- <div class="aAuthor">
- {Answerer}
- </div>
- {/block:Answerer}
- <div class="a">{Answer}</div>
- {/block:Answer}
- {block:ifShowCaption}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifShowCaption}
- {block:PermalinkPage}
- {block:ifNotShowCaption}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:ifNotShowCaption}
- {/block:PermalinkPage}
- {block:IndexPage}
- <!-- POST INFORMATION/PERMALINK -->
- <div class="perma">
- {block:Date}
- <div id="permalink">
- <a href="{Permalink}" >{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>{block:NoteCount}<a href="{Permalink}">{NoteCount} NOTES</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}{block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="font-size: 8px;">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
- </div>{/block:Date}</a>
- </div>
- {/block:IndexPage}
- </div><!-- END POSTS -->
- {block:IndexPage}
- <!-- TAGS -->
- {/block:IndexPage}
- {block:PermalinkPage}
- <div class="permaPageInfo">
- {block:RebloggedFrom}Reblogged{/block:RebloggedFrom}
- {block:NotReblog}Posted{/block:NotReblog}
- {block:Date}{TimeAgo}{/block:Date}
- {block:NoteCount}
- with {NoteCountWithLabel}
- {/block:NoteCount}
- {block:RebloggedFrom}
- via <a href="{ReblogParentURL}">{ReblogParentName}</a>
- <br />
- Source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- <br />
- {/block:RebloggedFrom}
- {block:HasTags}
- <br><br>
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- <br><br>
- {/block:HasTags}
- </div>
- <br>
- {block:PostNotes}
- <div class="permaPageInfo">
- {PostNotes}
- </div>
- {/block:PostNotes}
- {/block:PermalinkPage}
- <div style="margin-bottom:40px;"><br /></div>
- {/block:Posts}
- </div><!-- END CONTENT -->
- <div style="font-size:8px; font-family:helvetica; letter-spacing:2px; background-color:{color:sidebar background}; padding:5px; ; position:fixed; right:15px; bottom:10px; color:{color:font};box-shadow:2px 2px 0.2em rgba(0,0,0,0.3);"><a href="http://www.enochcian.tumblr.com">here</a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment