azurethemes

theme 5

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