azurethemes

theme 9

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