Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <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}
- <meta name="color:text" content""/>
- <meta name="color:links" content"#000000"/>
- <meta name="color:desc" content"#000000"/>
- <meta name="color:linkhover" content""/>
- <meta name="color:scrollbar" content"#000000"/>
- <meta name="color:border" content"#000000"/>
- <script type="text/javascript" src="http://static.tumblr.com/iuggpng/bGqm4yfv9/jquery-1.7.2.js"></script>
- <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('');
- 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>
- <style type="text/css">
- #fade { /*--Transparent background layer--*/
- display: none; /*--hidden by default--*/
- background: #000;
- background-image: url('http://3.bp.blogspot.com/--iKHyzdRz-w/USTaF2IviZI/AAAAAAAADFw/p0Y9Ykpouwc/s1600/debut_dark.png');
- position: fixed; left: 0; top: 0;
- width: 100%; height: 100%;
- opacity: .90;
- z-index: 9999;
- }
- .popup_block{
- border:1px solid #fff; /*the #fff (white) is for whatever color you want the border to be and the 1px is for how thick you want the border to be*/
- border-radius:5px;
- display: none;
- background: #fff; /*background color is #fff*/
- padding-top: 20px;
- padding-bottom: 20px;
- padding-left: 40px;
- padding-right: 40px;
- float: left;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 9999999999999999999999999999999999999999;
- }
- img.btn_close {/*the close button*/
- background-color:#fff;
- padding:1px;
- float: right;
- margin-top:-20px;
- margin-bottom:-20px;
- margin-right:0px;
- left:20px;
- }
- *html #fade {
- position: absolute;
- }
- *html .popup_block {
- position: absolute;
- }
- #fade {
- background-color:#000;
- display: none; /*--hidden by default--*/
- position: fixed; left: 0; top: 0; width: 100%; height: 100%;
- opacity: .6;
- z-index: 9999;
- }
- body {
- font-family: times new;
- font-size: 10px;
- color: {color:text};
- margin: 0;
- }
- a {
- color: {color:links};
- text-decoration: none;
- }
- a:hover {
- color: {color:linkhover};
- -webkit-transition: all 0.5s ease;
- -moz-transition: all 0.5s ease;
- -o-transition: all 0.5s ease;
- }
- #content {
- position: fixed;
- top: 150px;
- right: 100px;
- height:350px;
- width:500px;
- overflow:auto;
- padding: 1px;
- opacity: 1;
- }
- .posts {
- padding: 19px;
- margin-top: 0px;
- overflow: hidden;
- width: 450px;
- }
- .posts img {
- max-width: 50%;
- }
- .posts a {
- letter-spacing: 1px;
- }
- @font-face{font-family: Sweetly Broken;src:url(http://static.tumblr.com/iddq6cw/MZUlwm0mp/sweetly_broken.ttf);}
- @font-face{font-family:Just Realize;src:url(http://static.tumblr.com/sghs9ih/2tFlu5il8/justrealize.ttf);}
- .sidebartitle {
- margin-top:310px;
- margin-left:-250px;
- font-size:70px;
- position:fixed;
- font-family:sweetly broken;
- text-align:left;
- color:#000;
- text-shadow: -3px 2px #000;
- -webkit-transform:rotate(270deg);
- -moz-transform:rotate(270deg);
- -o-transform:rotate(270deg);
- }
- #themesection {
- width: 600px;
- padding:6px;
- margin-left:100px;
- margin-top:20px;
- border:12px solid #000;
- }
- #theme {
- padding-bottom:7px;
- padding-left:25px;
- padding-top: 15px;
- padding-right:15px;
- margin-left:15px;
- display:inline-block;
- border:3px double #000;
- }
- #theme img {
- width:225px;
- height:160px;
- padding:5px;
- margin-top:1px;
- }
- #top {
- background-image:url('{image:top}');
- position: fixed;
- top: 10px;
- left: 283px;
- width: 585px;
- height: 99px;
- text-align: justify;
- }
- #pagination {
- position: fixed;
- bottom: 120px;
- background-color: #fff;
- right: 100px;
- width: 300px;
- word-spacing: 10px;
- padding: 5px;
- margin-left: 0px;
- font-size:11px;
- text-align:center;
- opacity: 1;
- font-family: calibri;
- text-transform: uppercase;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #description {
- position:fixed;
- font-family:cambria;
- line-height:90%;
- font-size:23px;
- font-style:italic;
- width:70px;
- margin-top:160px;
- padding:14px;
- margin-left:480px;
- text-align:center;
- color:#000;
- border:5px double #000;
- position:fixed;
- }
- #links {
- text-align: center;
- width: 1080px;
- font-family: times new;
- letter-spacing:15px;
- font-size: 300%;
- color: #fff;
- margin-top: 60px;
- margin-left: 375px;
- text-transform: uppercase;
- opacity: .9;
- text-shadow: -1px 1px #df01a5;
- transition: all 0.8s ease-out;
- -o-transition-transition: all 0.8s ease-out;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- }
- #links a {
- color: #000;
- display: free;
- padding: 4px;
- background-color: #fff;
- opacity: .9;
- transition: all 0.5s ease-out;
- -o-transition-transition: all 0.5s ease-out;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- }
- #title {
- font-family:cambria;
- width:225px;
- text-transform:uppercase;
- font-size:13px;
- letter-spacing:1px;
- font-style:none;
- margin-bottom:-5px;
- margin-left:0px;
- text-align:center;
- color:#000;
- background-color:rgba;
- padding:5px;
- text-shadow: -1px 1px #df01a5;
- }
- #title a {
- opacity:1;
- }
- #info {
- text-align:center;
- padding:7px 2px 8px 6px;
- background-color:#000;
- margin-top:-4px;
- color:#fff;
- width:225px;
- font-family:cambria;
- letter-spacing:0px;
- background-color:#df01a5;
- font-size:12px;
- text-transform:uppercase;
- text-shadow: -1px 1px #000000;
- }
- #info a {
- padding:3px 32px 3px 33px;
- margin-right:0px;
- color:#fff;
- }
- #info a:hover {
- color:#fff;
- opacity:1;
- }
- #albumart img {
- width: 50px;
- height: 50px;
- }
- #permalink {
- padding: 5px 10px 5px 10px;
- }
- blockquote {
- padding: 1px 1px 1px 10px;
- margin: 5px;
- }
- #captions {
- width:500px;
- text-align:justify;
- line-height:120%;
- }
- #audiocaptions {
- display: block;
- padding: 1px 10px 1px 10px;
- margin-top: 10px;
- {block:IfNotShowCaptions}
- {block:IndexPage}
- display: none;
- {/block:IndexPage}
- {/block:IfNotShowCaptions}
- }
- ::-webkit-scrollbar {background-color:#fff; height:8px; width:4px}
- ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
- ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
- #answer a {
- font-style: italic;
- }
- #credit a {
- position:fixed;
- bottom:5px;
- right:-52px;
- text-transform:uppercase;
- color:#666666;
- font-size:8px;
- width:80px;
- font-family:consolas;
- text-align:center;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- #credit a:hover {
- right: -3px;
- transition: all 0.7s ease-out;
- -o-transition-transition: all 0.7s ease-out;
- -webkit-transition: all 0.7s ease-out;
- -moz-transition: all 0.7s ease-out;
- }
- iframe#tumblr_controls {
- position: fixed !important;
- z-index: 9999;
- }
- #yolo {
- background-color: {color:scrollbar};
- color: #eee;
- width: 505px;
- padding-left: 20px;
- padding-right: 20px;
- padding-top: 5px;
- padding-bottom: 5px;
- font-size: 90%;
- text-transform: uppercase;
- letter-spacing: 1px;
- position: fixed;
- top: 130px;
- right: 100px;
- text-align: center;
- }
- </style>
- </head><script type="text/javascript"
- src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
- <script>
- $(document).ready(function() {
- //
- //When you click on a link with class of poplight and the href starts with a #
- $('a.poplight[href^=#]').click(function() {
- var popID = $(this).attr('rel'); //Get Popup Name
- var popURL = $(this).attr('href'); //Get Popup href to define size
- //Pull Query & Variables from href URL
- var query= popURL.split('?');
- var dim= query[1].split('&');
- var popWidth = dim[0].split('=')[1]; //Gets the first query string value
- //Fade in the Popup and add close button
- $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"><img src="http://tiny.cc/closeimg" class="btn_close" title="Close Window" alt="Close" /></a>');
- //Define margin for center alignment (vertical horizontal) - we add 80px to the height/width to accomodate for the padding and border width defined in the css
- var popMargTop = ($('#' + popID).height() + 80) / 2;
- var popMargLeft = ($('#' + popID).width() + 80) / 2;
- //Apply Margin to Popup
- $('#' + popID).css({
- 'margin-top' : -popMargTop,
- 'margin-left' : -popMargLeft
- });
- //Fade in Background
- $('body').append('<div id="fade"></div>'); //Add the fade layer to bottom of the body tag.
- $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'}) is used to fix the IE Bug on fading transparencies
- return false;
- });
- //Close Popups and Fade Layer
- $('a.close, #fade').live('click', function() { //When clicking on the close or fade layer...
- $('#fade , .popup_block').fadeOut(function() {
- $('#fade, a.close').remove(); //fade them both out
- });
- return false;
- });
- });
- </script>
- <!-- DON'T TOUCH ANYTHING HERE -->
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
- <script src="http://static.tumblr.com/6hsqxdt/QBym35odk/jquery.masonry.js"></script>
- <script>
- $(function(){
- var $container = $('#container');
- $container.imagesLoaded(function(){
- $container.masonry({
- itemSelector: '.char',
- });
- });
- $container.infinitescroll({
- itemSelector : ".char",
- loadingImg : "",
- loadingText : "<em></em>",
- bufferPx : 10000,
- extraScrollPx: 12000,
- },
- // trigger Masonry as a callback
- function( newElements ) {
- var $newElems = $( newElements ).css({ opacity: 0 });
- // ensure that images load before adding to masonry layout
- $newElems.imagesLoaded(function(){
- $newElems.animate({ opacity: 1 });
- $container.masonry( 'appended', $newElems, true );
- });
- }
- );
- });
- </script> <div id="popup_name" class="popup_block">
- - faq stuff here</a><br>
- <br>
- <iframe style="frameborder="0" id="ask_form" height="190" width="440"scrolling="yes" src="http://www.tumblr.com/ask_form/YOURURLHEREOKAY.tumblr.com" ></iframe>
- </div>
- <body>
- <div class="sidebartitle">swiggity swoat punch her in the throat</div>
- </div>
- <div id="themesection">
- <div id="theme">
- <div id="title">theme 07: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 06: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 05: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 04: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 03: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 02: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- <div id="theme">
- <div id="title">theme 01: TITLE</div>
- <img src="http://axcelonbp.com/wp-content/uploads/2013/01/Comingsoon.png">
- <div id="info"><a href="/">prev</a><a href="/">stuffs</a></div></div>
- </div>
- <div id="content">
- <div id="top">
- <div id="description">{Description}</div>
- <div id="links">
- <a href="{text:link1url}">{text:link1name}</a> •
- <a href="#?w=500" rel="popup_name" class="poplight">ask</a>•
- <a href="{text:link3url}">{text:link3name}</a>
- </div>
- </div>
- <div id="pagination">
- {block:Pagination}
- <div class="ha">
- {block:PreviousPage}
- <a href="{PreviousPage}">«</a>
- {/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}
- <a href="{NextPage}">»</a>
- {/block:NextPage}
- </div>
- {/block:Pagination}
- </div>
- <div id="yolo">stuff</div>
- {block:Posts}
- <div class="posts">
- {block:Text}
- {block:Title}
- {Title}
- {/block:Title}
- {Body}
- {/block:Text}
- {block:Photo}
- <center>
- <img src="{PhotoURL-500}">
- </center>
- {block:Caption}
- <div id="captions">
- {Caption}</div>
- {/block:Caption}
- {/block:Photo}
- {block:Photoset}<center>{Photoset-500}</center>
- {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
- {block:Quote}
- ❝{Quote}
- {block:Source}
- <br><br>—{Source}
- {/block:Source}
- {/block:Quote}
- {block:Link}
- <a href="{URL}" {Target}>+ {Name}</a>
- {block:Description}
- {Description}
- {/block:Description}
- {/block:Link}
- {block:Answer}
- <center> <b>{Asker}</b>: <i>{Question}</i>
- <div id="answer">{Answer}</div></center>
- {/block:Answer}
- </div>
- <div id="info">
- {block:Date}
- {MonthNumberWithZero} / {DayOfMonthWithZero} / {Year}
- {/block:Date}
- {/block:ContentSource}
- {block:PermalinkPage}
- <span style="text-align:left;">{block:PostNotes}
- {PostNotes}
- {/block:PostNotes}</span>
- {/block:PermalinkPage}
- </div>
- {/block:Posts}
- <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"</a>
- </div>
- <style type="text/css">body, a:hover {cursor: url(http://cur.cursors-4u.net/cursors/cur-9/cur817.cur), progress !important;}</style><a href="http://www.cursors-4u.com/" target="_blank" title="Small Grey Outline Pointer"><img src="http://cur.cursors-4u.net/cursor.png" border="0" alt="Small Grey Outline Pointer" style="position:absolute; top: 0px; right: 0px;" /></a>
- </div>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment