Advertisement
jadalynstratman

Polish Theme Code

Jul 11th, 2014
2,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.35 KB | None | 0 0
  1. <html>
  2. <head>
  3. <!--
  4. POLISH THEME BY
  5. ┏━┓╋┏┳━━━┳┓╋┏┳━━━┳━━━┳━━━┳━━━━┓
  6. ┃┃┗┓┃┃┏━━┫┃╋┃┣┓┏┓┃┏━━┫┏━┓┃┏┓┏┓┃
  7. ┃┏┓┗┛┃┗━━┫┃╋┃┃┃┃┃┃┗━━┫┗━━╋┛┃┃┗┛
  8. ┃┃┗┓┃┃┏━━┫┃╋┃┃┃┃┃┃┏━━┻━━┓┃╋┃┃
  9. ┃┃╋┃┃┃┗━━┫┗━┛┣┛┗┛┃┗━━┫┗━┛┃╋┃┃
  10. ┗┛╋┗━┻━━━┻━━━┻━━━┻━━━┻━━━┛╋┗┛
  11. http://neudest.tumblr.com
  12. July 11th 2014
  13. -->
  14. <title>{Title}</title>
  15. <link rel="shortcut icon" href="{Favicon}">
  16. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  17. {block:Description}
  18. <meta name="description" content="{MetaDescription}" />
  19. <meta name="image:Background" content="http://static.tumblr.com/ae20057fe3f87508061838610c6886a9/iacdvhz/ExWn8kso5/tumblr_static_6khbe82hvaoskssc44g8c40s4.png"/>
  20. <meta name="color:background" content="#000000" />
  21. <meta name="color:Posts Background" content="#ffffff" />
  22. <meta name="color:Title" content="#ffffff" />
  23. <meta name="color:Text" content="#707070" />
  24. <meta name="color:Links" content="#4d4d4d" />
  25. <meta name="color:Link Hover" content="#a4a4a4" />
  26. <meta name="color:Post Permalinks" content="#000000" />
  27. <meta name="color:Description" content="#ffffff"/>
  28. <meta name="color:Sidebar Background" content="#000000"/>
  29. <meta name="color:Navigation Sqaures" content="#ffffff"/>
  30. <meta name="color:Navigation Sqaure Hover" content="#000000"/>
  31. <meta name="color:Permalink Sqaures" content="#ffffff"/>
  32. <meta name="color:Permalink Squares Hover" content="#000000"/>
  33. <meta name="color:Post Shadow" content="#000000"/>
  34. <meta name="text:Link One Title" content="" />
  35. <meta name="text:Link One" content="" />
  36. <meta name="text:Link Two Title" content="" />
  37. <meta name="text:Link Two" content="" />
  38. <meta name="text:Link Three Title" content="" />
  39. <meta name="text:Link Three" content="" />
  40. <meta name="text:Link Four Title" content="" />
  41. <meta name="text:Link Four" content="" />
  42.  
  43.  
  44. <meta name="color:Title Background" content="#000000"/>
  45. {/block:Description}
  46. <script type="text/javascript"
  47. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  48. <style type="text/css">
  49. iframe#tumblr_controls { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:.2;transition: .8s ease-in-out; -webkit-transition: .8s ease-in-out;-moz-transition: .8s ease-in-out;-o-transition: .8s ease-in-out; } iframe#tumblr_controls:hover { white-space:nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity:1; } ::selection, ::-moz-selection, ::-webkit-selection {color:{color:Post background}; background-color: none;} ::-webkit-scrollbar{width:5px;height:8px;} ::-webkit-scrollbar-button:start:decrement ::-webkit-scrollbar-button:end:increment{display:block;height:0;background-color:transparent;} ::-webkit-scrollbar-track-piece{background-color:{color:Background};-webkit-border-radius:0;-webkit-border-bottom-right-radius:3px;-webkit-border-bottom-left-radius:3px;} ::-webkit-scrollbar-thumb:vertical{height:50px;background-color:{color:Post background};border-left:1px solid #ccc;border-bottom:1px solid #ccc; border-top:1px solid #ccc;} ::-webkit-scrollbar-thumb:horizontal{width:10px;background-color:none;} ::-webkit-scrollbar-corner { background-color:{color:Background};} ::-webkit-resizer { background-color:{color:Background}; }
  50.  
  51.  
  52. body { color:{color:text}; font-family: consolas; font-size:8px;
  53. background-image:url({image:Background});background-attachment: fixed;background-repeat: repeat;background-position:right;background-color:{color:background};text-transform:uppercase; letter-spacing:1px; } a { text-decoration:none; color:{color:Links}; } a:hover{ text-decoration:none; color:{color:Link hover}; } #content { width:100%; {block:PermalinkPage}margin-top:-10px;{/block:PermalinkPage} } #content .posts { width:800px; margin-left:40%; top:50px; }
  54.  
  55. .entry { {block:IndexPage}width:210px;margin-right:70px;margin-bottom:70px;overflow:hidden;padding: 6px;
  56. padding-bottom: 3px;
  57. float:left;
  58. background-color: {color:Posts Background};
  59. border: solid 1px #000;
  60. font-family: consolas;
  61. font-size: 12px;
  62. line-height:14px;
  63. -moz-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  64. -webkit-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  65. box-shadow: -5px -5px 0 5px {color:Post Shadow};
  66.  
  67. {/block:IndexPage}{block:PermalinkPage}width:320px;{/block:IndexPage} margin-left:-5%;margin-top:70px;padding:6px;
  68. background-color: {color:Posts Background};
  69. -moz-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  70. -webkit-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  71. box-shadow: -5px -5px 0 5px {color:Post Shadow};
  72. {/block:PermalinkPage}}
  73.  
  74.  
  75. .entry img {-webkit-transition: all 0.6s linear; {block:IndexPage} width:208px;{/block:IndexPage} {block:PermalinkPage}width:320px; {/block:PermalinkPage} margin-bottom:-2px; } blockquote { margin-left:5px; padding-left:5px; line-height:180%; border-left:1px solid black; }
  76.  
  77. .audiobox {width: 27px!important;background-color:white;top:45%;left:45%;display:block;position:absolute;padding-right:10px;padding-left:10px;padding-top:10px;padding-bottom:10px;border-radius:50px;opacity:0.7;} {block:IndexPage} .entry:hover {opacity:4;-webkit-transition:1s; } {/block:IndexPage} .cl a { font-style:italic;padding-left:7px;padding-right:7px; } .cl a:hover { font-style:normal; } .header { margin-top:20px;margin-bottom:50px; border-bottom:1px solid #ccc; padding:10px;width:780px;margin-left:auto;margin-right:auto; text-align:center; background-color:{color:Header}; } .pn ul{ list-style-type: none;} .pn li{ list-style-type: none;} .pn {height:200px;width:700px;overflow:scroll;list-style-type: none;} /* Others */ blockquote{ margin:0 0 5px 10px; padding:3px 5px; border-left:1px solid {color:Links}; } blockquote p, blockquote ul{ margin:0; padding:0; } .quote p{ margin:0; } .arrow{ margin:8px 0 0 165px; border-left:6px solid #f7f7f7; {block:permalinkpage} margin:8px 0 0 455px; {/block:permalinkpage} } .answer{ width:145px; margin:0 0 3px; background:#f7f7f7; {block:permalinkpage} width:435px; {/block:permalinkpage} } .asker{ color:{color:Links}; } .asker:first-letter{ text-transform:uppercase; } .postnotes ::-webkit-scrollbar{ background:{color:Container}; } .permalink-title{ {block:permalinkpage} margin-left:10px; letter-spacing:1px; text-transform:uppercase; {/block:permalinkpage} } .portrait{ width:35px; border-radius:25px; } .arrow{ position:absolute; width:0; height:0; border-top:6px solid transparent; border-bottom:6px solid transparent; } .answer{ min-height:30px; padding:5px 10px; border-radius:5px; } #ask_form{ height:190px; } .cover{ z-index:1; position:absolute; width:60px; height:60px; } .cover img{ float:left; width:60px; height:65px; } .playbox{ z-index:2; position:absolute; overflow:hidden; opacity:0.6; width:27px; height:30px; margin:20px 0 0 16px; text-align:center; } .info{ min-height:73px; margin:0 0 10px 70px; font-size:10px; font-family:calibri; text-transform:uppercase; } blockquote{ margin:-2px 0 15px; padding:5px; } blockquote p, blockquote ul{ margin:0; padding:0; } .quote{ text-align:justify; } .posts-info{ margin:5px 0 25px; padding:5px 0; font-size:11px; text-transform:uppercase; border-top:1px solid #eee; } .info-date{ float:left; width:242px; margin:0 0 0 8px; margin-left:180px; } .info-notes{ float:left; width:242px; margin:0 8px 0 0; margin-left:190px; }
  78. .postnotes{ background-color:{color:Post background}; width:500px; margin-left:-50px; margin-bottom:30px; text-align:left; }
  79.  
  80. ol.notes{ overflow:auto; height:auto; padding:0; font-size:10px; margin:10px 15px 10px 15px; list-style-type:none; margin-left:-5%;padding: 5px 10px; width:310px;background-color: {color:Posts Background}; -moz-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  81. -webkit-box-shadow: -5px -5px 0 5px {color:Post Shadow};
  82. box-shadow: -5px -5px 0 5px {color:Post Shadow}; }
  83. ol.notes li.note{ padding:7px 0; width:300px; } ol.notes li.note img.avatar{ display:none; } ol.notes li.note blockquote{ border-color:#eee; padding:4px 10px; margin:10px 0 0 25px; } .date{ position:relative; opacity:1; bottom:0; margin:8px 0 0; padding:3px 0 0; font-size:11px; letter-spacing:0; text-transform:uppercase; text-align:right; -webkit-transition: all 0.5s ease; -moz-transition: all 0.5s ease; transition: all 0.5s ease; border-top:1px solid #eee; }
  84.  
  85. .date a{ margin:0 10px 0 0; } .contact{ position:fixed; display:none; z-index:99999; background:white; padding:10px; border:1px solid #ddd; top:50%; left:52%; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; -webkit-animation:fadeInDown 1s; -moz-animation:fadeInDown 1s; -ms-animation:fadeInDown 1s; } .permalink { margin-top:2px; padding:2px; text-align:right; word-spacing:5px; {block:permalinkpage} opacity:0; {/block:permalinkpage}} .permalink a{ color:{color:permalink}; font-style:italic; text-decoration:none;}
  86. .permalink a:hover{ color:rgba(0,0,0,0);}
  87.  
  88. .tabpo{ position:fixed; margin-top:297px; margin-left:59%; padding:3px; z-index:1; text-align:left; padding-bottom:16px; height:auto;width:200px;}
  89.  
  90.  
  91. .lin{ text-align:left; text-transform:uppercase; } .lin a :hover{ font-size:10px; color:{color:Navigation Hover}; } .tabpo .fo{ padding-bottom:3px; margin:4px; } .tabpo .lo{ line-height:150%; } .title{ padding:2px; padding-left:0px; color:{color:Title}; font-size:20px; text-transform:uppercase; } .de{ font-size:8px; color:{color:Description}; text-align:left; width:auto; } .ta{ position:fixed; bottom:-3px; margin-left:535px; padding:3px; text-align:center; background:white; border:1px solid #eee; width:100px; border:1px solid {color:border}; background-color:{color:Sidebar background};} .ta .fo{ padding-bottom:3px; margin:4px; border-bottom:1px solid #eee; } .ta .lo{ line-height:150%; } .ta2{ position:fixed; bottom:-1px; right:0px; padding:3px; text-align:center; width:100px; } .ta2 .fo2{ padding-bottom:3px; margin:4px; } .ta2 .lo2{ line-height:150%; }
  92.  
  93.  
  94. .links a{ background:{color:Navigation Sqaures}; margin:0px 5px 3px 0px; border:1px solid #000; padding:5px; display:inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out; } .links a:hover { text-align:center; background:{color:Navigation Sqaure Hover}; border:1px solid #000; } #long { width:180px; margin-left: 250px; z-index:1; text-align:center; position:fixed !important; bottom:0px; height:100%; color:#fff; background-color: {color:Sidebar Background}; opacity: 1; font-size: 11px; line-height: 14px; padding: 8px; } .square{ z-index: 10; position:relative; margin-left:180px; margin-bottom:0px; margin-top:16px; width:5px; text-align:right; } .square a{ background-color: {color:Permalink Sqaures}; margin:0px 5px 3px 0px; border:1px solid #000; padding:6px; display:inline-block; -webkit-transition: all 0.3s ease-in-out; -moz-transition: all 0.3s ease-in-out; transition: all 0.3s ease-in-out;} .square a:hover { text-align:center; background:{color:Permalink Squares Hover}; border:1px solid #000; }
  95. .hov{
  96. position:relative;z-index: 10; top:30;width: 50px; height: 30px; font-family: 'roboto condensed', sans-serif; font-weight: 400; color: {color:Post Permalinks}; text-align: center; font-size: 20px; line-height: 50px; cursor: pointer; width:95%;position:absolute; text-transform:uppercase; text-align:center; line-height:18px; -webkit-transition: all 0.2s linear; -webkit-transition: all 0.2s linear; -moz-transition: all 0.2s linear; transition: all 0.2s linear; }
  97. div#qTip{ font-family:'calibri'; /* font family */ font-size: 8px; /* font size */ color:{color:Title}; /* text colour */ background-color:{color:Sidebar Background}; /* background colour */ text-align: center; /* */ text-transform: uppercase; /* uppercase */ letter-spacing:1px; /* letter spacing */ min-width:40px; max-width:120px; display: none; position: absolute; z-index: 99; padding: 3px; /* padding */ margin:5px 0px 0px 20px;}
  98. </style>
  99.  
  100. <script type="text/javascript" src="http://static.tumblr.com/tiu5k68/xTkm8wqw2/tumblr-title-qtip.js"></script>
  101. {block:IndexPage} <script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script> <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.4/jquery.min.js"></script><script type="text/javascript" src="http://static.tumblr.com/me5sfsd/12Qlmj66n/script.js"></script> <script type="text/javascript"> $(window).load(function(){ var $wall = $('.posts'); $wall.imagesLoaded(function(){ $wall.masonry({ itemSelector: '.entry', isAnimated : true }); }); $wall.infinitescroll({ navSelector : "div#navigation", nextSelector : "div#navigation a#nextPage", itemSelector : '.entry', loadingImg : "", loadingText : " ", donetext : " ", extraScrollPx : 0, bufferPx : 10000, debug : false, errorCallback: function() { $('#infscr-loading').animate({opacity: .8},2000).fadeOut('normal'); }}, function( newElements ) { var $newElems = $( newElements ); $newElems.hide(); $newElems.imagesLoaded(function(){ $wall.masonry( 'appended', $newElems, {isAnimated: true, animationOptions: {duration: 250, easing: 'linear', queue: false}}, function(){$newElems.fadeIn('slow');} ); }); }); $('.posts').show(500); }); </script> {/block:IndexPage} <script type="text/javascript"> $(window).load(function(){ $("p").remove(":contains('(Source:')"); $("p").remove(":contains('(source:')"); $("p").remove(":contains('(via ')"); }); </script> {block:indexpage} <script language="JavaScript"> function function1(){ window.scrollTo(0,5); } function function2(){ window.scroll(0,2); } </script> {/block:indexpage}
  102.  
  103.  
  104. </head>
  105. <body>
  106. <!-- Please do not remove the credit -->
  107. <div class="ta2"> <div class="fo2"><a href="http://neudest.tumblr.com"><font color="{color:Sidebar Background}">Theme by Neudest</font></a></div></div>
  108. <!-- ^ ^ ^ -->
  109.  
  110. <div id="content">
  111. <div style="position:fixed;right:0px;top:28px;">
  112. </span>
  113. </div>
  114.  
  115. <div id="long">
  116. <br><p><br><p><br><p><br><p><br><p>
  117. <font color="{color:Title}" size="3" face="consolas">{Title}</font> <br><p></p>
  118. <font color="{color:Description}" size="1" face="consolas"><small>{Description}</small></font></p>
  119. <center><div class="links"><a href="/" title="home"></a>
  120. <a href="/ask" title="ask"></a>
  121. {block:ifLinkOneTitle}<a href="{text:Link One}" title="{text:Link One Title}"></a> {/block:ifLinkOneTitle}
  122. {block:ifLinkTwoTitle}<a href="{text:Link Two}" title="{text:Link Two Title}"></a>{/block:ifLinkTwoTitle}
  123. {block:ifLinkThreeTitle}<a href="{text:Link Three}" title="{text:Link Three Title}"></a>{/block:ifLinkThreeTitle}
  124. {block:ifLinkFourTitle}<a href="{text:Link Four}" title="{text:Link Four Title}"></a>{/block:ifLinkFourTitle}
  125. </div></div>
  126.  
  127. <!-- I recommend not messing with any of this -->
  128. <font color="{color:Text}" size="1">
  129. <div class="posts">{block:IndexPage}
  130. <div class="column navigation" id="navigation"> {block:Pagination} {block:PreviousPage}<a href="{PreviousPage}" class="navigate">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}" class="navigate" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}{/block:Pagination} </div>{/block:IndexPage} <br style="clear:both;" /> {block:Posts} <div class="entry">
  131. <font size="1">
  132. {block:Text} {block:Title} <span style="font-size:12px;"><a href="{Permalink}"><font color="{color:Text}">{Title}</font></a></span> {/block:Title} <font color="{color:Text}">{Body}</font> {block:IndexPage} <div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a> {/block:Text} {block:Photo} {block:IndexPage} <div class="hov"><div class="square"><a href="{permalink}"title="{notecount} notes"target="_blank"></a> <a href="{reblogurl}"title="reblog"target="_blank"></a></div> </div> {/block:IndexPage} {block:IndexPage} <a href="{Permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a> {/block:IndexPage}</a> {/block:IndexPage} {block:PermalinkPage}<a href="{PhotoURL-HighRes}"><img src="{PhotoURL-HighRes}"></a> <div style="margin-left:380px;"></div> {/block:PermalinkPage} {/block:Photo} {block:Photoset} {block:IndexPage} {block:Photos}<img src="{PhotoURL-500}" width="200" />{/block:Photos} {/block:IndexPage} {block:PermalinkPage} {Photoset-250} {/block:PermalinkPage}{block:IndexPage}<div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Photoset} {block:Quote} <i>" <font color="{color:Text}">{Quote}</font>"</i> {block:Source} <font color="{color:Text}"> <div align="right">—{Source}</div></font> {/block:Source} {block:IndexPage} <p></p>
  133. <div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Quote} {block:Link} <span style="font-size:12px;"><a href="{URL}" class="link" {Target}><font color="{color:Text}">{Name}</font></a></span> {block:Description} <font color="{color:Text}"> <div class="description1">{Description}</div></font> {/block:Description} {block:IndexPage}<div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Link} {block:Chat} {block:Title} <h3><a href="{Permalink}"><font color="{color:Link}">{Title}</font></a></h3> {/block:Title}<ul> {block:Lines} <li style="list-style-type: none;margin-left:-40px;"> {block:Label} <span style="font-weight:bold;">{Label}</span> {/block:Label} {Line}</li> {/block:Lines}</ul> {block:IndexPage}<div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a>{/block:IndexPage} {/block:Chat} {block:Video} {Video-250} {/block:Video}
  134.  
  135. {block:Audio} {block:AlbumArt} <img src="{AlbumArtURL}"> {/block:AlbumArt}{AudioPlayerWhite} <div align="right"><a href="{ReblogURL}"><font color="{color:Post Permalinks}" size="0"><small>[REBLOG] </small></font></a> <a href="{Permalink}"><font color="{color:Post Permalinks}" size="0"><small>[{NoteCount}]</small></font></a></div>{/block:IndexPage}</a>{/block:IndexPage}</a> {/block:Audio} </div> {block:PermalinkPage} <div class="notes">
  136. <br><br>{PostNotes}<br><br><br><br><br><div> {/block:PermalinkPage} {block:ContentSource} <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" /> {/block:SourceLogo} {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --> {/block:ContentSource} <!-- {block:NoRebloggedFrom} {block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom} {/block:NoRebloggedFrom} --> {/block:Posts} </div></div></div></div>
  137.  
  138. </body>
  139. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement