Advertisement
jollyxo

PLLIÑA - 3columns

Nov 7th, 2012
4,484
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.28 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <!--
  4. ******************************************
  5. | | |
  6. | | |
  7. | _____ | |
  8. | | | | | | \ / PLEADINGLY.tumblr.com
  9. | | | | | | \ / UNPRESENTABLE.tumblr.com
  10. \_____/ |_____| | | \____/ JOLLYTHEMES.tumblr.com
  11. /
  12. /
  13. \____/
  14. PILLIÑA Theme by UNPRESENTABLE aka PLEADINGLY
  15. Please do not remove the credits.
  16. Or at least put me on your faqs. Thank you.
  17. ******************************************
  18. -->
  19. <head>
  20. <style>.install_button{display:none;}</style><script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.3.2/jquery.min.js"></script>{block:ifnotShowDescription}
  21. <script src="toggle.js" type="text/javascript"></script>
  22. <script type="text/javascript">
  23. $(document).ready(function(){
  24. $("#description").hide();
  25. $("blogtitle").click(function(){
  26. $('#description').slideToggle(375);
  27. return true;
  28. });
  29. });
  30. </script>{/block:ifnotShowDescription}
  31.  
  32. <meta name="color:Background" content="#FFFFFF" />
  33. <meta name="color:Text" content="#000000"/>
  34. <meta name="color:Hover" content="#989898">
  35.  
  36. <meta name="if:Drop Shadow" content="0" />
  37. <meta name="if:Two Columns" content="1" />
  38. <meta name="if:Ask Link" content="1"/>
  39. <meta name="if:Archive Link" content="1"/>
  40. <meta name="if:Faded Images" content="1"/>
  41. <meta name="if:Italic title" content="0"/>
  42. <meta name="if:Nav One" content="0"/>
  43. <meta name="if:Nav Two" content="1"/>
  44. <meta name="if:Uppercase Title" content="1"/>
  45. <meta name="if:Portait" content="0">
  46. <meta name="if:Show Description" content="0">
  47.  
  48. <meta name="image:Header" content="">
  49.  
  50.  
  51.  
  52. <meta name="text:Ask Link Text" content="message"/>
  53. <meta name="text:Archive Link Text" content="archive"/>
  54. <meta name="text:Custom Link One" content="" />
  55. <meta name="text:Custom Link One Title" content="" />
  56. <meta name="text:Custom Link Two" content="" />
  57. <meta name="text:Custom Link Two Title" content="" />
  58. <meta name="text:Custom Link Three" content="" />
  59. <meta name="text:Custom Link Three Title" content="" />
  60. <meta name="text:Custom Link Four" content="" />
  61. <meta name="text:Custom Link Four Title" content="" />
  62. <meta name="text:Custom Link Five" content="" />
  63. <meta name="text:Custom Link Five Title" content="" />
  64. <meta name="text:Body font size" content="11"/>
  65.  
  66.  
  67. <title>{Title}{block:SearchPage} ({lang:Search results for SearchQuery}){/block:SearchPage}{block:PostSummary} ({PostSummary}){/block:PostSummary}</title>
  68. <link rel="shortcut icon" href="{Favicon}">
  69. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  70. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  71. <script src="js/jquery.js" type=text/javascript"></script>
  72. <script type="text/javascript" src="js/jquery.lazyload.min.js"></script>
  73. <link href='http://fonts.googleapis.com/css?family=Lekton|Antic' rel='stylesheet' type='text/css'>
  74.  
  75.  
  76. <style type="text/css">
  77.  
  78.  
  79. #tumblr_controls{
  80. top: 1px !important;
  81. margin: 0 0 0 0;
  82. right: 1px !important;
  83. position: fixed !important;
  84. opacity:0.6;
  85. }
  86.  
  87. #notes{
  88. text-align:right;
  89. text-transform:uppercase;
  90. color: gray;
  91. font-size:9px;
  92. padding:2px;
  93. opacity:0.6;
  94. filter: alpha(opacity = 70);
  95. -moz-transition: all 0.5;
  96. -webkit-transition: all 0.5s;
  97. -o-transition: all 0.5s;
  98. transition: all 0.5;
  99. }
  100. img{
  101. border:none;
  102. }
  103. ol.notes li.note img.avatar {
  104. display:none;
  105. height:0px;
  106. width:0px;
  107. }
  108.  
  109. {block:IndexPage}
  110. {block:IfFadedImages}
  111. a img{
  112. opacity:1;
  113. -moz-transition: 0.2s ease-in;
  114. -webkit-transition: 0.2s ease-in;
  115. -o-transition: 0.2s ease-in;
  116. transition: 0.2s ease-in;
  117. }
  118. a:hover img{
  119. opacity:0.8;
  120. -moz-transition: 0.2s ease-in;
  121. -webkit-transition: 0.2s ease-in;
  122. -o-transition: 0.2s ease-in;
  123. transition: 0.2s ease-in;
  124. }
  125. {/block:IfFadedImages}
  126. {/block:IndexPage}
  127.  
  128. a:active {
  129. COLOR: {color:text};
  130. text-decoration:none;
  131. }
  132. a:link {
  133. COLOR:{color:text};
  134. text-decoration:none;
  135. }
  136. a:visited {
  137. COLOR: {color:text};
  138. text-decoration:none;
  139. }
  140. a:hover {
  141. COLOR: {color:text};
  142. text-decoration:none;
  143. }
  144. a img:hover{
  145. border:0px;
  146. }
  147. body {
  148. margin:auto;
  149. background-color:{color:background};
  150. font-family:Antic;
  151. font-size:{text:Body font size}px;
  152. text-align:justify;
  153. color:{color:text};
  154. text-align:justify;
  155. }
  156. .entry{
  157. margin:10px;
  158. {block:ifOneColumn}
  159. {block:indexpage}width: 500px;{/block:indexpage}
  160. {/block:ifOneColumn}
  161. {block:ifTwoColumns}
  162. {block:indexpage}width: 400px;{/block:indexpage}
  163. {/block:ifTwoColumns}
  164. {block:ifThreeColumns}
  165. {block:indexpage}width: 250px;{/block:indexpage}
  166. {/block:ifThreeColumns}
  167. {block:permalinkpage}width:500px;{/block:permalinkpage}
  168. float: left;
  169. }
  170. .entry img{
  171. {block:ifOneColumn}
  172. {block:indexpage}width: 500px;{/block:indexpage}
  173. {/block:ifOneColumn}
  174. {block:ifTwoColumns}
  175. {block:indexpage}width: 400px;{/block:indexpage}
  176. {/block:ifTwoColumns}
  177. {block:ifThreeColumns}
  178. {block:indexpage}width: 250px;{/block:indexpage}
  179. {/block:ifThreeColumns}
  180. {block:permalinkpage}width:500px;{/block:permalinkpage}
  181. }
  182.  
  183. .permalink {display:block; position: relative; text-align: right; text-transform:uppercase; font-size:9px; margin-top:-09px; font-family:'Antic', sans-serif; opacity:0.8; filter: alpha(opacity = 80); -webkit-transition: 0.3s ease-in; }
  184.  
  185. .entry:hover .permalink{opacity: 1; filter: alpha(opacity = 100); -webkit-transition: 0.3s ease-in; }
  186.  
  187. .photo_perma{display:block; width:400px; height:30px; text-align:left; text-transform:uppercase; padding-top:10px; padding-bottom:10px; padding-left: 5px; background-color:{color:background}; position: absolute; margin-top: 12px; opacity:0; filter: alpha(opacity = 0); -webkit-transition: 0.3s ease-in;}
  188.  
  189. .photo_perma a{color:{color:text};}
  190.  
  191. .entry:hover .photo_perma{ {block:IfCaption} margin-top:25px; {/block:IfCaption} opacity:0.75;
  192. filter: alpha(opacity = 75); -webkit-transition: 0.3s ease-in; }
  193.  
  194.  
  195. ::-webkit-scrollbar{width:10px;
  196. height:8px;}
  197. ::-webkit-scrollbar-button:start:decrement
  198. ::-webkit-scrollbar-button:end:increment{display:block;
  199. height:0;
  200. background-color:transparent;}
  201. ::-webkit-scrollbar-track-piece{background-color:{color:background};
  202. -webkit-border-radius:0;
  203. -webkit-border-bottom-right-radius:3px;
  204. -webkit-border-bottom-left-radius:3px;}
  205. ::-webkit-scrollbar-thumb:vertical{height:50px;
  206. background-color:{color:Text};}
  207. ::-webkit-scrollbar-thumb:horizontal{width:50px;
  208. background-color:{color:Text};}
  209.  
  210. {block:ifDropShadow}
  211. a img{
  212. -webkit-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  213. -moz-box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  214. box-shadow: 0px 2px 8px rgba(0,0,0,0.33);
  215. }
  216. {/block:ifDropShadow}
  217.  
  218. #description{
  219. font-size:{text:Body font size}px;
  220. }
  221.  
  222. #center{
  223. padding: 10px;
  224. position: absolute;
  225. right: 10px;
  226. top: 10px;
  227. width: 900px;
  228. }
  229. .posts{
  230. margin-left:-1px;
  231. }
  232.  
  233. #sidebar{
  234. padding-top:260px;
  235. font-family:Lekton;
  236. text-align: right;
  237. position: fixed;
  238. right: 950px;
  239. width:250px;
  240. height:100%;
  241. background-color:{color:background};
  242. padding-bottom:5px;
  243. }
  244. .audio{
  245. background-color:#000;
  246. {block:ifThreeColumns}
  247. {block:indexpage}width:250px;{/block:indexpage}
  248. {/block:ifThreeColumns}
  249. {block:ifTwoColumns}
  250. {block:indexpage}width:400px;{/block:indexpage}
  251. {/block:ifTwoColumns}
  252. {block:ifOneColumn}
  253. {block:indexpage}width:500px;{/block:indexpage}
  254. {/block:ifOneColumn}
  255. }
  256.  
  257. #jaaaa {
  258. position: fixed;
  259. z-index: 5000;
  260. background-color: transparent;
  261. font-family: Lekton;
  262. padding: 5px;
  263. bottom:-3px;
  264. right: 15px;
  265. color:#000;
  266. border-top-right-radius:3px;
  267. border-top-left-radius:3px;
  268. box-shadow:0 1px 2px rgba(0, 0, 0, 0.3);
  269. -webkit-transition: all 0.3s ease;
  270. -moz-transition: all 0.3s ease;
  271. transition: all 0.3s ease;}
  272.  
  273.  
  274. #jaaaa:hover {
  275. bottom:0px;
  276. padding-bottom:10px;
  277. -webkit-transition: all 0.3s ease;
  278. -moz-transition: all 0.3s ease;
  279. transition: all 0.3s ease;}
  280.  
  281.  
  282. .portrait{padding-bottom:20px;}
  283.  
  284. blogtitle{
  285. font-family:Lekton;
  286. font-size:24px;
  287. letter-spacing:10px;
  288. {block:ifUppercaseTitle}
  289. text-transform:uppercase;
  290. {/block:ifUppercaseTitle}
  291. {block:ifItalicTitle}
  292. font-style:italic;
  293. {/block:ifItalicTitle}
  294. text-align:right !important;
  295. }
  296.  
  297. sidelinks{
  298. font-family:Lekton;
  299. font-size:{text:Body Font Size}px;
  300. padding-top:2px;
  301. letter-spacing:.1em;
  302. text-align:right !important;
  303. }
  304. a:hover,links:hover{
  305. color:{color:hover};
  306. -moz-transition: 0.4s ease-in;-
  307. webkit-transition: 0.4s ease-in;
  308. -o-transition: 0.4s ease-in;
  309. transition: 0.4s ease-in;
  310. }
  311.  
  312. </style>
  313.  
  314.  
  315. <script type="text/javascript" src="http://static.tumblr.com/oji7zlw/U1rlp25xe/1masonry.rtf"></script>
  316. <script type="text/javascript" src="http://static.tumblr.com/oji7zlw/1wElp25yl/masonry2.rtf">
  317. </script>
  318. <script src="http://static.tumblr.com/j1tjexd/KFrm9a79z/infinitescroll.js"></script>
  319. <script src="http://static.tumblr.com/thpaaos/lLwkowcqm/jquery.masonry.js"></script>
  320. <script type="text/javascript">
  321.  
  322. $(window).load(function () {
  323. $('.posts').masonry(),
  324. $('.masonryWrap').infinitescroll({
  325. navSelector : "div#pagination",
  326. nextSelector : "div#pagination a#nextPage",
  327. itemSelector : ".entry",
  328. bufferPx : 12000,
  329. extraScrollPx: 50,
  330. loadingImg : "http://static.tumblr.com/oji7zlw/lM4lp25ra/ajax-loader.gif",
  331. loadingText : "<em></em>",
  332. },
  333. function() { $('.posts').masonry({ appendedContent: $(this) }); }
  334. );
  335. });
  336. </script>
  337. <script type="text/javascript">
  338. $(window).load(function(){
  339. $("p").remove(":contains('Source:')");
  340. });
  341. </script>
  342. </head>
  343.  
  344. <body>
  345. <div id="sidebar">
  346. {block:ifPortait}
  347. <div class="portrait"><img src="{PortraitURL-64}" style="-webkit-border-radius: 64px; -moz-border-radius: 64px; border-radius: 64px;"/></div>
  348. {/block:ifPortait}
  349. {block:ifnotheaderimage}<blogtitle>{title}</blogtitle><br>{/block:ifnotheaderimage}
  350. {block:IfHeaderImage}<img src="{image:Header}"style="max-width:200px;"/><br><br>{/block:ifheaderimage}
  351. <div id="description">{block:description}{description}<br>{/block:description}</div>
  352.  
  353. <br>{block:ifNavOne}
  354. <a href="/">HOME</a> ☯
  355. {block:ifAskLink}<a href="/ask">{text:Ask Link Text}</a> ☯ {/block:ifAskLink}
  356. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a> ☯ {/block:ifCustomLinkOneTitle}
  357. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a> ☯ {/block:ifCustomLinkTwoTitle}
  358. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a> ☯ {/block:ifCustomLinkThreeTitle}
  359. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a> ☯ {/block:ifCustomLinkFourTitle}
  360. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a> ☯ {/block:ifCustomLinkFiveTitle}
  361. {block:ifArchiveLink}<a href="/archive">{text:Archive Link Text}</a> ☯ {/block:ifArchiveLink}
  362. <a href="http://rehush.tumblr.com/">THEME</a><br>
  363. {/block:ifNavOne}
  364.  
  365. {block:ifNavTwo}
  366. <a href="/">HOME</a><br>
  367. {block:ifAskLink}<a href="/ask">{text:Ask Link Text}</a><br>{/block:ifAskLink}
  368. {block:ifCustomLinkOneTitle}<a href="{text:Custom Link One}">{text:Custom Link One Title}</a><br>{/block:ifCustomLinkOneTitle}
  369. {block:ifCustomLinkTwoTitle}<a href="{text:Custom Link Two}">{text:Custom Link Two Title}</a><br>{/block:ifCustomLinkTwoTitle}
  370. {block:ifCustomLinkThreeTitle}<a href="{text:Custom Link Three}">{text:Custom Link Three Title}</a><br>{/block:ifCustomLinkThreeTitle}
  371. {block:ifCustomLinkFourTitle}<a href="{text:Custom Link Four}">{text:Custom Link Four Title}</a><br>{/block:ifCustomLinkFourTitle}
  372. {block:ifCustomLinkFiveTitle}<a href="{text:Custom Link Five}">{text:Custom Link Five Title}</a><br>{/block:ifCustomLinkFiveTitle}
  373. {block:ifArchiveLink}<a href="/archive">{text:Archive Link Text}</a><br>{/block:ifArchiveLink}
  374. <a href="http://UNPRESENTABLE.tumblr.com/">©</a><br>
  375. {/block:ifNavTwo}
  376.  
  377. </div></div>
  378. <div id="center">
  379. <div class="posts">
  380. {block:Posts}
  381. <div class="entry">
  382. {block:Text}
  383. {block:title}<div style="border-bottom: solid 1px #c0c0c0;">{Title}</div>{/block:title}
  384. {Body}<div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>
  385. {/block:Text}
  386.  
  387. {block:Photo}
  388. <div id="entry">
  389. {block:IndexPage}{/block:PermalinkPage} {block:IndexPage}<span class="photo_perma"><a href="{Permalink}">posted: {Month} {DayOfMonth}{DayOfMonthSuffix} &#8226; {24Hour}:{Minutes} <br> {NoteCountWithLabel}</a> &#8226; <a href="{ReblogURL}" target="_blank">Reblog </a></a></a></span>{/block:IndexPage}
  390. {block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}
  391. <img src="{block:IndexPage}{PhotoURL-HighRes}{/block:IndexPage}{block:PermalinkPage}{PhotoURL-HighRes}{/block:PermalinkPage}" alt="{PhotoAlt}"width="250"/>
  392. {block:IndexPage}</a>{/block:IndexPage}
  393. {block:PermalinkPage}<br><center>{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}<i>Posted on {ShortMonth}&nbsp;{DayOfMonth} with {NoteCountwithlabel}</i></center>
  394. {/block:PermalinkPage}
  395. </div>
  396. {/block:Photo}
  397.  
  398. {block:Photoset}
  399. <div id="entry">
  400. {block:ifOneColumn}
  401. {block:IndexPage}{Photoset-500}{/block:IndexPage}
  402. {/block:ifOneColumn}
  403. {block:ifTwoColumns}
  404. {block:IndexPage}{Photoset-400}{/block:IndexPage}
  405. {/block:ifTwoColumns}
  406. {block:ifthreeColumns}
  407. {block:IndexPage}{Photoset-250}{/block:IndexPage}
  408. {/block:ifThreeColumns}
  409. {block:PermalinkPage}{block:Caption}{caption} {/block:Caption}{/block:permalinkpage}<div id="notes">
  410. <a href="{Permalink}"> {12Hour}:{Minutes}{AmPm}</a></div></div>
  411. {/block:Photoset}
  412.  
  413. {block:Quote}
  414. {Quote}<div style="text-align:right;">- <i>{Source}</i></div><div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>
  415. {/block:Quote}
  416.  
  417. {block:Link}
  418. <a href="{URL}" class="link" {Target}><u>{Name}</u></a>{/block:Link}
  419. {block:Link}{block:Description}<P>{Description}</p>{/block:Description}<div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:Link}
  420.  
  421. {block:Chat}
  422. {block:Title}<i>{Title}</i>{/block:Title}<br>
  423. {block:Lines}{block:Label}<b>{Label}</b> {Line}<br>{/block:Label}{/block:Lines}<div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>
  424. {/block:Chat}
  425.  
  426. {block:Audio}
  427. <div class="audio">
  428. {AudioPlayerBlack}
  429. </div><center>{block:Caption}{Caption}{/block:Caption}</center>
  430. <div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>
  431. {/block:Audio}
  432.  
  433. {block:Video}
  434. {block:ifOneColumn}
  435. {block:IndexPage}{Video-500}{/block:IndexPage}
  436. {/block:ifOneColumn}
  437. {block:ifTwoColumns}
  438. {block:IndexPage}{Video-400}{/block:IndexPage}
  439. {/block:ifTwoColumns}
  440. {block:ifthreeColumns}
  441. {block:IndexPage}{Video-250}{/block:IndexPage}
  442. {/block:ifThreeColumns}
  443. {block:PermalinkPage}{Video-500}{/block:PermalinkPage}
  444. {block:permalinkpage}{block:Caption}{Caption}{/block:Caption}{/block:permalinkpage}
  445. <div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>{/block:Video}
  446.  
  447. {block:Answer}
  448. <i>{Asker}: {Question}</i>
  449. {Answer}<br>
  450. <div id="notes"><a href="{Permalink}">{12Hour}:{Minutes}{AmPm}</a></div>
  451. {/block:Answer}
  452.  
  453. </div>
  454. {/block:Posts}
  455. </div>
  456. </div>
  457. {block:Pagination}<div id="pagination">
  458. {block:PreviousPage}<a href="{PreviousPage}">{/block:PreviousPage}{block:PreviousPage}</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}" id="nextPage">{/block:NextPage}{block:NextPage}</a>{/block:NextPage}</div>{/block:Pagination}
  459. </body>
  460. <div id="jaaaa">
  461. <a href="http://UNPRESENTABLE.tumblr.com">credit</a>
  462. <div></div>
  463. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement