azurethemes

theme 13

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