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>
- <html>
- <title>{Title}</title>
- <!-
- ___________________________________________________________________________
- [ PISCOS - THEME ] BY - NOCTOS @ TUMBLR
- ___________________________________________________________________________
- [ INSTALLATION ]
- 1 - go to the customize page, click 'CUSTOM HTML' and paste this code
- 2 - press save, close the page, and then go back
- 3 - customize under the 'appearence' options
- ---------------------------------------------------------------------------
- [ ! NOTES ! ]
- - please ASK if there are any QUESTIONS or PROBLEMS regarding the theme
- - please do not REMOVE any CREDITS
- - please do not use this theme as a BASE for creating your own theme
- - ENJOY!
- ___________________________________________________________________________
- -!>
- <link rel="shortcut icon" href="{Favicon}">
- <meta name="image:Background" content=""/>
- <meta name="image:Sidebar" content=""/>
- <meta name="color:Background" content="#ffffff" />
- <meta name="color:titles" content="#000000" />
- <meta name="color:maintitle" content="#000000" />
- <meta name="color:menu links" content="#000000" />
- <meta name="color:menu links hover" content="#000000" />
- <meta name="color:description text" content="#000000"/>
- <meta name="color:note background" content="#ffffff"/>
- <meta name="color:Blockquote Background" content="#f7f7f7" />
- <meta name="color:Link" content="#4b4848" />
- <meta name="color:Link Hover" content="#4d4b4b" />
- <meta name="color:Text" content="#000000" />
- <meta name="color:Entry Background" content="#ffffff" />
- <meta name="color:askcolor" content="#f5f3f3" />
- <meta name="if:250px posts" content="0" />
- <meta name="if:400px posts" content="1" />
- <meta name="if:500px posts" content="0" />
- <meta name="if:Endless Scroll" content="1"/>
- <meta name="if:Show Captions" content="0"/>
- <meta name="if:Show Hover Notes" content="1" />
- <meta name="if:Picture Fade" content="1" />
- <meta name="if:Lazy Load" content="1" />
- <meta name="text:link one" content="" />
- <meta name="text:link one title" content="" />
- <meta name="text:link two" content="" />
- <meta name="text:link two title" content="" />
- <meta name="text:link three" content="" />
- <meta name="text:link three title" content="" />
- <meta name="text:link four" content="" />
- <meta name="text:link four title" content="" />
- {block:IfEndlessScroll}
- <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
- {/block:IfEndlessScroll}
- <style type="text/css">
- ::-webkit-scrollbar-thumb:vertical {background-color:#000000;height:75px;}
- ::-webkit-scrollbar {height:0px;width: 3px;background-color:#ffffff;}
- iframe#tumblr_controls {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.7s linear;opacity: 0.2;-webkit-transition: all 0.8s ease-out;-moz-transition: all 0.8s ease-out;transition: all 0.8s ease-out;}
- iframe#tumblr_controls:hover{-webkit-transition: opacity 0.7s linear;opacity: 1;-webkit-transition: all 0.5s ease-out;-moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;}
- @font-face {font-family:"existence light unicase";src: url("http://static.tumblr.com/3j38nb8/uEwly5p5l/existence-unicaselight.otf");}
- body {
- background-image: url('{image:background}');
- background-attachment:fixed;
- background-color:{color:background};
- font-family:arial;
- font-size:9px;
- }
- a {
- font-weight:normal;
- color:{color:link};
- text-decoration:none;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- a:hover {
- color:{color:link hover};
- }
- blockquote{
- padding:3px;
- color:{color:text};
- border-left: 3px solid {color:text};
- font-family: arial;
- font-size:8px;
- padding-left:10px;
- margin-right:40px;
- }
- #posttitle {
- font-family:consolas minor;
- font-size:12px;
- text-transform:uppercase;
- margin-top:2px;
- margin-bottom:2px;
- margin-left:2px;
- letter-spacing:-1.5px;
- text-align:left;
- border-bottom:1px dotted {color:text};
- }
- #posttitle a {
- color:{color:titles};
- }
- #maintitle {
- margin-bottom:5px;
- border-bottom: 1px solid {color:text};
- font-size: 18px;
- font-family:existence light unicase;
- color:{color:maintitle};
- text-align:right;
- z-index:1;
- }
- #answer {
- text-align:left;
- font-size:8.5px;
- }
- #question {
- color: #737373;
- padding:5px;
- text-align:left;
- background-color:{color:askcolor};
- font-family: arial;
- font-size:8.5px;
- }
- #quote {
- padding: 5px;
- font-size:8.5px;
- font-family:arial;
- }
- .quotee {
- font-size:8px;
- font-family:arial;
- text-align:right;
- padding-right:10px;
- }
- {block:indexpage}
- #content {
- float:left;
- width:410px;
- margin-left:450px;
- {block:If500pxposts}
- margin-left:400px;
- {/block:If500pxposts}
- }
- {/block:indexpage}
- {block:permalinkpage}
- #content {
- float:left;
- width:510px;
- margin-left:450px;
- }
- {/block:permalinkpage}
- {block:PermalinkPage}
- #post {
- width:500px;
- padding:5px;
- float:left;
- text-align:justify;
- background:{color:entry background};
- color: {color:text};
- font-family: arial;
- font-size:8px;
- height: auto;
- overflow:hidden;
- }
- {/block:PermalinkPage}
- {block:IndexPage}
- #post {
- {block:If250pxposts}
- width:250px;
- {/block:If250pxposts}
- {block:If400pxposts}
- width:400px;
- {/block:If400pxposts}
- {block:If500pxposts}
- width:500px;
- {/block:If500pxposts}
- padding:5px;
- margin-bottom:-2px;
- float:left;
- text-align:justify;
- background:{color:entry background};
- color: {color:text};
- font-family: arial;
- font-size:8px;
- height:auto;
- }
- {/block:IndexPage}
- {block:IndexPage}
- {block:If400pxposts}
- #post img {max-width:400px;}
- {/block:If400pxposts}
- {/block:IndexPage}
- #text {
- font-family:arial;
- font-size:8.5px;
- }
- {block:IndexPage}
- {block:IfPictureFade}
- #post img {
- opacity: 1;
- -webkit-transition: all 0.9s ease;
- -moz-transition: all 0.9s ease;
- -o-transition: all 0.9s ease;}
- #post img:hover {
- opacity:0.8;
- -webkit-transition: all 0.6s ease-out;
- -moz-transition: all 0.6s ease-out;
- -o-transition: all 0.6s ease-out;
- }
- {/block:IfPictureFade}
- {/block:IndexPage}
- {block:PermalinkPage}
- .permalink {
- display:none;
- }
- {/block:PermalinkPage}
- {block:IndexPage}
- .permalink {
- padding:3px;
- float:right;
- {block:If250pxposts}
- margin-left:265px;
- {/block:If250pxposts}
- {block:If400pxposts}
- margin-left:415px;
- {/block:If400pxposts}
- {block:If500pxposts}
- margin-left:515px;
- {/block:If500pxposts}
- font-size:9px;
- font-family:georgia;
- position: absolute;
- text-align:left;
- -webkit-transition: all 0.4s ease-in;
- -moz-transition: all 0.4s ease-in;
- -o-transition: all 0.4s ease-in;
- opacity:0;
- z-index:1;
- }
- #post:hover .permalink {
- {block:If250pxposts}
- margin-left:270px;
- {/block:If250pxposts}
- {block:If400pxposts}
- margin-left:420px;
- {/block:If400pxposts}
- {block:If500pxposts}
- margin-left:520px;
- {/block:If500pxposts}
- opacity:1;
- }
- .permdiv {
- width:120px;
- border-bottom:1px solid {color:text};
- }
- {/block:IndexPage}
- {block:PermalinkPage}
- #perma {
- width:500px;
- background-color: {color:note Background};
- font-family:georgia;
- font-size: 9px;
- text-align: left;
- padding: 10px;
- z-index:-999;
- }
- li.perma {
- color:{color:text};
- list-style:decimal;
- padding: 2px;
- margin: 2px;
- letter-spacing: 0px;
- }
- #perma a{
- letter-spacing: 0px;
- font-family: georgia;
- font-size: 9px;
- }
- #perma img {
- width:0px;
- height:0px;
- }
- .permadiv {
- border-bottom: 1px dotted {color:text};
- }
- .dateposted {
- font-size:15px;
- font-family:georgia;
- text-align:left;
- border-bottom: 1px dotted {color:text};
- }
- {/block:Permalinkpage}
- #chat {
- font-size:8px;
- font-family:arial;}
- ul {
- list-style:square;
- }
- #music {
- width: 100%px;
- background: #E6E6E6;
- }
- .musiclabel {
- font-size:9px;
- text-align:center;
- }
- #pagina {
- float:right;
- width:120px;
- position:fixed;top:375px;left:320px;
- {block:If500pxposts}
- left:270px;
- {/block:If500pxposts}
- font-size:8.5px;
- font-family:arial;
- text-align:center;
- }
- #pagina a {
- color:{color:description text};
- }
- #sidebar {
- float:left;
- padding:10px;
- padding-right:10px;
- border-right: 1px dotted {color:text};
- width:130px;
- position:fixed;left:300px;top:200px;
- {block:If500pxposts}
- left:250px;
- {/block:If500pxposts}
- height:auto;
- z-index:1;
- opacity:1;
- overflow:hidden;
- }
- #description{
- border-top: 5px solid {color:text};
- color:{color:description text};
- padding-top:50px;
- margin-left:-8px;
- text-align:right;
- font-family: arial;
- font-size:8px;
- width:130px;
- height:auto;
- }
- #description a {
- color:{color:description text};
- }
- #sideimg {
- float:right;
- margin-top:5px;
- height:190px;
- width:120px;
- overflow:hidden;
- z-index:2;
- -webkit-transition: all 0.8s ease-out;
- -moz-transition: all 0.8s ease-out;
- -o-transition: all 0.8s ease-out;
- }
- .hiddencontain {
- position:fixed;top:240px;
- margin-left:8px;
- z-index:-1;
- opacity:0;
- width:120px;
- height:auto;
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #things {
- color:{color:entry background}
- margin-top:5px;
- height:auto;
- width:120px;
- text-align:right;
- font-family:arial;
- font-size:9px;
- margin-bottom:5px;
- }
- #things a {
- color:{color:menu links};
- -webkit-transition: all 0.6s ease-in;
- -moz-transition: all 0.6s ease-in;
- -o-transition: all 0.6s ease-in;
- }
- #things a:hover {
- color:{color:menu links hover};
- }
- #sidebar:hover #sideimg {
- margin-right:-140px;
- }
- #sidebar:hover #sideimg {
- opacity:0;
- }
- #sidebar:hover .hiddencontain {
- z-index:1;
- opacity:1;
- -webkit-transition: all 1.8s linear;
- -moz-transition: all 1.8s linear;
- -o-transition: all 1.8s linear;
- }
- #uta
- {position:fixed; right:30px; padding-top:12px; bottom:25px; padding-bottom:12px; text-align:center; height:10px; width:34px; overflow:hidden; border:3px solid #e8e8e8;
- -moz-border-radius: 17px 17px 17px 17px;
- border-radius:17px 17px 17px 17px;
- -webkit-transition: opacity 0.7s linear;
- -webkit-transition: all 0.7s ease-in-out;
- -moz-transition: all 0.7s ease-in-out;
- -o-transition: all 0.7s ease-in-out;
- background-color:#ffffff;
- z-index:999;}
- #uta:hover
- {border:3px solid #dddddd; padding:5px; height:50px; width:50px;}
- </style>
- {block:IfLazyLoad}
- <script type="text/javascript" src="http://static.tumblr.com/yauabn1/dTzlwknnj/jquery.js"></script>
- <script type="text/javascript" src="http://static.tumblr.com/yauabn1/erElwknoc/lazyload.js"></script>
- <script type="text/javascript" charset="utf-0">
- var $j = jQuery.noConflict();
- $j(function() {
- if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
- $j("img").lazyload({
- placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
- effect: "fadeIn",
- });
- });
- </script>
- {/block:IfLazyLoad}
- </head>
- <body>
- <div id="uta"><img src="http://static.tumblr.com/rltvkjt/jwflmr3vh/marcadores71.gif"/>
- <br/><br/>
- <div><center><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=false&f0= http://dl.dropbox.com/u/30975005/U-KISS%20Forbidden%20Love%20%5BMV%20FULL%5D.mp3&t0=U-KISS%20Forbidden%20Love%20%5BMV%20FULL%5D&f1=http://dl.dropbox.com/u/30975005/A%20Shared%20Dream.mp3&t1=A%20Shared%20Dream&f2=http://dl.dropbox.com/u/30975005/0.mp3&t2=0&f3=http://dl.dropbox.com/u/30975005/03.mp3&t3=03&f4=http://dl.dropbox.com/u/30975005/02.mp3&t4=02&total=5" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" /></center></div>
- </div>
- <div id="sidebar">
- <div id="maintitle">
- {title}
- </div>
- <div id="sideimg">
- <img src="{image:Sidebar}"></img>
- </div>
- <div class="hiddencontain">
- <div id="things">
- {block:PermalinkPage}
- {/block:PermalinkPage}
- <a href=http://yyume.tumblr.com>home </a>
- <a href="/ask" title="ask">message </a>
- {block:Iflinkone}<a href="{text:link one}" title="{text:link one title}">{text:link one title} </a>{/block:Iflinkone}
- {block:Iflinktwo}<a href="{text:link two}" title="{text:link two title}">{text:link two title} </a>{/block:Iflinktwo}
- {block:Iflinkthree}<a href="{text:link three}" title="{text:link three title}">{text:link three title} </a>{/block:Iflinkthree}
- {block:Iflinkfour}<a href="{text:link four}" title="{text:link four title}">{text:link four title} </a>{/block:Iflinkfour}
- <a href="http://noctos.tumblr.com" title="theme by noctos ~">© </a>
- </div>
- <div id="description">{description}</div>
- </div>
- </div>
- {block:IfNotEndlessScroll}
- <div id="pagina">
- <br>
- {block:PreviousPage}<a href="{PreviousPage}">◃ back </a>{block:NextPage}|{/block:NextPage}{/block:PreviousPage}
- {block:NextPage}<a href="{NextPage}">next ▹</a>{/block:NextPage}</div>
- {/block:IfNotEndlessScroll}
- <div class="autopagerize_page_element">
- {block:Posts}
- <div id="content">
- <table width="3000" border="0" align="center" cellspacing="0px" cellpadding="0px">
- {block:Text}
- <div id="post">
- <div id="text">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- {block:Title}
- <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
- {/block:Title}
- {body}</div></div>
- {/block:Text}
- {block:Quote}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- <div id="quote">
- <big>❝</big>{Quote}<big>❞</big>
- </div>
- <div class="quotee">
- {block:Source}— {Source}{/block:Source}
- </div>
- </div>
- {/block:Quote}
- {block:Link}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- <div id="posttitle"><a href="{URL}" {Target}><big>『 </big>{Name}</a></div>
- {block:Description}
- <div id="text">{Description}</div>
- {/block:Description}</div>
- {/block:Link}
- {block:Chat}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- {block:Title}
- <div id="posttitle"><a href="{Permalink}"><big>『 </big>{Title}</a></div>
- {/block:Title}
- <div id="chat">
- <ul>
- {block:Lines}
- <li class="person{UserNumber}">{block:Label}
- {Label}
- {/block:Label}
- {Line}
- </li>
- {/block:Lines}
- </ul>
- </div></div>
- {/block:Chat}
- {block:Audio}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- <div id="music">{AudioPlayergrey}</div>
- <div class="musiclabel">
- </div>
- </div>
- {/block:Audio}
- {block:Answer}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- <div id="question">{Asker} said: {Question}</div>
- <div id="answer">
- {Answer}
- </div></div>
- {/block:Answer}
- {block:Photo}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- {LinkOpenTag}<a href="{Permalink}">
- {block:IndexPage}
- {block:If250pxposts}
- <img src="{PhotoURL-250}"/>
- {/block:If250pxposts}
- {block:If400pxposts}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>
- {/block:If400pxposts}
- {block:If500pxposts}
- <img src="{PhotoURL-500}" alt="{PhotoAlt}" width=500px/>
- {/block:If500pxposts}
- {/block:IndexPage}
- {block:PermalinkPage}<img src="{PhotoURL-500}"/>
- {/block:PermalinkPage}
- </a>
- {LinkCloseTag}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- <p>
- {/block:PermalinkPage}
- {block:IfShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowCaptions}
- </div>
- {/block:Photo}
- {block:Photoset}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- {block:If250pxposts}
- {photoset-250}
- {/block:If250pxposts}
- {block:If400pxposts}
- {photoset-400}
- {/block:If400pxposts}
- {block:If500pxposts}
- {photoset-500}
- {/block:If500pxposts}
- {block:PermalinkPage}
- {Photoset-500}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {block:IfShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowCaptions}
- </div></div>
- {/block:Caption}
- {/block:Photoset}
- {block:Video}
- <div id="post">
- {block:IfShowHoverNotes}
- <div class="permalink"><a href="{Permalink}">{DayOfWeek}, {Month} {DayOfMonth}<div class="permdiv"></div>
- {NoteCountWithLabel}</a></div>
- {/block:IfShowHoverNotes}
- {block:IndexPage}
- {block:If250pxposts}
- {video-250}
- {/block:If250pxposts}
- {block:If400pxposts}
- {Video-400}
- {/block:If400pxposts}
- {block:If500pxposts}
- {video-500}
- {/block:If500pxposts}
- {/block:IndexPage}
- {block:PermalinkPage}
- {Video-500}
- {/block:PermalinkPage}
- {block:PermalinkPage}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:PermalinkPage}
- {block:IfShowCaptions}
- {block:Caption}
- {Caption}
- {/block:Caption}
- {/block:IfShowCaptions}
- </div></div>
- {/block:Video}
- {block:PermalinkPage}
- {block:Date}
- <div id="perma">
- <br>
- <div class="dateposted">
- {DayOfWeek}, {Month} {DayOfMonth}, {Year}
- </div>
- {/block:Date}
- <br>
- {block:postnotes}
- {notecountwithlabel}
- {block:postnotes}
- {block:RebloggedFrom}
- <br>
- reblogged from <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a>
- ( original: <a href="{ReblogRootURL}" title="{ReblogRootTitle}">{ReblogRootName}</a> )
- {/block:RebloggedFrom}
- {block:HasTags}
- <br>
- tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a> {/block:Tags}
- {/block:HasTags}
- <p>
- <div class="permadiv"></div>
- <br>
- {PostNotes}
- </div>
- {/block:postnotes}
- {/block:PermalinkPage}
- {/block:posts}
- </div>
- </div>
- </body></html>
Advertisement
Add Comment
Please, Sign In to add comment