azurethemes

theme 4

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