Advertisement
arizounas

09. the city.

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