Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <!--- theme by jasnahdavar --->
- <!-------- you CAN remove the image of spiderman if you want to just search for <div class="spidey"> in the code !!! ----->
- <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}
- <meta name="color:background" content="#ffffff"/>
- <meta name="color:text" content="#000"/>
- <meta name="color:link" content="#800000"/>
- <meta name="color:link hover" content="#ff0000"/>
- <meta name="color:title" content="#000" />
- <meta name="color:border" content="#000" />
- <meta name="color:tags" content="#3d0f00">
- <meta name="color:tags hover" content="#ebad99">
- <meta name="color:description" content="#000">
- <meta name="text:link 1" content="">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2" content="">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3" content="">
- <meta name="text:link 3 url" content="/">
- <meta name="text:link 4" content="">
- <meta name="text:link 4 url" content="/">
- <meta name="if:show link 1" content="1">
- <meta name="if:show link 2" content="1">
- <meta name="if:show link 3" content="1">
- <meta name="if:show link 4" content="1">
- <meta name="image:sidebar" content=""/>
- <style type="text/css">
- @font-face{font-family:Marmellata Jam; src: url(http://static.tumblr.com/9wzbixa/mf3mj3kzl/marmellata_jam__demo.ttf);}
- ::-webkit-scrollbar-thumb:vertical {
- background-color:#cfcfcf; /*scrollbar color*/
- height:100px;
- }
- ::-webkit-scrollbar-thumb:horizontal {
- background-color:#cfcfcf; /*scrollbar color*/
- height:100px !important;
- }
- ::-webkit-scrollbar {
- height:10px;
- width:8px;
- background-color:#eeeeee; /*scrollbar bg color*/
- }
- ol.notes {
- padding: 5px;
- margin: 25px 0px;
- list-style-type: circle;
- border-bottom: solid 1px #ccc;
- }
- ol.notes li.note {
- padding: 5px;
- font-weight: normal;
- }
- ol.notes li.note img.avatar {
- vertical-align: -4px;
- margin-right: 10px;
- width: 16px;
- height: 16px;
- }
- ol.notes li.note span.action {
- font-weight: normal;
- }
- ol.notes li.note .answer_content {
- font-weight: normal;
- }
- ol.notes li.note blockquote {
- border-color: #eee;
- padding: 4px 5px;
- margin: 10px 0px 0px 15px;
- }
- ol.notes li.note blockquote a {
- text-decoration: none;
- }
- /*--------------------body ------------------------------------*/
- body {
- background:{color:background};
- margin:0px;
- color:{color:text};
- font-family:cambria;
- font-size:12px;
- line-height:110%;
- font-style: none;
- }
- @font-face{font-family::Loremipsum;src:url(http://static.tumblr.com/9wzbixa/izpmj3kdm/loremipsum.ttf);}
- h1 {
- font-family:loremipsum;
- letter-spacing:1px;
- font-size:16px;
- }
- a:link, a:visited, a:active {
- color:{color:link};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: .6s;
- -moz-transition: .6s;
- transition: .6s;
- }
- a:hover {
- color:{color:link hover};
- text-decoration: none;
- font-weight: normal;
- -webkit-transition: .6s;
- -moz-transition: .6s;
- transition: .6s;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:border};
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:2px solid {color:border};
- }
- /*-------------------- sidebar ----------------------------*/
- /*--fonts --*/
- @font-face { font-family: "swirlyyyy"; src: url('http://static.tumblr.com/vpzhdvv/HXcm6rnwt/big_noodle_titling.ttf');}
- @font-face { font-family: "spidey"; src: url('http://static.tumblr.com/tcdwxsl/NEan5kyre/the_amazing_spider-man.ttf');}
- @font-face { font-family: "homoarak"; src: url('http://static.tumblr.com/tcdwxsl/VFyn5kz2t/homoarak.ttf');}
- /*---*/
- #sidebar {
- position:fixed;
- left:20px;
- }
- /*---------------spiderman------------------*/
- .spidey {
- position:fixed;
- width:220px;
- margin-top:40px;
- text-align:right;
- margin-left:100px;
- }
- .spidey img {
- height:400px;
- width:auto;
- }
- /*--------------------title------------------*/
- .mtitle {
- position:fixed;
- line-height:125%;
- z-index:1000;
- width:200px;
- opacity:1;
- letter-spacing:1px;
- height:25px;
- margin-top:20px;
- text-align:right;
- margin-left:250px;
- color:{color:title};
- font-family:"homoarak";
- font-size:20px;
- }
- /*-------------------pagination-------------------*/
- #pagination {
- text-align:right;
- font-size:20px;
- top:50%;
- margin-top:-10px;
- right:10px;
- width:400px;
- text-transform:none;
- font-family:georgia;
- font-style:none;
- text-transform:lowercase;
- position:fixed;
- color:{color:text};
- position:fixed;
- }
- #pagination a{
- color:{color:link};
- padding:2px;
- font-style:italic;
- }
- #pagination a:hover {
- color:{color:link hover};
- }
- .arrow1 {
- font-size:30px;
- }
- .arrow1 a {
- font-size:30px;
- }
- .arrow1 a:hover {
- margin-right:15px;
- }
- .arrow2 {
- font-size:30px;
- }
- .arrow2 a {
- font-size:30px;
- }
- .arrow2 a:hover {
- margin-left:15px;
- }
- /*--------------------description---------------------------*/
- .desc {
- padding:10px;
- font-family:helvetica;
- font-size:12px;
- position:fixed;
- width:200px;
- height:150px;
- text-align:left;
- margin-top:320px;
- overflow:auto;
- }
- /*--------------------sidebar image ------------------*/
- .sbimg {
- text-align:left;
- margin-top:120px;
- }
- .sbimg img {
- width:200px;
- height:200px;
- position:fixed;
- z-index:1000;
- }
- /*--------------------navlinks --------------------*/
- .links {
- display:block;
- margin-top:310px;
- margin-left:220px;
- width:200px;
- text-align:right;
- position:fixed;
- font-style:none;
- }
- .links a{
- margin-top:10px;
- margin-right:5px;
- margin-left:10px;
- letter-spacing:1px;
- padding-top:4px;
- font-family:helvetica;
- text-transform:lowercase;
- font-size:11px;
- height:12px;
- border-bottom:1px solid #cfcfcf;
- color:{color:text};
- display:block;
- -webkit-transition:0.6s;
- -moz-transition:0.6s;
- transition:0.6s;
- }
- .a1 {
- width:100px;
- }
- .a2 {
- width:110px;
- }
- .a3 {
- width:120px;
- }
- .a4 {
- width:130px;
- }
- .a5 {
- width:140px;
- }
- .a6 {
- width:150px;
- }
- .links a:hover {
- text-align:right;
- -webkit-transition:0.6s;
- -moz-transition:0.6s;
- transition:0.6s;
- width:200px;
- border-bottom:1px solid {color:link hover};
- }
- /*--------------------post info ---------------------------*/
- #info {
- display:inline;
- width:450px;
- margin-top:20px;
- font-family:cambria;
- font-size:10px;
- }
- .date {
- text-align:left;
- height:10px;
- }
- .notecount {
- text-align:right;
- width:450px;
- margin-top:-10px;
- }
- .viasource {
- text-align:center;
- width:450px;
- margin-top:-10px;
- }
- /*--------------------tags------------------*/
- #tags {
- font-family:georgia;
- letter-spacing:0px;
- font-size:10px;
- margin-top:40px;
- text-align:center;
- margin-bottom:50px;
- font-style:italic;
- }
- #tags a {
- color:{color:tags};
- display:inline-block;
- padding:-3px;
- padding-right:5px;
- text-align:center;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- #tags a:hover {
- color:{color:tags hover};
- display:inline-block;
- padding:-3px;
- text-align:center;
- -webkit-transition: all 0.6s ease-in-out;
- -moz-transition: all 0.6s ease-in-out;
- -o-transition: all 0.6s ease-in-out;
- -ms-transition: all 0.6s ease-in-out;
- -transition: all 0.6s ease-in-out;
- }
- /*--------------------posts----------------------------*/
- #entries {
- float:left;
- width:520px;
- text-align:justify;
- margin-left:600px;
- z-index:1;
- }
- #post {
- margin-bottom:25px;
- width:500px;
- padding-top:20px;
- margin-top:100px;
- background-color:{color:background};
- }
- #plays{
- text-align:right;
- font-size:10px;
- }
- /*--------------------ask-------------------*/
- #ask {
- float:left;
- margin-right:5px;
- min-height:70px;
- padding-bottom:10px;
- border-bottom:1px solid {color:border};
- margin-bottom:10px;
- width:500px;
- }
- .question {
- padding:2px;
- margin-left:70px;
- margin-top:-64px;
- width:400px;
- }
- .answer {
- padding:10px;
- }
- #quote{font-size:12px;
- color:{color:title};
- text-align:left;
- padding:10px;
- font-style:italic;
- font-family:georgia;
- line-height:125%;
- background-color:{color:background};
- }
- /*--------------------do not move credit! --------------------*/
- #credit {
- bottom:10px;
- right:0px;
- font-size:30px;
- position:fixed;
- }
- .cr {
- background:transparent;}
- #credit a {
- color:#292929;
- }
- #credit a:hover {
- color:#ff0000;
- }
- .theme {
- width:0px;
- background:#292929;
- color:#fff;
- height:18px;
- font-size:10px;
- margin-top:-15px;
- padding-top:2px;
- visibility:hidden; position:fixed;
- text-align:center;
- text-transform:uppercase;
- }
- .cr:hover .theme {
- visibility:visible;
- width:200px;
- margin-left:-200px;
- transition:0.6s;
- }
- {CustomCSS}</style>
- </head><body>
- <div id="sidebar">
- <div class="mtitle">{Title}</div>
- <!---- delete code below this to remove spiderman from your blog ----->
- <div class="spidey">
- <img src="https://31.media.tumblr.com/5f6d20958e899f0a3f08766d731972ea/tumblr_inline_n5kxk5PZ9e1s9tfpw.jpg"><!-------- spiderman------>
- </div>
- <!---- do not delete below this----->
- <div class="sbimg"><img src="{image:sidebar}"></div>
- <div class="desc">
- {Description}
- </div>
- <div class="links">
- <a href="/" class="a1">home</a>
- <a href="/ask" class="a2">ask</a>
- {block:Ifshowlink1} <a href="{text:link 1 url}" class="a3">{text:link 1}</a> {/block:Ifshowlink1}
- {block:Ifshowlink2} <a href="{text:link 2 url}" class="a4">{text:link 2}</a>{/block:Ifshowlink2}
- {block:Ifshowlink3} <a href="{text:link 3 url}" class="a5">{text:link 3}</a>{/block:Ifshowlink3}
- {block:Ifshowlink4} <a href="{text:link 4 url}" class="a6">{text:link 4}</a>{/block:Ifshowlink1}
- </div>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}
- <span class="arrow1"><a href="{PreviousPage}"> < </a></span>
- {/block:PreviousPage}
- {block:JumpPagination length="5"}
- {block:CurrentPage}
- <span class="current_page">{PageNumber}</span>
- {/block:CurrentPage}
- {block:JumpPage}
- <a class="jump_page" href="{URL}">{PageNumber}</a>
- {/block:JumpPage}
- {/block:JumpPagination}
- {block:NextPage}
- <span class="arrow2"><a href="{NextPage}"> > </a></span>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div>
- <div id="entries">{block:Posts}<div id="post">
- {block:ContentSource}
- <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
- width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
- {/block:SourceLogo}
- {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
- {/block:ContentSource}
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}<div id="quote">"{Quote}</div>{block:Source} <br>—{Source}{/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}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}{AudioPlayerWhite}<br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<br><div id="plays">{PlayCount} plays</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><img src="{AskerPortraitURL-64}"><div class="question"><span style="text-transform:uppercase">{Asker}</a></span> said:<br><br>{Question}</div></div><div class="answer"><br><br>{Answer}{/block:Answer}</div>
- <div id="info"><div class="date">{block:Date}<a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear} </a> {/block:Date}</div>
- <div class="notecount"> <a href="{Permalink}">{NoteCount}</a> </div><div class="viasource">{block:PermalinkPage} {block:RebloggedFrom} <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} // {block:ContentSource} <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} {/block:PermalinkPage}</div>
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag} </a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- {/block:Posts}
- </div>
- </div>
- <!--- END CODING
- PLEASE DO NOT REMOVE CREDIT --->
- <div id="credit"><div class="cr"><a href="http://jasnahdavar.tumblr.com">©</a>
- <div class="theme">theme by jasnahdavar</div></div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement