Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <html>
- <head>
- <script type="text/javascript">
- function unhide(divID) {
- var item = document.getElementById(divID);
- if (item) {
- item.className=(item.className=='hidden')?'unhidden':'hidden';
- }
- }
- </script>
- <script type="text/javascript">
- function hideStuff(id) {
- document.getElementById(id).style.display = 'none';
- }
- }
- </script>
- <!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><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}
- <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'>
- <link href='http://fonts.googleapis.com/css?family=Alegreya+SC:700' rel='stylesheet' type='text/css'>
- <!--Default Variables-->
- <!--Colors-->
- <meta name="color:Background" content="#fff"/>
- <meta name="color:Text" content="#333333"/>
- <meta name="color:Link" content="#000000"/>
- <meta name="color:askbg" content="#000000"/>
- <meta name="color:blockquote" content="#f5f5f5"/>
- <meta name="color:bold text" content="#aaa"/>
- <meta name="color:italic text" content="#eee"/>
- <meta name="color:asklink" content="#eee"/>
- <meta name="color:sidebar strip" content="#006363"/>
- <meta name="color:ask strip" content="#F0B49E"/>
- <meta name="color:me strip" content="#B38184"/>
- <meta name="color:links strip" content="#73626E"/>
- <meta name="color:scrollbar" content="#000"/>
- <meta name="color:askfont" content="#fff"/>
- <meta name="color:tabfont" content="#fff"/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:About Me Pic" content=""/>
- <!--Links-->
- <meta name="text:Home Link" content="/"/>
- <meta name="text:Home Link Title" content="home" />
- <meta name="text:Ask Link" content="/ask"/>
- <meta name="text:Ask Link Title" content="mail" />
- <meta name="text:Link1" content="/"/>
- <meta name="text:Link1 Title" content="" />
- <meta name="text:Link2" content="/"/>
- <meta name="text:Link2 Title" content="" />
- <meta name="text:Link3" content="/"/>
- <meta name="text:Link3 Title" content="" />
- <style type="text/css">
- @font-face {font-family:Bebas Neue;src:url(http://static.tumblr.com/cvlbtjz/cnsln9tpp/bebasneue.otf);}
- @font-face { font-family: "ronda"; src: url('http://static.tumblr.com/rmj06l2/kcLlo1q2y/pf_ronda_seven.ttf'); }
- ::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 2px solid {color:background};
- height:auto;
- }
- ::-webkit-scrollbar {
- height:9px;
- width:9px;
- background-color: {color:scrollbar};
- border: 4px solid {color:background};
- }
- ::selection {
- background-color:{color:background};
- }
- body {
- background:{color:background};
- background-image: url;
- background-attachment: fixed;
- color:{color:text};
- font-family:'Open Sans', sans-serif;
- font-size:11px;
- line-height:100%;
- margin-top:80px;
- }
- a {
- text-decoration:none;
- outline:none;
- -moz-outline-style:none;
- color:#000;
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease
- }
- img {
- border:none;
- }
- blockquote blockquote {
- padding-left:5px;
- border-left:1px solid;
- }
- h1 {
- font-size:12px;
- font-family:raleway;
- text-align: center;
- }
- a:hover {
- opacity:10;
- color:{color:hover};
- -webkit-transition: all 0.7s ease;
- -moz-transition: all 0.7s ease;
- -o-transition: all 0.7s ease
- }
- small{
- font-size:9px;
- line-height:110%
- }
- big {
- font-size:12px;
- line-height:110%
- }
- b, strong{
- color:{color:bold text};
- }
- i, em {
- color:{color:italic text};
- }
- p{
- margin-top:5px;
- margin-bottom:5px
- }
- blockquote {
- padding:0px;
- padding-left:5px;
- margin:5px;
- border-left:3px solid {color:blockquote};
- }
- blockquote img {
- max-width:300px
- }
- ul, li img {
- max-with:250px
- }
- .audio {width:500px;height:160px;}
- .albumart {width:150px;height:150px;position:absolute; border:1px dotted {color:text}; padding:2px;}
- .albumart img {width:150px;height:150px;float:left;}
- .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
- .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
- overflow:hidden;background-color:white;}
- .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
- .hidden {display: none;}
- .unhidden {display: block;}
- iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; }
- #entries {
- width:500px;
- margin-left:600px;
- padding-top:30px;
- padding-bottom: 25px;
- z-index:-4;
- }
- #post {
- width:500px;
- font-family:consolas;
- background: {color:background};
- }
- #liner {
- position:fixed;
- height: 110%;
- margin-left:390px;
- background-color: {color:sidebar strip};
- width:45px;
- margin-top:-90px;
- }
- #home {
- outline: 2px solid {color:sidebar strip};
- background-color: {color:sidebar strip};
- height: 25px;
- width:75px;
- margin-left:437px;
- margin-top:130px;
- font-size: 20px;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- padding-top:15px;
- padding-left:8px;
- position: fixed;
- }
- #home a {
- color: #fff;
- }
- #askbutton {
- outline: 2px solid {color:ask strip};
- background-color: {color:ask strip};
- height: 25px;
- width:75px;
- margin-left:437px;
- margin-top:180px;
- font-size: 20px;
- text-align: center;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- color:#fff;
- padding-top:15px;
- padding-left:8px;
- position: fixed;
- }
- #askbutton:hover {
- cursor:help;
- }
- #aboutbutton:hover {
- cursor:help;
- }
- #linksbutton:hover {
- cursor:help;
- }
- #askbutton a {
- color: #fff;
- }
- #askage{
- z-index:1;
- padding-top:40px;
- height:150%;
- background-color: {color:ask strip};
- width:443px;
- margin-left:-8px;
- font-size: 20px;
- text-align: center;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- position:fixed;
- margin-top:-90px;
- }
- .faq {
- outline: 2px dashed {color:sidebar strip};
- border: 1px solid {color:me strip};
- outline-offset: 5px;
- font-family: Open Sans;
- text-transform: none;
- letter-spacing: 1px;
- font-size: 11px;
- text-align:left;
- margin-left:50px;
- padding:10px;
- margin-top:20px;
- background: transparent;
- width:300px;
- max-height:290px;
- color: #fff;
- overflow:auto;
- }
- #ask {
- margin-left:-20px;
- margin-top:30px;
- }
- #aboutbutton {
- outline: 2px solid {color:me strip};
- background-color: {color:me strip};
- height: 25px;
- width:75px;
- margin-left:437px;
- margin-top:230px;
- font-size: 20px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- color:#fff;
- padding-top:15px;
- padding-left:8px;
- position: fixed;
- }
- #aboutme {
- z-index:2;
- padding-top:40px;
- height:150%;
- background-color: {color:me strip};
- width:443px;
- margin-left:-8px;
- font-size: 20px;
- text-align: center;
- font-family: palatino linotype;
- text-transform: none;
- letter-spacing: 1px;
- line-height: 120%;
- font-size: 12px;
- position:fixed;
- margin-top:-90px;
- }
- .pic img {
- margin-top:30px;
- margin-left:67px;
- height: 120px;
- width 120px;
- outline: 2px solid #fff;
- padding:2px;
- border: 1px solid #fff;
- outline-offset: 5px;
- position: fixed;
- }
- .information {
- color: {color:me strip};
- padding:3px;
- font-family:open sans;
- letter-spacing:1px;
- max-height: 610px;
- font-size: 12px;
- margin-left:10px;
- text-align: justify;
- width: 250px;
- overflow: auto;
- position: fixed;
- background: #fff;
- }
- .otherinfor {
- font-family: consolas;
- color: #fff;
- padding:3px;
- max-height: 600px;
- margin-left:280px;
- margin-top: 170px;
- text-align: left;
- text-transform: uppercase;
- font-size: 9px;
- width: 140px;
- overflow: auto;
- position: fixed;
- }
- #linksbutton {
- outline: 2px solid {color:links strip};
- background-color: {color:links strip};
- height: 25px;
- width:75px;
- margin-left:437px;
- margin-top:280px;
- font-size: 20px;
- text-align: center;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- color:#fff;
- padding-top:15px;
- padding-left:8px;
- position: fixed;
- }
- #linkage {
- z-index:3;
- padding-top:40px;
- height:150%;
- background-color: {color:links strip};
- width:443px;
- margin-left:-8px;
- font-size: 20px;
- text-align: center;
- font-family: consolas;
- text-transform: uppercase;
- letter-spacing: 2px;
- font-family: 'Alegreya SC', serif;
- position:fixed;
- margin-top:-90px;
- overflow:auto;
- }
- #cont {
- overflow: auto;
- height:650px;
- width:440px;
- margin-top: -20px;
- }
- #title1 {
- margin-left: 10px;
- padding-left:10px;
- padding: 2px;
- text-decoration: underline;
- margin-top: 50px;
- font-size: 30px;
- height: 20px;
- font-family: 'Alegreya SC', serif;
- text-align: center;
- text-transform:lowercase;
- }
- #links1 {
- font-family:open sans;
- font-size:11px;
- opacity:1;
- text-align:center;
- margin-left: 25px;
- padding-top:20px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding-bottom:5px;
- width: 400px;
- }
- #links1 a{
- display:block;
- padding:3px 1px 3px 4px;
- letter-spacing:1px;
- -webkit-transition: .7s;
- -moz-transition: 1.5s;
- }
- #links1 a:hover{
- color:#fff;
- -webkit-transition: 1.0s;
- -moz-transition: 1.0s;
- background:#000;
- letter-spacing: 6px;
- }
- #title2 {
- margin-left: 5px;
- padding: 2px;
- padding-left:10px;
- margin-top: 20px;
- font-size: 28px;
- height: 20px;
- text-align: center;
- font-family: 'Alegreya SC', serif;
- text-decoration: underline;
- text-transform: lowercase;
- }
- #links2 {
- font-family:open sans;
- font-size:11px;
- opacity:1;
- text-align:center;
- margin-left: -5px;
- margin-top: 0px;
- padding-top:20px;
- padding-left: 30px;
- letter-spacing:1px;
- text-transform:lowercase;
- padding-bottom:5px;
- width: 400px;
- }
- #links2 a{
- display:block;
- padding:3px 1px 3px 4px;
- letter-spacing:1px;
- -webkit-transition: .7s;
- -moz-transition: 1.5s;
- }
- #links2 a:hover{
- color:#fff;
- -webkit-transition: 1.0s;
- -moz-transition: 1.0s;
- background:#000;
- letter-spacing: 6px;
- }
- #sidebar {
- position:fixed;
- margin-left:-140px;
- margin-top:60px;
- opacity:1;
- }
- #sidebarimage img{
- padding:5px;
- margin-left: 223px;
- margin-top: 70px;
- width: 200px;
- height:150px;
- -webkit-transition: 0.6s;
- outline:1px solid #eee;
- }
- #links {
- font-family:ronda;
- opacity:0.9;
- font-size:8px;
- opacity:1;
- text-align:center;
- padding-top:30px;
- text-transform:uppercase;
- font-weight: bold;
- line-height:100%;
- margin-top:12px;
- margin-left:347px;
- position: fixed;
- padding: 10px;
- width: 110px;
- background: transparent;
- }
- #links a:hover{
- -webkit-transition: 0.7s;
- -moz-transition: .7s;
- background:transparent;
- color: transparent;
- text-shadow: 0 0 5px rgba(0,0,0,0.5);
- }
- #links a{
- display:block;
- text-align:left;
- padding: 2px;
- opacity:1;
- letter-spacing:1px;
- -webkit-transition: .7s;
- -moz-transition: .7s;
- color: {color:link};
- background-color: transparent;
- z-index: 9;
- }
- #description {
- font-family: ronda;
- line-height:100%;
- color: #000;
- border-right: 1px solid #eee;
- padding:4px;
- font-size:8px;
- letter-spacing: 1px;
- font-style:;
- text-transform:lowercase;
- position:fixed;
- opacity:0.9;
- text-align:justify;
- margin-top:20px;
- margin-left:245px;
- width: 100px;
- max-height: 350px;
- overflow:auto;
- background: transparent;
- position: fixed;
- -webkit-transition: 0.6s;
- }
- #description a{
- color: {color:link};
- }
- #pagination {
- font-size:17px;
- color:#fff;
- font-family:BEBAS NEUE;
- letter-spacing:0px;
- margin-left:270px;
- margin-top: -195px;
- line-height: 220%;
- }
- #pagination a{
- color: {color:link};
- }
- #info {
- font-family:bebas neue;
- width:490px;
- margin-top:-4px;
- margin-left:-5px;
- line-height: 100%;
- padding:0px;
- padding-left:8px;
- font-size:12px;
- color: {color:link};
- text-transform:uppercase;
- font-style:;
- letter-spacing:2px;
- text-align:right;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- margin-top: 23px;
- }
- #info a:hover {
- color:{color:hover};
- }
- .date {
- font-family: consolas;
- font-size:8px;
- background-color:transparent;
- color: #000;
- width:100px;
- text-align: left;
- }
- .date a{
- color: #000;
- }
- .notes {
- border-top: 1px solid #000;
- margin-top: -5px;
- margin-left: 0px;
- padding-top: 5px;
- font-family: consolas;
- font-size:8px;
- color: #000;
- width: 55px;
- text-align: left;
- }
- .source {
- margin-top: 10px;
- margin-left:0px;
- color: #000;
- font-family: consolas;
- font-size: 8px;
- opacity:1;
- text-align: center;
- }
- .caption {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- .question {
- width: 490px;
- margin-left:0px;
- padding:12px;
- text-align:left;
- color:{color:askfont};
- background-color:{color:askbg};
- line-height: 130%;
- }
- .question a{
- background-color: {color:askbg};
- padding: 3px;
- color: #fff;
- font-family: raleway;
- font-style: none;
- font-size:11px;
- }
- #name {
- margin-left:47px;
- margin-top:-60px;
- font-family: consolas;
- font-size: 9px;
- position: absolute;
- text-transform: uppercase;
- }
- #tri {
- width: 0px;
- height: 0px;
- border-style: solid;
- border-width: 30px 30px 0 0;
- border-color: {color:askbg} transparent transparent transparent;
- margin-left:40px;
- margin-top:-90px;
- position:absolute;
- z-index:-4;
- }
- .icon {
- position:absolute;
- margin-top:-70px;
- margin-left:5px;
- z-index:-4;
- }
- .icon img{
- outline:3px solid {color:askbg};
- outline-offset:2px;
- }
- .answer {
- text-align:left;
- padding:10px;
- margin-top: 40px;
- color:{color:text};
- }
- .audio {
- height:60px;
- padding:5px;
- margin-bottom:55px;
- }
- .audio-album {
- position:absolute;
- width:110px;
- -webkit-transition: opacity 0.6s linear;
- opacity: 1;
- border-radius:10px;
- }
- .audio-player {
- opacity:1;
- filter:alpha(opacity=90);
- width:25px;
- height:25px;
- overflow:hidden;
- position:absolute;
- border:30px;
- z-index:2;
- margin-left:43px;
- margin-top:43px;
- opacity:0;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .audio-info {
- margin-top:7px;
- position:relative;
- font-family:bebas neue;
- font-size:12px;
- letter-spacing:2px;
- margin-left:120px;
- line-height:180%;
- padding:2px;
- }
- .audio:hover .audio-player {
- opacity:.6;
- -webkit-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- }
- .postnote {
- text-transform:lowercase;
- font-style:normal;
- letter-spacing:0px;
- font-size: 9px;
- text-align:left;
- line-height:90%;
- margin-left:0px;
- margin-top:20px;
- }
- .postnote li {
- list-style-type:none;
- border-bottom:1px dashed #f5f5f5;
- padding:10px 25px 10px 25px;
- text-align:left;
- width:400px;
- margin-left:-70px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- }
- .tags {
- font-family:consolas;
- font-style:normal;
- width:500px;
- text-transform:uppercase;
- font-style:normal;
- color:#000;
- letter-spacing:2px;
- line-height:120%;
- font-size:8px;
- text-align:right;
- margin-top:11px;
- padding:2px;
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- opacity:1;
- }
- .tags a {
- color:{color:text};
- letter-spacing:1px;
- padding:1px;
- }
- .tags a:hover {
- color:#f1f1f1;
- }
- ul.chat, .chat ol, .chat li {
- list-style:none;
- margin:0px;
- padding:2px;
- }
- .tab {
- text-decoration:underline;
- font-weight:700;
- background-color:#000;
- margin-right:5px;
- }
- {CustomCSS}</style></head><body>
- <div id="liner"></div>
- <div id="home"><a href="/">home</a></div>
- <a href="javascript:unhide('displaybx3');"><div id="linksbutton">links</div></a>
- <div id="displaybx3" class="hidden">
- <div id="linkage"><div id="cont">
- <!--- this is where your links go! Change the part between the " " to the full url of your link, including the http:// and the section that says name to the title of the link! If you need more, just copy <a href="/">name</a> and you get more! And to change the title, just change where it says title 1, and title 2 and title 3. Don't worry about filling up the space, if it gets too long, a scroll bar appears :) --->
- <div id="title1">title 1</div>
- <div id="links1">
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- </div>
- <div id="title2">title 2</div> <div id="links2">
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- </div>
- <div id="title2">title 3</div> <div id="links2">
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- </div>
- <div id="title2">title 4</div> <div id="links2">
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- <a href ="/">name</a>
- </div>
- </div></div></div>
- <a href="javascript:unhide('displaybx2');"><div id="aboutbutton">me</div> </a>
- <div id="displaybx2" class="hidden">
- <div id="aboutme"><div class="otherinfor">
- <!-- this where you put your little tidbits about yourself, just replace the things you want or create entirely new ones. Just remember to keep the <br><p><b> and </b> </p> tags so it shows properly--->
- <br><p><b>name:</b> dev</p>
- <br><p><b>age:</b> like 15?</p>
- <br><p><b>country:</b> ain't none of your business</p>
- <br><p><b>gender:</b> whatever</p>
- <br><p><b>likes:</b> do you even matter rn</p>
- <br><p><b>dislikes:</b> everything</p>
- </div><div class="information">
- <!--- this where the actual information about yourself goes! Please make it as long as you possibly can, because the longer it is the better it looks. You can fill up the space with a quote from a book or whatever it doesn't matter much. When editing, just remember that the <p> </p> tags bring text into a new paragraph and it looks spiffy when you use it-->
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sem vel mauris porttitor sit amet adipiscing odio interdum. Nunc non magna sit amet augue rutrum laoreet in in nulla. Nunc et malesuada orci. Sed metus enim, venenatis tincidunt tincidunt a, malesuada nec dolor. Nam volutpat, augue fringilla mattis venenatis, odio ipsum porta sapien, et tincidunt tortor erat quis nulla. Mauris dictum laoreet purus, et gravida magna aliquet quis. Phasellus sollicitudin tortor ut leo fringilla sed scelerisque diam suscipit. Donec non tortor id ante adipiscing tempus vitae et massa. Donec risus nisl, tincidunt quis facilisis blandit, lacinia vestibulum nulla.</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sem vel mauris porttitor sit amet adipiscing odio interdum. Nunc non magna sit amet augue rutrum laoreet in in nulla. Nunc et malesuada orci. Sed metus enim, venenatis tincidunt tincidunt a, malesuada nec dolor. Nam volutpat, augue fringilla mattis venenatis, odio ipsum porta sapien, et tincidunt tortor erat quis nulla. Mauris dictum laoreet purus, et gravida magna aliquet quis. Phasellus sollicitudin tortor ut leo fringilla sed scelerisque diam suscipit. Donec non tortor id ante adipiscing tempus vitae et massa. Donec risus nisl, tincidunt quis facilisis blandit, lacinia vestibulum nulla.</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sem vel mauris porttitor sit amet adipiscing odio interdum. Nunc non magna sit amet augue rutrum laoreet in in nulla. Nunc et malesuada orci. Sed metus enim, venenatis tincidunt tincidunt a, malesuada nec dolor. Nam volutpat, augue fringilla mattis venenatis, odio ipsum porta sapien, et tincidunt tortor erat quis nulla. Mauris dictum laoreet purus, et gravida magna aliquet quis. Phasellus sollicitudin tortor ut leo fringilla sed scelerisque diam suscipit. Donec non tortor id ante adipiscing tempus vitae et massa. Donec risus nisl, tincidunt quis facilisis blandit, lacinia vestibulum nulla.</p>
- <p>Lorem ipsum dolor sit amet, consectetur adipiscing elit. Quisque rhoncus sem vel mauris porttitor sit amet adipiscing odio interdum. Nunc non magna sit amet augue rutrum laoreet in in nulla. Nunc et malesuada orci. Sed metus enim, venenatis tincidunt tincidunt a, malesuada nec dolor. Nam volutpat, augue fringilla mattis venenatis, odio ipsum porta sapien, et tincidunt tortor erat quis nulla. Mauris dictum laoreet purus, et gravida magna aliquet quis. Phasellus sollicitudin tortor ut leo fringilla sed scelerisque diam suscipit. Donec non tortor id ante adipiscing tempus vitae et massa. Donec risus nisl, tincidunt quis facilisis blandit, lacinia vestibulum nulla.</p>
- </div><div class="pic"><img src="{image:about me pic}">
- </div></div></div>
- <a href="javascript:unhide('displaybx');"><div id="askbutton">ask</div></a>
- <div id="displaybx" class="hidden">
- <div id="askage">
- <div class="faq">
- <!--this is where your faq goes! You put the questions between the <p><b> </b></p> tags and just put your answers outside them! Simple simple :)-->
- <p><b>Do you follow back?</b></p>
- no soz
- <p><b><br>can i haz ur autograph?</b></p>
- no im too cool
- <p><b><br>why are u too cool?</b></p>
- ugh bitch plz just swerve ok
- <p><b><br>swiggity swag whats in the bag?</b></p>
- pls dont even go there ok just leave before you embarrass yourself
- <p><b><br>is posypayne actually cool?</b></p>
- wow i love jess she's like not white but white i swear
- <p><b><br>date me?</b></p>
- im actually dating my cheesecake rn maybe we can sort something out later im on the last slice
- <br><p><p>
- <br></div>
- <!-- remember to change your url in this string of code right here! Dont want username to recieve your asks lol -->
- <div id="ask"><iframe frameborder="0" height="250" scrolling="no" src="http://www.tumblr.com/ask_form/username.tumblr.com" width="300"></iframe></div></div>
- </p>
- </div>
- </div>
- <div id="sidebar">
- <div id="sidebarimage"><a href="/"><img src="{image:sidebar}"></a></div>
- <div id="description">{Description}</div>
- <div id="links">
- <a href="{text:home link}">{text:home link title}</a>
- <a href="{text:ask link}">{text:ask link title}</a>
- {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
- {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
- {block:ifLink3}<a href="{text:Link3}">{text:Link3 Title}</a>{/block:ifLink3}
- </div>
- {block:Pagination}
- <div id="pagination">
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK</a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">NEXT</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- </div>
- <div id="post">
- {block:Posts}</div>
- <div id="entries">
- {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}{Quote}{block:Source} —{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}
- <div class="audio">
- {block:AlbumArt}<img class="audio-album" src="{AlbumArtURL}">{/block:AlbumArt}
- <div class="audio-player">{block:AudioPlayer}{AudioPlayerWhite}{/block:AudioPlayer}</div>
- <div class="audio-info">
- {block:TrackName}{TrackName}<BR>{/block:TrackName}
- {block:Artist}{Artist}<BR>{/block:Artist}
- {block:Album}{Album}<BR>{/block:Album}
- {block:PlayCount}{PlayCount} plays<BR>{/block:PlayCount}
- </div></div>
- <div class="audiocaption">{block:Caption}{Caption}{/block:Caption}</div>
- {/block:Audio}
- {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div class="question">{Question}</div><div class="answer">{Answer}</div><div id="name">{Asker}</div><div class="icon"><img src="{AskerPortraitURL-24}"</a></div><div id="tri"></div>{/block:answer}
- {block:Date}<div id="info"><div class="notes"><a href="{Permalink}">♥ {NoteCount}</div></a><div class="date"><a href="{Permalink}">{DayOfMonthWithZero} {ShortMonth} {ShortYear}</div></a>
- {block:ContentSource} <div class="source">{block:RebloggedFrom}via: <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} / origin: <a href="{SourceURL}">{SourceLink}</a>{/block:ContentSource}</div>{/block:Date}
- {block:HasTags}
- <div class="tags">
- {block:Tags}<a href="{TagURL}">#{Tag}</a>,{/block:Tags}</div>
- {/block:HasTags}
- <div class="postnote">
- {block:PostNotes}{PostNotes}{/block:PostNotes}
- </div>
- </div>
- {/block:Posts}
- <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 10px; right: 5px; text-transform:lowercase;"><a href="http://elctra.tumblr.com"><img src="http://static.tumblr.com/smal9bi/3MXmn9vsh/icon_3.png"></a></div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment