azurethemes

theme 12

Feb 21st, 2015
399
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 21.77 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4.  
  5. <head>
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <!---- ☰ theme 12 "amber" by azureofrp ☰
  13. ☰ pls dont remove the credit
  14. ☰ making themes takes a lot of time and effort so pls dont steal anything of this code
  15. ☰ for help, visit my theme faq -> azureofrp.tumblr.com/faq
  16. ☰ edit this theme for PERSONAL USE ONLY!!!!
  17. --->
  18.  
  19.  
  20.  
  21. <!--META NAMES-->
  22.  
  23. <meta name="color:BACKGROUND" content="#c0b9aa"/>
  24. <meta name="color:BACKGROUND 2" content="#c0b9aa"/>
  25. <meta name="color:TXT" content="#000000"/>
  26. <meta name="color:LINKS" content="#000000"/>
  27. <meta name="color:TAB LINKS" content="#c0b9aa"/>
  28. <meta name="color:TAB LINKS BG" content="#a43657"/>
  29. <meta name="color:HOVER" content="#330c1a">
  30. <meta name="color:HOVER BG" content="#9d7281">
  31. <meta name="color:SHADOW" content="#040404">
  32. <meta name="color:TXT SHADOW" content="#476465">
  33. <meta name="color:BLOCKQUOTE" content="#a43657">
  34. <meta name="color:BLOCKQUOTE BORDER" content="#000000">
  35. <meta name="color:H1 BG" content="#a43657">
  36. <meta name="color:ITALIC" content="#000000">
  37. <meta name="color:BOLD" content="#000000">
  38. <meta name="color:TITLE BG" content="#a43657">
  39.  
  40.  
  41. <meta name="color:POST BG" content="#4c9799">
  42. <meta name="color:LINKS BG" content="#a43657">
  43. <meta name="color:DESC BG" content="#4c9799">
  44. <meta name="color:INFO BG" content="#a43657">
  45. <meta name="color:SIDEBAR BG" content="#369c96">
  46. <meta name="color:BORDER" content="#000000">
  47. <meta name="color:BORDER 2" content="#a43657">
  48. <meta name="color:SCROLLBAR" content="#6d0721">
  49. <meta name="color:SCROLLBAR BG" content="#0b201f">
  50.  
  51.  
  52. <meta name="image:BACKGROUND" content=""/>
  53. <meta name="image:SIDEBAR" content=""/>
  54. <meta name="image:ICON" content=""/>
  55.  
  56.  
  57. <meta name="text:UPDATES" content=""/>
  58. <meta name="text:TAB 1 TITLE" content=""/>
  59. <meta name="text:TAB 2 TITLE" content=""/>
  60. <meta name="text:TAB 3 TITLE" content=""/>
  61. <meta name="text:TITLE" content=""/>
  62.  
  63.  
  64.  
  65.  
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72. <meta name="text:LINK 1" content="LINK 1">
  73. <meta name="text:LINK 2" content="LINK 2">
  74. <meta name="text:LINK 3" content="LINK 3">
  75. <meta name="text:LINK 4" content="LINK 4">
  76. <meta name="text:LINK 5" content="LINK 5">
  77. <meta name="text:LINK 6" content="LINK 6">
  78.  
  79.  
  80. <meta name="text:LINK 1 URL" content="/">
  81. <meta name="text:LINK 2 URL" content="/">
  82. <meta name="text:LINK 3 URL" content="/">
  83. <meta name="text:LINK 4 URL" content="/">
  84. <meta name="text:LINK 5 URL" content="/">
  85. <meta name="text:LINK 6 URL" content="/">
  86.  
  87.  
  88.  
  89.  
  90.  
  91.  
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. <style type="text/css">
  99.  
  100.  
  101. ::-webkit-scrollbar-thumb {
  102. height:auto;
  103. background-color:{color:scrollbar};
  104.  
  105. }
  106.  
  107. ::-webkit-scrollbar {
  108. height:2.5px;
  109. width:3px;
  110. background-color:{color:scrollbar bg};
  111.  
  112. }
  113.  
  114. body {
  115. background-color:{color:background};
  116. background-image:url('{image:background}');
  117. background-attachment: fixed;
  118. background-repeat: repeat;
  119. font-family:arial;
  120. font-size:10px;
  121. text-align:justify;
  122. color:{color:txt};
  123. margin:0;
  124.  
  125.  
  126. }
  127.  
  128. a {
  129. text-decoration:none;
  130. color:{color:Links};
  131. -webkit-transition: all 0.5s ease-out;
  132. -moz-transition: all 0.5s ease-out;
  133. transition: all 0.5s ease-out;
  134. }
  135.  
  136. a:hover {
  137. text-decoration:none;
  138. color:{color:Hover};
  139. -webkit-transition: all 0.5s ease-out;
  140. -moz-transition: all 0.5s ease-out;
  141. transition: all 0.5s ease-out;
  142.  
  143. }
  144.  
  145. img {
  146. border:none;
  147.  
  148.  
  149.  
  150. }
  151.  
  152. blockquote {
  153. background:{color:blockquote};
  154. border-left:5px solid {color:blockquote border};
  155. padding:5px;
  156.  
  157. }
  158.  
  159. pre{
  160. margin-top:0px;
  161. margin-bottom:5px;
  162. font-size:12px;
  163. background-color:{color:blockquote};
  164. padding:5px;
  165. text-transform:uppercase;
  166. font-family:arial;
  167. font-weight:bold;
  168. text-align:center;
  169. text-shadow: 1px 1px 0px {color:txt shadow};
  170. }
  171.  
  172. small{
  173. font-size:10px;
  174. }
  175.  
  176. big{
  177. font-size:10px;
  178. }
  179.  
  180. sub{
  181. font-size:10px;
  182. }
  183.  
  184.  
  185. h1 {
  186. font-size:10px;
  187. text-transform:uppercase;
  188. border-left:solid 5px {color:blockquote border};
  189. border-right:solid 5px {color:blockquote border};
  190. font-family:arial;
  191. background-color:{color:h1 bg};
  192. font-style:bold;
  193. text-align:left;
  194. color:{color:txt};
  195. padding:5px;
  196. text-shadow: 1px 1px 0px {color:txt shadow};
  197. }
  198.  
  199. h1 a{
  200. color:{color:txt};
  201. font-size:12px;
  202. text-transform:uppercase;
  203. font-family:arial;
  204. background-color:{color:blockquote};
  205. font-style:bold;
  206. text-align:right;
  207. padding:5px;
  208. }
  209.  
  210. h2 a{
  211. color:{color:txt};
  212.  
  213. }
  214.  
  215. b {
  216. font-weight:bold;
  217. color:{color:bold};
  218.  
  219. }
  220.  
  221. i {
  222. font-weight:italic;
  223. color:{color:italic};
  224.  
  225. }
  226.  
  227. u {
  228. text-decoration:none;
  229. border-bottom:1px solid {color:txt};
  230.  
  231. }
  232.  
  233.  
  234.  
  235.  
  236.  
  237.  
  238. /*DESC*/
  239.  
  240.  
  241. #desc {
  242. width:275px;
  243. height:100px;
  244. position:fixed;
  245. padding-top:10px;
  246. padding-bottom:10px;
  247. padding-left:10px;
  248. padding-right:10px;
  249. line-height:100%;
  250. top:200px;
  251. margin-left:0px;
  252. font-weight:bold;
  253. font-size:10px;
  254. text-align:center;
  255. overflow:auto;
  256. background:{color:desc bg};
  257. z-index:9999999;
  258. opacity:1;
  259.  
  260.  
  261. }
  262.  
  263. #admin1box {
  264. width:442px;
  265. height:65px;
  266. position:fixed;
  267. padding-top:10px;
  268. padding-bottom:10px;
  269. padding-left:10px;
  270. padding-right:10px;
  271. line-height:550%;
  272. top:77px;
  273. margin-left:749px;
  274. font-weight:bold;
  275. font-size:12px;
  276. text-align:center;
  277. text-transform:uppercase;
  278. overflow:hidden;
  279. background:{color:title bg};
  280. color:{color:txt};
  281. z-index:9999999;
  282. opacity:1;
  283. text-shadow: 1px 1px 0px {color:txt shadow};
  284. box-shadow:5px 5px 0px {color:shadow};
  285.  
  286.  
  287. }
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294. /*PAGINAITON*/
  295.  
  296. #pagi {
  297. font-size:9px;
  298. text-transform:uppercase;
  299. font-weight:bold;
  300. font-style:normal;
  301. position:fixed;
  302. text-align:left;
  303. margin-left:159px;
  304. margin-top:-82px;
  305. background:transparent;
  306. padding:5px;
  307. line-height:100%;
  308. width:370px;
  309. height:5px;
  310. display:inline-block;
  311. color:{color:links};
  312. z-index:99999999;
  313. opacity:1;
  314. font-family:arial;
  315. text-shadow: 1px 1px 0px {color:txt shadow};
  316. transition-duration: 0.9s;
  317. -moz-transition-duration:0.9s;
  318. -webkit-transition-duration:0.9s;
  319. -o-transition-duration:0.9s;
  320.  
  321.  
  322.  
  323.  
  324.  
  325. }
  326.  
  327. #pagi:hover{
  328. color:{color:hover};
  329. transition-duration: 0.9s;
  330. -moz-transition-duration:0.9s;
  331. -webkit-transition-duration:0.9s;
  332. -o-transition-duration:0.9s;
  333.  
  334. }
  335.  
  336.  
  337.  
  338. /*IMAGES*/
  339.  
  340.  
  341. #sidebar1 {
  342. position:fixed;
  343. opacity:1;
  344. background-image:url('{image:sidebar}');
  345. width:445px;
  346. height:324px;
  347. top:77px;
  348. margin-left:180px;
  349. background:{color:desc bg};
  350. border-bottom:solid 5px {color:border};
  351. z-index:9999999;
  352.  
  353.  
  354. }
  355.  
  356. #header{
  357. position:fixed;
  358. opacity:1;
  359. width:1065px;
  360. height:550px;
  361. top:45px;
  362. margin-left:145px;
  363. background:{color:background 2};
  364. border:solid 20px {color:border 2};
  365. opacity:1;
  366. z-index:-9;
  367.  
  368. }
  369.  
  370. #admin1 {
  371. position:fixed;
  372. width:70px;
  373. margin-top:-190px;
  374. padding:10px;
  375. height:70px;
  376. margin-left:180px;
  377. background-color:transparent;
  378. z-index:99999;
  379. }
  380.  
  381. #admin1image {
  382. width 70px;
  383. z-index:99999;
  384. }
  385.  
  386. #admin1image img {
  387. width:70px;
  388. height:70px;
  389. border-radius:100px;
  390. margin-left:660px;
  391. margin-top:77px;
  392. border:solid 5px {color:title bg};
  393. z-index:99999;
  394. }
  395.  
  396.  
  397. #triangle-left1 {
  398. width: 0;
  399. height: 0;
  400. margin-top:-50px;
  401. margin-left:729px;
  402. z-index:99999;
  403. border-top: 10px solid transparent;
  404. border-right: 20px solid {color:title bg};
  405. border-bottom: 10px solid transparent;
  406.  
  407.  
  408.  
  409. }
  410.  
  411.  
  412.  
  413. /*LINKS*/
  414.  
  415.  
  416. .tabs {
  417. position: fixed;
  418. margin: 277px auto;
  419. margin-left:180px;
  420. width: 100px;
  421. z-index:9999999;
  422. }
  423.  
  424. .tabs input {
  425. position: absolute;
  426. z-index: 1000;
  427. width: 160px;
  428. height: 10px;
  429. left: 0px;
  430. top: 0px;
  431. opacity: 0;
  432. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  433. filter: alpha(opacity=0);
  434. cursor: pointer;
  435. }
  436. .tabs input#tab-2{
  437. left: 120px;
  438.  
  439. }
  440. .tabs input#tab-3{
  441. margin-left: 340px;
  442.  
  443. }
  444. .tabs input#tab-4{
  445. left: 360px;
  446. }
  447.  
  448. .tabs label {
  449. background: {color:tab links bg};
  450. font-size: 10px;
  451. line-height: 60px;
  452. height: 60px;
  453. position: relative;
  454. padding: 0 40px;
  455. float: left;
  456. display: inline-block;
  457. width: 65px;
  458. color: {color:tab links};
  459. top: 0px;
  460. text-transform: uppercase;
  461. font-weight: bold;
  462. text-align: center;
  463. text-shadow: 1px 1px 0px {color:txt shadow};
  464. border-bottom:solid 5px {color:border};
  465.  
  466. }
  467.  
  468. .tabs label:after {
  469. background-color: {color:tab links bg};
  470. font-size: 10px;
  471. line-height: 25px;
  472. height: 25px;
  473. position: relative;
  474. padding: 0 20px;
  475. float: left;
  476. display: block;
  477. width: 20px;
  478. color: {color:tab links};
  479. top: 0px;
  480. letter-spacing: 1px;
  481. text-transform: uppercase;
  482. font-style:italic;
  483. font-weight: bold;
  484. text-align: center;
  485. text-shadow: 1px 1px 0px {color:txt shadow};
  486. }
  487.  
  488. .tabs input:hover + label {
  489. background: {color:tab links bg};
  490. top: 0px;
  491. -webkit-transition: top linear 0.2s;
  492. -moz-transition: top linear 0.2s;
  493. -o-transition: top linear 0.2s;
  494. -ms-transition: top linear 0.2s;
  495. transition: top linear 0.2s;
  496. }
  497. .tabs input:hover + label:after{
  498. background: transparent;
  499. }
  500. .tabs input:hover + label ~ .clear-shadow {
  501. top: 0px;
  502. -webkit-transition: top linear 0.2s;
  503. -moz-transition: top linear 0.2s;
  504. -o-transition: top linear 0.2s;
  505. -ms-transition: top linear 0.2s;
  506. transition: top linear 0.2s;
  507. }
  508.  
  509. .tabs input:checked:hover + label {
  510. top: 0;
  511. }
  512. .tabs input:checked:hover + label:after{
  513. background: transparent;
  514. }
  515. .tabs input:checked:hover + label ~ .clear-shadow {
  516. top: 0;
  517. background: transparent;
  518. -webkit-transition: none;
  519. -moz-transition: none;
  520. -o-transition: none;
  521. -ms-transition: none;
  522. transition: none;
  523. }
  524.  
  525. .tabs input.tab-selector-1:hover + label.tab-label-1 ~ .clear-shadow{
  526. z-index: 3;
  527. }
  528.  
  529. .tabs input.tab-selector-2:hover + label.tab-label-2 ~ .clear-shadow {
  530. z-index: 2;
  531. }
  532.  
  533. .tabs input.tab-selector-3:hover + label.tab-label-3 ~ .clear-shadow {
  534. z-index: 1;
  535. }
  536.  
  537. .tabs input.tab-selector-4:hover + label.tab-label-4 ~ .clear-shadow {
  538. z-index: 0;
  539. }
  540. .tabs label:first-of-type {
  541. z-index: 4;
  542. }
  543.  
  544. .tab-label-2 {
  545. z-index: 3;
  546. }
  547.  
  548. .tab-label-3 {
  549. z-index: 2;
  550. }
  551.  
  552. .tab-label-4 {
  553. z-index: 1;
  554. }
  555.  
  556. .tabs input:checked + label {
  557. background: {color: tab links bg};
  558. z-index: 6;
  559. -webkit-transition: top linear 0.2s;
  560. -moz-transition: top linear 0.2s;
  561. -o-transition: top linear 0.2s;
  562. -ms-transition: top linear 0.2s;
  563. transition: top linear 0.2s;
  564. }
  565.  
  566. .clear-shadow {
  567. background-color:transparent;
  568. position: relative;
  569. top: 0;
  570. height: 10px;
  571. margin-bottom: -10px;
  572. clear: both;
  573. z-index: -2;
  574. box-shadow: 0 -2px 3px -2px rgba(0,0,0,0.2);
  575. border-radius: 3px;
  576. }
  577.  
  578. .content {
  579. background-color: {color:desc bg};
  580. position: relative;
  581. width: 300px;
  582. height: 190px;
  583. margin-left:145px;
  584. margin-top:-205px;
  585. z-index: 5;
  586. border-bottom:solid 5px {color:border};
  587.  
  588. }
  589.  
  590. .content div {
  591. position: absolute;
  592. top: 0;
  593. left: 0;
  594. bottom: 100%;
  595. width:280px;
  596. padding: 10px;
  597. overflow: auto;
  598. z-index: 1;
  599. opacity: 0;
  600. -webkit-transition: all linear 0.1s;
  601. -moz-transition: all linear 0.1s;
  602. -o-transition: all linear 0.1s;
  603. -ms-transition: all linear 0.1s;
  604. transition: all linear 0.1s;
  605. }
  606.  
  607. .tabs input.tab-selector-1:checked ~ .content .content-1,
  608. .tabs input.tab-selector-2:checked ~ .content .content-2,
  609. .tabs input.tab-selector-3:checked ~ .content .content-3,
  610. .tabs input.tab-selector-4:checked ~ .content .content-4 {
  611. bottom: 0px;
  612. z-index: 100;
  613. -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  614. filter: alpha(opacity=100);
  615. opacity: 1;
  616. transition-delay:0.1s;
  617. -webkit-transition-delay:0.1s;
  618. transition-duration: 0.3s;
  619. -moz-transition-duration:0.2s;
  620. -webkit-transition-duration:0.3s;
  621. -o-transition-duration:0.2s;
  622. }
  623.  
  624. .content div h2{
  625. text-align:center;
  626. font-size:18px;
  627. padding:5px;
  628. margin-top:20px;
  629. font-weight:bold;
  630. text-shadow: 2px 1px 0px {color:txt shadow};
  631. background-color:{color:post bg};
  632. color:{color:txt};
  633. }
  634.  
  635. .content div h3 {
  636. text-align:center;
  637. font-size:18px;
  638. padding:5px;
  639. margin-top:30px;
  640. margin-bottom:2px;
  641. text-shadow: 2px 1px 0px {color:txt shadow};
  642. background-color:{color:post bg};
  643. color:{color:txt};
  644. }
  645.  
  646. .content div n {
  647. text-align:center;
  648. top: -70px;
  649. left: -5px;
  650. bottom: 100%;
  651. width:138px;
  652. height:200px;
  653.  
  654. }
  655.  
  656. .content div n a {
  657. width:175px;
  658. display:inline-block;
  659. padding:5px;
  660. padding-top:6px;
  661. margin-left:45px;
  662. margin-top:4px;
  663. font-size:9px;
  664. overflow:hidden;
  665. font-weight:bold;
  666. text-transform:uppercase;
  667. text-shadow: 1px 1px 0px {color:txt shadow};
  668. color:{color:tab links};
  669. background-color:{color:links bg};
  670.  
  671. }
  672.  
  673. .content div n a:hover{
  674. color:{color:hover};
  675. background:{color:hover bg};
  676. }
  677.  
  678. .content div ad1 {
  679. text-align:center;
  680. font-size:10px;
  681. padding:5px;
  682. margin-top:0px;
  683. margin-bottom:-5px;
  684. font-weight:bold;
  685. display:block;
  686. width:190px;
  687. text-shadow: 2px 1px 0px {color:txt shadow};
  688. background-color:{color:background};
  689. color:{color:txt};
  690. }
  691.  
  692. .content div ad2 {
  693. text-align:justify;
  694. font-size:9px;
  695. padding:5px;
  696. font-weight:normal;
  697. text-transform:uppercase;
  698. width:100px;
  699. overflow:auto;
  700. height:93px;
  701. margin-top:10px;
  702. margin-bottom:5px;
  703. display:block;
  704. border-left:0px solid {color:hover};
  705. background-color:{color:background};
  706. color:{color:txt};
  707. }
  708.  
  709. .content div p {
  710. font-size: 9px;
  711. margin-top:0px;
  712. margin-bottom:5px;
  713. line-height: 130%;
  714. text-align: center;
  715. margin: 0;
  716. color: {color:txt};
  717. padding-left: 5px;
  718. font-family: arial;
  719. border-left: 2px solid {color:border};
  720. }
  721.  
  722.  
  723.  
  724. /*ENTRIES*/
  725.  
  726.  
  727.  
  728. #entries {
  729. position: absolute;
  730. z-index:99999;
  731. height:418px;
  732. width:567px;
  733. overflow:auto;
  734. margin-left:650px;
  735. margin-top:56px;
  736.  
  737.  
  738. }
  739.  
  740. #post{
  741. padding:15px;
  742. width:500px;
  743. background-color:{color:post bg};
  744. overflow:hidden;
  745. margin-bottom:20px;
  746. margin-left:10px;
  747. float:left;
  748. z-index:9999;
  749.  
  750. }
  751.  
  752.  
  753. /*POST INFO*/
  754.  
  755. #info {
  756. width:520px;
  757. text-align:left;
  758. font-family:arial;
  759. font-size:9px;
  760. padding:7px;
  761. color:{color:txt};
  762. line-height:10px;
  763. background-color:{color:info bg};
  764. margin-top:5px;
  765. margin-left:-15px;
  766. font-size:9px;
  767. margin-bottom:-15px;
  768. font-style:none;
  769. padding:5px;
  770. line-height:10px;
  771. transition-duration: 1.0s;
  772. -moz-transition-duration: 1.0s;
  773. -webkit-transition-duration: 1.0s;
  774. -o-transition-duration: 1.0s;
  775.  
  776. }
  777.  
  778. #info hover{
  779. color:{color:hover};
  780. transition-duration: 1.0s;
  781. -moz-transition-duration: 1.0s;
  782. -webkit-transition-duration: 1.0s;
  783. -o-transition-duration: 1.0s;
  784.  
  785.  
  786. }
  787.  
  788. #info a {
  789. text-align:center;
  790. font-family:arial;
  791. color:{color:txt};
  792.  
  793. }
  794.  
  795. .right{
  796. float:right
  797.  
  798. }
  799.  
  800.  
  801. /*ASKS*/
  802.  
  803. #asks {
  804. font-size:11px;
  805. text-align:center;
  806. width:537px;
  807. padding:5px;
  808. margin-left:-30px;
  809. margin-top:-15px;
  810. background-color:{color:info bg}
  811.  
  812. }
  813.  
  814.  
  815. /*CREDIT-- Just leave this please*/
  816.  
  817. #c{
  818. position:fixed;
  819. font-size:8px;
  820. font-weight:bold;
  821. padding-bottom:5px;
  822. padding-top:5px;
  823. height:10px;
  824. width:60px;
  825. padding-left:5px;
  826. padding-right:5px;
  827. margin-left:1290px;
  828. margin-top:525px;
  829. line-height:150%;
  830. text-align:center;
  831. float:left;
  832. color:{color:txt};
  833. text-transform:uppercase;
  834. border-bottom:solid 2px {color:border};
  835. background-color:{color:links bg};
  836. transition-duration: 0.8s;
  837.  
  838.  
  839. }
  840.  
  841.  
  842.  
  843. </style>
  844.  
  845. </head>
  846.  
  847.  
  848. <body>
  849.  
  850.  
  851. <div id="sidebar">
  852. <div id="sidebar1"><a href="/"><img src="{image:sidebar}"></a></div>
  853. <div id="header"><img src=""></a></div>
  854. <div id="admin1image"><img src="{image:icon}"></a></div>
  855. <div id="triangle-left1"></div>
  856. <div id="admin1box">{text:title}</div>
  857.  
  858. </div>
  859.  
  860.  
  861.  
  862.  
  863. </div>
  864.  
  865.  
  866.  
  867. </div>
  868.  
  869.  
  870. <section class="tabs">
  871. <input id="tab-1" type="radio" name="radio-set" class="tab-selector-1" checked="checked" />
  872. <label for="tab-1" class="tab-label-1">{text:tab 1 title}</label>
  873.  
  874. <input id="tab-2" type="radio" name="radio-set" class="tab-selector-2" />
  875. <label for="tab-2" class="tab-label-2">{text:tab 2 title}</label>
  876.  
  877. <input id="tab-3" type="radio" name="radio-set" class="tab-selector-3" />
  878. <label for="tab-3" class="tab-label-3">{text:tab 3 title}</label>
  879.  
  880. <div class="clear-shadow"></div>
  881.  
  882. <div class="content">
  883. <div class="content-1">
  884. {description}
  885. </div>
  886. <div class="content-2">
  887. {text:updates}
  888.  
  889. </div>
  890. <div class="content-3">
  891. <n><a href="/" href="">refresh</a><br>
  892. <a href="ask" href="/ask">inquire</a><br>
  893. <a href="{text:link 1 url}">{text:link 1}</a></br>
  894. <a href="{text:link 2 url}">{text:link 2}</a></br>
  895. <a href="{text:link 3 url}">{text:link 3}</a></br>
  896. <a href="{text:link 4 url}">{text:link 4}</a></br></n>
  897. </div>
  898. </div>
  899. </div>
  900. </section>
  901. </div>
  902.  
  903.  
  904. </div><div id="pagi">
  905. {block:Pagination}
  906. {block:PreviousPage}
  907. <a href="{PreviousPage}"> back</a>
  908. {/block:PreviousPage}
  909.  
  910. {block:NextPage}
  911. <a href="{NextPage}">next</a>
  912. {/block:NextPage}
  913. </div>
  914. {/block:Pagination}</div></div>
  915.  
  916. <div id="entries">
  917. {block:Posts}
  918. <div id="post"
  919.  
  920. <!--TEXT POSTS-->
  921.  
  922. {block:Text}
  923. {block:Title}<h1><center>{Title}</center></h1>{/block:Title}
  924. {Body}
  925. {/block:Text}
  926.  
  927. <!--ASKS-->
  928.  
  929. {block:Answer}
  930. <div id="asks">
  931. <div style="margin-left:-280px; padding-bottom:8px; font-size:10px;"><b><i>{Asker} asked:</b></i></span></div><br /> <div style="padding-left:15px; margin-top:-18px; font-size:10px;">{Question}</div>
  932. </div>
  933. {Answer}
  934. {/block:Answer}
  935.  
  936. <!--QUOTE POSTS-->
  937. {block:Quote}
  938.  
  939. {block:Quote}
  940. <h2>{Quote}</h2>
  941. <div align="right">
  942. {block:Source}<h1>-{Source}</h1>{/block:Source}
  943. </div>
  944. {/block:Quote}
  945. <!--LINK POSTS-->
  946.  
  947. {block:Link}
  948. <h2><center><a href="{URL}">{Name}</center></a></h2>
  949. {block:Description}{Description}{/block:Description}
  950. {/block:Link}
  951.  
  952. <!--CHAT POSTS-->
  953.  
  954. {block:Chat}
  955. {block:Title}<h2>{Title}</h2>{/block:Title}
  956. <ul class="convo">{block:Lines}<li class="line">{block:Label}<span class="label">{Label}</span>{/block:Label}
  957. {Line}</li>{/block:Lines}</ul>
  958. {/block:Chat}
  959.  
  960. <!--PHOTO POSTS-->
  961.  
  962. {block:Photo}
  963. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}" width="500px">{LinkCloseTag}
  964.  
  965. {block:Caption}{Caption}{/block:Caption}
  966. {/block:Photo}
  967.  
  968. <!--PHOTOSET POSTS-->
  969.  
  970. {block:Photoset}
  971. {Photoset-500}
  972. {block:Caption}{Caption}{/block:Caption}
  973. {/block:Photoset}
  974.  
  975. <!--VIDEO POSTS-->
  976.  
  977. {block:Video}
  978. {Video-500}
  979. {block:Caption}{Caption}{/block:Caption}
  980. {/block:Video}
  981.  
  982.  
  983. <!--AUDIO-->
  984.  
  985. {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>
  986. {block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  987. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  988. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times <br>
  989. {/block:Audio}
  990.  
  991.  
  992. <!--POST INFO-->
  993.  
  994.  
  995. <div id="info">
  996. <div id="permalink">
  997. <a href="{Permalink}">{12Hour}:{Minutes} {AmPm}</a> <div class=right>{NoteCount}</div></a></div>
  998.  
  999. {block:PostNotes}<div id="notes"><left>{PostNotes}</div>{/block:PostNotes}
  1000. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  1001. </div></div>
  1002.  
  1003. {/block:Posts}{/block:Posts}</div></div></div>
  1004.  
  1005.  
  1006. </div>
  1007.  
  1008. <!--Simply don't remove it pls.-->
  1009. </div>
  1010.  
  1011. </div>
  1012. <div id="c">
  1013. <a href="http://azureofrp.tumblr.com/">AZUREOFRP </a>
  1014.  
  1015. </div>
  1016. </div>
Advertisement
Add Comment
Please, Sign In to add comment