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">
- <!--
- THEME 07 BY STVCKY (ODINSSON.CO.VU). DON'T STEAL OR USE AS BASE PLEASE AND THANK. IF YOU HAVE ANY ISSUES MESSAGE ME.
- -->
- <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
- <head>
- <script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- $('body').append('<div id="fade"></div>');
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
- return false;
- });
- $('a.close, #fade').live('click', function() {
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </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}
- <meta name="image:icon" content="http://ic.pics.livejournal.com/attice/50729155/252563/252563_original.png"/>
- <meta name="image:sidebar" content="https://31.media.tumblr.com/a7ecf2ed579dc4006457741483eb7516/tumblr_n6208tPsgb1tpb7s5o1_400.png"/>
- <meta name="if:500px posts" content="0">
- <meta name="if:400px posts" content="0">
- <meta name="if:250px posts" content="0">
- <meta name="if:link one" content="0">
- <meta name="if:link two" content="0">
- <meta name="if:link three" content="0">
- <meta name="if:link four" content="0">
- <meta name="color:ask bg" content="#97cf36"/>
- <meta name="color:ask text" content="#fcfcfc"/>
- <meta name="color:ask title" content="#97cf36"/>
- <meta name="color:audio border" content="#fcfcfc"/>
- <meta name="color:background" content="#fcfcfc"/>
- <meta name="color:blockquote" content="#97cf36"/>
- <meta name="color:bold" content="#97cf36"/>
- <meta name="color:chat even" content="#000"/>
- <meta name="color:chat even bg" content="#97cf36"/>
- <meta name="color:chat odd" content="#fcfcfc"/>
- <meta name="color:chat odd bg" content="#000"/>
- <meta name="color:credit" content="#97cf36"/>
- <meta name="color:description text" content="#fcfcfc"/>
- <meta name="color:info bg" content="#97cf36"/>
- <meta name="color:info border" content="#fcfcfc"/>
- <meta name="color:info link" content="#000"/>
- <meta name="color:info text" content="#fcfcfc"/>
- <meta name="color:italics" content="#97cf36"/>
- <meta name="color:link" content="#97cf36"/>
- <meta name="color:link post" content="#97cf36"/>
- <meta name="color:nav links" content="#fcfcfc"/>
- <meta name="color:nav links bg" content="#97cf36"/>
- <meta name="color:pagination" content="#fcfcfc"/>
- <meta name="color:pagination bg" content="#97cf36"/>
- <meta name="color:popup bg" content="#000"/>
- <meta name="color:post bg" content="#000"/>
- <meta name="color:popup image border" content="#97cf36"/>
- <meta name="color:post titles" content="#97cf36"/>
- <meta name="color:quote" content="#000"/>
- <meta name="color:quote shadow" content="#97cf36"/>
- <meta name="color:rp info border" content="#fcfcfc"/>
- <meta name="color:rp info title" content="#000"/>
- <meta name="color:rp info text" content="#fcfcfc"/>
- <meta name="color:scrollbar" content="#000"/>
- <meta name="color:scrollbar border" content="#97cf36"/>
- <meta name="color:selection" content="#97cf36"/>
- <meta name="color:selection text" content="#000"/>
- <meta name="color:sidebar bg" content="#fcfcfc"/>
- <meta name="color:sidebar border" content="#97cf36"/>
- <meta name="color:sidebar scroll" content="#fcfcfc"/>
- <meta name="color:tags" content="#fcfcfc"/>
- <meta name="color:tags bg" content="#97cf36"/>
- <meta name="color:tags border" content="#fcfcfc"/>
- <meta name="color:text" content="#fcfcfc"/>
- <meta name="color:title" content="#97cf36"/>
- <meta name="color:title shadow" content="#fcfcfc"/>
- <meta name="text:ask title" content="ask title"/>
- <meta name="text:info title one" content="M!A Status:"/>
- <meta name="text:info text one" content="M!A Status"/>
- <meta name="text:info title two" content="Tracked Tag:"/>
- <meta name="text:info text two" content="trackedtag"/>
- <meta name="text:info title three" content="FC:"/>
- <meta name="text:info text three" content="faceclaim"/>
- <meta name="text:info title four" content="OOC Comments:"/>
- <meta name="text:info text four" content="ooc comments"/>
- <meta name="text:link one" content="one"/>
- <meta name="text:link one url" content="/"/>
- <meta name="text:link two" content="two"/>
- <meta name="text:link two url" content="/"/>
- <meta name="text:link three" content="three"/>
- <meta name="text:link three url" content="/"/>
- <meta name="text:link four" content="four"/>
- <meta name="text:link four url" content="/"/>
- <meta name="text:url" content="your url INCLUDING .tumblr.com"/>
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- height:auto;
- border-bottom:none;
- border-top: 3px solid {color:scrollbar border};
- border-left: 3px solid {color:scrollbar border};
- border-bottom: 3px solid {color:scrollbar border};
- }
- ::-webkit-scrollbar {
- height:9px;
- width:10px;
- background-color: {color:container bg};
- border-left: 2px solid {color:container bg};
- border-top: 2px solid {color:container bg};
- border-bottom: 2px solid {color:container bg};
- border-right: 3px solid {color:scrollbar border};
- }
- ::selection {
- background-color: {color:selection};
- color: {color:selection text};
- }
- @font-face{font-family:mix;src:url(http://static.tumblr.com/9wzbixa/cf6mj2fv4/ballw___.ttf);}
- @font-face {font-family:"subtitle"; src: url('http://static.tumblr.com/aorjzw7/aMums1s2i/comfortaa.ttf'); }
- @font-face { font-family: "lily"; src: url('http://static.tumblr.com/gdh5wux/jMNmoz1x8/lilyscript.ttf'); }
- body {
- background-color: {color:background};
- margin:0px;
- color: {color:text};
- font-family:Arial, Helvetica;
- font-size:9px;
- line-height:100%;
- background-repeat: repeat;
- }
- i, em {
- color: {color:italics};
- }
- b, strong {
- color: {color:bold};
- }
- a {
- text-decoration:none;
- -moz-outline-style:none;
- color: {color:link};
- }
- h1 {
- font-size:12px;
- text-transform:uppercase;
- line-height: 110%;
- color: {color:post titles};
- }
- h1:hover {
- letter-spacing: 2px;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- blockquote {
- padding-left:5px;
- border-left:2px solid {color:blockquote};
- max-width: 100%;
- word-wrap: break-word
- }
- blockquote img {
- max-width: 100%;
- }
- a:hover {
- opacity:1;
- color:{color:hover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- #icon {
- width: 100px;
- position: fixed;
- }
- #icon img {
- width: 80px;
- height: 80px;
- border: 20px solid {color:sidebar border};
- margin-left: 100px;
- margin-top: 170px;
- }
- #sidebar {
- width: 150px;
- height: 100%;
- background-color: {color:sidebar bg};
- position: fixed;
- border-right: 20px solid {color:sidebar border};
- }
- #linkbox {
- width: 60px;
- height: auto;
- margin-top: 300px;
- margin-left: 130px;
- }
- #linkage {
- width: 60px;
- height: 13px;
- padding-top: 7px;
- background-color: {color:nav links bg};
- margin-top: 10px;
- text-align: center;
- text-transform: uppercase;
- }
- #linkage a {
- color: {color:nav links};
- font-family: subtitle;
- font-size: 15px;
- }
- #linkage:hover {
- width: 117px;
- margin-left: -30px;
- padding-right: 3px;
- text-align: right;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #all {
- padding:10px;
- {block:If500pxposts}
- width: 500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 250px;
- {/block:If250pxposts}
- margin-top: 0px;
- margin-left: 100px;
- font-size:10px;
- }
- #posts {
- {block:If500pxposts}
- width: 500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 250px;
- {/block:If250pxposts}
- padding-bottom:20px;
- padding:10px;
- margin-top:30px;
- background-color: {color:post bg};
- margin-bottom: 50px;
- text-align: left;
- }
- #posts:hover #details {
- opacity: 1;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #details {
- opacity: 0;
- text-align:right;
- margin-top:8px;
- font-size:8px;
- font-style:none;
- -webkit-transition: all 0.8s ease;
- -moz-transition: all 0.8s ease;
- -o-transition: all 0.8s ease;
- }
- #tags {
- {block:If500pxposts}
- width: 494px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 394px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 244px;
- {/block:If250pxposts}
- height: auto;
- font-family:cambria;
- letter-spacing:0px;
- font-size:10px;
- margin-top:2px;
- text-align: right;
- padding: 3px;
- color: black;
- background-color: {color:tags bg};
- border-bottom: 10px solid {color:tags border};
- padding-bottom: 10px;
- padding-top: 10px;
- }
- #tags a {
- display:inline-block;
- padding:-3px;
- text-align:right;
- color: {color:tags};
- -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 {
- opacity: .7;
- font-style: italic;
- }
- #info {
- {block:If500pxposts}
- width: 480px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 380px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 230px;
- {/block:If250pxposts}
- height: auto;
- font-family: arial;
- font-size: 10px;
- background-color: {color:info bg};
- border-top: 10px solid {color:info border};
- padding: 10px;
- margin-bottom: 10px;
- color: {color:info text};
- }
- #info a {
- color: {color:info link};
- }
- #date {
- text-transform: uppercase;
- }
- #question {
- padding:8px;
- font-family:arial;
- letter-spacing:2px;
- text-align:right;
- font-style:italic;
- border:5px solid {color:ask bg};
- color: {color:ask text};
- background-color: {color:ask bg};
- }
- #question a {
- color: {color:ask text};
- }
- .convo .convoline {
- color: {color:chat even};
- background-color: {color:chat even bg};
- }
- .convo .convoline.odd {
- color: {color:chat odd};
- background-color: {color:chat odd bg};
- padding: 5px;
- }
- .newplayerbutton {
- position: relative;
- width: 28px;
- height: 27px;
- overflow: hidden;
- }
- .playerbuttonhug {
- position: absolute;
- top: -11px;
- left: -12px;
- }
- .tumblr_audio_player {
- border: none;
- padding: 0px;
- margin: 0px;
- height: 50px;
- {block:If500pxposts}
- width: 500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 250px;
- {/block:If250pxposts}
- }
- .playerbuttonbg {
- position: absolute;
- left: 20px;
- top: 20px;
- width: 28px;
- height: 28px;
- background-color: #ffffff;
- padding: 10px;
- -webkit-border-radius: 40px;
- -moz-border-radius: 40px;
- border-radius: 40px;
- opacity: .4;
- filter: alpha(opacity=40);
- -moz-opacity: 0.4;
- -khtml-opacity: 0.4;
- transition: opacity .7s ease-in-out;
- -moz-transition: opacity .7s ease-in-out;
- -webkit-transition: opacity .7s ease-in-out;
- }
- .playerbuttonbg:hover {
- opacity: 1;
- filter: alpha(opacity=100);
- -moz-opacity: 1;
- -khtml-opacity: 1;
- }
- .audioimgwrapper {
- position: absolute;
- left: 0px;
- top: 0px;
- border: 2px dotted {color:audio border};
- background-color: {color:audio border};
- padding: 2px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- overflow: hidden;
- width: 88px;
- height: 88px;
- }
- .audioimgwrapper img {
- width: 100%;
- height: auto;
- border: 2px dotted {color:audio border};
- padding: 2px;
- -webkit-border-radius: 50px;
- -moz-border-radius: 50px;
- border-radius: 50px;
- }
- .trackdetails {
- width: auto;
- display:inline-block;
- margin-left: 100px;
- min-height: 85px;
- line-height: 200%;
- }
- .audiowrapper {
- position: relative;
- display:inline-block;
- padding: 10px;
- }
- #pagination {
- height: 100px;
- width: 400px;
- position: fixed;
- margin-top: 520px;
- margin-left: 110px;
- }
- .jump_page {
- padding: 4px 8px;
- background-color: {color:pagination bg};
- color: {color:pagination};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- .current_page, .jump_page:hover {
- padding: 4px 8px;
- background-color: {color:pagination};
- color: {color:pagination bg};
- font-family:century gothic;
- font-size:11px;
- text-decoration:none;
- }
- #quote {
- font-size: 30px;
- font-family: times;
- font-style: italic;
- text-align: center;
- line-height: 110%;
- padding-top: 10px;
- text-shadow: 2px 2px {color:quote shadow};
- color: {color:quote};
- }
- #qsource {
- font-size: 10px;
- font-family: arial;
- text-transform: uppercase;
- text-align: right;
- }
- #notes {
- {block:If500pxposts}
- width: 500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 250px;
- {/block:If250pxposts}
- height: 170px;
- overflow-y: scroll;
- overflow-x: hidden;
- margin-top: 30px;
- opacity: 1;
- text-align: left;
- }
- #link_post {
- {block:If500pxposts}
- width: 500px;
- {/block:If500pxposts}
- {block:If400pxposts}
- width: 400px;
- {/block:If400pxposts}
- {block:If250pxposts}
- width: 250px;
- {/block:If250pxposts}
- height: auto;
- font-family: mix;
- font-size: 50px;
- text-align: center;
- line-height: 100%;
- }
- #link_post a {
- color: {color:link post};
- opacity: 1;
- }
- #link_post a:hover {
- opacity: .7;
- }
- .popup_block{
- display:none;
- background: {color:popup bg};
- padding:20px;
- float:left;
- position:fixed;
- top:50%;left:50%;
- z-index: 99999;
- }
- img.btn_close {
- float: right;
- margin: -20 -20px 0 0;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- display:none;
- background:#000;
- position:fixed;
- left:0;
- top:0;
- width:100%;
- height:100%;
- opacity:0.0;
- z-index:9999;
- }
- #poptit {
- font-family: lily;
- color: {color:ask title};
- font-size: 50px;
- text-align: center;
- text-shadow: 2px 2px {color:popup bg};
- margin-top: 0px;
- position: fixed;
- }
- #title {
- color: {color:title};
- font-family: lily;
- font-size: 50px;
- text-shadow: 2px 2px {color:title shadow};
- text-align: center;
- line-height: 110%;
- }
- #description {
- width: 100px;
- height: 100px;
- overflow-y: scroll;
- margin-top: 20px;
- }
- #description::-webkit-scrollbar-thumb {
- background-color: {color:sidebar scroll};
- height:auto;
- border:none;
- }
- #description::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:sidebar scroll};
- border: 2px solid {color:popup bg};
- }
- #infos {
- width: 90px;
- height: 25px;
- padding: 5px;
- border-top: 15px solid {color:rp info border};
- overflow-y: scroll;
- font-family: arial;
- font-size: 10px;
- text-align: center;
- color: {color:rp info text};
- }
- #infotit {
- font-family: arial;
- color: {color:rp info title};
- text-transform: uppercase;
- margin-top: -15px;
- text-align: center;
- position: fixed;
- }
- #infos::-webkit-scrollbar-thumb {
- background-color: {color:sidebar scroll};
- height:auto;
- border:none;
- }
- #infos::-webkit-scrollbar {
- height:9px;
- width:5px;
- background-color: {color:sidebar scroll};
- border: 2px solid {color:popup bg};
- }
- #image {
- width: 300px;
- margin-top: 50px;
- }
- #image img {
- width: 300px;
- height: 200px;
- border: 10px solid {color:popup image border};
- margin-left: -10px;
- }
- #credit {
- position: fixed;
- }
- {CustomCSS}
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="icon">
- <img src="{image:icon}">
- </div>
- <div id="linkbox">
- <div id="linkage">
- <a href="/">home</a>
- </div>
- <div id="linkage">
- <a href="#?w=300" rel="box1" class="poplight">ask</a>
- </div>
- <div id="linkage">
- <a href="#?w=400" rel="box2" class="poplight">info</a>
- </div>
- {block:Iflinkone}
- <div id="linkage">
- <a href="{text:link one url}">{text:link one}</a>
- </div>
- {/block:Iflinkone}
- {block:Iflinktwo}
- <div id="linkage">
- <a href="{text:link two url}">{text:link two}</a>
- </div>
- {/block:Iflinktwo}
- {block:Iflinkthree}
- <div id="linkage">
- <a href="{text:link three url}">{text:link three}</a>
- </div>
- {/block:Iflinkthree}
- {block:Iflinkfour}
- <div id="linkage">
- <a href="{text:link four url}">{text:link four}</a>
- </div>
- {/block:Iflinkfour}
- </div>
- </div>
- <div id="pagination">
- {block:Pagination}
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="2"}
- {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}<a href="{NextPage}" class="jump_page">»</a>{/block:NextPage}
- {/block:Pagination}
- </div>
- <center>
- <div id="all">
- {block:Posts}<div id="posts">
- <div id="info">
- <div id="date">
- posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
- </div>
- </div>
- {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
- {block:If500pxposts}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:Photo}
- {/block:If500pxposts}
- {block:If400pxposts}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:Photo}
- {/block:If400pxposts}
- {block:If250pxposts}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-250}">{LinkCloseTag}{/block:Photo}
- {/block:If250pxposts}
- {block:Link}<div id="link_post"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}{Description}{/block:Description}{/block:Link}
- {block:If500pxposts}
- {block:Photoset}{Photoset-500}{/block:Photoset}
- {/block:If500pxposts}
- {block:If400pxposts}
- {block:Photoset}{Photoset-400}{/block:Photoset}
- {/block:If400pxposts}
- {block:If250pxposts}
- {block:Photoset}{Photoset-250}{/block:Photoset}
- {/block:If250pxposts}
- {block:Quote}
- <div id="quote">"{Quote}"</div>
- <div id="qsource">{block:Source} —{Source}{/block:Source}</div>
- {/block:Quote}
- {block:AudioPlayer}<div class="audiowrapper">{block:AlbumArt}<div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}<div class="playerbuttonbg"><div class="newplayerbutton"><div class="playerbuttonhug">{AudioPlayerWhite}</div></div></div><div class="trackdetails">{block:TrackName}{TrackName}{/block:TrackName}<br/>{block:Artist}<b>Artist:</b> {Artist}{/block:Artist}<br/>{block:Album}<b>Album:</b> {Album}{/block:Album}<br/>
- {PlayCountWithLabel}</div></div>{/block:AudioPlayer}{block:Caption}{Caption}{/block:Caption}
- {block:If500pxposts}
- {block:Video}{Video-500}{/block:Video}
- {/block:If500pxposts}
- {block:If400pxposts}
- {block:Video}{Video-400}{/block:Video}
- {/block:If400pxposts}
- {block:If250pxposts}
- {block:Video}{Video-250}{/block:Video}
- {/block:If250pxposts}
- {block:Chat}
- {block:Title}<h1>{Title}</h1>{/block:Title}<div class="convo">{block:Lines}<div class="convo"><div class="convoline {Alt}"><div class="{Alt} user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label} {Line}</div></div></div>{/block:Lines}</div>
- {/block:Chat}
- {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
- <div id="details">
- {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
- </div></div>
- {/block:Posts}
- {/block:Posts}</div></div></div></div>
- </center>
- <div id="credit" style="position:fixed;bottom:2px; right:3px; font-size:9px; letter-spacing:1px; font-family:calibri; height: 15px; width: 20px; background-color: {color:credit}; border:1px solid {color:credit}; border-radius: 50%; padding-top: 5px; text-align: center"><a style="color:#fcfcfc; text-decoration:none;" href="http://stvcky.tumblr.com/">S</a></center></div>
- </body>
- <div id="box1" class="popup_block">
- <div id="poptit">{text:ask title}</div>
- <p><iframe frameborder="0" height="280" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{text:url}" width="100%"></iframe></p>
- </div>
- <div id="box2" class="popup_block">
- <br><br>
- <div id="title">{Title}</div>
- <center>
- <div id="description">{Description}</div>
- </center>
- <div id="infos" style="margin-top: -100px">
- <div id="infotit">{text:info title one}</div>
- <br>
- {text:info text one}
- </div>
- <div id="infos" style="margin-top: 10px">
- <div id="infotit">{text:info title two}</div>
- <br>
- {text:info text two}
- </div>
- <div id="infos" style="margin-top: -110px; margin-left: 300px">
- <div id="infotit">{text:info title three}</div>
- <br>
- {text:info text three}
- </div>
- <div id="infos" style="margin-top: 10px; margin-left: 300px">
- <div id="infotit">{text:info title four}</div>
- <br>
- {text:info text four}
- </div>
- <center>
- <div id="image">
- <img src="{image:sidebar}">
- </div>
- </center>
- </div>
- </div></div></div></div></div></div></div></div></div></div>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment