azurethemes

// 038 "mirrors" //

Jul 23rd, 2015
892
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.85 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>
  5.  
  6. <script language="javascript" type="text/javascript" src="https://ajax.googleapis.com/ajax/libs/jquery/1.5/jquery.min.js"></script>
  7.  
  8. <script src="//ajax.googleapis.com/ajax/libs/jquery/1.8.0/jquery.min.js"></script>
  9.  
  10. <script src="http://static.tumblr.com/wgijwsy/Ebfm2v4gy/jquery.masonry.min.js"></script>
  11.  
  12. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script><script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  13.  
  14. <script>
  15. <script type="text/javascript"
  16. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  17. <script>
  18.  
  19. });
  20. });
  21.  
  22. (function($){
  23. $(document).ready(function(){
  24. $("a[title]").style_my_tooltips({
  25. tip_follows_cursor:true,
  26. tip_delay_time:90,
  27. tip_fade_speed:600,
  28. attribute:"title"
  29. });
  30. });
  31. })(jQuery);
  32. </script>
  33.  
  34. <script type="text/javascript">
  35. WebFontConfig = {
  36. google: { families: [ 'Roboto:700:latin' ] }
  37. };
  38. (function() {
  39. var wf = document.createElement('script');
  40. wf.src = ('https:' == document.location.protocol ? 'https' : 'http') +
  41. '://ajax.googleapis.com/ajax/libs/webfont/1/webfont.js';
  42. wf.type = 'text/javascript';
  43. wf.async = 'true';
  44. var s = document.getElementsByTagName('script')[0];
  45. s.parentNode.insertBefore(wf, s);
  46. })(); </script>
  47.  
  48. <head>
  49.  
  50. <title>{Title}</title>
  51. <link rel="shortcut icon" href="{Favicon}">
  52. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  53. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  54.  
  55. <!----
  56.  
  57.  
  58. // THEME 038 "MIRRORS" MADE BY AZUREOFRP //
  59. // PLS DO NOT STEAL ANYTHING //
  60. // READ MY FAQ OR CHECK MY ANSWERED TAG IF YOU HAVE ANY QUESTIONS //
  61. // OK THANK U :~) //
  62. --->
  63.  
  64.  
  65.  
  66. <meta name="color:border" content="#000000">
  67. <meta name="color:text" content="#000000"/>
  68. <meta name="color:post text" content="#b6b6b6"/>
  69. <meta name="color:title text" content="#ffffff"/>
  70. <meta name="color:italic text" content="#000000">
  71. <meta name="color:bold text" content="#000000">
  72. <meta name="color:hover" content="#c1b8b8">
  73. <meta name="color:links" content="#ffffff"/>
  74. <meta name="color:scrollbar" content="#473f3f">
  75. <meta name="color:credit" content="#616b6b">
  76. <meta name="color:background" content="#c3cccc"/>
  77. <meta name="color:blockquote background" content="#c3cccc">
  78.  
  79.  
  80. <meta name="color:links background" content="#a1adad">
  81. <meta name="color:question background" content="#adb3b3">
  82. <meta name="color:scrollbar background" content="#616b6b">
  83.  
  84. <meta name="image:background" content=""/>
  85. <meta name="image:sidebar" content=""/>
  86.  
  87.  
  88. <meta name="text:title" content="">
  89.  
  90.  
  91. <meta name="text:link 1" content="Link 1">
  92. <meta name="text:link 2" content="Link 2">
  93.  
  94.  
  95. <meta name="text:link 1 url" content="/">
  96. <meta name="text:link 2 url" content="/">
  97.  
  98.  
  99. <style type="text/css">
  100.  
  101. ::-webkit-scrollbar-thumb{
  102. background-color: {color:scrollbar};
  103. border: 2px solid {color:scrollbar background};
  104. height:auto;
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. width:11px;
  109. height:auto;
  110. border:5px solid {color:scrollbar background};
  111. background-color: {color:scrollbar};
  112.  
  113.  
  114. }
  115. #s-m-t-tooltip {
  116. max-width:300px;
  117. padding:3px 5px 3px 5px;
  118. margin:20px 0px 0px 20px;
  119. background:{color:description background};
  120. box-shadow: 1px 1px 2px {color:text shadow};
  121. color:{color:text};
  122. text-transform:uppercase;
  123. font-weight:bold;
  124. letter-spacing:1px;
  125. z-index:999999999999999999999999999999999999;
  126. font-family:'arial';
  127. font-size:10px;
  128. }
  129.  
  130.  
  131.  
  132.  
  133. body {
  134. background-color:{color:background};
  135. background-image:url('{image:background}');
  136. background-attachment: fixed;
  137. background-repeat: repeat;
  138. font-family:arial;
  139. font-size:10px;
  140. text-align:justify;
  141. color:{color:txt};
  142. margin:0;
  143.  
  144.  
  145. }
  146.  
  147. a {
  148. text-decoration:none;
  149. color:{color:links};
  150. transition-duration: 0.2s;
  151. -moz-transition-duration: 0.2s;
  152. -webkit-transition-duration: 0.3s;
  153. -o-transition-duration: 0.3s;
  154. }
  155.  
  156. a:hover {
  157. text-decoration:none;
  158. color:{color:hover};
  159. transition-duration: 0.2s;
  160. -moz-transition-duration: 0.2s;
  161. -webkit-transition-duration: 0.3s;
  162. -o-transition-duration: 0.3s;
  163.  
  164. }
  165.  
  166. img {
  167. border:none;
  168.  
  169.  
  170.  
  171. }
  172.  
  173. blockquote {
  174. font-size:10px;
  175. max-width:545px;
  176. border-left:1px solid{color:border};
  177. background-color:{color:blockquote background};
  178. text-align:left;
  179. padding:5px;
  180. margin-left:5px;
  181. margin-right:5px;
  182. padding-left:5px;
  183. color:{color:text};
  184.  
  185. }
  186.  
  187. pre{
  188. font-size:11px;
  189. text-align:center;
  190. text-decoration:underline;
  191. text-transform:uppercase;
  192. font-family:arial;
  193. font-weight:bold;
  194. border-left:2px solid {color:blockquote border};
  195. border-bottom:2px solid {color:blockquote border};
  196. letter-spacing:1px;
  197. background-color:{color:blockquote background};
  198. color:{color:text};
  199. padding:6px;
  200. }
  201.  
  202. small{
  203. font-size:10px;
  204. }
  205.  
  206. big{
  207. font-size:10px;
  208. }
  209.  
  210. sub{
  211. font-size:10px;
  212. }
  213.  
  214.  
  215. h1 {
  216. font-size:11px;
  217. text-align:center;
  218. text-decoration:underline;
  219. font-family:arial;
  220. font-weight:bold;
  221. letter-spacing:1px;
  222. background-color:{color:blockquote background};
  223. color:{color:text};
  224. padding:6px;
  225.  
  226.  
  227. }
  228.  
  229. h1 a{
  230. color:{color:text};
  231. }
  232.  
  233.  
  234. h2{
  235. color:{color:text};
  236. text-transform:uppercase;
  237. text-decoration:underline;
  238. text-shadow: 1px 1px 0px {color:text shadow};
  239. text-align:left;
  240. font-style:italic;
  241.  
  242. }
  243.  
  244.  
  245.  
  246. b {
  247. font-weight:bold;
  248. color:{color:bold text};
  249.  
  250.  
  251. }
  252.  
  253. i {
  254. font-weight:italic;
  255. color:{color:italic text};
  256.  
  257.  
  258. }
  259.  
  260. u {
  261. text-decoration:none;
  262. border-bottom:1px solid {color:border};
  263.  
  264.  
  265. }
  266.  
  267.  
  268.  
  269. .description {
  270. overflow:auto;
  271. position:fixed;
  272. text-align:center;
  273. margin-top:321px;
  274. margin-left:180px;
  275. text-transform:none;
  276. font-style:normal;
  277. font-family:arial;
  278. width:230px;
  279. height:auto;
  280. opacity:1;
  281. line-height:10px;
  282. color:{color:text};
  283. padding:10px;
  284. letter-spacing:0.2px;
  285. padding-top:5px;
  286. font-size:9.5px;
  287. z-index:9999999;
  288. transition-duration: 0.9s;
  289. -moz-transition-duration:0.9s;
  290. -webkit-transition-duration:0.9s;
  291. -o-transition-duration:0.9s;
  292.  
  293.  
  294. }
  295.  
  296. #title {
  297. width:230px;
  298. height:5px;
  299. position:fixed;
  300. padding-top:10px;
  301. padding-bottom:10px;
  302. padding-left:10px;
  303. padding-right:10px;
  304. line-height:5px;
  305. top:147px;
  306. font-style:italic;
  307. font-weight:bold;
  308. color:{color:title text};
  309. margin-left:180px;
  310. text-transform:uppercase;
  311. font-size:16px;
  312. font-family: 'Roboto', sans-serif;
  313. text-align:left;
  314. overflow:hidden;
  315. letter-spacing:3px;
  316. z-index:99;
  317. opacity:1;
  318.  
  319. }
  320.  
  321.  
  322.  
  323.  
  324.  
  325.  
  326.  
  327. #pagination {
  328. font-size:8px;
  329. font-style:normal;
  330. position:fixed;
  331. text-align:center;
  332. letter-spacing:1px;
  333. margin-left:30px;
  334. margin-top:30px;
  335. padding:5px;
  336. line-height:15px;
  337. height:13px;
  338. width:120px;
  339. font-weight:bold;
  340. display:inline-block;
  341. color:{color:links};
  342. z-index:999;
  343. font-family:'arial';
  344. transition-duration: 0.9s;
  345. -moz-transition-duration:0.9s;
  346. -webkit-transition-duration:0.9s;
  347. -o-transition-duration:0.9s;
  348.  
  349.  
  350.  
  351.  
  352.  
  353. }
  354.  
  355. #pagination:hover{
  356. color:{color:hover};
  357. transition-duration: 0.9s;
  358. -moz-transition-duration:0.9s;
  359. -webkit-transition-duration:0.9s;
  360. -o-transition-duration:0.9s;
  361.  
  362.  
  363.  
  364.  
  365. }
  366.  
  367.  
  368. #sidebar1 {
  369. position:fixed;
  370. width:250px;
  371. margin-top:190px;
  372. padding:10px;
  373. height:150px;
  374. margin-left:180px;
  375. background-color:transparent;
  376. z-index:-9999999999;
  377. }
  378.  
  379. #sidebar1image {
  380. width 150px;
  381. z-index:-99999;
  382. }
  383.  
  384. #sidebar1image img {
  385. width:250px;
  386. height:150px;
  387. margin-left:180px;
  388. margin-top:135px;
  389. position:fixed;
  390. opacity:1;
  391. z-index:9999999999;
  392.  
  393.  
  394.  
  395. }
  396.  
  397. #bbackground {
  398. position:fixed;
  399. width:250px;
  400. margin-top:190px;
  401. padding:10px;
  402. height:150px;
  403. margin-left:180px;
  404. opacity:0;
  405. background-color:black;
  406. z-index:-9999999999;
  407.  
  408. }
  409.  
  410.  
  411.  
  412. #entries {
  413. overflow-y:auto;
  414. margin-left:510px;
  415. letter-spacing:0px;
  416. margin-top:30px;
  417.  
  418.  
  419. }
  420.  
  421. #post{
  422. padding:20px;
  423. width:500px;
  424. overflow:auto;
  425. letter-spacing:0px;
  426. color:{color:post text};
  427. box-shadow:0px 0px 2px {color:border};
  428. margin-bottom:58px;
  429. margin-left:0px;
  430. float:center;
  431. z-index:999;
  432.  
  433. }
  434.  
  435.  
  436. #info {
  437. width:512px;
  438. text-align:left;
  439. font-family:arial;
  440. text-transform:none;
  441. margin-left:-20px;
  442. font-size:8px;
  443. margin-top:20px;
  444. overflow:hidden;
  445. margin-bottom:-19px;
  446. font-weight:bold;
  447. font-style:none;
  448. padding:10px;
  449. line-height:10px;
  450. background-color:{color:info background};
  451. color:{color:text};
  452. }
  453.  
  454. #info a {
  455. text-align:center;
  456. font-family:arial;
  457. line-height:7px;
  458. color:{color:text};
  459. }
  460.  
  461. #info a:hover{
  462. color:{color:hover};
  463. }
  464.  
  465.  
  466. .right{
  467. float:center;
  468.  
  469. }
  470.  
  471.  
  472.  
  473. #tags {
  474. text-align:left;
  475. opacity:1;
  476. font-size:8px;
  477. font-family:'arial';
  478. margin-top:-3px;
  479. margin-left:-5px;
  480. padding:-5px;
  481. font-weight:none;
  482. margin-bottom:0px;
  483. height:15px;
  484. width:530px;
  485. padding-top:0px;
  486. background-color:{color:post background};
  487. text-transform:uppercase;
  488. transition-duration: 0.5s;
  489. -moz-transition-duration: 0.5s;
  490. -webkit-transition-duration: 0.5s;
  491. -o-transition-duration: 0.5s;
  492. }
  493.  
  494.  
  495.  
  496. #tags a {
  497. padding:0px;
  498. margin-top:-3px;
  499. color:{color:text};
  500. line-height:6px;
  501. letter-spacing:0.5px;
  502. font-weight:none;
  503. font-size:8px;
  504. font-family:'arial';
  505. text-decoration:underline;
  506. display:inline-block;
  507. }
  508.  
  509. #tags a:hover {
  510. -moz-transition-duration:0.3s;
  511. -webkit-transition-duration:0.3s;
  512. -o-transition-duration:0.3s;
  513. color:{color:hover};
  514. }
  515.  
  516. #asking {
  517. margin-left:15px;
  518. margin-top:10px;
  519.  
  520. }
  521.  
  522. #question {
  523. padding:12px;
  524. padding-left:70px;
  525. color:{color:text};
  526. background-color:{color:question background};
  527. }
  528.  
  529. #asker{
  530. margin-top:-35px;
  531. margin-left:70px;
  532. font-family: 'Roboto', sans-serif;
  533. text-transform:lowercase;
  534.  
  535. }
  536.  
  537. #c{
  538. position:fixed;
  539. font-size:10px;
  540. font-weight:bold;
  541. padding-bottom:5px;
  542. padding-top:5px;
  543. height:10px;
  544. width:40px;
  545. opacity:1;
  546. padding-left:5px;
  547. padding-right:5px;
  548. margin-left:1310px;
  549. margin-top:655px;
  550. letter-spacing:0px;
  551. line-height:12px;
  552. border-right:1px solid {color:border};
  553. border-bottom:1px solid {color:border};
  554. text-align:center;
  555. text-decoration:underline;
  556. float:left;
  557. font-family: 'arial', sans-serif;
  558. color:{color:text};
  559. text-transform:uppercase;
  560. background-color:{color:credit};
  561. transition-duration: 0.8s;
  562.  
  563.  
  564.  
  565.  
  566. }
  567.  
  568.  
  569.  
  570. .links2 {
  571. width:250px;
  572. height:34px;
  573. overflow:hidden;
  574. cursor:pointer;
  575. margin-top:285px;
  576. opacity:1;
  577. position:fixed;
  578. margin-left:180px;
  579. background:{color:links background};
  580. z-index:999999;
  581. }
  582.  
  583. .links2 #all {
  584. margin-left:0px;
  585. margin-top:0px;
  586. padding:5px;
  587. height:14px;
  588. z-index:999999999999999999999;
  589. }
  590.  
  591. .links2 #all a:hover {
  592. color:{color:hover};
  593. transition-duration: 0.2s;
  594. -moz-transition-duration: 0.2s;
  595. -webkit-transition-duration: 0.3s;
  596. -o-transition-duration: 0.3s;
  597. }
  598.  
  599.  
  600.  
  601.  
  602. .links2 a {
  603. width:37px;
  604. height:16px;
  605. margin-bottom:3px;
  606. text-align:center;
  607. text-transform:uppercase;
  608. padding:4px;
  609. line-height:17px;
  610. color:{color:links};
  611. font-style:none;
  612. font-family: 'Roboto', sans-serif;
  613. letter-spacing:2px;
  614. font-size:7px;
  615. display:inline-block;
  616.  
  617. }
  618.  
  619.  
  620.  
  621.  
  622. {CustomCSS}</style>
  623.  
  624.  
  625.  
  626.  
  627. </head>
  628. <body>
  629.  
  630. <div id="sidebar">
  631. <div id="bbackground"></div>
  632. <div id="sidebar1image"><a href="/"><img src="{image:sidebar}"></a></div>
  633. <div id="title">{text:title}</div>
  634. <div class="description">{description}</div>
  635.  
  636. </div>
  637.  
  638. <div class="links2">
  639. <div id="all">
  640. <a href="/">Home</a>
  641. <a href="/ask">askbox</a>
  642. <a href="{text:link 1 url}">{text:link 1}</a>
  643. <a href="{text:link 2 url}">{text:link 2}</a>
  644. <a href="http://azureofrp.tumblr.com/">Theme</a>
  645.  
  646.  
  647.  
  648. </div> </div>
  649. </div>
  650.  
  651.  
  652. <div id="pagination">{block:Pagination}
  653. {block:PreviousPage}
  654. <a href="{PreviousPage}">BACK </a>
  655. {/block:PreviousPage}
  656.  
  657. {block:NextPage}
  658. <a href="{NextPage}">NEXT</a>
  659. {/block:NextPage}
  660. {/block:Pagination}</div>
  661. </div></div>
  662.  
  663.  
  664. <div id="entries">
  665. {block:Posts}
  666. <div id="post"
  667.  
  668.  
  669. <!--TEXT POSTS-->
  670.  
  671. {block:Text}
  672. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  673. {Body}
  674. {/block:Text}
  675.  
  676.  
  677.  
  678. {block:Answer}
  679. <div id="asking"><img src="{AskerPortraitURL-48}"/></div>
  680. <div id="asker">{Asker} sent:</div>
  681. <div id="question">{Question}</div>
  682. {Answer}{/block:Answer}
  683.  
  684.  
  685. {block:Quote}
  686.  
  687. {block:Quote}
  688. <h2>{Quote}</h2>
  689. <div align="right">
  690. {block:Source}<h1>-{Source}</h1>{/block:Source}
  691. </div>
  692. {/block:Quote}
  693.  
  694.  
  695. {block:Link}
  696. <h2><center><a href="{URL}">{Name}</center></a></h2>
  697. {block:Description}{Description}{/block:Description}
  698. {/block:Link}
  699.  
  700.  
  701.  
  702. {block:Chat}
  703. {block:Title}<h2>{Title}</h2>{/block:Title}
  704. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  705. {Line}</li>{/block:Lines}</ul>
  706. {/block:Chat}
  707.  
  708.  
  709.  
  710. {block:Photo}
  711. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="auto">{LinkCloseTag}
  712.  
  713. {block:Caption}{Caption}{/block:Caption}
  714. {/block:Photo}
  715.  
  716.  
  717.  
  718. {block:Photoset}
  719. {Photoset-500}
  720. {block:Caption}{Caption}{/block:Caption}
  721. {/block:Photoset}
  722.  
  723.  
  724.  
  725. {block:Video}
  726. {Video-500}
  727. {block:Caption}{Caption}{/block:Caption}
  728. {/block:Video}
  729.  
  730.  
  731.  
  732.  
  733. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="60px" height="60px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  734. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  735. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  736. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  737. {/block:Audio}
  738.  
  739.  
  740. <div id="info">
  741. <div id="permalink">
  742. <a href="{Permalink}">{Month} {DayOfMonth} {Year} </a> | {NoteCount}</div>
  743.  
  744. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  745. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}
  746. </div></div>
  747.  
  748. {/block:Posts}{/block:Posts}</div></div></div>
  749. </div>
  750.  
  751. {/block:Posts}{/block:Posts}</div></div></div>
  752.  
  753. </div>
  754.  
  755. <div id="c">
  756. <a href="http://adf.ly/1IcHXD">AZURE</a>
  757.  
  758. </div>
  759. </html>
Advertisement
Add Comment
Please, Sign In to add comment