Advertisement
azurethemes

theme 01 "fresh start"

Mar 28th, 2015
373
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.08 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.  
  3.  
  4.  
  5.  
  6.  
  7. <head>
  8.  
  9. <title>{Title}</title>
  10. <link rel="shortcut icon" href="{Favicon}">
  11. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  12. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  13.  
  14. <!---- && THEME 01 "FRESH START" BY AZUREOFRP &&
  15. && DON'T BE A DOUCHE AND STEAL ANYTHING &&
  16. && DON'T CLAIM MY THEMES AS YOUR OWN &&
  17. && FOR QUESTIONS JUST CHECK OUT MY FAQ &&
  18. --->
  19.  
  20.  
  21.  
  22. <!--META NAMES-->
  23.  
  24. <meta name="color:background" content="#e5dcdf"/>
  25. <meta name="color:text" content="#000000"/>
  26. <meta name="color:links" content="#ffffff"/>
  27. <meta name="color:italic" content="#000000">
  28. <meta name="color:bold" content="#000000">
  29. <meta name="color:hover" content="#000000">
  30. <meta name="color:text shadow" content="#8f8e8e">
  31. <meta name="color:blockquote" content="#df92ae">
  32. <meta name="color:blockquote border" content="#010101">
  33.  
  34.  
  35.  
  36.  
  37. <meta name="color:h1 background" content="#df92ae">
  38. <meta name="color:text background" content="#ffffff"/>
  39. <meta name="color:post background" content="#dac3cb">
  40. <meta name="color:links background" content="#e5baca">
  41. <meta name="color:description background" content="#e5baca">
  42. <meta name="color:info background" content="#e5baca">
  43. <meta name="color:tags background" content="#df92ae">
  44. <meta name="color:sidebar background" content="#dac3cb">
  45. <meta name="color:ask background" content="#df92ae">
  46. <meta name="color:scrollbar" content="#df92ae">
  47. <meta name="color:scrollbar background" content="#ffffff">
  48.  
  49.  
  50. <meta name="image:background" content=""/>
  51. <meta name="image:sidebar" content=""/>
  52. <meta name="image:ask background" content=""/>
  53. <meta name="image:sidebar" content=""/>
  54. <meta name="image:sidebar 2" content=""/>
  55.  
  56. <meta name="text:description 2" content="">
  57.  
  58.  
  59.  
  60. <meta name="text:link 1" content="link 1">
  61. <meta name="text:link 2" content="link 2">
  62. <meta name="text:link 3" content="link 3">
  63. <meta name="text:link 4" content="link 4">
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71. <meta name="text:link 1 url" content="/">
  72. <meta name="text:link 2 url" content="/">
  73. <meta name="text:link 3 url" content="/">
  74. <meta name="text:link 4 url" content="/">
  75.  
  76.  
  77.  
  78.  
  79.  
  80.  
  81.  
  82.  
  83.  
  84.  
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92. <style type="text/css">
  93.  
  94.  
  95. ::-webkit-scrollbar-thumb {
  96. height:auto;
  97. background-color:{color:scrollbar};
  98.  
  99. }
  100.  
  101. ::-webkit-scrollbar {
  102. height:3px;
  103. width:3px;
  104. background-color:{color:scrollbar background};
  105.  
  106. }
  107. #s-m-t-tooltip {
  108. max-width:300px;
  109. padding:3px 5px 3px 5px;
  110. margin:20px 0px 0px 20px;
  111. background:{color:description background};
  112. border:1px solid {color:border};
  113. color:{color:text};
  114. z-index:999999999999999999999999999999999999;
  115. font-family:'consolas';
  116. font-size:8px;
  117. }
  118.  
  119.  
  120.  
  121.  
  122. body {
  123. background-color:{color:background};
  124. background-image:url('{image:background}');
  125. background-attachment: fixed;
  126. background-repeat: repeat;
  127. font-family:arial;
  128. font-size:10px;
  129. text-align:justify;
  130. color:{color:txt};
  131. margin:0;
  132.  
  133.  
  134. }
  135.  
  136. a {
  137. text-decoration:none;
  138. color:{color:links};
  139. transition-duration: 0.2s;
  140. -moz-transition-duration: 0.2s;
  141. -webkit-transition-duration: 0.3s;
  142. -o-transition-duration: 0.3s;
  143. }
  144.  
  145. a:hover {
  146. text-decoration:none;
  147. color:{color:hover};
  148. transition-duration: 0.2s;
  149. -moz-transition-duration: 0.2s;
  150. -webkit-transition-duration: 0.3s;
  151. -o-transition-duration: 0.3s;
  152.  
  153. }
  154.  
  155. img {
  156. border:none;
  157.  
  158.  
  159.  
  160. }
  161.  
  162. blockquote {
  163. background:{color:blockquote};
  164. border-left:3px solid {color:blockquote border};
  165. padding:5px;
  166.  
  167. }
  168.  
  169. pre{
  170. margin-top:0px;
  171. margin-bottom:5px;
  172. font-size:10px;
  173. background-color:{color:blockquote};
  174. border-left:solid 3px {color:blockquote border};
  175. border-right:solid 3px {color:blockquote border};
  176. padding:5px;
  177. text-transform:uppercase;
  178. font-family:arial;
  179. font-weight:bold;
  180. text-align:center;
  181. text-shadow: 1px 1px 0px {color:text shadow};
  182. }
  183.  
  184. small{
  185. font-size:10px;
  186. }
  187.  
  188. big{
  189. font-size:10px;
  190. }
  191.  
  192. sub{
  193. font-size:10px;
  194. }
  195.  
  196.  
  197. h1 {
  198. font-size:8px;
  199. text-transform:uppercase;
  200. font-style:bold;
  201. text-align:left;
  202. letter-spacing:1px;
  203. background-color:{color:h1 background};
  204. color:{color:text};
  205. padding:5px;
  206. border-bottom:solid 3px {color:blockquote border};
  207. }
  208.  
  209. h1 a{
  210. color:{color:text};
  211. }
  212.  
  213.  
  214. h2{
  215. color:{color:text};
  216. text-transform:uppercase;
  217. text-shadow: 1px 1px 0px {color:text shadow};
  218. text-align:left;
  219. font-style:italic;
  220.  
  221. }
  222.  
  223. h3 {
  224. margin-bottom:5px;
  225. font-size:12px;
  226. letter-spacing:0.3px;
  227. text-transform:lowercase;
  228. text-align:center;
  229. }
  230.  
  231.  
  232. h4 {
  233. margin-top:0px;
  234. margin-bottom:5px;
  235. font-size:14px;
  236. background-color:{color:blockquote};
  237. padding:5px;
  238. text-transform:lowercase;
  239. text-align:right;
  240. }
  241.  
  242.  
  243. b {
  244. font-weight:bold;
  245. color:{color:bold};
  246. background-color:{color:text background};
  247.  
  248. }
  249.  
  250. i {
  251. font-weight:italic;
  252. color:{color:italic};
  253. background-color:{color:text background};
  254.  
  255. }
  256.  
  257. u {
  258. text-decoration:none;
  259. border-bottom:1px solid {color:border};
  260. background-color:{color:text background};
  261.  
  262. }
  263.  
  264.  
  265.  
  266.  
  267.  
  268. #description {
  269. overflow:auto;
  270. position:fixed;
  271. text-align:left;
  272. margin-top:502px;
  273. margin-left:460px;
  274. width:231px;
  275. height:75px;
  276. line-height:10px;
  277. background-color:{color:description background};
  278. padding:10px;
  279. padding-top:5px;
  280. font-size:9px;
  281. z-index:99999999999999999;
  282. transition-duration: 0.2s;
  283. -moz-transition-duration: 0.2s;
  284. -webkit-transition-duration: 0.3s;
  285. -o-transition-duration: 0.3s;
  286.  
  287.  
  288. }
  289.  
  290. #textbox-two {
  291. overflow:auto;
  292. position:fixed;
  293. text-align:left;
  294. margin-top:-13px;
  295. margin-left:180px;
  296. width:300px;
  297. height:385px;
  298. line-height:10px;
  299. background-color:{color:sidebar background};
  300. padding:10px;
  301. padding-top:5px;
  302. font-size:9px;
  303. z-index:999999999999999999999999999999999;
  304. transition-duration: 0.2s;
  305. -moz-transition-duration: 0.2s;
  306. -webkit-transition-duration: 0.3s;
  307. -o-transition-duration: 0.3s;
  308.  
  309. }
  310.  
  311.  
  312.  
  313.  
  314.  
  315.  
  316.  
  317. #pagi {
  318. font-size:10px;
  319. font-style:normal;
  320. position:fixed;
  321. text-align:center;
  322. letter-spacing:1px;
  323. margin-left:415px;
  324. margin-top:601px;
  325. font-style:italic;
  326. background:{color:sidebar background};
  327. padding:5px;
  328. line-height:17px;
  329. width:100px;
  330. display:inline-block;
  331. color:{color:links};
  332. z-index:999;
  333. font-family:'consolas';
  334. text-shadow: 1px 1px 0px {color:text shadow};
  335. transition-duration: 0.9s;
  336. -moz-transition-duration:0.9s;
  337. -webkit-transition-duration:0.9s;
  338. -o-transition-duration:0.9s;
  339.  
  340.  
  341.  
  342.  
  343.  
  344. }
  345.  
  346. #pagi:hover{
  347. color:{color:hover};
  348. transition-duration: 0.9s;
  349. -moz-transition-duration:0.9s;
  350. -webkit-transition-duration:0.9s;
  351. -o-transition-duration:0.9s;
  352.  
  353.  
  354.  
  355. }
  356.  
  357.  
  358.  
  359.  
  360. #sidebar1 {
  361. position:fixed;
  362. opacity:1;
  363. background-image:url('{image:sidebar}');
  364. background-color:{color:background};
  365. width:500px;
  366. height:400px;
  367. top:92px;
  368. margin-left:220px;
  369. z-index:999;
  370.  
  371. }
  372.  
  373. #sidebar2 {
  374. position:fixed;
  375. opacity:1;
  376. background-image:url('{image:sidebar 2}');
  377. background-color:{color:sidebar background};
  378. width:181px;
  379. height:399px;
  380. margin-top:-13px;
  381. margin-left:-1px;
  382. z-index:99999999999999;
  383.  
  384. }
  385.  
  386.  
  387.  
  388. #sbackground {
  389. position:fixed;
  390. opacity:1;
  391. width:260px;
  392. height:110px;
  393. margin-top:492px;
  394. margin-left:461px;
  395. z-index:99999999;
  396. background-color:{color:sidebar background};
  397.  
  398.  
  399. }
  400.  
  401. .navilinks {
  402. width:243px;
  403. height:263px;
  404. overflow:auto;
  405. margin-top:492px;
  406. position:fixed;
  407. margin-left:218px;
  408. z-index:9999999999999999999999;
  409. background-color:transparent;
  410. }
  411.  
  412. .navilinks #all {
  413. margin-left:2px;
  414. padding:10px;
  415. background:{color:sidebar background};
  416. height:90px;
  417. z-index:999999999999999999999;
  418. }
  419.  
  420. .navilinks #all a:hover {
  421. color:{color:hover};
  422. background-color:{color:hover background};
  423. transition-duration: 0.2s;
  424. -moz-transition-duration: 0.2s;
  425. -webkit-transition-duration: 0.3s;
  426. -o-transition-duration: 0.3s;
  427. }
  428.  
  429.  
  430.  
  431. .navilinks a {
  432. width:100px;
  433. height:20px;
  434. margin-bottom:3px;
  435. text-align:right;
  436. font-style:italic;
  437. padding:4px;
  438. line-height:21px;
  439. color:{color:links};
  440. font-family:'consolas';
  441. background-color:{color:links background};
  442. text-shadow: 1px 1px 0px {color:text shadow};
  443. font-size:10px;
  444. letter-spacing:1px;
  445. text-transform:uppercase;
  446. display:inline-block;
  447. }
  448.  
  449. .box-two{
  450. width:499px;
  451. height:372px;
  452. padding-left:1px;
  453. padding-bottom:15px;
  454. padding-top:13px;
  455. margin-top:92px;
  456. margin-left:220px;
  457. line-height:20%;
  458. position:fixed;
  459. display:block;
  460. background-color:{color:sidebar background};
  461. z-index:999999999999999999999999;
  462. opacity:0;
  463. transition-delay:0.1s;
  464. -webkit-transition-delay:0.1s;
  465. transition-duration: 0.4s;
  466. -moz-transition-duration:0.2s;
  467. -webkit-transition-duration:0.8s;
  468. -o-transition-duration:0.2s;
  469.  
  470. }
  471.  
  472. .box-two:hover{
  473. opacity:1;
  474. transition-delay:0.1s;
  475. -webkit-transition-delay:0.1s;
  476. transition-duration: 0.4s;
  477. -moz-transition-duration:0.2s;
  478. -webkit-transition-duration:0.8s;
  479. -o-transition-duration:0.2s;
  480.  
  481.  
  482. }
  483.  
  484. #entries {
  485. position: absolute;
  486. z-index:99999;
  487. height:510px;
  488. width:550px;
  489. overflow:auto;
  490. margin-left:740px;
  491. margin-top:92px;
  492.  
  493.  
  494. }
  495.  
  496. #post{
  497. padding:15px;
  498. width:500px;
  499. background-color:{color:post background};
  500. overflow:hidden;
  501. margin-bottom:20px;
  502. margin-left:10px;
  503. float:left;
  504. z-index:9999;
  505.  
  506. }
  507.  
  508.  
  509.  
  510. #info {
  511. width:520px;
  512. text-align:left;
  513. font-family:arial;
  514. font-size:9px;
  515. padding:7px;
  516. color:{color:text};
  517. line-height:10px;
  518. background-color:{color:info background};
  519. margin-top:5px;
  520. margin-left:-15px;
  521. font-size:9px;
  522. margin-bottom:-15px;
  523. font-style:none;
  524. padding:5px;
  525. line-height:10px;
  526. transition-duration: 1.0s;
  527. -moz-transition-duration: 1.0s;
  528. -webkit-transition-duration: 1.0s;
  529. -o-transition-duration: 1.0s;
  530.  
  531. }
  532.  
  533. #info hover{
  534. color:{color:hover};
  535. transition-duration: 1.0s;
  536. -moz-transition-duration: 1.0s;
  537. -webkit-transition-duration: 1.0s;
  538. -o-transition-duration: 1.0s;
  539.  
  540.  
  541. }
  542.  
  543. #info a {
  544. text-align:center;
  545. font-family:arial;
  546. color:{color:text};
  547.  
  548. }
  549.  
  550. .right{
  551. float:right
  552.  
  553. }
  554.  
  555.  
  556. #tags {
  557. text-align:left;
  558. opacity:1;
  559. font-size:8px;
  560. font-family:'arial';
  561. margin-top:4px;
  562. margin-left:-5px;
  563. padding:-5px;
  564. margin-bottom:-5px;
  565. height:20px;
  566. width:530px;
  567. padding-top:1px;
  568. background-color:{color:tags background};
  569. text-transform:lowercase;
  570. transition-duration: 0.5s;
  571. -moz-transition-duration: 0.5s;
  572. -webkit-transition-duration: 0.5s;
  573. -o-transition-duration: 0.5s;
  574. }
  575.  
  576.  
  577.  
  578. #tags a {
  579. padding:6px;
  580. color:{color:text};
  581. letter-spacing:0px;
  582. font-family:'arial';
  583. text-decoration:none;
  584. display:inline-block;
  585. }
  586.  
  587. #tags a:hover {
  588. -moz-transition-duration:0.3s;
  589. -webkit-transition-duration:0.3s;
  590. -o-transition-duration:0.3s;
  591. color:{color:hover};
  592. }
  593.  
  594.  
  595. .ask{
  596. padding:1px;
  597. padding-right:5px;
  598. color:{color:text};
  599. background-color:{color:info background};
  600. font-size:10px;
  601. line-height:18px;
  602. font-weight:bold;
  603. text-transform: uppercase;
  604. text-align:center;
  605. margin-bottom:0px;
  606. text-shadow: 1px 1px 0px {color:text shadow};
  607. }
  608.  
  609. .ask a{
  610. color:{color:text};
  611.  
  612. }
  613.  
  614. .ask a:hover{
  615. color:{color:hover};
  616. }
  617.  
  618. .ask :hover{
  619. color:{color:hover};
  620.  
  621. }
  622.  
  623. .question{
  624. text-align:center;
  625. padding:15px;
  626. background-color:{color:ask background};
  627. background-image:url('{image:ask background}');
  628. color:{color:text};
  629.  
  630. }
  631.  
  632. .answer{
  633. color:{color:txt};
  634. text-align:left;
  635. margin-top:1px;
  636. }
  637.  
  638.  
  639.  
  640.  
  641.  
  642. #c{
  643. position:fixed;
  644. font-size:7px;
  645. font-weight:bold;
  646. padding-bottom:5px;
  647. padding-top:5px;
  648. height:10px;
  649. width:50px;
  650. padding-left:5px;
  651. padding-right:5px;
  652. margin-left:1302px;
  653. margin-top:660px;
  654. line-height:150%;
  655. text-align:center;
  656. float:left;
  657. font-family:arial;
  658. color:{color:text};
  659. text-transform:uppercase;
  660. background-color:{color:links background};
  661. transition-duration: 0.8s;
  662.  
  663.  
  664. }
  665.  
  666.  
  667.  
  668. {CustomCSS}</style>
  669.  
  670.  
  671.  
  672. </head>
  673. <body>
  674.  
  675.  
  676. <div id="sidebar">
  677. <div id="sidebar1"><a href="/"><img src="{image:sidebar}"></a></div>
  678. <div id="description">{description}</div>
  679. <div id="sbackground"></div>
  680. </div>
  681.  
  682. <div class="box-two">
  683. <div id="textbox-two">{text:description 2}</div>
  684. <div id="sidebar2"><img src="{image:sidebar 2}"></a></div>
  685.  
  686. </div>
  687. <div class="navilinks">
  688. <div id="all">
  689.  
  690. <a href="/">&&home</a>
  691. <a href="/ask">&&inquire</a>
  692. <a href="{text:link 1 url}">&&{text:link 1}</a>
  693. <a href="{text:link 2 url}">&&{text:link 2}</a>
  694. <a href="{text:link 3 url}">&&{text:link 3}</a>
  695. <a href="{text:link 4 url}">&&{text:link 4}</a>
  696. </div>
  697.  
  698. </div>
  699.  
  700.  
  701. </div>
  702.  
  703.  
  704.  
  705.  
  706.  
  707.  
  708. </div>{block:Pagination}
  709. <div id="pagi">
  710. {block:PreviousPage}
  711. <a href="{PreviousPage}">&&BACK</a><br>
  712. {/block:PreviousPage}
  713. {block:NextPage}
  714. <a href="{NextPage}">&&NEXT</a>
  715. {/block:NextPage}
  716. </div>
  717. {/block:Pagination}
  718.  
  719. </div>
  720.  
  721.  
  722. <div id="entries">
  723. {block:Posts}
  724. <div id="post"
  725.  
  726. <!--TEXT POSTS-->
  727.  
  728. {block:Text}
  729. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  730. {Body}
  731. {/block:Text}
  732.  
  733. <!--ASKS-->
  734.  
  735. {block:Answer}<div class="ask"> {Asker} said:</div>
  736. <div class="question">{Question}</div>
  737. <div class="answer">{Answer}</div>{/block:answer}
  738.  
  739. <!--QUOTE POSTS-->
  740. {block:Quote}
  741.  
  742. {block:Quote}
  743. <h2>{Quote}</h2>
  744. <div align="right">
  745. {block:Source}<h1>-{Source}</h1>{/block:Source}
  746. </div>
  747. {/block:Quote}
  748. <!--LINK POSTS-->
  749.  
  750. {block:Link}
  751. <h2><center><a href="{URL}">{Name}</center></a></h2>
  752. {block:Description}{Description}{/block:Description}
  753. {/block:Link}
  754.  
  755. <!--CHAT POSTS-->
  756.  
  757. {block:Chat}
  758. {block:Title}<h2>{Title}</h2>{/block:Title}
  759. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  760. {Line}</li>{/block:Lines}</ul>
  761. {/block:Chat}
  762.  
  763. <!--PHOTO POSTS-->
  764.  
  765. {block:Photo}
  766. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  767.  
  768. {block:Caption}{Caption}{/block:Caption}
  769. {/block:Photo}
  770.  
  771. <!--PHOTOSET POSTS-->
  772.  
  773. {block:Photoset}
  774. {Photoset-500}
  775. {block:Caption}{Caption}{/block:Caption}
  776. {/block:Photoset}
  777.  
  778. <!--VIDEO POSTS-->
  779.  
  780. {block:Video}
  781. {Video-500}
  782. {block:Caption}{Caption}{/block:Caption}
  783. {/block:Video}
  784.  
  785.  
  786. <!--AUDIO-->
  787.  
  788. {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>
  789. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  790. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  791. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  792. {/block:Audio}
  793.  
  794.  
  795. <!--POST INFO-->
  796.  
  797.  
  798. <div id="info">
  799. <div id="permalink">
  800. <a href="{Permalink}" title="{ShortMonth}.{DayOfMonth}.{Year}">{TimeAgo}</a> <div class=right>{NoteCount}</div></a></div>
  801.  
  802. {block:HasTags}<div id="tags">
  803. {block:Tags} <a href="/tagged/{Tag}">#{Tag}</a>{/block:Tags}
  804. </div>{block:HasTags}
  805. </div>
  806. </div>
  807.  
  808. {/block:Posts}{block:PostNotes}<br><br><div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  809. {/block:Posts}</div>
  810.  
  811. </div>
  812.  
  813. {/block:Posts}{/block:Posts}</div></div></div>
  814.  
  815.  
  816. </div>
  817.  
  818.  
  819. </div>
  820.  
  821. </div>
  822. <div id="c">
  823. <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
  824.  
  825. </div>
  826. </div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement