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}
- <!---- ☰ theme 10 "luke" by azureofrp ☰
- ☰ pls dont remove the credit
- ☰ making themes takes a lot of time and effort so pls dont steal anything of this code
- ☰ for help, visit my theme faq -> azureofrp.tumblr.com/faq
- ☰ edit this theme for PERSONAL USE ONLY!!!!
- --->
- <!--META NAMES-->
- <meta name="color:BACKGROUND" content="#f6d9d4"/>
- <meta name="color:TXT" content="#ffffff"/>
- <meta name="color:LINKS" content="#ffffff"/>
- <meta name="color:TAB LINKS" content="#ffffff"/>
- <meta name="color:TAB LINKS BG" content="#ffffff"/>
- <meta name="color:HOVER" content="#000000">
- <meta name="color:HOVER BG" content="#f6d9d4">
- <meta name="color:SHADOW" content="#f6d9d4">
- <meta name="color:TXT SHADOW" content="#f6d9d4">
- <meta name="color:BLOCKQUOTE" content="#f6d9d4">
- <meta name="color:BLOCKQUOTE BORDER" content="#dcbcba">
- <meta name="color:POST BG" content="#fbc6c4">
- <meta name="color:LINKS BG" content="#f0bfb3">
- <meta name="color:DESC BG" content="#f0bfb3">
- <meta name="color:INFO BG" content="#fbc6c4">
- <meta name="color:BORDER" content="#dcbcba">
- <meta name="color:SCROLLBAR" content="#aaaaaa">
- <meta name="color:SCROLLBAR BG" content="#ffffff">
- <meta name="image:BACKGROUND" content=""/>
- <meta name="image:SIDEBAR" content=""/>
- <meta name="text:UPDATES" content=""/>
- <meta name="text:TAB 1 TITLE" content=""/>
- <meta name="text:TAB 2 TITLE" content=""/>
- <meta name="text:TAB 3 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 4" content="LINK 4">
- <meta name="text:LINK 5" content="LINK 5">
- <meta name="text:LINK 6" content="LINK 6">
- <meta name="text:LINK 1 URL" content="/">
- <meta name="text:LINK 2 URL" content="/">
- <meta name="text:LINK 3 URL" content="/">
- <meta name="text:LINK 4 URL" content="/">
- <meta name="text:LINK 5 URL" content="/">
- <meta name="text:LINK 6 URL" content="/">
- <style type="text/css">
- ::-webkit-scrollbar-thumb {
- height:auto;
- background-color:{color:scrollbar};
- }
- ::-webkit-scrollbar {
- height:2.5px;
- width:3px;
- background-color:{color:scrollbar bg};
- }
- body {
- background-color:{color:background};
- background-image:url('{image:background}');
- background-attachment: fixed;
- background-repeat: repeat;
- font-family:arial;
- font-size:10px;
- text-align:justify;
- color:{color:txt};
- margin:0;
- }
- a {
- text-decoration:none;
- color:{color:Links};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- a:hover {
- text-decoration:none;
- color:{color:Hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- img {
- border:none;
- }
- blockquote {
- background:{color:blockquote};
- border-left:4px solid {color:blockquote border};
- padding:5px;
- }
- pre{
- margin-top:0px;
- margin-bottom:5px;
- font-size:14px;
- background-color:{color:blockquote};
- padding:5px;
- text-transform:uppercase;
- font-weight:bold;
- text-align:left;
- text-shadow: 1px 1px 0px {color:txt shadow};
- }
- h1{
- margin-top:0px;
- margin-bottom:5px;
- font-size:10px;
- background-color:{color:blockquote};
- text-transform:uppercase;
- font-weight:bold;
- text-align:left;
- text-shadow: 1px 1px 0px {color:txt shadow};
- }
- h2{
- margin-top:0px;
- margin-bottom:5px;
- font-size:10px;
- padding:5px;
- background-color:{color:blockquote};
- text-transform:uppercase;
- text-shadow: 1px 1px 0px {color:txt shadow};
- }
- i{
- color:{color:italic};
- text-shadow: 1px 1px 0px {color:txt shadow};
- }
- b{
- color:{color:bold};
- }
- /*DESC*/
- #desc {
- width:275px;
- height:100px;
- position:fixed;
- padding-top:10px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- line-height:100%;
- top:200px;
- margin-left:0px;
- font-weight:bold;
- font-size:10px;
- text-align:center;
- overflow:auto;
- background:{color:desc bg};
- z-index:9999999;
- opacity:1;
- box-shadow: 5px 5px 0px {color:shadow};
- }
- /*PAGINAITON*/
- #pagi {
- font-size:8px;
- text-transform:uppercase;
- font-weight:bold;
- font-style:normal;
- position:fixed;
- text-align:center;
- margin-left:500px;
- margin-top:335px;
- background:{color:tab links bg};
- padding:5px;
- line-height:100%;
- width:70px;
- height:15px;
- display:inline-block;
- color:{color:TAB LINKS};
- z-index:99999999;
- opacity:1;
- font-family:arial;
- text-shadow: 1px 1px 0px {color:txt shadow};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- #pagi:hover{
- color:{color:hover};
- transition-duration: 0.9s;
- -moz-transition-duration:0.9s;
- -webkit-transition-duration:0.9s;
- -o-transition-duration:0.9s;
- }
- /*IMAGES*/
- #sidebar1 {
- position:fixed;
- opacity:1;
- background-image:url('{image:sidebar}');
- width:500px;
- height:270px;
- top:65px;
- margin-left:80px;
- background:{color:desc bg};
- z-index:9999999;
- }
- /*LINKS*/
- .tabs {
- position: fixed;
- margin: 335px auto;
- margin-left:80px;
- width: 500px;
- z-index:9999999;
- }
- .tabs input {
- position: absolute;
- z-index: 1000;
- width: 160px;
- height: 10px;
- left: 0px;
- top: 0px;
- opacity: 0;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
- filter: alpha(opacity=0);
- cursor: pointer;
- }
- .tabs input#tab-2{
- left: 120px;
- }
- .tabs input#tab-3{
- margin-left: 340px;
- }
- .tabs input#tab-4{
- left: 360px;
- }
- .tabs label {
- background: {color:tab links bg};
- font-size: 10px;
- line-height: 25px;
- height: 25px;
- position: relative;
- padding: 0 20px;
- float: left;
- display: block;
- width: 100px;
- color: {color:tab links};
- top: 0px;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-weight: bold;
- text-align: center;
- text-shadow: 1px 1px 0px {color:txt shadow};
- border-right:0px solid {color:txt};
- }
- .tabs label:after {
- background-color: {color:tab links bg};
- font-size: 10px;
- line-height: 25px;
- height: 25px;
- position: relative;
- padding: 0 20px;
- float: left;
- display: block;
- width: 60px;
- color: {color:tab links};
- top: 0px;
- letter-spacing: 1px;
- text-transform: uppercase;
- font-style:italic;
- font-weight: bold;
- text-align: center;
- text-shadow: 1px 1px 0px {color:txt shadow};
- }
- .tabs input:hover + label {
- background: {color:tab links bg};
- top: 0px;
- -webkit-transition: top linear 0.2s;
- -moz-transition: top linear 0.2s;
- -o-transition: top linear 0.2s;
- -ms-transition: top linear 0.2s;
- transition: top linear 0.2s;
- }
- .tabs input:hover + label:after{
- background: {color:post bg};
- }
- .tabs input:hover + label ~ .clear-shadow {
- top: 0px;
- -webkit-transition: top linear 0.2s;
- -moz-transition: top linear 0.2s;
- -o-transition: top linear 0.2s;
- -ms-transition: top linear 0.2s;
- transition: top linear 0.2s;
- }
- .tabs input:checked:hover + label {
- top: 0;
- }
- .tabs input:checked:hover + label:after{
- background: {color:post bg};
- }
- .tabs input:checked:hover + label ~ .clear-shadow {
- top: 0;
- background: {color:post bg};
- -webkit-transition: none;
- -moz-transition: none;
- -o-transition: none;
- -ms-transition: none;
- transition: none;
- }
- .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
- z-index: 3;
- }
- .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
- z-index: 2;
- }
- .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
- z-index: 1;
- }
- .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
- z-index: 0;
- }
- .tabs label:first-of-type {
- z-index: 4;
- }
- .tab-label-2 {
- z-index: 3;
- }
- .tab-label-3 {
- z-index: 2;
- }
- .tab-label-4 {
- z-index: 1;
- }
- .tabs input:checked + label {
- background: {color:tab links bg};
- z-index: 6;
- -webkit-transition: top linear 0.2s;
- -moz-transition: top linear 0.2s;
- -o-transition: top linear 0.2s;
- -ms-transition: top linear 0.2s;
- transition: top linear 0.2s;
- }
- .clear-shadow {
- background-color:{color:post bg};
- position: relative;
- top: 0;
- height: 10px;
- margin-bottom: -10px;
- clear: both;
- z-index: -2;
- box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
- border-radius: 3px;
- }
- .content {
- background-color: {color:desc bg};
- position: relative;
- width: auto;
- height: 166px;
- z-index: 5;
- box-shadow: 5px 5px 0px {color:shadow};
- }
- .content div {
- position: absolute;
- top: 0;
- left: 0;
- bottom: 100%;
- padding: 10px;
- overflow: auto;
- z-index: 1;
- opacity: 0;
- -webkit-transition: all linear 0.1s;
- -moz-transition: all linear 0.1s;
- -o-transition: all linear 0.1s;
- -ms-transition: all linear 0.1s;
- transition: all linear 0.1s;
- }
- .tabs input.tab-selector-1:checked ~ .content .content-1,
- .tabs input.tab-selector-2:checked ~ .content .content-2,
- .tabs input.tab-selector-3:checked ~ .content .content-3,
- .tabs input.tab-selector-4:checked ~ .content .content-4 {
- bottom: 0px;
- z-index: 100;
- -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
- filter: alpha(opacity=100);
- opacity: 1;
- -webkit-transition: all ease-out 0.2s 0.2s;
- -moz-transition: all ease-out 0.2s 0.2s;
- -o-transition: all ease-out 0.2s 0.2s;
- -ms-transition: all ease-out 0.2s 0.2s;
- transition: all ease-out 0.2s 0.2s;
- }
- .content div h2{
- text-align:right;
- font-size:18px;
- padding:5px;
- margin-top:20px;
- font-weight:bold;
- text-shadow: 2px 1px 0px {color:txt shadow};
- background-color:{color:post bg};
- color:{color:txt};
- }
- .content div h3 {
- text-align:right;
- font-size:18px;
- padding:5px;
- margin-top:30px;
- margin-bottom:2px;
- font-weight:bold;
- letter-spacing:-1px;
- text-shadow: 2px 1px 0px {color:txt shadow};
- background-color:{color:post bg};
- color:{color:txt};
- }
- .content div n {
- text-align:center;
- margin-left:0px;
- margin-top:0px;
- width:498px;
- }
- .content div n a {
- width:385px;
- display:inline-block;
- padding:5px;
- margin-left:45px;
- margin-bottom:2px;
- font-size:9px;
- overflow:hidden;
- font-weight:bold;
- text-transform:uppercase;
- text-shadow: 1px 1px 0px {color:txt shadow};
- color:{color:tab links};
- background-color:{color:links bg};
- }
- .content div n a:hover{
- color:{color:hover};
- background:{color:hover bg};
- }
- .content div ad1 {
- text-align:center;
- font-size:10px;
- padding:5px;
- margin-top:0px;
- margin-bottom:-5px;
- font-weight:bold;
- display:block;
- width:290px;
- text-shadow: 2px 1px 0px {color:txt shadow};
- background-color:{color:post bg};
- color:{color:txt};
- }
- .content div ad2 {
- text-align:justify;
- font-size:9px;
- padding:5px;
- font-weight:normal;
- text-transform:uppercase;
- width:190px;
- overflow:auto;
- height:93px;
- margin-top:10px;
- margin-bottom:5px;
- display:block;
- border-left:0px solid {color:hover};
- background-color:{color:post bg};
- color:{color:txt};
- }
- .content div p {
- font-size: 9px;
- margin-top:0px;
- margin-bottom:5px;
- line-height: 130%;
- text-align: center;
- margin: 0;
- color: {color:txt};
- padding-left: 5px;
- font-family: arial;
- border-left: 2px solid {color:border};
- }
- /*ENTRIES*/
- #box {
- position: absolute;
- z-index:99999;
- height:600px;
- width:567px;
- overflow:auto;
- margin-left:650px;
- margin-top:40px;
- }
- #post{
- padding:15px;
- width:500px;
- background-color:{color:post bg};
- overflow:hidden;
- margin-bottom:20px;
- margin-left:10px;
- float:left;
- z-index:9999;
- box-shadow: 5px 5px 0px {color:shadow};
- }
- /*POST INFO*/
- #info {
- width:520px;
- text-align:left;
- font-family:arial;
- font-size:9px;
- padding:7px;
- color:{color:txt};
- line-height:10px;
- background-color:{color:info bg};
- margin-top:5px;
- margin-left:-15px;
- font-size:9px;
- margin-bottom:-15px;
- font-style:none;
- padding:5px;
- line-height:10px;
- 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;
- font-family:arial;
- color:{color:txt};
- }
- .right{
- float:right
- }
- /*ASKS*/
- #asks {
- font-size:11px;
- text-align:center;
- width:537px;
- padding:5px;
- margin-left:-30px;
- margin-top:-15px;
- background-color:{color:info bg}
- }
- /*CREDIT-- Just leave this please*/
- #c{
- position:fixed;
- font-size:8px;
- font-weight:bold;
- padding-bottom:5px;
- padding-top:5px;
- height:10px;
- width:60px;
- padding-left:5px;
- padding-right:5px;
- margin-left:1290px;
- margin-top:653px;
- line-height:150%;
- text-align:center;
- float:left;
- color:{color:txt};
- text-transform:uppercase;
- border-bottom:solid 2px {color:border};
- background-color:{color:links bg};
- transition-duration: 0.8s;
- }
- </style>
- </head>
- <body>
- <div id="sidebar">
- <div id="sidebar1"><a href="/"><img src="{image:sidebar}"></a></div>
- </div>
- <section class="tabs">
- <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
- <label for="tab-1" class="tab-label-1">{text:tab 1 title}</label>
- <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
- <label for="tab-2" class="tab-label-2">{text:tab 2 title}</label>
- <input id="tab-3" type="radio" name="radio-set" class="tab-selector-3" />
- <label for="tab-3" class="tab-label-3">{text:tab 3 title}</label>
- <div class="clear-shadow"></div>
- <div class="content">
- <div class="content-1">
- {description}
- </div>
- <div class="content-2">
- {text:updates}
- </div>
- <div class="content-3">
- <n><a href="/" href="">refresh</a><br>
- <a href="ask" href="/ask">inquire</a><br>
- <a href="{text:link 1 url}">{text:link 1}</a></br>
- <a href="{text:link 2 url}">{text:link 2}</a></br>
- <a href="{text:link 3 url}">{text:link 3}</a></br>
- <a href="{text:link 4 url}">{text:link 4}</a></br></n>
- </div>
- </div>
- </div>
- </section>
- </div>
- <div id="pagi">{block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">BACKWARDS </a>
- {/block:PreviousPage}
- {block:NextPage}
- <a href="{NextPage}">FORWARD</a>
- {/block:NextPage}
- {/block:Pagination}</div>
- </div></div>
- </div>
- <div id="box">
- {block:Posts}
- <div id="post">
- <!--TEXT POSTS-->
- {block:Text}
- {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
- {Body}
- {/block:Text}
- <!--ASKS-->
- {block:Answer}
- <div id="asks">
- <div style="margin-left:-280px; padding-bottom:8px; font-size:15px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="padding-left:15px; margin-top:-18px; font-size:13px;">{Question}</div>
- </div>
- {Answer}
- {/block:Answer}
- <!--QUOTE POSTS-->
- {block:Quote}
- {block:Quote}
- <h2>{Quote}</h2>
- <div align="right">
- {block:Source}<h1>-{Source}</h1>{/block:Source}
- </div>
- {/block:Quote}
- <!--LINK POSTS-->
- {block:Link}
- <h2><center><a href="{URL}">{Name}</center></a></h2>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- <!--CHAT POSTS-->
- {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}
- <!--PHOTO POSTS-->
- {block:Photo}
- {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photo}
- <!--PHOTOSET POSTS-->
- {block:Photoset}
- {Photoset-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Photoset}
- <!--VIDEO POSTS-->
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- <!--AUDIO-->
- {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}
- <!--POST INFO-->
- <div id="info">
- <div id="permalink">
- <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
- {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
- </div>{/block:Posts}{/block:Posts}</div></div></div></div>
- </div>
- <!--Simply don't remove it pls.-->
- </div>
- </div>
- <div id="c">
- <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
- </div>
- </div>
Advertisement
Add Comment
Please, Sign In to add comment