azurethemes

theme 7

Feb 5th, 2015
352
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.29 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. <head>
  6.  
  7. </style>
  8.  
  9. <script src="http://tympanus.net/Tutorials/CaptionHoverEffects/js/modernizr.custom.js"></script>
  10. <title>{Title}</title>
  11. <link rel="shortcut icon" href="{Favicon}">
  12. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  13. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  14.  
  15. <!---- ☰ theme 7 "harry" by azureofrp ☰
  16. ☰ pls dont remove the credit
  17. ☰ making themes takes a lot of time and effort so pls dont steal anything of this code
  18. ☰ for help, visit my theme faq -> azureofrp.tumblr.com/faq
  19. ☰ edit this theme for PERSONAL USE ONLY!!!!
  20. --->
  21.  
  22.  
  23.  
  24. <!--META NAMES-->
  25.  
  26. <meta name="color:BACKGROUND" content="#f6d9d4"/>
  27. <meta name="color:TXT" content="#ffffff"/>
  28. <meta name="color:LINKS" content="#ffffff"/>
  29. <meta name="color:HOVER" content="#000000">
  30. <meta name="color:HOVER BG" content="#f6d9d4">
  31. <meta name="color:BLOCKQUOTE" content="#f6d9d4">
  32. <meta name="color:BLOCKQUOTE BORDER" content="#dcbcba">
  33.  
  34. <meta name="color:POST BG" content="#fbc6c4">
  35. <meta name="color:LINKS BG" content="#f0bfb3">
  36. <meta name="color:DESC BG" content="#f0bfb3">
  37. <meta name="color:INFO BG" content="#fbc6c4">
  38. <meta name="color:TITLE BG" content="#dfb1af">
  39. <meta name="color:SIDEBAR BG" content="#dfb1af">
  40. <meta name="color:BORDER" content="#dcbcba">
  41. <meta name="color:SCROLLBAR" content="#aaaaaa">
  42. <meta name="color:SCROLLBAR BG" content="#ffffff">
  43.  
  44.  
  45. <meta name="image:BACKGROUND" content=""/>
  46. <meta name="image:SIDEBAR" content=""/>
  47. <meta name="image:ADMIN 1" content=""/>
  48. <meta name="image:ADMIN 2" content=""/>
  49. <meta name="image:ADMIN 3" content=""/>
  50.  
  51.  
  52. <meta name="text:TITLE" content="">
  53. <meta name="text:ADMIN 1" content="">
  54. <meta name="text:ADMIN 2" content="">
  55. <meta name="text:ADMIN 3" content="">
  56.  
  57.  
  58.  
  59.  
  60. <meta name="text:LINK 1" content="LINK 1">
  61. <meta name="text:LINK 2" content="LINK 2">
  62. <meta name="text:LINK 3" content="LINK 3">
  63. <meta name="text:LINK 4" content="LINK 4">
  64. <meta name="text:LINK 5" content="LINK 5">
  65. <meta name="text:LINK 6" content="LINK 6">
  66.  
  67.  
  68. <meta name="text:LINK 1 URL" content="/">
  69. <meta name="text:LINK 2 URL" content="/">
  70. <meta name="text:LINK 3 URL" content="/">
  71. <meta name="text:LINK 4 URL" content="/">
  72. <meta name="text:LINK 5 URL" content="/">
  73. <meta name="text:LINK 6 URL" content="/">
  74.  
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. ::-webkit-scrollbar-thumb {
  90. height:auto;
  91. background-color:{color:scrollbar};
  92.  
  93. }
  94.  
  95. ::-webkit-scrollbar {
  96. height:5px;
  97. width:7px;
  98. background-color:{color:scrollbar bg};
  99.  
  100. }
  101.  
  102. body {
  103. background-color:{color:background};
  104. background-image:url('{image:background}');
  105. background-attachment: fixed;
  106. background-repeat: repeat;
  107. font-family:arial;
  108. font-size:10px;
  109. text-align:justify;
  110. color:{color:txt};
  111. margin:0;
  112.  
  113.  
  114. }
  115.  
  116. a {
  117. text-decoration:none;
  118. color:{color:Links};
  119. -webkit-transition: all 0.5s ease-out;
  120. -moz-transition: all 0.5s ease-out;
  121. transition: all 0.5s ease-out;
  122. }
  123.  
  124. a:hover {
  125. text-decoration:none;
  126. color:{color:Hover};
  127. -webkit-transition: all 0.5s ease-out;
  128. -moz-transition: all 0.5s ease-out;
  129. transition: all 0.5s ease-out;
  130.  
  131. }
  132.  
  133. img {
  134. border:none;
  135.  
  136.  
  137.  
  138. }
  139.  
  140. blockquote {
  141. background:{color:blockquote};
  142. border-left:4px solid {color:blockquote border};
  143. padding:5px;
  144.  
  145. }
  146.  
  147. pre{
  148. margin-top:0px;
  149. margin-bottom:5px;
  150. font-size:14px;
  151. background-color:{color:blockquote};
  152. padding:5px;
  153. text-transform:uppercase;
  154. font-weight:bold;
  155. text-align:left;
  156. }
  157.  
  158.  
  159. /*DESC*/
  160.  
  161.  
  162. #desc {
  163. width:254px;
  164. height:260px;
  165. position:fixed;
  166. padding-top:10px;
  167. padding-bottom:10px;
  168. padding-left:10px;
  169. padding-right:10px;
  170. line-height:100%;
  171. top:190px;
  172. margin-left:0px;
  173. font-weight:bold;
  174. font-size:10px;
  175. text-align:center;
  176. overflow:auto;
  177. background:{color:sidebar bg};
  178. border-right:solid 5px {color:sidebar bg};
  179. z-index:99999;
  180. opacity:1;
  181.  
  182. }
  183.  
  184. #adminbox1 {
  185. width:163px;
  186. height:60px;
  187. position:fixed;
  188. padding-top:10px;
  189. padding-bottom:10px;
  190. padding-left:10px;
  191. padding-right:10px;
  192. line-height:100%;
  193. top:190px;
  194. margin-left:280px;
  195. font-weight:bold;
  196. font-size:10px;
  197. text-align:left;
  198. overflow:auto;
  199. background:{color:desc bg};
  200. border-left:solid 90px {color:desc bg};
  201. z-index:99999;
  202. opacity:1;
  203.  
  204. }
  205.  
  206. #adminbox2 {
  207. width:163px;
  208. height:60px;
  209. position:fixed;
  210. padding-top:10px;
  211. padding-bottom:10px;
  212. padding-left:10px;
  213. padding-right:10px;
  214. line-height:100%;
  215. top:290px;
  216. margin-left:280px;
  217. font-weight:bold;
  218. font-size:10px;
  219. text-align:left;
  220. overflow:auto;
  221. background:{color:desc bg};
  222. border-left:solid 90px {color:desc bg};
  223. z-index:99999;
  224. opacity:1;
  225.  
  226. }
  227.  
  228. #adminbox3 {
  229. width:163px;
  230. height:60px;
  231. position:fixed;
  232. padding-top:10px;
  233. padding-bottom:10px;
  234. padding-left:10px;
  235. padding-right:10px;
  236. line-height:100%;
  237. top:390px;
  238. margin-left:280px;
  239. font-weight:bold;
  240. font-size:10px;
  241. text-align:left;
  242. overflow:auto;
  243. background:{color:desc bg};
  244. border-left:solid 90px {color:desc bg};
  245. z-index:99999;
  246. opacity:1;
  247.  
  248. }
  249.  
  250.  
  251.  
  252.  
  253. /*PAGINAITON*/
  254.  
  255. #pagi {
  256. font-size:10px;
  257. text-transform:uppercase;
  258. font-weight:bold;
  259. font-style:normal;
  260. position:fixed;
  261. text-align:center;
  262. margin-left:275px;
  263. margin-top:540px;
  264. background:{color:links bg};
  265. padding:5px;
  266. line-height:100%;
  267. width:80px;
  268. height:10px;
  269. display:inline-block;
  270. color:{color:links};
  271. z-index:99999999;
  272. opacity:1;
  273. font-family:calibri;
  274. transition-duration: 0.9s;
  275. -moz-transition-duration:0.9s;
  276. -webkit-transition-duration:0.9s;
  277. -o-transition-duration:0.9s;
  278.  
  279.  
  280.  
  281.  
  282.  
  283. }
  284.  
  285. #pagi:hover{
  286. color:{color:hover};
  287. transition-duration: 0.9s;
  288. -moz-transition-duration:0.9s;
  289. -webkit-transition-duration:0.9s;
  290. -o-transition-duration:0.9s;
  291.  
  292. }
  293.  
  294.  
  295.  
  296. /*IMAGES*/
  297.  
  298.  
  299. #sidebar1 {
  300. position:fixed;
  301. opacity:1;
  302. background-image:url('{image:sidebar}');
  303. width:570px;
  304. height:400px;
  305. top:70px;
  306. margin-left:50px;
  307. background:{color:title bg};
  308. border:solid 10px {color:border};
  309. z-index:9999999;
  310.  
  311. }
  312.  
  313. #admin1 {
  314. position:fixed;
  315. opacity:1;
  316. background-image:url('{image:admin 1}');
  317. width:68px;
  318. height:68px;
  319. top:196px;
  320. margin-left:291px;
  321. background:{color:title bg};
  322. z-index:9999999;
  323.  
  324.  
  325.  
  326. }
  327.  
  328. #admin2 {
  329. position:fixed;
  330. opacity:1;
  331. background-image:url('{image:admin 2}');
  332. width:68px;
  333. height:68px;
  334. top:296px;
  335. margin-left:291px;
  336. background:{color:title bg};
  337. z-index:9999999;
  338.  
  339.  
  340.  
  341. }
  342.  
  343. #admin3 {
  344. position:fixed;
  345. opacity:1;
  346. background-image:url('{image:admin 3}');
  347. width:68px;
  348. height:68px;
  349. top:396px;
  350. margin-left:291px;
  351. background:{color:title bg};
  352. z-index:9999999;
  353.  
  354. }
  355.  
  356.  
  357. /*LINKS*/
  358.  
  359.  
  360. .navi{
  361. width:548px;
  362. height:112px;
  363. padding-left:13px;
  364. padding-bottom:15px;
  365. padding-top:13px;
  366. margin-top:75px;
  367. margin-left:55px;
  368. line-height:20%;
  369. position:fixed;
  370. display:block;
  371. z-index:99999999;
  372. opacity:0;
  373. -webkit-column-count: 2;
  374. -moz-column-count: 2;
  375. column-count: 2;
  376. -webkit-column-gap: 0.5;
  377. -moz-column-gap: 0.5;
  378. column-gap: 0.5;
  379. transition-delay:0.1s;
  380. -webkit-transition-delay:0.1s;
  381. transition-duration: 0.4s;
  382. -moz-transition-duration:0.2s;
  383. -webkit-transition-duration:0.8s;
  384. -o-transition-duration:0.2s;
  385.  
  386. }
  387.  
  388. .navi:hover{
  389. opacity:1;
  390. transition-delay:0.1s;
  391. -webkit-transition-delay:0.1s;
  392. transition-duration: 0.4s;
  393. -moz-transition-duration:0.2s;
  394. -webkit-transition-duration:0.8s;
  395. -o-transition-duration:0.2s;
  396.  
  397.  
  398. }
  399.  
  400. .navi a{
  401. opacity:1;
  402. display:inline-block;
  403. text-transform:uppercase;
  404. color:{color:links};
  405. background-color:{color:links bg};
  406. width:265px;
  407. border-right:solid 5px {color:border};
  408. height:15.3px;
  409. padding-right:5px;
  410. text-align:right;
  411. padding-top:5px;
  412. display:block;
  413. font-weight:bold;
  414. line-height:150%;
  415. padding-bottom:3px;
  416. z-index:999;
  417.  
  418.  
  419. }
  420.  
  421. .navi a:hover{
  422. color:{color:hover};
  423. opacity:1;
  424. background:{color:hover bg};
  425. transition-duration: 0.2s;
  426. -moz-transition-duration: 0.2s;
  427. -webkit-transition-duration: 0.3s;
  428. -o-transition-duration: 0.3s;
  429. }
  430.  
  431.  
  432. #navbg {
  433. width:548px;
  434. height:378px;
  435. position:fixed;
  436. padding-top:10px;
  437. padding-bottom:10px;
  438. padding-left:10px;
  439. padding-right:10px;
  440. line-height:100%;
  441. top:70px;
  442. margin-left:-17px;
  443. font-size:11px;
  444. text-align:right;
  445. letter-spacing:1px;
  446. overflow:auto;
  447. background:{color:sidebar bg};
  448. border:solid 10px {color:border};
  449. z-index:-9;
  450. opacity:1;
  451.  
  452.  
  453. }
  454.  
  455.  
  456.  
  457.  
  458.  
  459. /*ENTRIES*/
  460. #etitle {
  461. width:570px;
  462. height:1px;
  463. position:fixed;
  464. padding-top:10px;
  465. padding-bottom:7px;
  466. padding-left:10px;
  467. padding-right:10px;
  468. line-height:0%;
  469. top:49px;
  470. margin-left:50px;
  471. font-size:10px;
  472. text-align:center;
  473. font-weight:bold;
  474. text-transform:uppercase;
  475. overflow:hidden;
  476. background:{color:title bg};
  477. z-index:9999999;
  478. opacity:1;
  479.  
  480. }
  481.  
  482.  
  483. #box {
  484. position: absolute;
  485. z-index:99999;
  486. height:600px;
  487. width:557px;
  488. overflow:auto;
  489. margin-left:700px;
  490. margin-top:55px;
  491.  
  492.  
  493. }
  494.  
  495. #post{
  496. padding:15px;
  497. width:500px;
  498. background-color:{color:post bg};
  499. overflow:hidden;
  500. margin-bottom:20px;
  501. margin-left:10px;
  502. float:left;
  503. z-index:9999;
  504.  
  505. }
  506.  
  507.  
  508. /*POST INFO*/
  509.  
  510. #info {
  511. width:520px;
  512. text-align:left;
  513. font-family:arial;
  514. font-size:9px;
  515. padding:7px;
  516. color:{color:txt};
  517. line-height:10px;
  518. background-color:{color:info bg};
  519. margin-top:5px;
  520. margin-left:-15px;
  521. font-size:9px;
  522. margin-bottom:-15px;
  523. font-style:none;
  524. padding:5px;
  525. line-height:10px;
  526. transition-duration: 1.0s;
  527. -moz-transition-duration: 1.0s;
  528. -webkit-transition-duration: 1.0s;
  529. -o-transition-duration: 1.0s;
  530.  
  531. }
  532.  
  533. #info hover{
  534. color:{color:hover};
  535. transition-duration: 1.0s;
  536. -moz-transition-duration: 1.0s;
  537. -webkit-transition-duration: 1.0s;
  538. -o-transition-duration: 1.0s;
  539.  
  540.  
  541. }
  542.  
  543. #info a {
  544. text-align:center;
  545. font-family:arial;
  546. color:{color:txt};
  547.  
  548. }
  549.  
  550. .right{
  551. float:right
  552.  
  553. }
  554.  
  555.  
  556. /*ASKS*/
  557.  
  558. #asks {
  559. font-size:11px;
  560. text-align:center;
  561. width:537px;
  562. padding:5px;
  563. margin-left:-30px;
  564. margin-top:-15px;
  565. background-color:{color:info bg}
  566.  
  567. }
  568.  
  569.  
  570. /*CREDIT-- Just leave this please*/
  571.  
  572. #c{
  573. position:fixed;
  574. font-size:8px;
  575. font-weight:bold;
  576. padding-bottom:5px;
  577. padding-top:5px;
  578. height:10px;
  579. width:60px;
  580. padding-left:5px;
  581. padding-right:5px;
  582. margin-left:1290px;
  583. margin-top:653px;
  584. line-height:150%;
  585. text-align:center;
  586. float:left;
  587. color:{color:txt};
  588. text-transform:uppercase;
  589. border-bottom:solid 2px {color:border};
  590. background-color:{color:links bg};
  591. transition-duration: 0.8s;
  592.  
  593.  
  594. }
  595.  
  596.  
  597.  
  598. </style>
  599.  
  600. </head>
  601.  
  602.  
  603. <body>
  604.  
  605.  
  606. <div id="sidebar">
  607. <div id="sidebar1"><img src="{image:sidebar}"></div>
  608.  
  609.  
  610.  
  611. </div>
  612.  
  613.  
  614. </div>
  615.  
  616.  
  617. <div class="navi">
  618. <a href="/" href="">home</a><br>
  619. <a href="{text:link 1 url}">{text:link 1}</a></br>
  620. <a href="{text:link 3 url}">{text:link 3}</a></br>
  621. <a href="{text:link 5 url}">{text:link 5}</a></br>
  622. <a href="ask" href="/ask">message</a><br>
  623. <a href="{text:link 2 url}">{text:link 2}</a></br>
  624. <a href="{text:link 4 url}">{text:link 4}</a></br>
  625. <a href="{text:link 6 url}">{text:link 6}</a></br>
  626. <div id="navbg"></div>
  627. <div id="desc">{Description}</div>
  628. <div id="adminbox1">{text:admin 1}</div>
  629. <div id="adminbox2">{text:admin 2}</div>
  630. <div id="adminbox3">{text:admin 3}</div>
  631. <div id="admin1"><img src="{image:admin 1}"></div>
  632. <div id="admin2"><img src="{image:admin 2}"></div>
  633. <div id="admin3"><img src="{image:admin 3}"></div>
  634.  
  635. </div>
  636.  
  637.  
  638.  
  639.  
  640.  
  641. </div>
  642.  
  643.  
  644.  
  645.  
  646. <div id="etitle">{text:title}</div>
  647.  
  648. </div>
  649.  
  650.  
  651.  
  652.  
  653. </div>
  654. <div id="pagi">{block:Pagination}
  655. {block:PreviousPage}
  656. <a href="{PreviousPage}">BACKWARDS </a>
  657. {/block:PreviousPage}
  658.  
  659. {block:NextPage}
  660. <a href="{NextPage}">FORWARD</a>
  661. {/block:NextPage}
  662. {/block:Pagination}</div>
  663. </div></div>
  664. </div>
  665.  
  666. <div id="box">
  667. {block:Posts}
  668. <div id="post">
  669.  
  670. <!--TEXT POSTS-->
  671.  
  672. {block:Text}
  673. {block:Title}<h2><center>{Title}</center></h2>{/block:Title}
  674. {Body}
  675. {/block:Text}
  676.  
  677. <!--ASKS-->
  678.  
  679. {block:Answer}
  680. <div id="asks">
  681. <div style="margin-left:-280px; padding-bottom:8px; font-size:15px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="padding-left:15px; margin-top:-18px; font-size:13px;">{Question}</div>
  682. </div>
  683. {Answer}
  684. {/block:Answer}
  685.  
  686. <!--QUOTE POSTS-->
  687. {block:Quote}
  688.  
  689. {block:Quote}
  690. <h2>{Quote}</h2>
  691. <div align="right">
  692. {block:Source}<h1>-{Source}</h1>{/block:Source}
  693. </div>
  694. {/block:Quote}
  695. <!--LINK POSTS-->
  696.  
  697. {block:Link}
  698. <h2><center><a href="{URL}">{Name}</center></a></h2>
  699. {block:Description}{Description}{/block:Description}
  700. {/block:Link}
  701.  
  702. <!--CHAT POSTS-->
  703.  
  704. {block:Chat}
  705. {block:Title}<h2>{Title}</h2>{/block:Title}
  706. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  707. {Line}</li>{/block:Lines}</ul>
  708. {/block:Chat}
  709.  
  710. <!--PHOTO POSTS-->
  711.  
  712. {block:Photo}
  713. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  714.  
  715. {block:Caption}{Caption}{/block:Caption}
  716. {/block:Photo}
  717.  
  718. <!--PHOTOSET POSTS-->
  719.  
  720. {block:Photoset}
  721. {Photoset-500}
  722. {block:Caption}{Caption}{/block:Caption}
  723. {/block:Photoset}
  724.  
  725. <!--VIDEO POSTS-->
  726.  
  727. {block:Video}
  728. {Video-500}
  729. {block:Caption}{Caption}{/block:Caption}
  730. {/block:Video}
  731.  
  732.  
  733. <!--AUDIO-->
  734.  
  735. {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>
  736. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  737. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  738. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  739. {/block:Audio}
  740.  
  741.  
  742. <!--POST INFO-->
  743.  
  744.  
  745. <div id="info">
  746. <div id="permalink">
  747. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  748.  
  749. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}</div>
  750.  
  751.  
  752.  
  753. </div>{/block:Posts}{/block:Posts}</div></div></div></div>
  754. </div>
  755.  
  756. <!--Simply don't remove it pls.-->
  757. </div>
  758.  
  759. </div>
  760. <div id="c">
  761. <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
  762.  
  763. </div>
  764. </div>
Advertisement
Add Comment
Please, Sign In to add comment