Advertisement
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">
- <!--
- THEME 005: "MARLEY" by ALINARPS
- - Please don't steal or redistribute, I worked very hard on this.
- - You can edit to your own liking, but don't repost any edited versions unless you have talked to me first.
- - If you have any questions regarding this page, feel free to ask!
- - Have fun with it!
- -->
- <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:Background" content="#ffffff"/>
- <meta name="color:Text" content="#000000"/>
- <meta name="color:Links" content="#aaaaaa"/>
- <meta name="color:Hover" content="#ffffff"/>
- <meta name="color:Info Links" content="#000000"/>
- <meta name="color:accent" content="#aaaaaa"/>
- <meta name="color:PostBG" content="#cccccc"/>
- <meta name="color:scrollbar" content="#aaaaaa"/>
- <meta name="color:scrollbarBG" content="#cccccc"/>
- <meta name="color:LinksBG" content="#ffffff"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar 2" content=""/>
- <meta name="image:Admin1" content=""/>
- <meta name="image:Admin2" content=""/>
- <meta name="image:Navigation1" content=""/>
- <meta name="image:Navigation2" content=""/>
- <meta name="if:Background" content=""/>
- <meta name="text:Title" content="title"/>
- <meta name="text:Link 1" content="home"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="message"/>
- <meta name="text:Link 2 URL" content="/ask"/>
- <meta name="text:Link 3" content="three"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:Link 4" content="four"/>
- <meta name="text:Link 4 URL" content="/"/>
- <meta name="text:Link 5" content="five"/>
- <meta name="text:Link 5 URL" content="/"/>
- <meta name="text:Link 6" content="six"/>
- <meta name="text:Link 6 URL" content="/"/>
- <meta name="text:Link 7" content="seven"/>
- <meta name="text:Link 7 URL" content="/"/>
- <meta name="text:Link 8" content="eight"/>
- <meta name="text:Link 8 URL" content="/"/>
- <meta name="text:Link 9" content="nine"/>
- <meta name="text:Link 9 URL" content="/"/>
- <meta name="text:Link 10" content="ten"/>
- <meta name="text:Link 10 URL" content="/"/>
- <meta name="text:Link 11" content="eleven"/>
- <meta name="text:Link 11 URL" content="/"/>
- <meta name="text:Link 12" content="twelve"/>
- <meta name="text:Link 12 URL" content="/"/>
- <meta name="text:Link 13" content="thirteen"/>
- <meta name="text:Link 13 URL" content="/"/>
- <meta name="text:Link 14" content="fourteen"/>
- <meta name="text:Link 14 URL" content="/"/>
- <style type="text/css">
- /*BASICS*/
- body {
- background-color:{color:Background};
- {block:IfBackground}
- background-image:url('{image:Background}');
- background-attachment:fixed;
- background-size:cover;
- {/block:IfBackground}
- font-family:arial;
- font-size:12px;
- text-align:justify;
- color:{color:text};
- }
- 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;
- }
- blockquote {
- background-color:{color:accent};
- margin-left:40px;
- color:{color:text};
- border-left:1px solid {color:text};
- padding:10px;
- }
- pre {
- padding:5px;
- width:98%;
- word-break: break-all;
- word-wrap: break-word;
- background-color:{color:text};
- color:{color:PostBG};
- border-bottom:2px solid {color:PostBG};;
- font-family:calibri;
- text-align:center;
- }
- h1{
- background-color:{color:background};
- color:{color:text};
- padding:5px;
- border-bottom:5px solid {color:accent};
- font-size:12px;
- text-align:center;
- text-transform:uppercase;
- word-break: break-all;
- word-wrap: break-word;
- }
- /*POSTS*/
- .entries {
- margin-top:10px;
- margin-left:620px;
- position:absolute;
- }
- .post{
- padding:10px;
- background-color:{color:postbg};
- margin-top:15px;
- margin-bottom:15px;
- width:500px;
- }
- ::-webkit-scrollbar-thumb {
- height:9px;
- background-color:{color:scrollbar};
- border:1px solid {color:scrollbar};
- }
- ::-webkit-scrollbar {
- margin-right:5px;
- width:7px;
- height:5px;
- background-color:{color:scrollbarbg};
- }
- /*TAB LINKS*/
- .one{
- margin-top:75px;
- margin-left:95px;
- position:fixed;
- width:140px;
- padding:10px;
- background-color:{color:postbg};
- color:{color:text};
- text-transform:uppercase;
- text-align:center;
- }
- .one a{
- color:{color:text};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .one a:hover{
- color:{color:hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .two{
- margin-top:75px;
- margin-left:270px;
- position:fixed;
- width:140px;
- padding:10px;
- background-color:{color:postbg};
- color:{color:text};
- text-transform:uppercase;
- text-align:center;
- }
- .two a{
- color:{color:text};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .two a:hover{
- color:{color:hover};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .nav{
- margin-top:75px;
- margin-left:445px;
- position:fixed;
- width:140px;
- padding:10px;
- background-color:{color:postbg};
- color:{color:text};
- text-transform:uppercase;
- text-align:center;
- }
- /*SIDEBAR & PAGINATION*/
- .sidebar{
- background-color:{color:postbg};
- width:500px;
- height:300px;
- border:5px solid {color:accent};
- position:fixed;
- margin-top:122px;
- margin-left:95px;
- }
- .desc{
- margin-left:95px;
- margin-top:500px;
- width:490px;
- height:81px;
- overflow:auto;
- padding:10px;
- background-color:{color:text};
- color:{color:background};
- position:fixed;
- }
- .pagination{
- background-color:{color:accent};
- padding:5px;
- width:500px;
- position:fixed;
- margin-top:601px;
- margin-left:95px;
- color:{color:background};
- text-align:center;
- }
- /*NAVIGATION*/
- .shover{
- background-color:{color:postbg};
- opacity:1;
- border:5px solid {color:accent};
- margin-top:122px;
- margin-left:95px;
- width:480px;
- height:280px;
- padding:10px;
- position:fixed;
- z-index:-999;
- overflow:auto
- }
- .before{
- background-color:{color:text};
- margin-top:18px;
- margin-right:10px;
- margin-bottom:10px;
- height:87px;
- width:220px;
- overflow:auto;
- padding:10px;
- text-align:left;
- }
- .before a{
- margin-bottom:5px;
- padding:5px;
- width:98px;
- background-color:{color:LinksBG};
- color:{color:links};
- display:inline-block;
- text-align:center;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .before a:hover{
- background-color:{color:links};
- color:{color:background};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .after{
- background-color:{color:text};
- margin-top:18px;
- margin-right:10px;
- margin-bottom:10px;
- height:87px;
- width:220px;
- overflow:auto;
- padding:10px;
- text-align:left;
- }
- .after a{
- margin-bottom:5px;
- padding:5px;
- width:98px;
- background-color:{color:LinksBG};
- color:{color:links};
- display:inline-block;
- text-align:center;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .after a:hover{
- background-color:{color:links};
- color:{color:background};
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- /*BUTTONS & 'HOVERS'*/
- .abutton{
- margin-top:450px;
- margin-left:95px;
- width:150px;
- padding:10px;
- text-transform:uppercase;
- position:fixed;
- text-align:center;
- background-color:{color:postbg};
- color:{color:text};
- }
- .ubutton{
- margin-top:450px;
- margin-left:435px;
- width:150px;
- padding:10px;
- text-transform:uppercase;
- position:fixed;
- text-align:center;
- background-color:{color:postbg};
- color:{color:text};
- }
- .title{
- margin-top:450px;
- margin-left:275px;
- width:130px;
- padding:10px;
- text-transform:uppercase;
- position:fixed;
- text-align:center;
- background-color:{color:text};
- color:{color:background};
- }
- .ahover{
- background-color:{color:postbg};
- opacity:1;
- border:5px solid {color:accent};
- margin-top:122px;
- margin-left:95px;
- width:480px;
- height:280px;
- padding:10px;
- position:fixed;
- z-index:-999;
- overflow:auto;
- }
- .uhover{
- background-color:{color:postbg};
- opacity:1;
- border:5px solid {color:accent};
- margin-top:122px;
- margin-left:95px;
- width:480px;
- height:280px;
- padding:10px;
- position:fixed;
- z-index:-999;
- overflow:auto;
- }
- /*POST INFO & TAGS */
- .pinfo{
- padding:5px;
- background-color:{color:accent};
- color:{color:text};
- margin-top:5px;
- border-top:5px solid {color:background};
- border-bottom:5px solid {color:background};
- text-align:center;
- z-index:-999;
- margin-bottom:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .pinfo a{
- color:{color:postbg};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .pinfo a:hover{
- color:{color:Hover};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .tags{
- padding:5px;
- background-color:{color:background};
- color:{color:text};
- text-align:center;
- opacity:0;
- margin-top:-35px;
- z-index:9999999999;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .tags a{
- display:inline-block;
- text-decoration:none;
- margin-right:5px;
- background-color:{color:Info links};
- padding:3px;
- -moz-transition-duration:1.7s;
- -webkit-transition-duration:1.7s;
- -o-transition-duration:1.7s;
- transition: all 1.5s ease-out;
- }
- .post:hover .tags{
- opacity:1;
- margin-top:-10px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- /*AUDIO POSTS*/
- .playbutton {
- width: 10px;
- height: 20px;
- overflow: hidden;
- position: relative;
- z-index: 1000;
- margin: 15px 24px 13px 16px;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .playbox {
- background-color: #000;
- position: absolute;
- z-index: 1000;
- margin-top: 22px;
- margin-left: 20px;
- opacity:0.3;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .playbox:hover{
- opacity:1;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /*QUESTION POSTS*/
- .question{
- background-color:{color:text};
- color:{color:background};
- padding:10px;
- }
- .asker{
- background-color:{color:background};
- color:{color:text};
- padding:5px;
- text-align:right;
- }
- /*CREDIT -- DON'T REMOVE PLEASE OR I'LL KILL YOU THANKS*/
- #credit{
- position:fixed;
- right:10px;
- bottom:10px;
- padding:5px;
- background-color:{color:accent};
- z-index:9999999999;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- #credit:hover{
- background-color:{color:postbg};
- z-index:9999999999;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- </style>
- <script src="//code.jquery.com/jquery-1.10.2.js"></script>
- </head>
- <body>
- <a href="{text:Link 1 URL}"><div class="one">{text:Link 1}</div></a>
- <a href="{text:Link 2 URL}"><div class="two">{text:Link 2}</div></a>
- <div class="nav">navigation</div>
- <div class="sidebar"><img src="{image:Sidebar}"/></div>
- <!--NAVIGATION-->
- <div class="shover">
- <div style="background-color:{color:background};color:{color:text};padding:2px;width:236px;margin-top:0px;position:absolute;">before acceptance</div>
- <div class="before" style="float:left;">
- <a href="{text:Link 3 URL}">{text:Link 3}</a>
- <a href="{text:Link 4 URL}">{text:Link 4}</a>
- <a href="{text:Link 5 URL}">{text:Link 5}</a>
- <a href="{text:Link 6 URL}">{text:Link 6}</a>
- <a href="{text:Link 7 URL}">{text:Link 7}</a>
- <a href="{text:Link 8 URL}">{text:Link 8}</a>
- </div>
- <img src="{image:Navigation1}" style="float:right;width:230px;height:125px;position:absolute;"/>
- <img src="{image:Navigation2}" style="float:left;width:230px;height:125px;position:absolute;margin-left:-250px;margin-top:135px;"/>
- <div style="background-color:{color:background};color:{color:text};padding:2px;width:236px;margin-top:135px;position:absolute;margin-left:240px;">after acceptance</div>
- <div class="after" style="margin-top:153px;float:right;position:absolute;margin-left:240px;">
- <a href="{text:Link 9 URL}">{text:Link 9}</a>
- <a href="{text:Link 10 URL}">{text:Link 10}</a>
- <a href="{text:Link 11 URL}">{text:Link 11}</a>
- <a href="{text:Link 12 URL}">{text:Link 12}</a>
- <a href="{text:Link 13 URL}">{text:Link 13}</a>
- <a href="{text:Link 14 URL}">{text:Link 14}</a>
- </div>
- </div>
- <div class="abutton">ADMINS</div>
- <div class="title">{text:Title}</div>
- <div class="ubutton">UPDATES</div>
- <!--ADMINS-->
- <div class="ahover">
- <h1>THE ADMINS OF THE ROLEPLAY/RPH/WHATEVER</em></h1>
- <img src="{image:Admin1}" style="width:100px;height:100px;padding:5px;background-color:{color:accent};float:left;margin-right:10px;"/>
- <pre><strong><em>ADMIN NO ONE</em></strong></pre>
- <p style="line-height:1.3;">hello my name is cool and im pretty cool wow who knew???? im from no timezone bc i dont exist and i dont actually do anything other than play example for everyone else!! idk why you're reading this since this is really just a space filler..... u should edit this in the html nice</p>
- <img src="{image:Admin2}" style="width:100px;height:100px;padding:5px;background-color:{color:accent};float:left;margin-right:10px;"/>
- <pre><strong><em>ADMIN NO ONE</em></strong></pre>
- <p style="line-height:1.3;">hello my name is cool and im pretty cool wow who knew???? im from no timezone bc i dont exist and i dont actually do anything other than play example for everyone else!! idk why you're reading this since this is really just a space filler..... u should edit this in the html nice</p>
- </div>
- <!--UPDATES-->
- <div class="uhover">
- <h1>UPDATES (&& EDIT THIS IN THE HTML)</h1>
- <ul>
- <span style="background-color:{color:text};color:{color:background};padding:3px;">DATE</span> someTHIng happened ehre n*ce
- <br/><br/>
- <span style="background-color:{color:text};color:{color:background};padding:3px;">DATE</span> someTHIng happened ehre n*ce
- <br/><br/>
- <span style="background-color:{color:text};color:{color:background};padding:3px;">DATE</span> someTHIng happened ehre n*ce
- <br/><br/>
- <span style="background-color:{color:text};color:{color:background};padding:3px;">DATE</span> someTHIng happened ehre n*ce
- </ul>
- </div>
- <div class="desc">{Description}</div>
- <div class="pagination">
-
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">← GO BACK</a>
- {/block:PreviousPage}
- {block:NextPage}
- // <a href="{NextPage}"> CONTINUE →</a>
- {/block:NextPage}
- {/block:Pagination}
-
- </div>
- </div>
- <!--POSTS-->
- <div class="entries">
- {block:Posts}
- <div class="post">
- {block:Text}
- {block:Title}<pre>{Title}</pre>{/block:Title}
- {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:Link}
- <pre><a href="{URL}" {Target}>{Name}</a></pre>
- {block:Description}{Description}{/block:Description}
- {/block:Link}
- {block:Quote}
- <pre>"{Quote}"</pre>
- {block:Source}<div align="right"> —{Source}</div>{/block:Source}
- {/block:Quote}
- {block:Chat}
- {block:Title}<pre>{Title}</pre>{/block:Title}
- {block:Lines}
- <div style="background-color:{color:background};padding:5px;margin-top:3px;margin-bottom:3px;">
- {block:Label}<b>{Label}</b>{/block:Label}
- {Line}<br>
- </div>
- {/block:Lines}
- {/block:Chat}
- {block:Audio}
- <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
- {block:AlbumArt}
- <img src="{AlbumArtURL}" style="float:left;border:10px solid {color:text};width:70px;margin-right:10px;">
- {/block:AlbumArt}
- <div style="background-color:{color:background};height:70px;padding:10px;">
- {block:TrackName}<b>{TrackName}</b>{/block:TrackName}
- {block:Artist}<em>by {Artist}</em>{/block:Artist}
- <br /><br />
- {block:Album}{Album}{/block:Album}
- <br /><br />
- {block:PlayCount}Played {FormattedPlayCount} times{/block:PlayCount}
- </div>
- {block:Caption}{Caption}{/block:Caption}
- {/block:Audio}
- {block:Video}
- {Video-500}
- {block:Caption}{Caption}{/block:Caption}
- {/block:Video}
- {block:Answer}
- <div class="question">❝{Question}❞</div>
- <div class="asker">inquired {Asker}</div>
- {Answer}
- {/block:Answer}
- <div class="pinfo">
- posted <a href="{Permalink}">{TimeAgo}</a> with {NoteCountWithLabel} {block:RebloggedFrom} via <a href="{ReblogParentURL}">{ReblogParentName}</a> from <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:RebloggedFrom}
- {block:PostNotes}<br />{PostNotes}{/block:PostNotes}
- </div>
- {block:HasTags}<div class="tags"> {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Posts}
- </div>
- <!-----DO NOT TOUCH THIS!!!!---->
- <div id="credit"><a href="http://alinarps.tumblr.com/">ALINARPS</a></div>
- <script>
- $(document).ready(function() {
- $(".ubutton").on('click', function() {
- $(".uhover").fadeIn(0, "linear",function(){
- $(".sidebar").fadeOut(0, "linear");
- $(".ahover").fadeOut(0, "linear");
- $(".mhover").fadeOut(0, "linear");
- $(".nhover").fadeOut(0, "linear");
- });
- });
- });
- $(document).ready(function() {
- $(".abutton").on('click', function() {
- $(".ahover").fadeIn(0, "linear",function(){
- $(".sidebar").fadeOut(0, "linear");
- $(".uhover").fadeOut(0, "linear");
- $(".mhover").fadeOut(0, "linear");
- $(".nhover").fadeOut(0, "linear");
- });
- });
- });
- $(document).ready(function() {
- $(".title").on('click', function() {
- $(".sidebar").fadeIn(0, "linear",function(){
- $(".ahover").fadeOut(0, "linear");
- $(".uhover").fadeOut(0, "linear");
- $(".mhover").fadeOut(0, "linear");
- $(".nhover").fadeOut(0, "linear");
- });
- });
- });
- $(document).ready(function() {
- $(".nav").on('click', function() {
- $(".shover").fadeIn(0, "linear",function(){
- $(".ahover").fadeOut(0, "linear");
- $(".uhover").fadeOut(0, "linear");
- $(".mhover").fadeOut(0, "linear");
- $(".sidebar").fadeOut(0, "linear");
- });
- });
- });
- </script>
- </body>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement