Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!--
- THEME: CUT & RUN
- 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>
- <head>
- <title>{Title}</title>
- <link rel="shortcut icon" href="{Favicon}" />
- <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
- <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1/jquery.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
- <link href='http://fonts.googleapis.com/css?family=Tulpen+One' rel='stylesheet' type='text/css'>
- <meta name="color:background" content="#ffffff" />
- <meta name="color:text" content="#2E2E2E" />
- <meta name="color:links" content="#220146" />
- <meta name="color:linkshover" content="#5104A4" />
- <meta name="color:desc" content="#fff" />
- <meta name="color:desctext" content="#000" />
- <meta name="color:border" content="#E6E6E6" />
- <meta name="color:caption" content="7A1BDF" />
- <meta name="color:linkpost" content="#ffffff" />
- <meta name="color:posts" content="#E6E6E6" />
- <meta name="color:postinside" content="#DADADA" />
- <meta name="color:title" content="#E6E6E6" />
- <meta name="color:sblink" content="#000000" />
- <meta name="color:sidebartext" content="#000000" />
- <meta name="color:shadow" content="#B5B5B5" />
- <meta name="color:color1" content="#AEFF7E" />
- <meta name="color:color2" content="#61ABFF" />
- <meta name="color:color3" content="#FFED61" />
- <meta name="color:color4" content="#FF7C61" />
- <meta name="text:sblink1url" content="/" />
- <meta name="text:sblink1text" content="link" />
- <meta name="text:sblink2url" content="/" />
- <meta name="text:sblink2text" content="link" />
- <meta name="text:sblink3url" content="/" />
- <meta name="text:sblink3text" content="link" />
- <meta name="text:sblink4url" content="/" />
- <meta name="text:sblink4text" content="link" />
- <meta name="text:sblink5url" content="/" />
- <meta name="text:sblink5text" content="link" />
- <meta name="text:sblink6url" content="/" />
- <meta name="text:sblink6text" content="link" />
- <meta name="text:sblink7url" content="/" />
- <meta name="text:sblink7text" content="link" />
- <meta name="text:sblink8url" content="/" />
- <meta name="text:sblink8text" content="link" />
- <meta name="text:sblefttext" content="I was an assassin. I'm a Marine.<br/>I'm the man who doesn't miss.<br/>And I'm yours." />
- <meta name="text:sbrighttext" content="I'm an artist. I'm a geek. I am one badass motherfucker on a motorcycle.<br/>And I'm yours." />
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:color3};
- height:auto;
- width: 10px;
- z-index: 9999999999999999999999999999999999999;
- }
- ::-webkit-scrollbar {
- height:auto;
- width:10px;
- background-color:{color:title};
- z-index: 999999999999999999999999999999999999;
- }
- 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 {
- text-transform: lowercase;
- font-size: 18px;
- font-family: 'Tulpen One', sans-serif;
- line-height: 18px;
- display: none;
- text-align: center;
- position: absolute;
- z-index: 999999999999999999999999999999999999999999999999999999;
- background-color: {color:color2};
- padding: 3px;
- color: {color:background};
- max-width: 200px;
- height: auto;
- border: 1px solid {color:text};
- -webkit-transition: all 0.1s ease-out;
- -moz-transition: all 0.1s ease-out;
- -o-transition: all 0.1s ease-out;
- }
- body {
- background-color: {color:background};
- margin: 0 auto;
- font-family: 'Calibri', sans-serif;
- word-wrap:break-word;
- }
- 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:links};
- }
- a:hover {
- color:{color:linkshover};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- :focus, :active {
- outline: 0;
- }
- /* TITLE */
- #title {
- width: 100%;
- height: 40px;
- background-color: {color:title};
- position: fixed;
- top: 0;
- z-index: 999;
- text-align: center;
- line-height: 40px;
- font-family: 'Tulpen One', sans-serif;
- font-size: 30px;
- box-shadow: 5px 5px 5px {color:shadow};
- }
- /* PAGINATION */
- #prevpage {
- width: 20px;
- background-color: {color:title};
- position: fixed;
- bottom: 10px;
- left: 50%;
- margin-left: -310px;
- font-family: 'Calibri', sans-serif;
- font-size: 10px;
- padding: 5px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #prevpage:hover {
- background-color: {color:color1};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #nextpage {
- width: 20px;
- background-color: {color:title};
- position: fixed;
- bottom: 10px;
- left: 50%;
- margin-left: 270px;
- font-family: 'Calibri', sans-serif;
- font-size: 10px;
- padding: 5px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #nextpage:hover {
- background-color: {color:color1};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- /* SIDEBAR */
- .sidebar-text {
- position: absolute;
- text-align: center;
- font-family: 'Tulpen One', sans-serif;
- width: 200px;
- font-size: 25px;
- color: {color:sidebartext};
- z-index: 999;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .sidebar-text:hover {
- text-shadow: 0 0 3px {color:sidebartext};
- color: transparent;
- }
- .sblinks {
- position: absolute;
- top: 10px;
- width: 200px;
- opacity: 0;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- .sblink {
- width: 82px;
- margin: 2px 4px;
- padding: 5px;
- color: {color:sblink};
- float: left;
- font-family: 'Tulpen One', sans-serif;
- font-size: 20px;
- text-align: center;
- border-bottom: 2px solid {color:color1};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .sblink:hover {
- letter-spacing: 0.1em;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #sidebar-left:hover {
- height: 200px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #sidebar-left:hover .sidebar-text {
- margin-top: -20px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #sidebar-left:hover .sblinks {
- top: 70px;
- opacity: 1;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #sidebar-right:hover {
- height: 200px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #sidebar-right:hover .sidebar-text {
- margin-top: -20px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- #sidebar-right:hover .sblinks {
- top: 70px;
- opacity: 1;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- /* SIDEBAR LEFT */
- #sidebar-left {
- position: fixed;
- top: 38%;
- left: 8%;
- width: 200px;
- height: 80px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- /* SIDEBAR RIGHT */
- #sidebar-right {
- position: fixed;
- top: 38%;
- right: 8%;
- width: 200px;
- height: 80px;
- -webkit-transition: 0.7s ease;transition: 0.7s ease;
- -o-transition: 0.7s ease;
- -moz-transition: 0.7s ease;
- }
- /*CONTENT THINGS */
- #content {
- width: 530px;
- background-color: none;
- padding: 20px 0;
- color: {color:text};
- overflow: hidden;
- margin: 40px auto 0 auto;
- 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 {
- width: 500px;
- height: auto;
- margin: 0 0 80px 0;
- padding: 10px 10px 5px 10px;
- font-size: 14px;
- position: relative;
- float: left;
- z-index: 100;
- background-color: {color:posts};
- box-shadow:5px 5px 5px {color:shadow};
- }
- #content #posts .title {
- font-size: 16px;
- }
- #content #posts .text {
- font-size: 12px;
- }
- /* PERMALINK STUFF */
- .permlink {
- position: absolute;
- width: 20px;
- float: right;
- margin-top: 5px;
- margin-right: 10px;
- box-shadow: 5px 5px 5px {color:shadow};
- }
- #perm {
- position: relative;
- height: 20px;
- background-color: {color:color1};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #perm:hover {
- height: 30px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #via {
- position: relative;
- height: 30px;
- background-color: {color:color4};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #via:hover {
- height: 40px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #origin {
- position: relative;
- height: 25px;
- background-color: {color:color3};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #origin:hover {
- height: 35px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #reblog {
- position: relative;
- height: 45px;
- background-color: {color:color2};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #reblog:hover {
- height: 55px;
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- #posts:hover #tags {
- opacity: 1;
- }
- #tags {
- font-size:9px;
- width: 380px;
- margin-top: 13px;
- position: absolute;
- opacity: 0;
- margin-left: 120px;
- -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;
- border-radius: 20px;
- }
- /* PERMALINK PAGE THINGS */
- #content #notecontainer {
- margin-left: 30px;
- margin-top: -10px;
- width: 460px;
- font-size: 11px;
- border-radius: 20px;
- }
- #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 {
- position: absolute;
- background-color: transparent;
- }
- /* POST STUFF */
- .linkpost {
- padding: 5px;
- }
- .linktitle {
- margin-bottom: 3px;
- font-size: 25px;
- background-color: {color:postinside};
- padding: 10px;
- text-align: center;
- font-family: 'Tulpen One', 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:color3};
- -webkit-transition: 0.5s ease;transition: 0.5s ease;
- -o-transition: 0.5s ease;
- -moz-transition: 0.5s ease;
- }
- .askicon img {
- z-index: 9;
- height: 40px;
- width: 40px;
- position: relative;
- border: 5px solid {color:postinside};
- }
- .askicon img{
- z-index: 9;
- width: 40px;
- }
- .arrow-left {
- width: 0;
- height: 0;
- border-top: 15px solid transparent;
- border-bottom: 15px solid transparent;
- border-right:25px solid {color:postinside};
- position: relative;
- margin-left: 50px;
- margin-top: -47px;
- }
- .question {
- width: 403px;
- height: auto;
- padding: 2px 10px 7px 10px;
- color: {color:text};
- background-color: {color:postinside};
- font-size: 11.5px;
- text-align: left;
- margin-left: 74px;
- margin-top: -35px;
- margin-bottom: 15px;
- }
- .asker {
- font-size: 22px;
- color: {color:link};
- text-align: left;
- margin-top: 5px;
- margin-bottom: 3px;
- font-family: 'Tulpen One', sans-serif;
- }
- .answer {
- font-size: 11px;
- padding: 1px 10px 5px 10px;
- width: 477px;
- margin-top:-12px;
- overflow: hidden;
- border-radius:0px;
- text-align: left;
- }
- .posttitle {
- font-size: 25px;
- font-family: 'Tulpen One', sans-serif;
- background-color: {color:postinside};
- text-align: center;
- margin-bottom: 5px;
- padding: 2px;
- }
- .textpost {
- font-size: 12px;
- }
- .caption {
- font-size: 12px;
- background-color: {color:caption};
- padding: 5px;
- }
- .quote {
- font-size: 25px;
- font-family: 'Tulpen One', sans-serif;
- text-align: center;
- }
- .quotesource {
- text-align: center;
- font-size: 11px;
- margin-top: 5px;
- }
- .audiopost {
- padding: 0 10px;
- width: 477px;
- margin-top: -20px;
- font-size: 12px;
- }
- .player {
- position: absolute;
- float: left;
- width: 30px;
- height: 30px;
- overflow: hidden;
- margin-left: 20px;
- }
- .audio {
- border: 1px solid {color:border};
- background-color: {color:postinside};
- text-align: center;
- padding: 5px 10px;
- width: 420px;
- font-size: 19px;
- font-family: 'Tulpen One', sans-serif;
- margin-bottom: 7px;
- margin-left: 48px;
- position: relative;
- float: right;
- }
- .chat {
- font-size: 12px;
- margin-bottom: 10px;
- }
- .chattitle {
- font-size: 25px;
- font-family: 'Tulpen One', sans-serif;
- background-color: {color:postinside};
- text-align: center;
- margin-bottom: 5px;
- padding: 2px;
- }
- .chatbubble {
- width: 5px;
- height: 5px;
- background-color: {color:color1};
- margin-left: 13px;
- margin-right: 5px;
- float: left;
- position: relative;
- margin-top: 6px;
- }
- /* PLEASE DO NOT REMOVE THE CREDIT OR MOVE IT */
- #credit {
- bottom: 8px;
- right: 8px;
- border: 1px solid #BABABA;
- font-size: 10px;
- color: #5A5A5A;
- height: 12px;
- width: 12px;
- line-height: 12px;
- position: fixed;
- text-align: center;
- background-color:white;
- -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;
- }
- </style>
- </head>
- <body>
- <div id="sidebar-left">
- <div id="text-left" class="sidebar-text">{text:sblefttext}</div>
- <div class="sblinks">
- <a href="{text:sblink1url}"><div class="sblink">{text:sblink1text}</div></a>
- <a href="{text:sblink2url}"><div class="sblink">{text:sblink2text}</div></a>
- <a href="{text:sblink3url}"><div class="sblink">{text:sblink3text}</div></a>
- <a href="{text:sblink4url}"><div class="sblink">{text:sblink4text}</div></a>
- </div>
- </div>
- <div id="title">{Title}</div>
- <div id="sidebar-right">
- <div id="text-right" class="sidebar-text">{text:sbrighttext}</div>
- <div class="sblinks">
- <a href="{text:sblink5url}"><div class="sblink">{text:sblink5text}</div></a>
- <a href="{text:sblink6url}"><div class="sblink">{text:sblink6text}</div></a>
- <a href="{text:sblink7url}"><div class="sblink">{text:sblink7text}</div></a>
- <a href="{text:sblink8url}"><div class="sblink">{text:sblink8text}</div></a>
- </div>
- </div>
- {block:PreviousPage}
- <a href="{PreviousPage}"><div id="prevpage">prev</div></a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}"><div id="nextpage">next</div></a>
- {/block:NextPage}
- </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">
- {block:TrackName}
- {TrackName}
- {/block:TrackName}
- {block:Artist}
- ···
- {Artist}
- {/block:Artist}
- </div>
- <div class="player">
- {AudioPlayerWhite}
- </div>
- {block:Caption}<br /><div class="audiopost">{Caption}</div>{/block:Caption}
- {/block:Audio}
- {block:Quote}
- <div class="quote">“{Quote}”</div>
- {block:Source}<div class="quotesource">··· {Source}</div>{/block:Source}
- {/block:Quote}
- {block:Text}
- {block:Title}<div class="posttitle">{Title}</div><br/>{/block:Title}<div class="textpost">{Body}</div>
- {/block:Text}
- {block:Answer}
- <div class="askicon"><img src="{AskerPortraitURL-64}" /></div><div class="arrow-left"></div>
- <div class="question"><div class="asker">{Asker}:</div>{Question}</div>
- <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}
- <div class="chat">
- {block:Title}<div class="chattitle">{Title}</div>{/block:Title}
- {block:Lines}
- {block:Label}<div class="chatbubble"></div><strong>{Label}</strong>{/block:Label} {Line}<br />
- {/block:Lines}
- </div>
- {/block:Chat}
- {block:Link}
- <div class="linkpost">
- <a href="{URL}" ><div class="linktitle">{Name}</div></a>
- {block:Description}<div class="caption">{Description}</div>{/block:Description}</div>
- {/block:Link}
- <div id="tagsbox">
- <a href="{Permalink}" title="{block:Date}{lang:Posted TimeAgo}{/block:Date}
- {block:NoteCount} with {NoteCountWithLabel}{/block:NoteCount}"><div id="perm" class="permlink"></div>
- </a>
- {block:RebloggedFrom}<a href="{ReblogParentURL}" title="via: {ReblogParentName}"><div id="via" class="permlink"></div></a>
- <a href="{ReblogRootURL}" title="originally: {ReblogRootName}"><div id="origin" class="permlink"></div></a>
- {/block:RebloggedFrom}
- <a href="{ReblogURL}" title="reblog" target="_blank"><div id="reblog" class="permlink"></div></a>
- </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-->
- <!-- credit, please do not remove! -->
- <a href="http://spirkthemes.tumblr.com"><div id="credit">P</div></a>
- <script type="text/javascript" src="jquery.easing.1.3.js"></script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment