Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: Charles Xavier
- by Phil (spirkism/spirkthemes)
- Rules:
- - please do not steal/redistribute, I spent quite a bit of time coding this
- - also don't remove the credit please, that would make me very sad :(
- - don't use as a base code, there are plenty of those out there
- - you are allowed to edit as much as you like though, have fun playing around with code, that's how you learn! :)
- - tell me if there are any bugs or if you have any questions, need help with the theme or want a detail differently - I'll see what I can do for you ;)
- And now: enjoy! :)
- -->
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <title>{Title}</title>
- {block:Description}
- <meta name="description" content="{MetaDescription}" />
- {/block:Description}
- <link rel="shortcut icon" href="{Favicon}" />
- <link rel="alternate" type="application/rss+xml" title="{Title} RSS" href="{RSS}"/>
- <link href='http://fonts.googleapis.com/css?family=Condiment|Allura|Alegreya+Sans|Kaushan+Script|Satisfy|Quattrocento+Sans|Special+Elite' rel='stylesheet' type='text/css'>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:title color" content="#66b614" />
- <meta name="color:title hover color" content="#A0F14F" />
- <meta name="color:subtitle color" content="#3F3F3F" />
- <meta name="color:sidebar link" content="#D9D9D9" />
- <meta name="color:sidebar link hover color" content="#B1FA69" />
- <meta name="color:sidebar link hover color2" content="#558E1C" />
- <meta name="color:sidebar link color" content="#3d3d3d" />
- <meta name="color:sidebar link text hover" content="#3f3f3f" />
- <meta name="color:sidebar link text hover2" content="#ffffff" />
- <meta name="color:text color" content="#373737" />
- <meta name="color:link color" content="#4A751F" />
- <meta name="color:link hover color" content="#79C22F" />
- <meta name="color:border" content="#C4C4C4" />
- <meta name="color:stripe" content="#727272" />
- <meta name="color:sbblock" content="#ececec" />
- <meta name="color:postinside" content="#fff" />
- <meta name="color:posts" content="#d6ff8b" />
- <!-- image metas -->
- <meta name="image:sidebarimg01" content="" />
- <meta name="image:sidebarimg02" content="" />
- <!-- text metas -->
- <meta name="text:link1 url" content="/" />
- <meta name="text:link1 text" content="home" />
- <meta name="text:link2 url" content="/ask" />
- <meta name="text:link2 text" content="message" />
- <meta name="text:link3 url" content="/" />
- <meta name="text:link3 text" content="link" />
- <meta name="text:link4 url" content="/" />
- <meta name="text:link4 text" content="link" />
- <meta name="text:link5 url" content="/" />
- <meta name="text:link5 text" content="link" />
- <meta name="text:link6 url" content="/" />
- <meta name="text:link6 text" content="link" />
- <meta name="text:link7 url" content="/" />
- <meta name="text:link7 text" content="link" />
- <meta name="text:link8 url" content="/" />
- <meta name="text:link8 text" content="link" />
- <meta name="text:link9 url" content="/" />
- <meta name="text:link9 text" content="link" />
- <meta name="text:subtitle" content="I am the subtitle" />
- <meta name="text:sbimagetext" content="Hello write stuff here!" />
- <style type="text/css">
- iframe#tumblr_controls {
- position:fixed;-webkit-filter:invert(100%);opacity:0.5;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;-moz-transition: 0.7s ease;}
- div#qTip {
- margin-left: 5px;
- margin-top: -5px;
- text-transform: lowercase;
- font-size: 9px;
- line-height: 13px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 9999999999999999;
- background: #fff;
- padding: 2px 3px;
- color: {color:Text};
- max-width: 100px;
- height: auto;
- border: 1.3px double {color:border};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- /* GENERAL STUFF */
- ::-webkit-scrollbar {
- width:5px;height: 5px;background: {color:border};
- }
- ::-webkit-scrollbar-thumb {
- background: {color:title color};
- }
- body {
- background-color: {color:background};
- font-family: 'Calibri', sans-serif;
- margin: 0;
- word-wrap: break-word;
- background-attachment: fixed;
- background-repeat: no-repeat;
- color: {color:text color};
- }
- a:link, a:active, a:visited {
- text-decoration: none;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- color:{color:link color};
- }
- a:hover {
- color:{color:link hover color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- /* SIDEBAR THINGS */
- #sidebar {
- position: fixed;
- overflow: hidden;
- }
- #sidebar #stripe {
- width: 20px;
- height: 150%;
- background-color: {color:stripe};
- position: fixed;
- overflow: hidden;
- left: 300px;
- margin-top: -200px;
- z-index: 1;
- }
- #sidebar #sbblock {
- width: 300px;
- height: 150%;
- background-color: {color:sbblock};
- position: fixed;
- overflow: hidden;
- margin-top: -200px;
- z-index:-1;
- }
- .sbimg {
- top: 50%;
- z-index: 999;
- position: fixed;
- overflow: hidden;
- width: 200px;
- height: 200px;
- max-width: 100%;
- margin-left: 50px;
- box-shadow: 5px 5px 5px 1px gray;
- }
- #sbimg01 {
- margin-top: -200px;
- }
- #sbimg02 {
- margin-top: 30px;
- }
- .sbimgtext {
- top:50%;
- z-index: 999;
- position: fixed;
- width: 150px;
- height: 150px;
- max-width: 100%;
- margin-left: 55px;
- padding: 20px;
- font-size: 12px;
- font-family: 'Calibri', sans-serif;
- text-align: center;
- line-height: 14px;
- background-color: white;
- color: black;
- opacity: 0;
- box-shadow: 5px 5px 5px 1px gray inset;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- #sbimg01text {
- margin-top: -195px;
- overflow-y: scroll;
- }
- #sbimg02text {
- margin-top: 35px;
- overflow: hidden;
- }
- .sbimgtext:hover {
- opacity: 0.7;
- -webkit-transition: 1s ease;transition: 1s ease;
- -o-transition: 1s ease;
- -moz-transition: 1s ease;
- }
- #sblinks {
- position: fixed;
- height: 300px;
- height: auto;
- margin-left: 320px;
- margin-top: -70px;
- top: 50%;
- }
- .sidebarlinks {
- position: fixed;
- overflow: hidden;
- width: 59px;
- height: 16px;
- line-height: 16px;
- background-color: {color:sidebar link};
- color: {color:sidebar link color};
- padding: 1px 6px 1px 0;
- font-size: 12px;
- font-family: 'Calibri', sans-serif;
- text-align: right;
- z-index: 2;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .sidebarlinks:hover {
- width: 75px;
- background-color: {color:sidebar link hover color};
- color: {color:sidebar link text hover};
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .sidebarlinks2 {
- position: fixed;
- overflow: hidden;
- width: 59px;
- height: 16px;
- line-height: 16px;
- background-color: {color:sidebar link};
- color: {color:sidebar link color};
- padding: 1px 6px 1px 0;
- font-size: 12px;
- font-family: 'Calibri', sans-serif;
- text-align: right;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .sidebarlinks2:hover {
- width: 75px;
- background-color: {color:sidebar link hover color2};
- color: {color:sidebar link text hover2};
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #blogtitle {
- z-index: 9;
- font-size: 30px;
- text-align: center;
- font-family: 'Allura', cursive;
- position:fixed;
- top: 30px;
- width: 240px;
- padding: 0 30px;
- line-height: 30px;
- text-shadow: 2px 2px #D5D5D5;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #blogtitle a {
- color: {color:title color};
- }
- #blogtitle:hover a {
- color: {color:title hover color};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #subtitle {
- font-size: 12px;
- font-family: 'Satisfy', sans-serif;
- margin-top: 15px;
- text-align: center;
- padding: 0 20px 0 20px;
- width: 260px;
- color:{color:subtitle color};
- position: fixed;
- top: 60px;
- }
- #pagination {
- width: 160px;
- text-align: center;
- font-size: 12px;
- overflow: hidden;
- padding: 5px 3px;
- position:fixed;
- z-index: 5;
- bottom: 10px;
- margin-left: 63px;
- font-family: 'Satisfy', sans-serif;
- }
- #pagination a {
- color: {color:link color};
- text-decoration: none;
- text-align: center;
- }
- #pagination a:hover {
- color: {color:link hover color};
- }
- /*CONTENT THINGS */
- #content {
- width: 600px;
- background-color: none;
- padding: 20px 0;
- color: {color:text};
- overflow: hidden;
- margin-left: 515px;
- margin-top: 20px;
- position: relative;
- }
- #content a {
- color: {color:link color};
- text-decoration: none;
- }
- #content a:hover {
- color: {color:link hover color};
- }
- #content blockquote {
- border-left: solid 2px #505050;
- margin: 0;
- padding-left: 10px;
- }
- img {
- border: 0;
- max-width: 100%;
- }
- #content #posts {
- background-color: {color:posts};
- width: 500px;
- height: auto;
- margin: 0 0 80px 0;
- padding: 30px;
- font-size: 14px;
- position: relative;
- border: 20px solid {color:border};
- }
- #content #posts .title {
- font-size: 16px;
- }
- #content #posts .text {
- font-size: 12px;
- }
- /* PERMALINK STUFF */
- #permalink {
- font-size: 9px;
- margin-top: 2px;
- }
- #posts:hover #tags {
- opacity: 1;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #tags {
- font-size:9px;
- width: 500px;
- text-align: center;
- margin-top: 55px;
- opacity:0;
- position: absolute;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #tags .comma:last-child {
- display: none;
- }
- #reblogged {
- position: relative;
- font-size: 9px;
- overflow: hidden;
- }
- /* PERMALINK PAGE THINGS */
- #content #notecontainer {
- margin-left: 30px;
- margin-top: -10px;
- width: 460px;
- font-size: 11px;
- }
- #content #notecontainer ol.notes {
- list-style-type: none;
- margin: 1px 1px 1px 1px;
- padding: 1px;
- line-height: 16px;
- }
- #content #notecontainer img.avatar {
- width: 16px;
- height: 16px;
- margin: 1px 5px 1px 1px;
- padding: 1px;
- }
- #content #posts #tagsbox {
- padding: 1px 4px 3px 4px;
- margin-top: 5px;
- background-color: {color:postinside};
- text-align: center;
- }
- /* POST STUFF */
- .linkpost {
- background-color: #ececec;
- padding: 5px;
- }
- .linktitle {
- margin-bottom: 3px;
- font-size: 15px;
- background-color: {color:postinside};
- padding: 10px;
- text-align: center;
- font-family: 'Satisfy', sans-serif;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .linktitle:hover {
- background-color: {color:caption};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .askericon {
- width: auto;
- margin-left:228px;
- margin-top: -40px;
- overflow: visible;
- }
- .askericon img {
- border: 1px solid {color:border};
- }
- .askicon img {
- z-index: 9;
- height: 40px;
- width: 40px;
- position: relative;
- }
- .askicon img{
- z-index: 9;
- width: 40px;
- }
- .question {
- overflow: hidden;
- width: 480px;
- height: auto;
- margin-top: -14px;
- padding: 2px 10px 5px 10px;
- color: {color:text color};
- background-color: {color:postinside};
- font-size: 12px;
- text-decoration: italic;
- z-index:-9;
- text-align: center;
- font-family: 'Calibri', sans-serif;
- }
- .asker {
- font-size: 13px;
- color: {color:link};
- text-align: center;
- margin-top: 10px;
- margin-bottom: 3px;
- }
- .answer {
- font-size: 12px;
- padding: 5px 10px 0 10px;
- width: 480px;
- margin-top:-12px;
- overflow: hidden;
- background-color: {color:postinside};
- text-align: center;
- font-family: 'Calibri', sans-serif;
- }
- .textpost {
- font-size: 12px;
- margin-top: -12px;
- }
- .posttitle {
- margin-bottom: 3px;
- font-size: 15px;
- background-color: {color:postinside};
- padding: 10px;
- text-align: center;
- }
- .caption {
- font-size: 12px;
- background-color: {color:caption};
- padding: 5px;
- }
- .quote {
- font-size: 16px;
- font-family: 'Satisfy';
- }
- .audiopost {
- padding: 0 10px;
- width: 477px;
- font-size: 10px;
- margin-top: -20px;
- }
- .audio {
- border: 1px solid {color:border};
- text-align: center;
- padding: 5px 10px;
- width: 478px;
- font-size: 15px;
- margin-bottom: 7px;
- font-family: 'Satisfy';
- }
- .chattitle {
- font-size: 16px;
- font-family: 'Satisfy', sans-serif;
- }
- #credit {
- bottom: 8px;
- right: 8px;
- border: 1px solid #BABABA;
- font-size: 10px;
- color: #5A5A5A;
- height: 13px;
- width: 13px;
- line-height: 13px;
- position: fixed;
- text-align: center;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #credit:hover {
- background-color: #2E2E2E;
- color: #fff;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sbimg01" class="sbimg"><img src="{image:sidebarimg01}"></div>
- <div id="sbimg02" class="sbimg"><img src="{image:sidebarimg02}"></div>
- <div id="sbimg01text" class="sbimgtext">
- {Description}
- </div>
- <div id="sbimg02text" class="sbimgtext">
- {text:sbimagetext}
- </div>
- <div id="sidebar">
- <div id="sbblock">
- <div id="blogtitle"><a href="/">{Title}</a></div>
- <div id="subtitle">{text:subtitle}</div>
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">↤</a>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page"><u>{PageNumber}</u></span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <a href="{NextPage}">↦</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- <div id="stripe">
- </div>
- </div>
- <div id="sblinks">
- <a href="{text:link1 url}"><div class="sidebarlinks">{text:link1 text}</div></a><br/>
- <a href="{text:link2 url}"><div class="sidebarlinks2">{text:link2 text}</div></a><br/>
- <a href="{text:link3 url}"><div class="sidebarlinks">{text:link3 text}</div></a><br/>
- <a href="{text:link4 url}"><div class="sidebarlinks2">{text:link4 text}</div></a><br/>
- <a href="{text:link5 url}"><div class="sidebarlinks">{text:link5 text}</div></a><br/>
- <a href="{text:link6 url}"><div class="sidebarlinks2">{text:link6 text}</div></a><br/>
- <a href="{text:link7 url}"><div class="sidebarlinks">{text:link7 text}</div></a><br/>
- <a href="{text:link8 url}"><div class="sidebarlinks2">{text:link8 text}</div></a><br/>
- <a href="{text:link9 url}"><div class="sidebarlinks">{text:link9 text}</div></a><br/>
- </div>
- <!-- boring post stuff - you don't really need to edit there I'd say -->
- <div id="content">
- {block:Posts}
- <div id="posts">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" />{LinkCloseTag}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Video}
- {block:Audio}
- <div class="audio {select:Font}">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- ···
- {Artist}
- {/block:Artist}
- </div>
- {AudioPlayerWhite}
- {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote {select:Font}">“{Quote}”</div>
- {block:Source}<div class="text">~ {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="{select:Font}" id="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="askericon"><div class="askicon"><img src="{AskerPortraitURL-64}" /></div></div>
- <div class="question"><div class="asker {select:Font}">{Asker}:</div>{Question}</div><br />
- <div class="answer">{block:Answerer}<div class="answerer">{Answerer}:</div>{/block:Answerer}<div class="answerer-answer">{Answer}</div></div>
- {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
- {/block:Answer}
- {block:Reblog}<div class="caption">{Replies}</div>{/block:Reblog}
- {block:Chat}
- {block:Title}<div class="chattitle {select:Font}">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<strong>{Label}</strong>{/block:Label} <em>{Line}</em><br />
- {/block:Lines}
- {/block:Chat}
- {block:Link}
- <div class="linkpost">
- <a href="{URL}" ><div class="{select:Font} linktitle">{Name}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
- {/block:Link}
- <div id="tagsbox">
- <div id="permalink">
- <a href="{Permalink}">
- {block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}</a>
- {block:RebloggedFrom} · via: <a href="{ReblogParentURL}">{ReblogParentName}</a> -
- originally: <a href="{ReblogRootURL}">{ReblogRootName}</a>
- {/block:RebloggedFrom}
- ·
- <a href="{ReblogURL}" target="_blank">reblog</a>
- </div>
- </div>
- {block:HasTags}<div id="tags">
- {block:Tags}
- <a href="{TagURL}">{Tag}</a><span class="comma"> · </span>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </div> <!-- posts div -->
- {block:PostNotes}
- <div id="notecontainer">{PostNotes}</div>
- {/block:PostNotes}
- {/block:Posts}
- </div> <!-- content div-->
- <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment