azurethemes

theme 1

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