Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!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}
- <!-----------theme sixteen by themesbyjude if you have the code then you know the rules so please just follow them and ask me if you have any questions ------------>
- <!--------default variables-------->
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#333333"/>
- <meta name="color:links" content="#5b5b5b"/>
- <meta name="color:title" content="#5b5b5b"/>
- <meta name="color:links hover" content="#c9c9c9"/>
- <meta name="color:scrollbar bg" content="#ffffff"/>
- <meta name="color:scrollbar" content="#eeeeee">
- <meta name="color:border"content="#eeeeee"/>
- <meta name="image:sidebar" content=""/>
- <meta name="image:scarf 1" content=""/>
- <meta name="image:scarf 2" content=""/>
- <meta name="image:scarf 3" content=""/>
- <meta name="image:scarf 4" content=""/>
- <meta name="image:scarf 5" content=""/>
- <meta name="text:link 1 title" content="link">
- <meta name="text:link 1 url" content=" ">
- <meta name="text:link 2 title" content="link">
- <meta name="text:link 2 url" content=" ">
- <meta name="text:link 3 title" content="link">
- <meta name="text:link 3 url" content=" ">
- <meta name="text:link 4 title" content="link">
- <meta name="text:link 4 url" content=" ">
- <!------------------------TOOLTIPS SCRIPT--------------------->
- <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
- <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
- <script>
- (function($){
- $(document).ready(function(){
- $("[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:200,
- tip_fade_speed:300
- });
- });
- })(jQuery);
- </script>
- <link href='http://fonts.googleapis.com/css?family=Just+Me+Again+Down+Here|Vibur|Shadows+Into+Light+Two|Megrim' rel='stylesheet' type='text/css'>
- <!-------------------------------------------------------------------->
- <style type="text/css">
- /*----------tooltips---------*/
- #s-m-t-tooltip {
- max-width:300px;
- margin:15px;
- padding:5px;
- border:1px solid #eeeeee;
- border-radius:0px;
- background:#ffffff;
- color:{color:text};
- z-index:999999;
- font-size:7px;
- font-style:none;
- font-weight:lighter;
- letter-spacing:2px;
- font-family:helvetica;
- text-transform:uppercase;
- box-shadow:1px 1px 3px rgba(0,0,0,.0);
- }
- /*----------scrollbar---------*/
- ::-webkit-scrollbar {
- background-color: {color:scrollbar bg};
- height:8px;
- width:5px
- }
- ::-webkit-scrollbar-thumb:vertical {
- background-color:{color:scrollbar};
- height:50px
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:{color:scrollbar bg};
- height:8px!important
- }
- /*----------basics---------*/
- body {
- background:{color:background} url({image:background image}) repeat right top fixed;
- color:{color:text};
- font-family:arial;
- line-height:15px;
- font-size:10px;
- margin:0;
- text-align:left;
- }
- blockquote {
- padding-left:10px;
- border-left:1px solid;
- border-color:#eeeeee;
- margin:10px;
- }
- a {
- color:{color:links};
- text-decoration:none;
- }
- a:hover {
- text-decoration:none;
- color: {color:links hover};
- -webkit-transition:all 0.5s;
- -moz-transition:all 0.5s;
- -ms-transition:all 0.5s;
- -o-transition:all 0.5s;
- transition:all 0.5s;
- }
- img {
- opacity:1;
- text-decoration:none;
- }
- h1 {
- font-size:12px;
- text-transform:underline;
- color:{color:links hover};
- font-weight:bold
- line-height:10px;
- }
- h2 {
- font-size:16px;
- font-family:'Megrim', cursive;
- line-height:10%;
- }
- h3 {
- font-size:17px;
- font-family:'Shadows Into Light Two', cursive;
- }
- h4 {
- font-size: 18px;
- font-family:'Vibur', cursive;
- }
- /*----------posts---------*/
- .container {
- left:50%;
- width:600px;
- position:absolute;
- }
- .posts {
- {block:IndexPage}
- margin-bottom:50px;
- {/block:IndexPage}
- {block:PermalinkPage}
- margin-bottom:40px;
- {/block:PermalinkPage}
- width:400px;
- padding-bottom:9px;
- padding:30px;
- border:1px solid {color:border}
- }
- .entries {
- margin-left:35px;
- margin-top:50px;
- margin-bottom:50px;
- width:400px;
- }
- .posts img, .posts li, .posts blockquote {
- max-width: 100%;
- }
- .posts li {
- list-style: square;
- }
- blockquote img {
- max-width:300px!important;
- }
- /*----------post info---------*/
- .info {
- border-top:1px solid {color:border};
- border-bottom:1px solid {color:border};
- padding-top:10px;
- padding-bottom:10px;
- text-align:right;
- text-transform:uppercase;
- font-size:8px;
- letter-spacing:1.5px;
- margin-top:17px;
- }
- .tags {
- margin-top:5px;
- font-size:9px;
- letter-spacing:1.5px;
- text-align:right;
- font-family:arial;
- color: {color:tags};
- }
- .tags a {
- margin-right:8px;
- }
- /*----------post notes---------*/
- ol.notes {
- padding:0px;
- margin:25px 0px 0px -10px;
- list-style-type:none;
- }
- ol.notes li.note {
- padding:10px;
- }
- ol.notes li.note img.avatar {
- vertical-align:-4px;
- margin-right:10px;
- width:16px;
- height:16px;
- }
- ol.notes li.note span.action {
- font-weight:none;
- }
- ol.notes li.note .answer_content {
- font-weight:normal;
- }
- ol.notes li.note blockquote {
- padding:4px 10px;
- margin:10px 0px 0px 25px;
- }
- ol.notes li.note blockquote a {
- text-decoration:none;
- }
- /*----------sidebar---------*/
- .sidebar {
- position:fixed;
- width:200px;
- margin-left:-330px;
- top:100px;
- padding-bottom:9px;
- padding:30px;
- border:1px solid {color:border}
- }
- .sidebarpic {
- width:auto;
- height:auto;
- }
- .sidebarpic img {
- width:200px;
- height:130px;
- padding-bottom:15px;
- }
- .sidetitle {
- margin-top:5px;
- font-size:19px;
- letter-spacing:1.5px;
- text-transform:uppercase;
- color:{color:title};
- font-family: 'Megrim', cursive;
- font-weight:bold;
- width:200px;
- text-align:center;
- }
- .description {
- width:200px;
- text-align:center;
- margin-top:10px;
- font-family:arial;
- font-size:10px;
- }
- .links {
- width:200px;
- text-align:center;
- margin-top:10px;
- word-spacing:3px;
- color:{color:links};
- }
- .links a {
- padding:5px;
- }
- .pagination {
- width:220px;
- margin-top:7px;
- text-align:center;
- border-top:1px solid #eeeeee;
- padding-top:15px;
- }
- /*----------quotes---------*/
- .quote {
- text-transform:uppercase;
- font-size:12px;
- font-weight:bold;
- text-align:center;
- }
- .quotesource {
- text-align:center;
- margin-top:10px;
- }
- /*----------chat---------*/
- .chat {
- line-height:20px;
- list-style:none;
- }
- .line.odd {
- background:#fafafa;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .line.even {
- background:#ffffff;
- margin-bottom:2px;
- padding:5px;
- list-style:none;
- font-size:10px;
- }
- .label {
- padding-right:1px;
- text-transform:uppercase;
- font-weight:bold;
- color:{color:links};
- }
- /*----------questions---------*/
- .question {
- background:#fafafa;
- padding:10px;
- }
- .asker {
- text-transform:uppercase;
- }
- .answer {
- padding:10px;
- margin-top:-15px;
- }
- /*----------audio---------*/
- .playerbutton {
- position:relative;
- width:30px;
- height:35px;
- overflow:hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top:-7px;
- left:2px;
- }
- .tumblr_audio_player {
- height:50px;
- width:500px;
- }
- .playerbuttonbg {
- position:absolute;
- width:35px;
- height:35px;
- background-color:#e4e4e4;
- padding:10px;
- }
- .trackdetails {
- width:auto;
- display:inline-block;
- margin-left:70px;
- font-size:10px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding:5px;
- line-height:15px;
- }
- .audiowrapper {
- position:relative;
- display:inline-block;
- }
- /*----------credit---------*/
- .credit {
- font-size:8px;
- position:fixed;
- font-weight:bold;
- bottom:5px;
- right:15px;
- z-index:10;
- text-align:right;
- letter-spacing:1px;
- padding:2px;
- }
- .credit a {
- color:{color:links};
- text-decoration:none;
- }
- .credit a:hover {
- color:{color:links hover};
- text-decoration:none;
- }
- /* SCARFCODE BEGINS */
- #scarves{
- position:fixed;
- margin-left:10px;
- margin-top:0px;
- z-index:999;
- }
- #scarf1{
- width:25px;
- height:150px;
- position:fixed;
- margin-top:-40px; /* how low the flag hangs from the top */
- opacity:0.8;
- }
- #scarf1:hover #content1{margin-top:10px; opacity:1.00;}
- #content1 {
- position:absolute;
- width:150px; /* how wide the text spans */
- padding:0px;
- padding-left:5px;
- left:0px;
- margin-top:143px; /* how low the text is from the top */
- font-size:11px;
- font-family:calibri;
- text-align:left;
- font-weight:normal;
- color:#000000;
- opacity:0;
- margin-top:0px;filter: alpha(opacity = 0);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- #scarf2{
- width:25px;
- height:150px;
- position:fixed;
- margin-left:31px;
- margin-top:-60px;
- opacity:0.8;
- }
- #scarf2:hover #content2{margin-top:10px; opacity:1.00;}
- #content2 {
- position:absolute;
- width:150px;
- padding:0px;
- padding-left:5px;
- left:0px;
- margin-top:143px;
- font-size:11px;
- font-family:calibri;
- text-align:left;
- font-weight:normal;
- color:#000000;
- opacity:0;
- margin-top:0px;filter: alpha(opacity = 0);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- #scarf3{
- width:25px;
- height:150px;
- position:fixed;
- margin-left:62px;
- margin-top:-80px;
- transition: all 1s, transform 1s;
- -moz-transition: all 1s, -moz-transform 1s;
- -webkit-transition: all 1s, -webkit-transform 1s;
- -o-transition: all 1s, -o-transform 1s; opacity:0.8;
- }
- #scarf3:hover #content3{margin-top:10px; opacity:1.00;}
- #content3 {
- position:absolute;
- width:150px;
- padding:0px;
- padding-left:5px;
- left:0px;
- margin-top:143px;
- font-size:11px;
- font-family:calibri;
- text-align:left;
- font-weight:normal;
- color:#000000;
- opacity:0;
- margin-top:0px;filter: alpha(opacity = 0);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- #scarf4{
- width:25px;
- height:150px;
- position:fixed;
- margin-left:93px;
- margin-top:-100px;
- transition: all 1s, transform 1s;
- -moz-transition: all 1s, -moz-transform 1s;
- -webkit-transition: all 1s, -webkit-transform 1s;
- -o-transition: all 1s, -o-transform 1s; opacity:0.8;
- }
- #scarf4:hover #content4{margin-top:10px; opacity:1.00;}
- #content4 {
- position:absolute;
- width:150px;
- padding:0px;
- padding-left:5px;
- left:0px;
- margin-top:143px;
- font-size:11px;
- font-family:calibri;
- text-align:left;
- font-weight:normal;
- color:#000000;
- opacity:0;
- margin-top:0px;filter: alpha(opacity = 0);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- #scarf5{
- width:25px;
- height:150px;
- position:fixed;
- margin-left:124px;
- margin-top:-120px;
- transition: all 1s, transform 1s;
- -moz-transition: all 1s, -moz-transform 1s;
- -webkit-transition: all 1s, -webkit-transform 1s;
- -o-transition: all 1s, -o-transform 1s; opacity:0.8;
- }
- #scarf5:hover #content5{margin-top:10px; opacity:1.00;}
- #content5 {
- position:absolute;
- width:150px;
- padding:0px;
- padding-left:5px;
- left:-0px;
- margin-top:143px;
- font-size:11px;
- font-family:calibri;
- text-align:left;
- font-weight:normal;
- color:#000000;
- opacity:0;
- margin-top:0px;filter: alpha(opacity = 0);
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;
- }
- /* SCARFCODE ENDS */
- </style>
- </head>
- <body>
- <!-- SCARFCODE2 BEGINS -->
- <div id="scarves">
- <div id="scarf1"><img src="{image:scarf 1}"><div id="content1">
- This is where your updates go <br>
- Seperate lines and shit by using < br > or < p > without the spaces.
- </br></br><img src='http://img708.imageshack.us/img708/8748/aih2.png' border='0'/><br></br>
- Look there, it''s a cute little border you can use to seperate things if you want to. If you dont want it, delete the code. If you want more of it, copy and paste it. If you want a different one, just get the image link and replace it with the link above <br><br>
- if you have any questions, <a href="http://dorkydmitri.tumblr.com/ask"> feel free to ask me</a> <br><br>
- </div></div>
- <div id="scarf2"><img src="{image:scarf 2}"><div id="content2">
- If you launch those helicarriers today, HYDRA will be able to kill anyone that stands in their way. Unless we stop them. I know I'm asking a lot. But the price of freedom is high. It always has been. And it's a price I'm willing to pay. And if I'm the only one, then so be it. But I'm willing to bet I'm not.
- </div></div>
- <div id="scarf3"><img src="{image:scarf 3}"><div id="content3">
- So you're saying that the Hulk... the other guy... saved my life? That's nice. It's a nice sentiment. Save it for what?
- </div></div>
- <div id="scarf4"><img src="{image:scarf 4}"><div id="content4">
- I saw young Americans killed by the very weapons I created to defend them and protect them. And I saw that I had become part of a system that is comfortable with zero-accountability. … I had my eyes opened.
- </div></div>
- <div id="scarf5"><img src="{image:scarf 5}"><div id="content5">
- Know this, son of Coul. You and I, we fight for the same cause: the protection of this world. From this day forward, you can count me in as your ally, if... you return the items you have taken from Jane.
- </div></div></div>
- <!-- SCARFCODE2 ENDS -->
- <div class="container">
- <div class="credit">
- <a title="theme" href="http://themesbyjude.tumblr.com" target="_blank">JUDE</a></div>
- <div class="sidebar">
- <div class="sidebarpic"><img src="{image:sidebar}" /></div>
- <div class="sidetitle">{Title}</div>
- <div class="description">{Description}</div>
- <div class="links">
- <a href="/">home</a>
- <a href="/ask">mssg</a>
- <a href="{text:link 1 url}">{text:link 1 title}</a>
- <a href="{text:link 2 url}">{text:link 2 title}</a>
- <a href="{text:link 3 url}">{text:link 3 title}</a>
- <a href="{text:link 4 url}">{text:link 4 title}</a>
- </div>
- <div class="pagination">
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">back</a>{/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">forth</a>
- {/block:NextPage}
- {/block:Pagination}
- </div>
- </div>
- <div class="entries">
- {block:Posts}
- <div class="posts">
- {block:Text}
- <h1>{block:Title}{Title}{/block:Title}</h1>
- {Body}{/block:Text}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-400}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}
- <div class="quote">"{Quote}"</div>
- {block:Source}<div class="quotesource"> — {Source}</div>
- {/block:Source}{/block:Quote}
- {block:Link}
- <h1><a href="{URL}" {Target}>{Name}</a></h1>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
- {/block:Chat}
- {block:Audio}
- {block:AudioPlayer}
- <div class="audiowrapper">
- <div class="playerbuttonbg">
- <div class="playerbutton">
- <div class="playerbuttonhug">
- {AudioPlayerGrey}
- </div></div></div>
- <div class="trackdetails">
- {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br>
- {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br>
- <b>PLAYS:</b> {FormattedPlayCount}</div></div>
- {/block:AudioPlayer}
- {block:Caption}
- <div class="caption">{Caption}</div>
- {/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">
- <div class="asker"><b>{Asker} said:</b></div>
- {Question}</div><br>
- <div class="answer">
- {Answer}</div>
- {/block:Answer}
- <div class="info">
- {block:Date}
- <b><a href="{Permalink}">{DayOfMonthWithZero}.{ShortMonth}.{ShortYear}</b></a>
- {/block:Date}
-
- <a href="{Permalink}">{NoteCountWithLabel}</a>
-
- {block:RebloggedFrom}
- <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via </a>
- {block:ContentSource}
- <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}">/ src</a>
- {/block:ContentSource}
- {/block:RebloggedFrom}
- <a href=”{ReblogURL}” target=”_blank” class=”details”>/ reblog</a>
- </div>
- {block:HasTags}
- <div class="tags">
- {block:Tags}
- <a href="{TagURL}">#{Tag}</a>
- {/block:Tags}
- </div>
- {/block:HasTags}
- </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}{block:ReblogParent}{/block:ReblogParent}
- </body>
- </div></div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment