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 008: "NIC" 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>
- <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> (function($){ $(document).ready(function(){ $("[title],a[title],img[title]").style_my_tooltips({ tip_follows_cursor:true, tip_delay_time:100, tip_fade_speed:300, attribute:"title" }); }); })(jQuery); </script>
- <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:SidebarBG" content="#eeeeee"/>
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="image:Sidebar 2" content=""/>
- <meta name="image:More Image" content=""/>
- <meta name="image:Admin Icon 1" content=""/>
- <meta name="image:Admin Icon 2" content=""/>
- <meta name="image:Admin Icon 3" content=""/>
- <meta name="if:Background" content=""/>
- <meta name="text:Link 1" content="link"/>
- <meta name="text:Link 1 URL" content="/"/>
- <meta name="text:Link 2" content="link"/>
- <meta name="text:Link 2 URL" content="/"/>
- <meta name="text:Link 3" content="link"/>
- <meta name="text:Link 3 URL" content="/"/>
- <meta name="text:More Text" content="more"/>
- <meta name="text:Quote" content="put a cool quote here."/>
- <meta name="text:Admin Description 1" content="name & age & timezone & whatever you want can go here!"/>
- <meta name="text:Admin Description 2" content="name & age & timezone & whatever you want can go here!"/>
- <meta name="text:Admin Description 3" content="name & age & timezone & whatever you want can go here!"/>
- <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};
- }
- small, sup, sub{
- font-size:12px;
- }
- 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:3px solid {color:text};
- padding:10px;
- }
- blockquote blockquote{
- margin-left:3px;
- }
- pre {
- padding:5px;
- width:98%;
- white-space:normal;
- background-color:{color:text};
- color:{color:PostBG};
- border-bottom:2px solid {color:accent};
- font-family:arial;
- 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;
- white-space:normal;
- }
- /*TOOLTIP*/
- #s-m-t-tooltip {
- max-width:250px;
- padding:10px;
- margin:20px 0px 0px 20px;
- background-color: {color:text};
- font-size:11px;
- letter-spacing:0px;
- color:{color:background};
- z-index:999999999999999999999999999999999999;
- }
- /*POSTS*/
- .entries {
- margin-top:45px;
- margin-left:575px;
- position:absolute;
- overflow:auto;
- height:680px;
- width:530px;
- padding-left:10px;
- padding-right:10px;
- background-color:{color:accent};
- }
- .post{
- padding:10px;
- background-color:{color:postbg};
- margin-top:15px;
- margin-bottom:15px;
- width:500px;
- white-space:normal;
- }
- .post img{
- max-width:100%;
- }
- ::-webkit-scrollbar-thumb {
- height:5px;
- background-color:{color:scrollbar};
- border:1px solid {color:scrollbar};
- }
- ::-webkit-scrollbar {
- margin-right:5px;
- width:5px;
- height:5px;
- background-color:{color:scrollbarbg};
- }
- /*SIDEBAR & PAGINATION*/
- .sbg{
- background-color:{color:sidebarbg};
- padding:10px;
- position:fixed;
- margin-top:25px;
- margin-left:25px;
- width:1100px;
- height:700px;
- }
- .sidebar{
- background-color:{color:postbg};
- width:510px;
- height:200px;
- position:fixed;
- margin-top:45px;
- margin-left:45px;
- }
- .sb{
- background-color:{color:postbg};
- position:fixed;
- margin-top:265px;
- margin-left:45px;
- width:260px;
- height:460px;
- }
- .desc{
- margin-left:325px;
- margin-top:515px;
- width:210px;
- height:150px;
- overflow:auto;
- padding:10px;
- background-color:{color:text};
- color:{color:background};
- position:fixed;
- }
- .pagination{
- background-color:{color:background};
- padding:5px;
- width:220px;
- position:fixed;
- margin-top:701px;
- margin-left:325px;
- color:{color:postbg};
- text-align:center;
- }
- .pagination a{
- color:{color:text};
- padding:2px;
- background-color:{color:background};
- font-weight:600;
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- .pagination a:hover{
- color:{color:background};
- background-color:{color:text};
- text-decoration:none;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.5s ease-out;
- }
- /*NAVIGATION*/
- .nav{
- position:fixed;
- background-color:{color:background};
- border-bottom:3px solid {color:text};
- color:{color:text};
- width:210px;
- padding:10px;
- height:20px;
- font-weight:600;
- text-transform:uppercase;
- font-size:15px;
- margin-top:265px;
- margin-left:325px;
- text-shadow:2px 1px 1px {color:accent};
- }
- .navi{
- position:fixed;
- margin-left:325px;
- margin-top:323px;
- background-color:{color:sidebarbg};
- width:230px;
- height:150px;
- opacity:1;
- text-align:left;
- }
- .navi a{
- padding-top:55px;
- padding-bottom:10px;
- padding-left:10px;
- padding-right:10px;
- background-color:{color:text};
- color:{color:background};
- display:inline-block;
- width:52px;
- height:65px;
- margin-right:3px;
- text-align:center;
- font-weight:600;
- text-transform:uppercase;
- text-shadow: 2px 1px 0px {color:accent};
- }
- .navi a:hover{
- background-color:{color:background};
- color:{color:text};
- text-shadow: 2px 1px 0px {color:postbg};
- }
- /*MORE*/
- .sbnav{
- width:490px;
- height:660px;
- background-color:{color:postbg};
- padding:10px;
- position:fixed;
- display:none;
- margin-top:45px;
- margin-left:45px;
- }
- .x{
- padding:3px;
- background-color:{color:text};
- color:{color:background};
- text-align:center;
- float:right;
- font-weight:600;
- }
- .three{
- position:fixed;
- margin-top:467px;
- margin-left:325px;
- padding:10px;
- background-color:{color:postbg};
- color:{color:text};
- width:210px;
- text-align:center;
- font-weight:600;
- text-transform:uppercase;
- text-shadow:2px 1px 0px {color:accent};
- cursor:pointer;
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- .three:hover{
- background-color:{color:accent};
- color:{color:background};
- text-shadow:2px 1px 0px {color:postbg};
- -webkit-transition: all 0.5s ease-out;
- -moz-transition: all 0.5s ease-out;
- transition: all 0.5s ease-out;
- }
- /*POST INFO & TAGS */
- .pinfo{
- padding:2px;
- background-color:{color:sidebarbg};
- color:{color:text};
- margin-top:-10px;
- margin-left:-10px;
- width:516px;
- text-align:center;
- z-index:-999;
- margin-bottom:10px;
- font-weight:600;
- text-transform:lowercase;
- -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:text};
- 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:2px;
- background-color:{color:sidebarbg};
- color:{color:text};
- text-align:center;
- opacity:1;
- margin-top:10px;
- z-index:9999999999;
- line-height:1.4;
- font-weight:600;
- margin-left:-10px;
- width:516px;
- margin-bottom:-10px;
- -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;
- color:{color:Postbg};
- margin-right:5px;
- -moz-transition-duration:0.7s;
- -webkit-transition-duration:0.7s;
- -o-transition-duration:0.7s;
- transition: all 0.7s ease-out;
- }
- .tags a:hover{
- color:{color:text};
- -moz-transition-duration:0.5s;
- -webkit-transition-duration:0.5s;
- -o-transition-duration:0.5s;
- transition: all 0.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 (REMOVE THIS AND I'LL KILL YOU...)*/
- .credit{
- right:10px;
- bottom:10px;
- z-index:9999999999999999999999999999999999999999;
- padding:5px;
- background-color:{color:accent};
- color:{color:text};
- font-weight:600;
- position:fixed;
- }
- </style>
- <script src="//code.jquery.com/jquery-1.10.2.js"></script>
- <script src="//code.jquery.com/ui/1.11.2/jquery-ui.js"></script>
- </head>
- <body>
- <div class="sbg"></div>
- <div class="sidebar"><img src="{image:Sidebar}"/></div>
- <div class="sb">
- <img src="{image:Sidebar 2}"/>
- </div>
- <div class="nav">
- {Title}
- </div>
- <div class="navi">
- <a href="{text:Link 1 URL}">{text:Link 1}</a>
- <a href="{text:Link 2 URL}">{text:Link 2}</a>
- <a href="{text:Link 3 URL}" style="margin-right:0px;">{text:Link 3}</a>
- </div>
- <div class="three">{text:More Text}</div>
- </div>
- <div class="desc">
- {Description}
- </div>
- <div class="pagination">
-
- {block:Pagination}
- {block:PreviousPage}
- <a href="{PreviousPage}">PREVIOUS</a>
- {/block:PreviousPage}
- •
- {block:NextPage}
- <a href="{NextPage}">NEXT</a>
- {/block:NextPage}
- {/block:Pagination}
-
- </div>
- <!----more tab---->
- <div class="sbnav">
- <div style="float:left;padding:3px;background-color:{color:text};font-weight:600;color:{color:background};width:438px;text-align:center;"><em>{text:Quote}</em></div>
- <div class="x"><a href="#" style="color:{color:background};">close</a></div>
- <img src="{image:More Image}" style="background-color:{color:accent};width:490px;height:230px;margin-top:10px;"/>
- <div style="overflow:auto;padding:10px;margin-top:10px;width:470px;height:200px;background-color:{color:accent};">
- put something here thats cool!! maybe a plot?? or if youre an rph put your what i do or tdl here idk its up 2 u?? if ur feeling generous go ahead and put some updates here thats chill :~)) but otherwise seriously this can go on for miles this can even scroll aint that cool!!! <b>edit this in the html!!</b> <em>use ctrl+f and search for some of the words in this messy paragraph</em> <u>and you should find it quite nicely!!</u>
- <ul>
- <li>example</li>
- </ul>
- <ol>
- <li>example</li>
- </ol>
- <strike>more example</strike>
- <blockquote>wow example</blockquote>
- don't tell anyone but wow it scrolls who knew !
- </div>
- <img src="{image:Admin Icon 1}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;margin-right:10px;" title="{text:Admin Description 1}"/>
- <img src="{image:Admin Icon 2}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;margin-right:10px;" title="{text:Admin Description 2}"/>
- <img src="{image:Admin Icon 3}" style="border:3px solid {color:text};width:150.5px;float:left;margin-top:10px;" title="{text:Admin Description 3}"/>
- </div>
- <!----posts--->
- <div class="entries">
- {block:Posts}
- <div class="post">
- <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:Text}
- {block:Title}<h1>{Title}</h1>{/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}
- {block:HasTags}<div class="tags"> tagged as: {block:Tags} <a href="{TagURL}">#{Tag}</a> {/block:Tags}</div>{/block:HasTags}
- </div>
- {/block:Posts}
- </div>
- <!--PLEASE DON'T TOUCH THE CREDIT!!! SERIOUSLY...-->
- <div class="credit"><a href="http://alinarps.tumblr.com/">ALINARPS</a></div>
- </body>
- <script type="text/javascript">
- $(".three").click(function(){
- if($(".sb").is(':visible')){
- $(".sb").fadeToggle("slow");
- $(".sidebar").fadeToggle("slow");
- $(".desc").fadeToggle("slow");
- $(".pagination").fadeToggle("slow");
- $(".nav").fadeToggle("slow");
- $(".navi").fadeToggle("slow");
- $(".three").fadeToggle("slow");
- }
- if($(".sbnav").is(':hidden')){
- $(".sbnav").fadeToggle("slow");
- }
- });
- $(".x").click(function(){
- if($(".sb").is(":hidden")){
- $(".sb").fadeToggle("slow");
- $(".sidebar").fadeToggle("slow");
- $(".desc").fadeToggle("slow");
- $(".pagination").fadeToggle("slow");
- $(".nav").fadeToggle("slow");
- $(".navi").fadeToggle("slow");
- $(".sbnav").fadeToggle("slow");
- $(".three").fadeToggle("slow");
- }
- });
- </script>
- </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement