azurethemes

theme 8

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