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>
- <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
- <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
- <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
- <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
- <script>
- $('.fadein img:gt(0)').hide();
- setInterval(function(){ },3000);
- $('.fadein :first-child').fadeOut()
- .next('img').fadeIn()
- .end().appendTo('.fadein')
- $(function(){
- $('.fadein img:gt(0)').hide();
- setInterval(function(){
- $('.fadein :first-child').fadeOut()
- .next('img').fadeIn()
- .end().appendTo('.fadein');},
- 3000);
- });
- <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://s5.postimage.org/ypgcl25pv/close.png" class="btn_close" title="Close Window" alt="Close" style="background-color: transparent; padding: 2px; color:#555;" /></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;
- });
- });
- (function($){
- $(document).ready(function(){
- $("a[title]").style_my_tooltips({
- tip_follows_cursor:true,
- tip_delay_time:90,
- tip_fade_speed:600,
- attribute:"title"
- });
- });
- })(jQuery);
- </script>
- <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}
- <!----
- ☁ THEME 030 "THE OCEAN" CREATED BY AZUREOFRP ☁
- ☁ PLEASE DONT STEAL ANYTHING OF MY CODINNG AND USE FOR YOUR THEMES ☁
- ☁ DONT STEAL MY THEMES AND CLAIM THEM AS YOUR OWN ☁
- ☁ DO NOT REMOVE THE CREDIT OR I WILL HUNT YOU DOWN!!!! ☁
- ☁ YOU MAY EDIT THIS THEME AS MUCH AS YOU WANT FOR YOUR PERSONAL USE ONLY ☁
- ☁ IF YOU WANT TO PUBLISH AN EDITED VERSION OF THIS THEME, MESSAGE ME FIRST ☁
- --->
- <meta name="color:blockquote border" content="#ffffff">
- <meta name="color:border" content="#000000">
- <meta name="color:text" content="#000000"/>
- <meta name="color:post text" content="#b6b6b6"/>
- <meta name="color:title text" content="#ffffff"/>
- <meta name="color:italic text" content="#000000">
- <meta name="color:bold text" content="#000000">
- <meta name="color:hover" content="#c1b8b8">
- <meta name="color:links" content="#ffffff"/>
- <meta name="color:scrollbar" content="#473f3f">
- <meta name="color:text shadow" content="#ffffff">
- <meta name="color:background" content="#c3cccc"/>
- <meta name="color:blockquote background" content="#c3cccc">
- <meta name="color:title background" content="#c1b6b6"/>
- <meta name="color:description background" content="#c1b6b6"/>
- <meta name="color:post background" content="#000000">
- <meta name="color:info background" content="#a1adad">
- <meta name="color:asker background" content="#adb3b3">
- <meta name="color:question background" content="#adb3b3">
- <meta name="color:scrollbar background" content="#616b6b">
- <meta name="image:background" content=""/>
- <meta name="image:ask image" content=""/>
- <meta name="image:header" content=""/>
- <meta name="image:icon" content=""/>
- <meta name="image:admin 1" content=""/>
- <meta name="image:admin 2" content=""/>
- <meta name="image:admin 3" content=""/>
- <meta name="text:faq" content="">
- <meta name="text:description 2" content="">
- <meta name="text:title" content="">
- <meta name="text:description title" content="">
- <meta name="text:description 2 title" content="">
- <meta name="text:faq title" content="">
- <meta name="text:admins title" content="">
- <meta name="text:link 1" content="Link 1">
- <meta name="text:link 2" content="Link 2">
- <meta name="text:link 3" content="Link 3">
- <meta name="text:link 1 url" content="/">
- <meta name="text:link 2 url" content="/">
- <meta name="text:link 3 url" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb{
- background-color: {color:scrollbar};
- border: 4px solid {color:scrollbar background};
- height:auto;
- }
- ::-webkit-scrollbar {
- width:11px;
- height:auto;
- border:5px solid {color:scrollbar background};
- background-color: {color:scrollbar};
- }
- #s-m-t-tooltip {
- max-width:300px;
- padding:3px 5px 3px 5px;
- margin:20px 0px 0px 20px;
- background:{color:post background};
- box-shadow: 1px 1px 2px {color:text shadow};
- color:{color:text};
- text-transform:uppercase;
- font-weight:bold;
- letter-spacing:1px;
- z-index:999999999999999999999999999999999999;
- font-family:'arial';
- font-size:10px;
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:calibri;
- font-size:10px;
- text-align:justify;
- color:{color:txt};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:links};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- a:hover {
- text-decoration:none;
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- img {
- border:none;
- }
- blockquote {
- font-size:10px;
- max-width:545px;
- border-left:4px solid{color:blockquote border};
- background-color:{color:blockquote background};
- text-align:left;
- padding:5px;
- margin-left:5px;
- margin-right:5px;
- padding-left:5px;
- color:{color:text};
- }
- pre{
- font-size:11px;
- text-align:center;
- text-decoration:underline;
- text-transform:uppercase;
- font-family:arial;
- font-weight:bold;
- border-left:2px solid {color:blockquote border};
- border-bottom:2px solid {color:blockquote border};
- letter-spacing:1px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:6px;
- }
- small{
- font-size:10px;
- }
- big{
- font-size:10px;
- }
- sub{
- font-size:10px;
- }
- h1 {
- font-size:11px;
- text-align:center;
- text-decoration:underline;
- font-family:arial;
- font-weight:bold;
- letter-spacing:1px;
- background-color:{color:blockquote background};
- color:{color:text};
- padding:6px;
- }
- h1 a{
- color:{color:text};
- }
- h2{
- color:{color:text};
- text-transform:uppercase;
- text-decoration:underline;
- text-shadow: 1px 1px 0px {color:text shadow};
- text-align:left;
- font-style:italic;
- }
- b {
- font-weight:bold;
- color:{color:bold text};
- }
- i {
- font-weight:italic;
- color:{color:italic text};
- }
- u {
- text-decoration:none;
- border-bottom:1px solid {color:border};
- }
- .description {
- overflow:auto;
- position:absolute;
- text-align:center;
- margin-top:83px;
- margin-left:30px;
- text-transform:none;
- font-style:normal;
- font-family:calibri;
- width:320px;
- height:140px;
- opacity:1;
- line-height:10px;
- background:{color:description background};
- color:{color:post text};
- padding:10px;
- letter-spacing:0.2px;
- padding-top:5px;
- font-size:9.5px;
- z-index:999;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .description::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 4px solid {color:description background};
- height:auto;
- }
- .description::-webkit-scrollbar {
- width:11px;
- height:auto;
- border:5px solid {color:description background};
- background-color: {color:scrollbar};
- }
- .description2 {
- overflow:auto;
- position:absolute;
- text-align:center;
- margin-top:288px;
- margin-left:30px;
- text-transform:none;
- font-style:normal;
- font-family:calibri;
- width:320px;
- height:140px;
- opacity:1;
- line-height:10px;
- background:{color:description background};
- color:{color:post text};
- padding:10px;
- letter-spacing:0.2px;
- padding-top:5px;
- font-size:9.5px;
- z-index:999;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .description2::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 4px solid {color:description background};
- height:auto;
- }
- .description2::-webkit-scrollbar {
- width:11px;
- height:auto;
- border:5px solid {color:description background};
- background-color: {color:scrollbar};
- }
- .search-box{
- overflow:auto;
- position:absolute;
- text-align:center;
- margin-top:693px;
- margin-left:30px;
- text-transform:none;
- font-style:normal;
- font-family:calibri;
- width:320px;
- height:140px;
- opacity:1;
- line-height:10px;
- background:{color:description background};
- color:{color:post text};
- padding:10px;
- letter-spacing:0.2px;
- padding-top:5px;
- font-size:9.5px;
- z-index:999;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .search-box::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 4px solid {color:description background};
- height:auto;
- }
- .search-box::-webkit-scrollbar {
- width:11px;
- height:auto;
- border:5px solid {color:description background};
- background-color: {color:scrollbar};
- }
- .admin-box{
- overflow:auto;
- position:absolute;
- text-align:center;
- margin-top:488px;
- margin-left:30px;
- text-transform:none;
- font-style:normal;
- font-family:carlibri;
- width:320px;
- height:140px;
- opacity:1;
- line-height:10px;
- background:{color:description background};
- color:{color:post text};
- padding:10px;
- letter-spacing:0.2px;
- padding-top:5px;
- font-size:9.5px;
- z-index:999;
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- .admin-box::-webkit-scrollbar-thumb {
- background-color: {color:scrollbar};
- border: 4px solid {color:description background};
- height:auto;
- }
- .admin-box::-webkit-scrollbar {
- width:11px;
- height:auto;
- border:5px solid {color:description background};
- background-color: {color:scrollbar};
- }
- #pagination {
- font-size:18px;
- font-style:normal;
- position:fixed;
- text-align:center;
- letter-spacing:1px;
- margin-left:1120px;
- background:{color:description background};
- margin-top:230px;
- padding:5px;
- line-height:15px;
- height:13px;
- width:120px;
- font-weight:bold;
- display:inline-block;
- color:{color:links};
- z-index:999;
- font-family:'utsaah';
- text-shadow:2px 1px 0px {color:text shadow};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagination:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #title {
- width:1335px;
- height:10px;
- position:absolute;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:11px;
- top:0px;
- font-weight:bold;
- text-shadow:2px 1px 0px {color:text shadow};
- color:{color:title text};
- margin-left:0px;
- text-transform:uppercase;
- font-size:12px;
- font-family:'arial';
- background:{color:title background};
- text-align:center;
- overflow:hidden;
- letter-spacing:3px;
- z-index:99;
- opacity:1;
- }
- #desc-title {
- width:320px;
- height:3px;
- position:absolute;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:5px;
- top:410px;
- font-weight:bold;
- color:{color:text};
- margin-left:30px;
- font-size:14px;
- font-family:'calibri';
- background:{color:blockquote background};
- text-align:right;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:99;
- opacity:1;
- }
- #faq-title {
- width:320px;
- height:3px;
- position:absolute;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:5px;
- top:1020px;
- font-weight:bold;
- color:{color:text};
- margin-left:30px;
- font-size:14px;
- font-family:'calibri';
- background:{color:blockquote background};
- text-align:right;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:99;
- opacity:1;
- }
- #admin-title {
- width:320px;
- height:3px;
- position:absolute;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:5px;
- top:815px;
- font-weight:bold;
- color:{color:text};
- margin-left:30px;
- font-size:14px;
- font-family:'calibri';
- background:{color:blockquote background};
- text-align:right;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:99;
- opacity:1;
- }
- #desc2-title {
- width:320px;
- height:3px;
- position:absolute;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:5px;
- top:615px;
- font-weight:bold;
- color:{color:text};
- margin-left:30px;
- font-size:14px;
- font-family:'calibri';
- background:{color:blockquote background};
- text-align:right;
- text-transform:uppercase;
- overflow:hidden;
- letter-spacing:1px;
- z-index:99;
- opacity:1;
- }
- #iconn {
- position:fixed;
- width:100px;
- margin-top:190px;
- padding:10px;
- height:100px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #iconnimage {
- width 100px;
- z-index:-99999;
- }
- #iconnimage img {
- width:100px;
- height:100px;
- margin-left:1125px;
- margin-top:110px;
- border-radius:100px;
- position:fixed;
- opacity:1;
- border:solid 8px {color:title background};
- z-index:99;
- }
- #header {
- position:absolute;
- opacity:1;
- background-image:url('{image:header}');
- width:1355px;
- height:300px;
- margin-top:40px;
- background:{color:description background};
- margin-left:0px;
- z-index:999;
- }
- #admin1 {
- position:absolute;
- width:90px;
- margin-top:190px;
- padding:10px;
- height:90px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin1image {
- width 90px;
- z-index:-99999;
- }
- #admin1image img {
- width:90px;
- height:90px;
- margin-left:-155px;
- margin-top:25px;
- position:absolute;
- opacity:1;
- border:solid 1px {color:ask border};
- z-index:-9999999999;
- }
- #admin2 {
- position:absolute;
- width:90px;
- margin-top:190px;
- padding:10px;
- height:90px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin2image {
- width 90px;
- z-index:-99999;
- }
- #admin2image img {
- width:90px;
- height:90px;
- margin-left:-44px;
- margin-top:25px;
- position:absolute;
- opacity:1;
- border:solid 1px {color:ask border};
- z-index:-9999999999;
- }
- #admin3 {
- position:absolute;
- width:90px;
- margin-top:190px;
- padding:10px;
- height:90px;
- margin-left:180px;
- background-color:transparent;
- z-index:-9999999999;
- }
- #admin3image {
- width 90px;
- z-index:-99999;
- }
- #admin3image img {
- width:90px;
- height:90px;
- margin-left:64px;
- margin-top:25px;
- position:absolute;
- opacity:1;
- border:solid 1px {color:ask border};
- z-index:-9999999999;
- }
- #entries {
- overflow:hidden;
- margin-left:410px;
- margin-bottom:80px;
- letter-spacing:0px;
- margin-top:60px;
- }
- #post{
- padding:15px;
- width:500px;
- overflow:hidden;
- letter-spacing:0px;
- color:{color:post text};
- background:{color:post background};
- margin-bottom:25px;
- margin-left:0px;
- float:center;
- z-index:999;
- }
- #info {
- width:520px;
- text-align:center;
- font-family:arial;
- font-size:4px;
- padding:7px;
- color:{color:text};
- text-decoration:underline;
- font-weight:bold;
- line-height:10px;
- background-color:{color:info background};
- margin-top:5px;
- margin-left:-15px;
- font-size:7px;
- margin-bottom:-15px;
- text-transform:uppercase;
- padding:5px;
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info hover{
- color:{color:hover};
- transition-duration: 1.0s;
- -moz-transition-duration: 1.0s;
- -webkit-transition-duration: 1.0s;
- -o-transition-duration: 1.0s;
- }
- #info a {
- text-align:center;
- text-decoration:underline;
- font-size:7px;
- line-height:10px;
- font-family:arial;
- color:{color:text};
- }
- .right{
- float:center;
- }
- #tags {
- text-align:left;
- opacity:1;
- font-size:8px;
- font-family:'calibri';
- margin-top:3px;
- margin-left:-5px;
- padding:-5px;
- font-weight:none;
- margin-bottom:-5px;
- height:15px;
- width:530px;
- padding-top:3px;
- background-color:{color:post background};
- text-transform:uppercase;
- transition-duration: 0.5s;
- -moz-transition-duration: 0.5s;
- -webkit-transition-duration: 0.5s;
- -o-transition-duration: 0.5s;
- }
- #tags a {
- padding:3px;
- color:{color:text};
- line-height:6px;
- letter-spacing:0.5px;
- font-weight:none;
- font-size:8px;
- font-family:'calibri';
- text-decoration:underline;
- display:inline-block;
- }
- #tags a:hover {
- -moz-transition-duration:0.3s;
- -webkit-transition-duration:0.3s;
- -o-transition-duration:0.3s;
- color:{color:hover};
- }
- #question {
- padding:15px;
- font-family:'calibri';
- color:{color:text};
- font-size:10px;
- background-image:url('{image:ask image}');
- border-top:1px solid {color:border};
- border-left:1px solid {color:border};
- border-right:1px solid {color:border};
- text-align:left;
- line-height:0px;
- background-color:{color:question background};
- }
- #question a {
- color:{color:info background};
- }
- #asker {
- padding:4px;
- font-weight:bold;
- font-family:calibri;
- font-size:11px;
- height:15px;
- line-height:16px;
- text-decoration:underline;
- letter-spacing:0px;
- border-left:1px solid {color:border};
- border-bottom:1px solid {color:border};
- border-right:1px solid {color:border};
- text-align:left;
- color:{color:text};
- background-color:{color:asker background};
- }
- #c{
- position:absolute;
- font-size:10px;
- font-weight:bold;
- padding-bottom:5px;
- padding-top:5px;
- height:10px;
- width:40px;
- opacity:0;
- padding-left:5px;
- padding-right:5px;
- margin-left:1300px;
- margin-top:-3893px;
- letter-spacing:0px;
- line-height:12px;
- border-right:2px solid {color:border};
- border-bottom:2px solid {color:border};
- text-align:center;
- text-decoration:underline;
- float:left;
- font-family:arial;
- color:{color:text};
- text-transform:uppercase;
- background-color:{color:credit};
- transition-duration: 0.8s;
- }
- .links {
- width:1355px;
- height:30px;
- overflow:hidden;
- cursor:pointer;
- margin-top:0px;
- opacity:1;
- position:absolute;
- background:{color:title background};
- margin-left:0px;
- z-index:99;
- }
- .links #all {
- margin-left:-2px;
- margin-top:-5px;
- padding:10px;
- height:14px;
- text-align:center;
- color:{color:links};
- z-index:99;
- }
- .links #all a:hover {
- color:{color:hover};
- transition-duration: 0.2s;
- -moz-transition-duration: 0.2s;
- -webkit-transition-duration: 0.3s;
- -o-transition-duration: 0.3s;
- }
- .links a {
- width:80px;
- height:13px;
- margin-bottom:3px;
- text-align:center;
- padding:4px;
- text-transform:uppercase;
- font-weight:bold;
- line-height:15px;
- color:{color:links};
- font-family:'arial';
- letter-spacing:2px;
- font-size:8px;
- display:inline-block;
- }
- .links a:hover {
- color:{color:hover};
- text-decoration:underline;
- }
- .fadein {
- position:relative;
- width:1355px;
- margin-top:30px;
- height:320px;
- background:{color:info background};
- }
- .fadein img { position:absolute;
- margin-left:0; margin-top:30; }
- .sfm input {
- font-size: 10px;
- border: 0px;
- width:146px;
- text-transform:uppercase;
- margin-top: 3px;
- float:left;
- color: {color:text};
- cursor:pointer;
- letter-spacing: 1px;
- padding: 4px 8px;
- font-family: calibri, arial, arial;
- }
- #fade {
- display: none;
- background:{color:background};
- position: fixed;
- left: 0;
- top: 0;
- width: 100%;
- height: 100%;
- opacity: 0.8;
- z-index: 999;}
- .popup_block{
- display: none;
- background: {color:description background};
- padding:30px;
- float: center;
- position: fixed;
- top: 50%;
- left: 50%;
- z-index: 99999;
- border: 1px solid {color:border};
- max-height:400px;
- overflow:auto;}
- img.btn_close {float: right; margin: -25px -25px 0 0;}
- *html #fade {position: absolute;}
- *html .popup_block {position: absolute;}
- .title {
- font: oblique bold 25px arial;
- letter-spacing:2px;
- color:{color:title text};
- text-shadow:2px 2px 0px {color:text shadow};
- text-align:center;
- margin-top:-10px;}
- #text {
- width:320px;
- background:{color:blockquote background};
- padding:10px;
- font: 9px arial;
- color:{color:text};
- letter-spacing:1px;
- text-align:justify;}
- {CustomCSS}</style>
- </head>
- <body>
- <div class="fadein">
- <img src="{image:header}">
- <img src="{image:header 2}">
- <img src="{image:header 3}">
- </div>
- <div class="search-box">
- <form action="/search" method="get" class="sfm">
- <input type="text" name="q" value="{SearchQuery}" id="sf"/>
- <input type="submit" value="Search" id="sb"/>
- <br></br>
- <p>{text:faq}</p>
- </form>
- </form>
- </div>
- <div id="sidebar">
- <div id="background"></div>
- <div class="description">{description}</div>
- <div id="title">{text:title}</div>
- <div id="iconnimage"><img src="{image:icon}" title="ADMIN TITLE"</a></div>
- <div id="desc-title">{text:description title}</div>
- <div id="faq-title">{text:faq title}</div>
- <div id="admin-title">{text:admins title}</div>
- <div class="admin-box">
- <div id="admin1image"><img src="{image:admin 1}" title="ADMIN TITLE"</a></div>
- <div id="admin2image"><img src="{image:admin 2}" title="ADMIN TITLE"</a></a></div>
- <div id="admin3image"><img src="{image:admin 3}" title="ADMIN TITLE"</a></a></div>
- </div>
- </div>
- <div id="01" class="popup_block">
- <div class="title">updates</div>
- <div id="text">
- <center>your text goes here</center>
- Bla bla you gotta edit this in the HTML
- </div>
- </div>
- </div>
- </div>
- </div>
- </div>
- <div class="description2">{text:description 2}</div>
- <div id="desc2-title">{text:description 2 title}</div>
- <div class="links">
- <div id="all">
- <a href="/" title="refresh"</a>Home</a>
- <a href="/ask" title="MESSAGE"</a>Inquire</a>
- <a href="{text:link 1 url}" title="my themes"</a>{text:link 1}</a>
- <a href="{text:link 2 url}" title="my chara psd's"</a>{text:link 2}</a>
- <a href="{text:link 3 url}" title="babe ♥"</a>{text:link 3}</a>
- <a href="#?w=340" rel="01" class="poplight" title="click me!">pop-up</a>
- <a href="http://adf.ly/1IcHXD" title="THEME BY AZUREOFRP"</a>Theme</a>
- </div> </div>
- </div>
- <div id="pagination">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">BACK </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">NEXT</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div></div>
- <div id="entries">
- {block:Posts}
- <div id="post"
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
- {Body}
- {/block:Text}
- {block:Answer}<div id="question">{Question}</div><div id="asker">{Asker} sent:</div>{Answer}{/block:Answer}
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Chat}
- {block:Title}<h2>{Title}</h2>{/block:Title}
- <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
- {Line}</li>{/block:Lines}</ul>
- {/block:Chat}
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
- {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
- {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
- {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
- {/block:Audio}
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> with {NoteCount} notes</a></div>
- {block:HasTags}<div id="tags">
- {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
- </div>{block:HasTags}
- </div>
- </div>
- {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
- {/block:Posts}</div>
- </div>
- {/block:Posts}{/block:Posts}</div></div></div>
- </div>
- <div id="c">
- <a href="http://azureofrp.tumblr.com/">AZURE</a>
- </div>
- </html>
Add Comment
Please, Sign In to add comment