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>
- <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:header background" content="">
- <meta name="image:header" content="">
- <meta name="image:header2" content="">
- <meta name="image:header3" content="">
- <meta name="image:title header" content="">
- <meta name="image:bg" content="">
- <meta name="image:info bg" content="">
- <meta name="text:link1" content="">
- <meta name="text:link1 title" content="link 1">
- <meta name="text:link2" content="">
- <meta name="text:link2 title" content="link 2">
- <meta name="color:links" content="#ae8c51">
- <meta name="color:asks bg" content="#000000">
- <meta name="color:links hover" content="#3a5a08">
- <meta name="color:text" content="#ffffff">
- <meta name="color:header border" content="#1a1610">
- <meta name="color:bold" content="#b49a41">
- <meta name="color:content shadow" content="#000000">
- <meta name="color:content" content="#15120f">
- <meta name="color:links bg" content="#000000">
- <meta name="color:italic" content="#666743">
- <meta name="color:header shadow" content="#000000">
- <meta name="color:header description" content="#000000">
- <meta name="color:header description shadow" content="#000000">
- <!-- START NIVO SLIDER -->
- <script type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5.1/jquery.min.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/WdCmcx05a/jquery.nivo.slider.pack.js"></script>
- <script type="text/javascript">
- var $nv4wp = jQuery.noConflict();
- $nv4wp(window).load(function() {
- $nv4wp('#slider').nivoSlider({
- effect:'random',
- slices:15, // For slice animations
- boxCols: 4, // For box animations
- boxRows: 2, // For box animations
- animSpeed:500, // Slide transition speed
- pauseTime:3000, // How long each slide will show
- startSlide:0, // Set starting Slide (0 index)
- directionNav:true, //Next & Prev
- controlNav:false, // 1,2,3... navigation
- controlNavThumbs:false, // Use thumbnails for Control Nav
- controlNavThumbsFromRel:false, // Use image rel for thumbs
- controlNavThumbsSearch: '.jpg', // Replace this with...
- controlNavThumbsReplace: '_thumb.jpg', // ...this in thumb Image src
- keyboardNav:true, //Use left & right arrows
- pauseOnHover:true, //Stop animation while hovering
- manualAdvance:false, //Force manual transitions
- captionOpacity:0.8, //Universal caption opacity
- prevText: 'Prev', // Prev directionNav text
- nextText: 'Next', // Next directionNav text
- beforeChange: function(){}, // Triggers before a slide transition
- afterChange: function(){}, // Triggers after a slide transition
- slideshowEnd: function(){}, // Triggers after all slides have been shown
- lastSlide: function(){}, // Triggers when last slide is shown
- afterLoad: function(){} // Triggers when slider has loaded
- });
- });
- </script>
- <script type="text/javascript" src="http://static.tumblr.com/y0x5xm1/e1gmcx29e/jquery.nivo.slider.js"></script>
- <script type="text/javascript">
- $(window).load(function() {
- $('#slider').nivoSlider();
- });
- </script>
- <!-- END NIVO SLIDER -->
- <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"><img src="http://static.tumblr.com/iddq6cw/Atplvofrt/tooltip-closebutton.png" class="btn_close" title="Close" alt="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>
- <style type="text/css">
- body {
- background-image: url('{image:bg}');
- color: {color:text};
- font-family: trebuchet ms;
- font-size: 9pt;
- text-align: center;
- }
- a:hover {
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- color: {color:links hover};
- }
- b {
- color: {color:bold};
- font-weight: bold;
- }
- i {
- color: {color:italic};
- font-style: italic;
- }
- #headerbg {
- background-image: url('{image:header background}');
- width: 100%;
- height: 500px;
- position: absolute;
- margin-top: -10px;
- margin-left: -8px;
- }
- blockquote {
- border-left: 2px solid;
- padding-left: 5px;
- }
- blockquote img {
- max-width: 100%;
- }
- #anchor {
- position: relative;
- width: 1000px;
- background-color: transparent;
- margin: 0 auto -12px auto;
- }
- #mainheader {
- width: 1000px;
- margin-top: 50px;
- height: 300px;
- position: absolute;
- border: 5px solid {color:header border};
- box-shadow: 5px 5px 8px {color:header shadow};
- background-image: url('{image:main header}');
- }
- #bottompart {
- position: absolute;
- width: 1000px;
- height: 100px;
- margin-top: 360px;
- }
- #box {
- width: 470px;
- height: 70px;
- padding: 10px;
- border-radius: 10px;
- background-color: {color:header description};
- opacity: .8;
- color: #fff;
- margin-top: -40px;
- position: absolute;
- }
- #descbox {
- width: 470px;
- height: 60px;
- overflow: auto;
- position: absolute;
- font-family: trebuchet ms;
- text-shadow: 1px 1px 1px {color:header description shadow};
- font-size: 9pt;
- margin-top: 5px;
- }
- /*
- * jQuery Nivo Slider v3.1
- * http://nivo.dev7studios.com
- *
- * Copyright 2012, Dev7studios
- * Free to use and abuse under the MIT license.
- * http://www.opensource.org/licenses/mit-license.php
- * Mhel, of html-and-etc.tumblr.com tweaked the original codes given
- */
- /* The Nivo Slider styles */
- .nivoSlider {
- border: 5px solid {color:header border};
- position:absolute;
- width:1000px;
- height:300px;
- overflow: hidden;
- margin-top: 40px;
- box-shadow: 5px 5px 10px {color:header shadow};
- }
- .nivoSlider img {
- position:absolute;
- top:0px;
- left:0px;
- max-width: none;
- }
- .nivo-main-image {
- display: block !important;
- position: relative !important;
- width: 100% !important;
- }
- /* If an image is wrapped in a link */
- .nivoSlider a.nivo-imageLink {
- position:absolute;
- top:0px;
- left:0px;
- width:100%;
- height:100%;
- border:0;
- padding:0;
- margin:0;
- z-index:6;
- display:none;
- }
- /* The slices and boxes in the Slider */
- .nivo-slice {
- display:block;
- position:absolute;
- z-index:5;
- height:100%;
- top:0;
- }
- .nivo-box {
- display:block;
- position:absolute;
- z-index:5;
- overflow:hidden;
- }
- .nivo-box img { display:block; }
- /* Caption styles */
- .nivo-caption {
- position:absolute;
- left:0px;
- bottom:10px;
- background:#000;
- font-weight: 300;
- letter-spacing: 3px;
- text-transform: uppercase;
- font-size: 12pt;
- text-align: center;
- color:#fff;
- width:100%;
- padding: 5px;
- z-index:8;
- padding: 5px 10px;
- opacity: 0.8;
- overflow: hidden;
- display: none;
- -moz-opacity: 0.8;
- filter:alpha(opacity=8);
- -webkit-box-sizing: border-box; /* Safari/Chrome, other WebKit */
- -moz-box-sizing: border-box; /* Firefox, other Gecko */
- box-sizing: border-box; /* Opera/IE 8+ */
- }
- .nivo-caption p {
- padding:5px;
- margin:0;
- font-size:14px;
- }
- .nivo-caption a {
- display:inline !important;
- }
- .nivo-html-caption {
- display:none;
- }
- /* Direction nav styles (e.g. Next & Prev) */
- .nivo-directionNav a {
- position:absolute;
- top:45%;
- z-index:9;
- cursor:pointer;
- display:block;
- width:31px;
- height:34px;
- background:url('http://static.tumblr.com/y0x5xm1/ei3mcx19v/arrows.png') no-repeat;
- text-indent:-9999px;
- border:0;
- }
- .nivoSlider .nivo-directionNav a {
- opacity: 0;
- -webkit-transition: all 200ms ease-in-out;
- -moz-transition: all 200ms ease-in-out;
- -o-transition: all 200ms ease-in-out;
- transition: all 200ms ease-in-out;
- }
- .nivoSlider:hover .nivo-directionNav a { opacity: 1; }
- a.nivo-nextNav {background-position:-30px 0;right:15px;}
- a.nivo-prevNav { left:15px;}
- .nivo-prevNav {
- left:0px;
- }
- .nivo-nextNav {
- right:0px;
- }
- /* Control nav styles (e.g. 1,2,3...) */
- .nivo-controlNav {
- text-align:center;
- padding: 15px 0;
- }
- .nivo-controlNav a {
- cursor:pointer;
- }
- .nivo-controlNav a.active {
- font-weight:bold;
- }
- #posts {
- position: absolute;
- background-color: {color:content};
- padding: 20px;
- text-align: justify;
- width: 500px;
- margin-top: 540px;
- margin-left: 40px;
- box-shadow: inset 2px 2px 10px {color:content shadow};
- font-family: trebuchet ms;
- font-size: 8pt;
- text-shadow: 2px 2px 2px {color:header description shadow};
- color: {color:text};
- }
- #info {
- background-image: url('{image:info bg}');
- padding: 5px;
- border-radius: 5px;
- margin-top: 10px;
- margin-bottom: 50px;
- opacity: .8;
- text-align: center;
- text-transform: uppercase;
- font-size: 6pt;
- }
- #linksbox {
- width: 100%;
- height: 50px;
- margin-left: -8px;
- position: absolute;
- text-align: center;
- font-size: 12pt;
- text-transform: uppercase;
- margin-top: 490px;
- background-color: {color:links bg};
- }
- #links {
- letter-spacing: 2px;
- margin-top: 15px;
- }
- a {
- text-decoration: none;
- color: {color:links};
- transition-duration: 0.6s;
- -moz-transition-duration: 0.6s;
- -webkit-transition-duration: 0.6s;
- -o-transition-duration: 0.6s;
- }
- #a {
- }
- #ask {
- background-color: {color:asks bg};
- padding: 10px;
- text-align: left;
- border-radius: 10px;
- }
- #h1 {
- font-style: italic;
- color: {color:links hover};
- font-size: 12pt;
- margin-bottom: 10px;
- }
- #h1 a {
- color:{color:links hover};
- }
- #sidebox {
- position: absolute;
- background-color: {color:content};
- padding: 20px;
- width: 300px;
- text-align: justify;
- margin-top: 540px;
- margin-left: 620px;
- box-shadow: inset 2px 2px 10px {color:content shadow};
- font-family: trebuchet ms;
- font-size: 8pt;
- text-shadow: 2px 2px 2px {color:header description shadow};
- color: {color:text};
- }
- #sidebox img {
- margin-bottom: 10px;
- background-image: url('{image:header background}');
- max-width: 280px;
- padding: 5px;
- }
- #td {
- margin-right: 5px;
- margin-bottom: 5px;
- }
- #h2 {
- font-style: italic;
- color: {color:links hover};
- font-size: 12pt;
- border-bottom: 1px solid {color:links bg};
- border-radius: 5px;
- margin-bottom: 10px;
- padding: 5px;
- }
- #affbox {
- TEXT-ALIGN: CENTER;
- }
- #affbox img {
- margin-right: 8px;
- margin-bottom: 5px;
- }
- #credit {
- text-align: center;
- text-transform: uppercase;
- font-size: 6pt;
- margin-top: 5px;
- }
- .jump_page {
- background-color: transparent;
- color: {color:links};
- text-decoration:none;
- font-size: 12pt;
- }
- .current_page, .jump_page:hover {
- background-color: transparent;
- text-decoration:none;
- color: {color:text};
- font-size: 12pt;
- }
- </style>
- </head>
- <body>
- <div id="headerbg"></div>
- <div id="linksbox">
- <div id="links">
- <a href="/">home</a> • <a href="/ask">contact us</a> • <a href="/archive">archive</a> • <a href="{text:link1}">{text:link1 title}</a> • <a href="{text:link2}">{text:link2 title}</a></div>
- </div>
- <div id="anchor">
- <!-- START NIVO SLIDER -->
- <div class="slider-wrapper theme-default">
- <div id="slider" class="nivoSlider">
- <img src="{image:header}">
- <img src="{image:header2}">
- <img src="{image:header3}">
- </div>
- </div>
- <!-- END NIVO SLIDER -->
- <div id="bottompart">
- <table>
- <td><a href="/"><img src="{image:title header}"></a></td>
- <td><div id="box"><div id="descbox">{description}</div></div></td>
- </table>
- </div>
- <div id="sidebox">
- <!-- START FIRST CUSTOM BOX -->
- <div id="h2">Official Links</div>
- <img src="https://31.media.tumblr.com/42edda584e8a23513de293fddccee558/tumblr_inline_na7kynMdJE1sou8u5.png">
- <img src="https://31.media.tumblr.com/bef81aec919ec37c0501e72756376a8b/tumblr_inline_na7l0dnXba1sou8u5.png">
- <img src="https://31.media.tumblr.com/883fbe2beea4ee6d5fe2d49e18de261f/tumblr_inline_na7l77uABr1sou8u5.png">
- <!-- END FIRST CUSTOM BOX -->
- <!-- START SECOND CUSTOM BOX -->
- <div id="h2">Contributors</div>
- {block:GroupMembers}
- <table>
- {block:GroupMember} <td><img src="{GroupMemberPortraitURL-40}"</td>
- <td><a href="{GroupMemberURL}">{GroupMemberName}</a><br>
- <i>{GroupMemberTitle}</i>
- </td>{/block:GroupMember}
- </table>
- {/block:GroupMembers}
- <!-- END SECOND CUSTOM BOX -->
- <!-- START THIRD CUSTOM BOX -->
- <div id="h2">Affiliates</div>
- <div id="affbox"><img src="https://31.media.tumblr.com/566a60cbcfebffda00ee502389ddc1b3/tumblr_inline_na7lyj3FMN1sou8u5.png"> <img src="https://31.media.tumblr.com/88c78b19e0b4b72f146f5058bdced395/tumblr_inline_na7lzmplpv1sou8u5.png"> <img src="https://31.media.tumblr.com/471d2facddff4ffc8523b2099ea3ac83/tumblr_inline_na7lzg7dIO1sou8u5.png"><img src="https://31.media.tumblr.com/d20e309510febd1afa8e4986a0266267/tumblr_inline_na7m2cqHQE1sou8u5.png"></div>
- <!-- END THIRD CUSTOM BOX -->
- <!-- START FOURTH CUSTOM BOX -->
- <div id="h2">Site Info</div>
- Add your disclaimer, etc. etc. In here. Remember that you can have as many custom boxes as you want by simply using the "h2" div as your divider. Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.
- <!-- END FOURTH CUSTOM BOX -->
- <div id="credit"><a href="http://ritasvrataski.tumblr.com">Theme by Diana @ Drunk and Coloring</a><br>
- {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">«</a>{/block:PreviousPage}
- {block:JumpPagination length="3"}
- {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>
- </div>
- <div id="container">
- <div id="posts">
- {block:Posts}
- <div id="post">
- {block:Text}<div id="h1">{block:Title}{Title}{/block:Title}</div>{Body}{/block:Text}
- {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}" width="500">{LinkCloseTag}{block:Caption}
- {Caption}{/block:Caption}{/block:Photo}
- {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Quote}<div id="title">{Quote}</div>{block:Source} <div id="sub" style="margin-top: 5px; text-align:center;">-- {source}</div>{/block:Source}{/block:Quote}
- {block:Link}<div id="h1"><a href="{URL}" {Target}>{Name}</a></div>{block:Description}
- {Description}{/block:Description}{/block:Link}
- {block:Chat}{block:Title}<div id="h1">{Title}</div>{/block:Title}{block:Lines}{block:Label}<b>
- {Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
- {block:Audio}
- {block:AlbumArt}
- <div id="a">
- <table>
- <td><img src="{AlbumArtURL}" width="55" style="padding: 5px;"></td>
- {/block:AlbumArt}
- <td>
- {block:TrackName}
- <div id="audiotitle" style="line-height: 100%;">{TrackName}</div>
- {/block:TrackName}<br>
- <div id="sub" style="margin-top: -10px; margin-bottom: 5px;">{block:Artist}
- {Artist}<br>
- {/block:Artist}
- </div>
- {AudioPlayerWhite}</td>
- </table>
- </div>
- {block:caption}{Caption}{/block:caption}
- {/block:Audio}
- {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
- {block:Answer}<div id="ask"><table>
- <td><img src="{AskerPortraitURL-40}"></td>
- <td>{Asker}:<br>
- {Question}
- </td>
- </table></div>
- {Answer}{/block:Answer}
- </div>
- <div id="info">
- {block:Date}Posted on {ShortMonth} {DayOfMonth} at {12Hour}:{Minutes}{/block:Date} with <a href="{Permalink}">
- {NoteCount}</a> notes {block:HasTags}<br>filed under: {block:Tags} #<a href="{TagURL}">{Tag}</a>
- {/block:Tags}{/block:HasTags}</div>
- {block:PostNotes}<div id="postnotes">{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- </body>
- </html>
Add Comment
Please, Sign In to add comment