Advertisement
azurethemes

theme 2

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