Advertisement
arizounas

08. flawless.

Nov 7th, 2014
388
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.55 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. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <!--- CODES BY @STAIAS | #8
  10.  
  11. NAME: FLAWLESS.
  12.  
  13. hey there, this coding is not made
  14. for others to steal. use at your
  15. own free will, but don't redistribute
  16. as your own!
  17.  
  18. --->
  19.  
  20. <!--TOOL TIP-->
  21.  
  22. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  23.  
  24. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  25.  
  26. <script>
  27.  
  28. (function($){
  29.  
  30. $(document).ready(function(){
  31.  
  32. $("a[title]").style_my_tooltips({
  33.  
  34. tip_follows_cursor:true,
  35.  
  36. tip_delay_time:90,
  37.  
  38. tip_fade_speed:600,
  39.  
  40. attribute:"title"
  41.  
  42. });
  43.  
  44. });
  45.  
  46. })(jQuery);
  47.  
  48. </script>
  49.  
  50. <!-- POP UP ASK -->
  51.  
  52. <script type="text/javascript"
  53. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  54. <script>
  55. $(document).ready(function() {
  56. //
  57. $('a.poplight[href^=#]').click(function() {
  58. var popID = $(this).attr('rel'); //Get Popup Name
  59. var popURL = $(this).attr('href'); //Get Popup href to define size
  60. var query= popURL.split('?');
  61. var dim= query[1].split('&');
  62. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  63. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  64. var popMargTop = ($('#' + popID).height() + 80) / 2;
  65. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  66. //Apply Margin to Popup
  67. $('#' + popID).css({
  68. 'margin-top' : -popMargTop,
  69. 'margin-left' : -popMargLeft
  70. });
  71. $('body').append('<div id="fade"></div>');
  72. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  73. return false;
  74. });
  75. $('a.close, #fade').live('click', function() {
  76. $('#fade , .popup_block').fadeOut(function() {
  77. $('#fade, a.close').remove(); //fade them both out
  78. });
  79. return false;
  80. });
  81. });
  82. </script>
  83.  
  84. <meta name="color:Sidebar" content="#ffffff"/>
  85. <meta name="color:Background" content="#ffffff"/>
  86. <meta name="color:Text" content="#b3b3b3"/>
  87. <meta name="color:Title" content="#b3b3b3"/>
  88. <meta name="color:Links" content="#adadad"/>
  89. <meta name="color:Border" content="#f8f8f8"/>
  90. <meta name="color:Bold" content="#e89e8c"/>
  91. <meta name="color:Post" content="#eaeaea"/>
  92.  
  93. <meta name="image:Sidebar" content=""/>
  94. <meta name="image:Background" content=""/>
  95.  
  96. <meta name="text:Link 1 URL" content="" />
  97. <meta name="text:Link 1" content="" />
  98. <meta name="text:Link 2 URL" content="" />
  99. <meta name="text:Link 2" content="" />
  100. <meta name="text:Link 3 URL" content="" />
  101. <meta name="text:Link 3" content="" />
  102. <meta name="text:Link 4 URL" content="" />
  103. <meta name="text:Link 4" content="" />
  104.  
  105.  
  106. <style type="text/css">
  107.  
  108. /*TOOLTIP*/
  109.  
  110. #s-m-t-tooltip {
  111. max-width:300px;
  112. opacity:1;
  113. padding:3px 4px 5px 4px;
  114. margin:-15px 0px -10px 10px;
  115. background-color:{color:background};
  116. border:1px solid {color:sidebar};
  117. font-family:arial;
  118. font-size:9px;
  119. letter-spacing:0px;
  120. color:{color:text};
  121. z-index:1000;
  122.  
  123. }
  124.  
  125. /*CURSOR*/
  126.  
  127. *, body, a, a:hover {cursor: url(http://img69.imageshack.us/img69/7673/cursorw.png), auto;}
  128.  
  129.  
  130. /* SCROLLBAR */
  131.  
  132. ::-webkit-scrollbar-thumb{
  133. background-color: {color:border};
  134. border: 2px solid {color:background};
  135. height:auto;
  136. }
  137.  
  138. ::-webkit-scrollbar {
  139. height:2px;
  140. width:9px;
  141. background-color: {color:border};
  142. border: 4px solid {color:background};
  143. }
  144.  
  145. /* ETC */
  146.  
  147. body {
  148. background:{color:background};
  149. margin:0px;
  150. color:{color:text};
  151. font-family:calibri;
  152. font-size:9px;
  153. letter-spacing:0px;
  154. text-align:justify;
  155. }
  156.  
  157. small, sub, sup {font-size:10px;}
  158.  
  159. pre {
  160. font-family:arial;
  161. font-size:9px;
  162. text-transform:lowercase;
  163. letter-spacing:-1px;
  164. text-align:left;
  165. padding:6px;
  166. background-color:{color:sidebar};
  167. font-weight:bold;
  168. }
  169.  
  170. code {
  171. font-family:arial;
  172. font-size:7px;
  173. width:auto;
  174. padding:3px;
  175. text-align:left;
  176. letter-spacing:1px;
  177. }
  178.  
  179. a {
  180. text-decoration:none;
  181. outline:none;
  182. -moz-outline-style:none;
  183. color:{color:text};
  184. }
  185.  
  186. b, strong {
  187. color:{color:bold};
  188. }
  189.  
  190. a:hover {
  191. text-decoration:none;
  192. outline:none;
  193. -moz-outline-style:none;
  194. color:{color:hover};
  195. -moz-transition-duration:0.3s;
  196. -webkit-transition-duration:0.3s;
  197. -o-transition-duration:0.3s;
  198. cursor:url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  199. }
  200.  
  201.  
  202. blockquote {
  203. text-align:center;
  204. margin-left:10px;
  205. padding-left:10px;
  206. padding:10px;
  207. background-color:{color:sidebar};
  208. width:455px;
  209. }
  210.  
  211. blockquote blockquote {
  212. text-align:center;
  213. padding-left:10px;
  214. margin-left:-10px;
  215. padding:10px;
  216. background-color:{color:sidebar};
  217. width:455px;
  218. }
  219.  
  220.  
  221. h1 {
  222. font-family:helvetica;
  223. font-size:18px;
  224. font-style:bold;
  225. letter-spacing:2px;
  226. text-align:left;
  227. text-transform:lowercase;
  228. letter-spacing:-1px;
  229. }
  230.  
  231. h2 {
  232. font-family:helvetica;
  233. font-size:18;
  234. font-style:bold;
  235. letter-spacing:2px;
  236. text-align:center;
  237. text-transform:lowercase;
  238. letter-spacing:-1px;
  239. }
  240.  
  241.  
  242. h3 {
  243. font-size:7px!important;
  244. font-family:arial;
  245. text-transform:uppercase;
  246. font-weight:100;
  247. letter-spacing:3px;
  248. text-align:center;
  249. }
  250.  
  251. /*ENTRIES*/
  252.  
  253. #entries {
  254. padding:15px;
  255. width:515px;
  256. margin-left:270px;
  257. margin-top:20px;
  258. font-size:10px;
  259. letter-spacing:0px;
  260. }
  261.  
  262. #post {
  263. margin:10px;
  264. margin-left:15px;
  265. margin-top:30px;
  266. width:500px;
  267. padding:10px;
  268. margin-bottom:65px;
  269. }
  270.  
  271. #post img {
  272. width:auto;
  273. }
  274.  
  275. #postnote {
  276. width:500px;
  277. text-align:left;
  278. border-bottom:1px solid {color:border};
  279. margin:50px;
  280. padding-bottom:10px;
  281. }
  282.  
  283. #postnote a {
  284. border-bottom:1px solid {color:border};
  285. }
  286.  
  287. /*SIDEBAR*/
  288.  
  289. #title h1 {
  290. width:120px;
  291. font-family:helvetica;
  292. font-size:22px;
  293. font-style:bold;
  294. text-align:justify;
  295. text-transform:lowercase;
  296. letter-spacing:-1px;
  297. margin-left:265px;
  298. margin-top:270px;
  299. position:fixed;
  300. }
  301.  
  302. #sidebar {
  303. position:fixed;
  304. margin-left:900px;
  305. width:200px;
  306. height:801px;
  307. }
  308.  
  309. #sidebarimage {
  310. position:fixed;
  311. width 100px;
  312. height:100px;
  313. margin-left:53px;
  314. margin-top:240px;
  315. }
  316.  
  317. #sidebarimage img {
  318. width 100px;
  319. height:100px;
  320. margin-top:0px;
  321. -webkit-border-radius: 100px;
  322. -moz-border-radius: 100px;
  323. border-radius: 100px;
  324. border:1px solid {color:border};
  325. padding:3px;
  326. }
  327.  
  328. #description {
  329. margin-top:355px;
  330. margin-left:-5px;
  331. position:fixed;
  332. text-align:justify;
  333. font-family:calibri;
  334. line-height:140%;
  335. width:200px;
  336. padding:8px;
  337. font-size:10px;
  338. text-transform:none;
  339. color:{color:text};
  340. border-bottom:1px solid {color:border};
  341. }
  342.  
  343. #pagi {
  344. width:500px;
  345. font-family:helvetica;
  346. font-size:14px;
  347. font-weight:bold;
  348. letter-spacing:-1px;
  349. text-align:right;
  350. margin-left:25px;
  351. margin-top:25px;
  352. border-top:1px solid {color:border};
  353. position:absolute;
  354. }
  355.  
  356.  
  357. .links {
  358. margin-top:450px;
  359. width:200px;
  360. padding:4px;
  361. text-align:center;
  362. text-transform:lowercase;
  363. }
  364.  
  365. .links a {
  366. width:45px;
  367. background-color:{color:sidebar};
  368. display:inline-block;
  369. font-family:arial;
  370. padding:5px;
  371. margin:2px;
  372. font-size:9px;
  373. letter-spacing:1px;
  374. color:{color:text};
  375. }
  376.  
  377. .links a:hover {
  378. -moz-transition-duration:0.3s;
  379. -webkit-transition-duration:0.3s;
  380. -o-transition-duration:0.3s;
  381. opacity:.4;
  382. background-color:{color:sidebar};
  383. }
  384.  
  385. /*POST INFO*/
  386.  
  387. #border {
  388. width:500px;
  389. height:1px;
  390. background-color:{color:border};
  391. margin-top:25px;
  392. }
  393.  
  394. #info {
  395. background-color:{color:background};
  396. font-family:arial;
  397. float:left;
  398. text-align:left;
  399. padding:5px;
  400. font-size:9px;
  401. margin-top:-11px;
  402. margin-left:-6px;
  403. }
  404.  
  405. #info a {
  406. letter-spacing:-1px;
  407. }
  408.  
  409. #info a:hover {
  410. -moz-transition-duration:0.8s;
  411. -webkit-transition-duration:0.8s;
  412. -o-transition-duration:0.8s;
  413. opacity:.4;
  414. }
  415.  
  416. #notes {
  417. background-color:{color:background};
  418. margin-top:-11px;
  419. text-align:right;
  420. float:right;
  421. padding:5px;
  422. font-size:9px;
  423. font-family:arial;
  424. text-transform:lowercase;
  425. letter-spacing:1px;
  426. }
  427.  
  428. #notes a:hover {
  429. -moz-transition-duration:0.8s;
  430. -webkit-transition-duration:0.8s;
  431. -o-transition-duration:0.8s;
  432. opacity:.4;
  433. }
  434.  
  435. #tags {
  436. letter-spacing:1px;
  437. float:left;
  438. width:500px;
  439. text-align:left;
  440. margin-left:-3px;
  441. margin-top:0px;
  442. font-size:10px;
  443. padding:2px;
  444. opacity:.0;
  445. transition-duration: 0.5s;
  446. -moz-transition-duration: 0.5s;
  447. -webkit-transition-duration: 0.5s;
  448. -o-transition-duration: 0.5s
  449. }
  450.  
  451. #tags a {
  452. text-align:center;
  453. font-family:arial;
  454. text-transform:lowercase;
  455. text-decoration:none;
  456. display:inline-block;
  457. }
  458.  
  459. #tags a:hover {
  460. -moz-transition-duration:0.8s;
  461. -webkit-transition-duration:0.8s;
  462. -o-transition-duration:0.8s;
  463. }
  464.  
  465. #post:hover #tags {
  466. opacity:1;
  467. -moz-transition:all 0.8s;
  468. -ms-transition:all 0.8s;
  469. -o-transition:all 0.8s;
  470. transition:all 0.8s;
  471. margin-right:15px;
  472. }
  473.  
  474. /* NOTES */
  475.  
  476. ol.notes li {
  477. list-style:none;
  478. border-bottom:1px solid {color:post};
  479. padding: 15px 0;
  480. }
  481.  
  482. ol.notes img {
  483. display:none;
  484. width:10px;
  485. height:10px;
  486. -moz-border-radius: 10px;
  487. -webkit-border-radius: 10px;
  488. border-radius: 10px;
  489. border:1px solid {color:border};
  490. }
  491.  
  492. /*QUESTION*/
  493.  
  494. .ai {
  495. width:48px;
  496. height:48px;
  497. -webkit-border-radius: 48px;
  498. -moz-border-radius: 48px;
  499. border-radius: 48px;
  500. border:1px solid {color:border};
  501. padding:5px;
  502. }
  503.  
  504. #question {
  505. width:500px;
  506. padding:10px;
  507. padding-top:10px;
  508. padding-bottom:10px;
  509. text-transform:lowercase;
  510. text-align:left;
  511. margin-top:-60px;
  512. margin-left:60px;
  513. font-family:arial;
  514. font-weight:bold;
  515. letter-spacing:2px;
  516. }
  517.  
  518. #q {
  519. width:400px;
  520. font-family:arial;
  521. font-size:9px;
  522. padding:10px;
  523. line-height:150%;
  524. margin-left:60px;
  525. text-align:justify;
  526. margin-top:-10px;
  527. padding-bottom:25px;
  528. }
  529.  
  530. #borders {
  531. width:500px;
  532. height:1px;
  533. background-color:{color:border};
  534. }
  535.  
  536. /*ASK BOX*/
  537.  
  538. .popup_block{
  539. font-size:10px;
  540. display:none;
  541. background:#fff;
  542. padding:20px;
  543. float:left;
  544. position:fixed;
  545. top:50%;left:50%;
  546. z-index: 99999;
  547. }
  548.  
  549. *html #fade {position: absolute;}
  550.  
  551. *html .popup_block {position: absolute;}
  552.  
  553. #fade {
  554. display:none;
  555. position:fixed;
  556. left:0px;
  557. top:0px;
  558. width:100%;
  559. height:100%;
  560. z-index:9999;
  561. background:#000;
  562. opacity:0.5;}
  563.  
  564. .nlinks {
  565. text-align:center;
  566. text-transform:lowercase;
  567. }
  568.  
  569. .nlinks a {
  570. width:120px;
  571. background-color:{color:sidebar};
  572. display:inline-block;
  573. font-family:arial;
  574. padding:5px;
  575. margin:2px;
  576. font-size:9px;
  577. letter-spacing:1px;
  578. color:{color:text};
  579. }
  580.  
  581. /*PAGINATION*/
  582.  
  583. .jump_page {
  584. padding: 1px;
  585. color:{color:text};
  586. font-family:arial;
  587. font-size:9px;
  588. text-decoration:none;
  589. }
  590.  
  591. .current_page, .jump_page:hover {
  592. padding: 1px;
  593. color:{color:text};
  594. font-size:9px;
  595. text-decoration:none;
  596. }
  597.  
  598. /*AUDIO*/
  599.  
  600. .cover {
  601. z-index: 1;
  602. width:100px;
  603. height:100px;
  604. border:10px solid {color:sidebar};
  605. outline:1px solid {color:border};
  606. }
  607.  
  608. .cover img {
  609. width:64px;
  610. height:64px;
  611. }
  612.  
  613. .playbutton {
  614. width: 20px;
  615. height: 30px;
  616. overflow: hidden;
  617. position: relative;
  618. z-index: 1000;
  619. margin: 15px 24px 13px 16px;
  620. }
  621.  
  622. .playbox {
  623. background-color:#000;
  624. position: absolute;
  625. z-index: 1000;
  626. margin-top: 30px;
  627. margin-left: 30px;
  628. -webkit-border-radius: 100px;
  629. -moz-border-radius: 100px;
  630. border-radius: 100px;
  631. opacity: 0.5;
  632. }
  633.  
  634. .audio {
  635. background-color:{color:sidebar};
  636. outline:1px solid {color:border};
  637. padding:10px;
  638. width:350px;
  639. max-height:100px;
  640. position:absolute;
  641. margin-left:130px;
  642. margin-top:-120px;
  643. text-align:left;
  644. }
  645.  
  646. .audio li {
  647. list-style:none;
  648. padding: 5px 0;
  649. font-family:arial;
  650. letter-spacing:1px;
  651. text-transform:lowercase;
  652. font-size:10px;
  653. }
  654.  
  655. .audio b {
  656. color:{color:title};
  657. text-transform:uppercase;
  658. }
  659.  
  660. /*DON'T TOUCH*/
  661.  
  662. iframe#tumblr_controls {
  663. white-space:nowrap; -webkit-filter: invert(100%);
  664. -moz-filter: invert(100%);
  665. -o-filter: invert(100%);
  666. -ms-filter: invert(100%);
  667. filter: invert(100%);
  668. opacity:.3;
  669. }
  670.  
  671.  
  672. {CustomCSS}</style></head><body>
  673.  
  674. <div id="sidebar">
  675.  
  676. <div id="sidebarimage">
  677. <img src="{image:sidebar}"/>
  678. </div>
  679.  
  680. <div id="description">
  681. {Description}</div>
  682.  
  683.  
  684. <div class="links">
  685. <a href="/" title="home">un </a>
  686. <a href="{text:Link 1 URL}" title="{text:Link 1}">quatre </a>
  687. <a href="{text:Link 2 URL}" title="{text:Link 2}">cinq </a>
  688. <a href="{text:Link 3 URL}" title="{text:Link 3}">quatre </a>
  689. <a href="{text:Link 4 URL}" title="{text:Link 4}">cinq </a>
  690. <a href="http://arizounas.tumblr.com/" title="credit">six </a>
  691.  
  692. </div></ul></li>
  693.  
  694. <br>
  695. <center>
  696. {block:Pagination}
  697. {block:PreviousPage}<a href="{PreviousPage}" class="jump_page">-</a>{/block:PreviousPage}
  698. {block:JumpPagination length="5"}
  699. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  700. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  701. {block:NextPage}<a href="{NextPage}" class="jump_page">+</a>{/block:NextPage}
  702. {/block:Pagination}</center>
  703.  
  704. </div>
  705.  
  706.  
  707. </div>
  708.  
  709. <div id="entries">
  710. {block:Posts}
  711. <div id="post">
  712.  
  713. {block:Text}
  714. <div class="text">
  715. {block:Title}<h1>{Title}</a></h1>{/block:Title}
  716. {Body}
  717. </div>
  718. {/block:Text}
  719.  
  720. {block:Photo}{LinkOpenTag}<img style="width:500px;" src="{PhotoURL-500}">{LinkCloseTag}
  721. {block:Caption}{Caption}{/block:Caption}{/block:Photo}
  722.  
  723. {block:Photoset}{Photoset-500}{block:Caption}{Caption}
  724. {/block:Caption}{/block:Photoset}
  725.  
  726. {block:Quote}<h2>"{Quote}"</h2>
  727. {block:Source}<h3> {Source}</h3>
  728. {/block:Source}{/block:Quote}
  729.  
  730. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  731.  
  732. {block:Chat}
  733. {block:Title}{Title}{/block:Title}
  734.  
  735. {block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  736.  
  737. {block:Audio}
  738.  
  739. <div class="playbox"><div class="playbutton">{block:AudioPlayer}{AudioPlayerBlack}{/block:AudioPlayer}</div></div>
  740. {block:AlbumArt}
  741. <img src="{AlbumArtURL}" class="cover">
  742. {/block:AlbumArt}
  743.  
  744. <div class="audio">
  745. {block:TrackName}<li><b>Title </b>― {TrackName}</li>{/block:TrackName}
  746. {block:Artist}<li><b>Artist </b>― {Artist}</li>{/block:Artist}
  747. {/block:ExternalAudio}<li><b>Played </b>― {PlayCount} times</li></div>
  748.  
  749. {/block:Audio}
  750.  
  751.  
  752. {block:Answer}
  753.  
  754. <img src="{AskerPortraitURL-48}" class="ai">
  755.  
  756. <div id="question">{Asker} inquired: </div>
  757.  
  758. <div id="q"> {Question}</div>
  759.  
  760. <div id="borders"></div>
  761.  
  762. {Answer}
  763.  
  764. {/block:Answer}
  765.  
  766. <div id="border"></div>
  767.  
  768. <div id="info">
  769. <b><a href="{Permalink}">{MonthNumber} . {DayofMonth}</b> </a>&nbsp; / {NoteCount} ♡
  770. </div>
  771.  
  772. <div id="notes">
  773. {block:ContentSource}<a href="{SourceURL}"><a href="{SourceURL}">source /</a>{/block:ContentSource}
  774. {block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank">via </a>{/block:RebloggedFrom}</a></div>
  775. {block:HasTags}
  776.  
  777. <div id="tags">
  778. {block:Tags}<a href="/tagged/{Tag}">#{Tag}</a>&nbsp;{/block:Tags}
  779. </div>{block:HasTags}
  780. </div>
  781.  
  782. {/block:Posts}
  783. {block:PostNotes}<br>{PostNotes}{/block:PostNotes}
  784. {/block:Posts}
  785.  
  786.  
  787. </div></div></div>
  788. <br><br><br><br>
  789.  
  790. </div>
  791.  
  792. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.6.1/jquery.min.js"></script>
  793. <script type="text/javascript">
  794. window.onload = function() {
  795. $('iframe.photoset').contents().find('.photoset_row').attr("style", "width:500px; margin-bottom: -4px;");
  796. $('iframe.photoset').contents().find('.photoset_row').find('img').attr("style", "width:500px;");
  797. $('iframe.photoset').contents().find('.photoset_row_2').find('img').attr("style", "width:245px; margin-right: 0px;");
  798. $('iframe.photoset').contents().find('.photoset_row_3').find('img').attr("style", "width:160px; margin-right: 0px;");
  799. }
  800. </script>
  801.  
  802. </body>
  803.  
  804. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement