Advertisement
lexaofrp

THEME 20: CAVALIER

Mar 16th, 2015
459
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.60 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3.  
  4.  
  5.  
  6. <head><title>{Title}</title>
  7.  
  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. <!------CAVALIER by Lexaofrp------->
  13.  
  14. <meta name="image:Background" content=""/>
  15. <meta name="image:Sidebar" content=""/>
  16. <meta name="image:Admin1" content=""/>
  17. <meta name="image:Admin2" content=""/>
  18. <meta name="image:PNG" content=""/>
  19.  
  20. <meta name="color:Background" content="#000000"/>
  21. <meta name="color:PostBG" content="#ffffff"/>
  22. <meta name="color:Text" content="#ffffff"/>
  23. <meta name="color:SBLinks" content="#ffffff" />
  24. <meta name="color:SBLinksBG" content="#ffffff"/>
  25. <meta name="color:Post Links" content="#ffffff"/>
  26. <meta name="color:Hover" content="#000000"/>
  27. <meta name="color:Scrollbar" content="#ffffff"/>
  28. <meta name="color:ScrollbarBg" content="#ffffff"/>
  29. <meta name="color:Desc Text" content="#ffffff"/>
  30. <meta name="color:Border" content=""/>
  31. <meta name="color:Accent" content=""/>
  32. <meta name="color:Extra" content=""/>
  33.  
  34. <meta name="text:Home URL" content="/"/>
  35. <meta name="text:Home" content="Home"/>
  36. <meta name="text:Ask URL" content="/"/>
  37. <meta name="text:Ask" content="Ask"/>
  38. <meta name="text:Link 1 URL" content="/"/>
  39. <meta name="text:Link 1" content="Link 1"/>
  40. <meta name="text:Link 2 URL" content="/"/>
  41. <meta name="text:Link 2" content="Link 2"/>
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. small{
  47. font-size:10px;
  48. letter-spacing:0px;
  49. }
  50.  
  51. blockquote {
  52. font-size:10px;
  53. font-family:'helvetica';
  54. max-width:545px;
  55. margin-left:5px;
  56. margin-right:5px;
  57. letter-spacing:0px;
  58. border-left:2px solid{color:border};
  59. text-align:left;
  60. padding:1px;
  61. padding-left:10px;
  62. font-weight:normal;
  63. color:{color:Text};
  64. background-color:{color:Extra};
  65. }
  66.  
  67. blockquote a{
  68. color:{color:text};
  69. }
  70.  
  71. blockquote blockquote{
  72. background-color:{color:scrollbar};
  73. }
  74.  
  75. code {
  76. font-size:9px;
  77. font-family:'arial';
  78. color:{color:text};
  79. text-transform:none;
  80.  
  81. }
  82.  
  83. hr{
  84. border:none;
  85. border-top:dashed 1px {color:text};
  86. }
  87.  
  88. pre {
  89. font-family:'georgia';
  90. font-weight:bold;
  91. text-align:center;
  92. text-decoration:underline overline;
  93. font-style:italic;
  94. letter-spacing:-1px;
  95. font-size:12px;
  96. max-width:500px;
  97. padding:5px ;
  98. margin-top:5px;
  99. color:{color:SBLinks};
  100. background-color: {color:SBLinksBG};
  101. -webkit-border-radius: 4px;
  102. -moz-border-radius: 4px;
  103. border-radius: 4px;
  104. }
  105.  
  106. h1{
  107. font-family:'arial';
  108. font-weight:bold;
  109. font-size:12px;
  110. text-align:center;
  111. text-transform:uppercase;
  112. color:{color:sblinksbg};
  113. border-bottom: 2px solid {color:sblinksbg};
  114. padding-top:10px;
  115. padding-bottom:3px;
  116. margin-top:0px;
  117.  
  118.  
  119. }
  120.  
  121. h2{
  122. font-family:'arial';
  123. font-weight:bold;
  124. font-size:12px;
  125. text-align:center;
  126. text-transform:uppercase;
  127. color:{color:accent};
  128. border-bottom: 2px solid {color:accent};
  129. padding-top:10px;
  130. padding-bottom:3px;
  131. margin-top:0px;
  132.  
  133.  
  134. }
  135.  
  136. h3{
  137. background-color:{color:sblinks};
  138. color:{color:accent};
  139. padding:5px;
  140. text-align:left;
  141. font-size:10px;
  142. font-family:'arial';
  143. margin-top:-13px;
  144.  
  145. }
  146.  
  147. h4{
  148. background-color:{color:sblinksbg};
  149. color:{color:sblinks};
  150. padding:5px;
  151. text-align:left;
  152. font-size:10px;
  153. font-family:'arial';
  154. margin-top:-10px;
  155.  
  156. }
  157.  
  158. /*GENERAL*/
  159.  
  160. body, html {
  161. font-family:'arial';
  162. font-size:10px;
  163. background-image:url('{image:background}');
  164. background-attachment:fixed;
  165. color:{color:Text};
  166. font-weight:normal;
  167. text-align:left;
  168. letter-spacing:0px;
  169. letter-spacing:0px;
  170. background-color:{color:background};
  171. -webkit-font-smoothing: antialiased;}
  172.  
  173. a {
  174. color:{color:Text};
  175. text-decoration:none;
  176. font-weight:normal;
  177. -webkit-transition:all 0.5s ease-in-out;
  178. -moz-transition:all 0.5s ease-in-out;
  179. -o-transition:all 0.5s ease-in-out;
  180. transition:all 0.5s ease-in-out;}
  181.  
  182. a:hover {
  183. color:{color:Hover};
  184. text-decoration:underline;
  185. -webkit-transition:all 0.5s ease-in-out;
  186. -moz-transition:all 0.5s ease-in-out;
  187. -o-transition:all 0.5s ease-in-out;
  188. transition:all 0.5s ease-in-out;}
  189.  
  190.  
  191. /*END GENERAL*/
  192.  
  193. /*SIDEBAR*/
  194. .content{
  195. width:530px;
  196. height:510px;
  197. overflow:auto;
  198. position:fixed;
  199. top:30px;
  200. left:450px;
  201. font-weight:normal;
  202. }
  203.  
  204.  
  205. .sidebar{
  206. position:fixed;
  207. width:300px;
  208. height:400px;
  209. top:110px;
  210. left:100px;
  211. overflow:visible
  212. }
  213.  
  214. .sidebarim{
  215. position:fixed;
  216. top:110px;
  217. width:300px;
  218. height:400px;
  219. left:100px;
  220. background-image:url('{image:Sidebar}');
  221. -webkit-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  222. -moz-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  223. box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  224. }
  225.  
  226. .tabs input[type=radio] {
  227. position: absolute;
  228. z-index:9999999999999999999999999999999999999999999;
  229. margin-top: -9999px;
  230. margin-left: -9999px;
  231. }
  232.  
  233. .bar{
  234. position:fixed;
  235. width:300px;
  236. height:30px;
  237. margin-top:72px;
  238. margin-left:92px;
  239. z-index:-99999999999;
  240. background-color:{color:sblinksbg};
  241. -webkit-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  242. -moz-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  243. box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  244. }
  245.  
  246. .tabs {
  247. width: 670px;
  248. float: none;
  249. list-style: none;
  250. position: relative;
  251. padding: 0;
  252. background-color:{color:extra};
  253. margin-top: -24px;
  254. margin-left:90px;
  255. z-index:9999999999999999999999999999999999999999999;
  256. }
  257.  
  258. .tabs li{
  259. float: left;
  260. }
  261.  
  262. .tabs label {
  263. display: block;
  264. padding-top:4px;
  265. padding-bottom:4px;
  266. padding-left:3px;
  267. width:60px;
  268. height:10px;
  269. color: {color:text};
  270. font-size: 10px;
  271. letter-spacing:3px;
  272. font-weight: bold;
  273. text-transform:uppercase;
  274. font-family:'arial';
  275. text-align: center;
  276. background-color: {color:extra};
  277. cursor: pointer;
  278. position: relative;
  279. margin-top: 0px;
  280. margin-left:5px;
  281. z-index:9;
  282. left:0px;
  283. z-index:9999999999999999999999999999999999999999999;
  284. -webkit-transition: all 0.2s ease-in-out;
  285. -moz-transition: all 0.2s ease-in-out;
  286. -o-transition: all 0.2s ease-in-out;
  287. transition: all 0.2s ease-in-out;
  288. }
  289.  
  290. [id^=tab]:checked + label {
  291. background-color: {color:extra};
  292. color: {color:accent};
  293. }
  294.  
  295. [id^=tab]:checked ~ [id^=tab-content] {
  296. display: block;
  297. }
  298.  
  299. .tab-content{
  300. z-index: 2;
  301. display: none;
  302. text-align: left;
  303. width: 200px;
  304. font-size: 20px;
  305. padding: 15px;
  306. color: {color:extra};
  307. position: absolute;
  308. top: 28px;
  309. left:-15px;
  310. box-sizing: border-box;
  311. -webkit-animation-duration: 0.5s;
  312. -o-animation-duration: 0.5s;
  313. -moz-animation-duration: 0.5s;
  314. animation-duration: 0.5s;
  315. }
  316.  
  317. .other{
  318. width:300px;
  319. height:400px;
  320. position:fixed;
  321. margin-left:-90px;
  322. margin-top:-19px;
  323. background-color:{color:extra};
  324. -webkit-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  325. -moz-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  326. box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  327. }
  328.  
  329. .todo h1{
  330. margin-bottom:17px;
  331. color:{color:sblinksbg};
  332. border-bottom:solid 2px {color:sblinksbg};
  333. }
  334.  
  335. .todo{
  336. position:absolute;
  337. margin-left:10px;
  338. margin-top:109px;
  339. width:270px;
  340. height:170px;
  341. background-color:{color:sblinks};
  342. padding:5px;
  343. z-index:999999999999999;
  344. overflow:auto;
  345. }
  346.  
  347.  
  348. .description {
  349. position:fixed;
  350. overflow:auto;
  351. height:110px;
  352. width:177px;
  353. margin-left:100px;
  354. margin-top:10px;
  355. padding:7px;
  356. opacity:1;
  357. text-align:justify;
  358. line-height:13px;
  359. font-family:'arial';
  360. font-size:10px;
  361. color:{color:Desc Text};
  362. z-index:8;
  363. -webkit-border-top-left-radius: 4px;
  364. -webkit-border-bottom-left-radius: 4px;
  365. -moz-border-radius-topleft: 4px;
  366. -moz-border-radius-bottomleft: 4px;
  367. border-top-left-radius: 4px;
  368. border-bottom-left-radius: 4px;
  369. -webkit-transition:all 0.5s ease-in-out;
  370. -moz-transition:all 0.5s ease-in-out;
  371. -o-transition:all 0.5s ease-in-out;
  372. transition:all 0.5s ease-in-out;}
  373.  
  374. .description h1{
  375. padding-top:5px;
  376. }
  377.  
  378. .png{
  379. width:280px;
  380. position:fixed;
  381. height:257px;
  382. margin-left:10px;
  383. margin-top:143px;
  384. background-image:url('{image:png}');
  385. }
  386.  
  387. .extra{
  388. position:fixed;
  389. margin-left:-90px;
  390. margin-top:-19px;
  391. height:400px;
  392. width:300px;
  393. background-color:{color:extra};
  394. -webkit-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  395. -moz-box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  396. box-shadow: 5px 5px 0px 0px rgba(97,97,97,0.5);
  397. }
  398.  
  399.  
  400.  
  401. .admin1{
  402. margin-top:10px;
  403. margin-left:10px;
  404. width:280px;
  405. height:90px;
  406. background-color:{color:accent};
  407. background-image:url('{image:admin1}');
  408. -webkit-transition:all 0.5s ease-in-out;
  409. -moz-transition:all 0.5s ease-in-out;
  410. -o-transition:all 0.5s ease-in-out;
  411. transition:all 0.5s ease-in-out;
  412. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  413. }
  414.  
  415. .admin2{
  416. margin-top:200px;
  417. margin-left:10px;
  418. width:280px;
  419. height:90px;
  420. background-color:{color:accent};
  421. background-image:url('{image:admin2}');
  422. -webkit-transition:all 0.5s ease-in-out;
  423. -moz-transition:all 0.5s ease-in-out;
  424. -o-transition:all 0.5s ease-in-out;
  425. transition:all 0.5s ease-in-out;
  426. box-shadow: 0px 2px 2px rgba(0,0,0,0.1);
  427. }
  428.  
  429. .links {
  430. position:fixed;
  431. display:inline-block;
  432. opacity:1;
  433. margin-top:12px;
  434. margin-left:0px;
  435. width:120px;
  436. padding-bottom:2px;
  437. z-index:9;
  438. -webkit-transition:all 0.5s ease-in-out;
  439. -moz-transition:all 0.5s ease-in-out;
  440. -o-transition:all 0.5s ease-in-out;
  441. transition:all 0.5s ease-in-out
  442. }
  443.  
  444. .links a {
  445. display:block;
  446. position:right;
  447. text-align:right;
  448. margin-left:10px;
  449. margin-right:-10px;
  450. margin-top:0px;
  451. margin-bottom:7px;
  452. padding-top:7px;
  453. padding-bottom:3px;
  454. padding-left:5px;
  455. padding-right:5px;
  456. width:75px;
  457. height:15px;
  458. font-family:'arial';
  459. font-size:10px;
  460. font-weight:bold;
  461. text-decoration:none;
  462. text-transform:uppercase;
  463. background-color:{color:sblinksbg};
  464. color:{color:SBLInks};
  465. -webkit-transition:all 0.7s ease-in-out;
  466. -moz-transition:all 0.7s ease-in-out;
  467. -o-transition:all 0.7s ease-in-out;
  468. transition:all 0.7s ease-in-out;
  469. }
  470.  
  471. .links a:hover {
  472. text-decoration:none;
  473. color:{color:Hover};
  474. background-color:{color:SBLinks};
  475. -webkit-transition:all 0.5s ease-in-out;
  476. -moz-transition:all 0.5s ease-in-out;
  477. -o-transition:all 0.5s ease-in-out;
  478. transition:all 0.5s ease-in-out;}
  479.  
  480. .pagination {
  481. font-size:10px;
  482. padding:5px;
  483. position:fixed;
  484. text-align:center;
  485. margin-top:540px;
  486. margin-left:442px;
  487. color:{color:SBLINKSBG};
  488. width:510px;
  489. height:15px;
  490. padding-top:5px;
  491. padding-bottom:1px;
  492. font-family:'arial';
  493. letter-spacing:3px;
  494. font-weight:bold;
  495. color:{color:SBLINKS};
  496. background-color:{color:border};
  497. font-size:10px;
  498. border-bottom:5px solid {color:sblinks};
  499. z-index:99999999999999999999999999;
  500. }
  501.  
  502. .pagination a {
  503. display:inline-block;
  504. }
  505.  
  506. .pagination a:hover{
  507. text-decoration:none;
  508. color:{color:hover};
  509. -webkit-transition:all 0.5s ease-in-out;
  510. -moz-transition:all 0.5s ease-in-out;
  511. -o-transition:all 0.5s ease-in-out;
  512. transition:all 0.5s ease-in-out;}
  513.  
  514. .current_page {
  515. padding:3px 1px;
  516. color:{color:background};
  517. -webkit-border-radius: 3px;
  518. -moz-border-radius: 3px;
  519. border-radius:3px;
  520. }
  521.  
  522. /*END SIDEBAR*/
  523.  
  524. /*POSTS*/
  525.  
  526.  
  527. .posts {
  528. width:510px;
  529. margin-left:0px;
  530. margin-top:0px;
  531. color:{color:text};
  532. -webkit-transition:all 0.5s ease-in-out;
  533. -moz-transition:all 0.5s ease-in-out;
  534. -o-transition:all 0.5s ease-in-out;
  535. transition:all 0.5s ease-in-out;
  536. }
  537.  
  538. .entries {
  539. width:500px;
  540. padding:10px;
  541. padding-bottom:-5px;
  542. color:{color:text};
  543. background-color:{color:postbg};
  544. border-bottom:none;
  545. -webkit-transition:all 0.5s ease-in-out;
  546. -moz-transition:all 0.5s ease-in-out;
  547. -o-transition:all 0.5s ease-in-out;
  548. transition:all 0.5s ease-in-out;
  549. }
  550.  
  551. .info {
  552. display:block;
  553. width: 484px;
  554. padding:8px;
  555. padding-top: -25px;
  556. padding-bottom:5px;
  557. text-align:right;
  558. font-family:'arial';
  559. border:10px solid {color:postbg};
  560. color:{color:Post links};
  561. background-color:{color:postbg};
  562. margin-bottom:20px;
  563. z-index:99;
  564. letter-spacing:0px;
  565. -webkit-transition:all 0.5s ease-in-out;
  566. -moz-transition:all 0.5s ease-in-out;
  567. -o-transition:all 0.5s ease-in-out;
  568. transition:all 0.5s ease-in-out;}
  569.  
  570. .info a {
  571. color:{color:Post Links};
  572. -webkit-transition:all 0.5s ease-in-out;
  573. -moz-transition:all 0.5s ease-in-out;
  574. -o-transition:all 0.5s ease-in-out;
  575. transition:all 0.5s ease-in-out;}
  576.  
  577. .info a:hover {
  578. color:{color:hover};
  579. -webkit-transition:all 0.5s ease-in-out;
  580. -moz-transition:all 0.5s ease-in-out;
  581. -o-transition:all 0.5s ease-in-out;
  582. transition:all 0.5s ease-in-out;}
  583.  
  584. .tags{
  585. background-color:{color:postbg};
  586. text-align:right;
  587. width:480px;
  588. padding:5px;
  589. margin-left:0px;
  590. opacity:1;
  591. z-index:9;
  592. -webkit-transition:all 0.5s ease-in-out;
  593. -moz-transition:all 0.5s ease-in-out;
  594. -o-transition:all 0.5s ease-in-out;
  595. transition:all 0.5s ease-in-out;
  596. }
  597.  
  598. .tags a{
  599. letter-spacing:0px;
  600. background-color:{color:postbg};
  601. color:{color:post links};
  602. -webkit-transition:all 0.5s ease-in-out;
  603. -moz-transition:all 0.5s ease-in-out;
  604. -o-transition:all 0.5s ease-in-out;
  605. transition:all 0.5s ease-in-out;
  606. }
  607.  
  608. .post_title {
  609. display:block;
  610. padding:5px;
  611. text-align:center;
  612. font-size:15px;
  613. font-family:'arial';
  614. font-weight:bold;
  615. text-decoration:underline;
  616. letter-spacing:5px;
  617. text-transform:uppercase;
  618. font-style:italic;}
  619.  
  620. .text {
  621. display:block;
  622. padding:5px;
  623. text-align:justify;
  624. letter-spacing:0px;
  625. color:{color:Text};
  626. }
  627.  
  628. .photo img {
  629. display:block;
  630. margin-bottom:5px; }
  631.  
  632. .quote {
  633. display:block;
  634. padding:10px;
  635. text-align:center;
  636. font-size:20px;
  637. font-weight:bold;
  638. letter-spacing:-2px;
  639. font-family:'georgia';
  640. font-style:italic;
  641. border:2px solid {color:scrollbar};
  642. color:{color:postbg};
  643. background-color:{color:accent};}
  644.  
  645. .source {
  646. display:block;
  647. padding:5px;
  648. text-align:right;
  649. font-size:9px;}
  650.  
  651. .chat li {
  652. display:block;
  653. padding:5px;
  654. letter-spacing:0px;
  655. color:{color:text};}
  656.  
  657. .audioimg img {
  658. width:100px;
  659. height:100px;
  660. color:{color:text};
  661. font-family:'arial';
  662. text-align:center;
  663. text-transform:uppercase;}
  664.  
  665. .audioinfo {
  666. color:{color:Text};}
  667.  
  668. .ask{
  669. font-family:arial;
  670. font-weight:bold;
  671. font-size:10px;
  672. text-transform:uppercase;
  673. }
  674.  
  675. .question{
  676. min-height:10px;
  677. width:480px;
  678. background-color:{color:text};
  679. color:{color:postbg};
  680. text-transform:uppercase;
  681. padding:10px;
  682. font-family:arial;
  683. font-weight:bold;
  684. font-size:10px;
  685. border-bottom:{color:accent} solid 4px;
  686. }
  687.  
  688. .asker{
  689. height:20px;
  690. padding-top:4px;
  691. width:490px;
  692. padding-right:10px;
  693. text-align:right;
  694. font-family:arial;
  695. font-weight:bold;
  696. font-size:10px;
  697. text-transform:uppercase;
  698. background-color:{color:scrollbar};
  699. }
  700.  
  701. .answerer{
  702. margin-left:0px;
  703. text-align:left;
  704. letter-spacing:0px;
  705. }
  706.  
  707. /*END POSTS*/
  708.  
  709. /*SCROLLBAR*/
  710.  
  711. ::-webkit-scrollbar {
  712. height:5px;
  713. width:5px;
  714. background-color:{color:scrollbarBG};}
  715.  
  716. ::-webkit-scrollbar-thumb {
  717. height:auto;
  718. border:solid 2px {color:scrollbarbg};
  719. background-color:{color:scrollbar};}
  720.  
  721.  
  722. .notes {
  723. font-family:'arial';
  724. text-align:center;
  725. text-transform:uppercase;
  726. font-size:8px;
  727. width:520px;
  728. margin-left:-30px;
  729. margin-top:20px;
  730. color:{color:border};
  731. background-color:rgba(0,0,0,0);
  732. }
  733.  
  734. .notes li{
  735. list-style-type:none;
  736. background-color:rgba(0,0,0,0);
  737. padding:5px;
  738. }
  739.  
  740. .notes img {
  741. opacity:0;
  742. display:none;
  743. }
  744.  
  745. .notes a{
  746. color:{color:post links};
  747. }
  748.  
  749. #credit {
  750. position:fixed;
  751. font-family:'arial';
  752. color:{color:Border};
  753. text-transform:uppercase;
  754. font-weight:bold;
  755. font-size:10px;
  756. width:55px;
  757. height:10px;
  758. right:-5px;
  759. bottom:5px;
  760. padding:5px;
  761. opacity:1;
  762. letter-spacing:4px;
  763. }
  764.  
  765. /*END SCROLLBAR*/
  766.  
  767. </style>
  768. </ul>
  769.  
  770. </head>
  771. <body>
  772. <div class="bar"></div>
  773. <div class="sidebar">
  774. <ul class="tabs">
  775. <li>
  776. <input type="radio" checked name="tabs" id="tab1">
  777. <label for="tab1">home</label>
  778. <div id="tab-content1" class="tab-content animated fadeIn">
  779. <div class="sidebarim"></div>
  780. </div>
  781. </li>
  782. <li>
  783.  
  784. <input type="radio" name="tabs" id="tab2">
  785. <label for="tab2">map</label>
  786. <div id="tab-content2" class="tab-content animated fadeIn">
  787. <div class="extra">
  788. <div class="links"> {block:ifHome}<a href="{text:Home URL}">{text:Home}</a>{/block:ifHome}
  789. {block:ifAsk}<a href="{text:Ask URL}">{text:Ask}</a>{/block:ifAsk}
  790. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  791. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  792. </div>
  793. <div class="description">
  794. {Description}</div>
  795. <div class="png"></div>
  796.  
  797. </div>
  798. </li><li>
  799. <input type="radio" name="tabs" id="tab3">
  800. <label for="tab3">to do</label>
  801. <div id="tab-content3" class="tab-content animated fadeIn">
  802. <div class="other">
  803. <div class="todo"><h1>to do</h1>
  804. <h3>edit in the html</h3>
  805. <h4>boop, lorem ipsum</h4>
  806. </div>
  807.  
  808. <div class="admin1"></div>
  809. <div class="admin2"></div>
  810. </div></div>
  811. </li>
  812.  
  813. </ul>
  814. </div>
  815. </div>
  816. </div>
  817. <!--SIDEBAR-->
  818.  
  819. {block:Pagination}
  820. <div class="pagination">
  821. {block:PreviousPage}<a href="{PreviousPage}">☚</a>{/block:PreviousPage}{block:JumpPagination length="5"}
  822. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  823. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}{/block:JumpPagination}
  824. {block:NextPage}<a href="{NextPage}">☛</a>{/block:NextPage}{/block:Pagination}
  825. {/block:Pagination}
  826.  
  827. <!--END SIDEBAR-->
  828.  
  829. <!--POSTS-->
  830.  
  831. <div class="content">
  832. <div class="posts">
  833.  
  834. {block:Posts}
  835.  
  836. <div class="entries">
  837.  
  838.  
  839. <!--TEXT POSTS-->
  840.  
  841. {block:Text}
  842.  
  843. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  844. <div class="text">{Body}</div>
  845.  
  846. {/block:Text}
  847.  
  848. <!--END TEXT POSTS-->
  849.  
  850. <!--PHOTO POSTS-->
  851.  
  852. {block:Photo}
  853.  
  854. <div class="photo"><center><img src="{PhotoURL-500}"/></center></div>
  855. <div class="text">{Caption}</div>
  856.  
  857. {/block:Photo}
  858.  
  859. <!--END PHOTO POSTS-->
  860.  
  861. <!--PHOTOSET POSTS-->
  862.  
  863. {block:Photoset}
  864.  
  865. <center><div class="photo">{Photoset-500}</div></center>
  866. <div class="text">{Caption}</div>
  867.  
  868. {/block:Photoset}
  869.  
  870. <!--END PHOTOSET POSTS-->
  871.  
  872. <!--QUOTE POSTS-->
  873.  
  874. {block:Quote}
  875.  
  876. <div class="quote">"{Quote}"</div>
  877. <div class="source">{Source}</div>
  878.  
  879. {/block:Quote}
  880.  
  881. <!--END QUOTE POSTS-->
  882.  
  883. <!--LINK POSTS-->
  884.  
  885. {block:Link}
  886.  
  887. <div class="post_title"><a href="{URL}">{Name} &rarr;</a></div>
  888. {block:Description}<div class="text">{Description}</div>{/block:Description}
  889.  
  890. {/block:Link}
  891.  
  892. <!--END LINK POSTS-->
  893.  
  894. <!--CHAT POSTS-->
  895.  
  896. {block:Chat}
  897.  
  898. {block:Title}<div class="post_title">{Title}</div>{/block:Title}
  899. <div class="chat">
  900. <ul>
  901. {block:Lines}<li class="{Alt}">{block:Label}<b>{Label}</b> {/block:Label}{Line}</li>{/block:Lines}
  902. </ul>
  903. </div>
  904.  
  905. {/block:Chat}
  906.  
  907. <!--END CHAT POSTS-->
  908.  
  909. <!--AUDIO POSTS-->
  910.  
  911. {block:Audio}
  912.  
  913. <table>
  914. <tr>
  915. <td>
  916. {block:AlbumArt}<div class="audioimg"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  917. </td>
  918. <td>
  919. <div class="audioplayer">{AudioPlayerBlack}</div>
  920. <div class="audioinfo">{block:Artist}<b>Name</b>: {Artist}{/block:Artist}<br>
  921. {block:Album}<b>Album</b>: {Album}{/block:Album}<br>
  922. {block:TrackName}<b>Track</b>: {TrackName}{/block:TrackName}</div>
  923. </td>
  924. </tr>
  925. </table>
  926. {block:Caption}<div class="text">{Caption}</div>{/block:Caption}
  927.  
  928. {/block:Audio}
  929.  
  930. <!--END AUDIO POSTS-->
  931.  
  932. <!--VIDEO POSTS-->
  933.  
  934. {block:Video}
  935.  
  936. <center><div class="photo">{VideoEmbed-500}</div></center>
  937. <div class="text">{Caption}</div>
  938.  
  939. {/block:Video}
  940.  
  941. <!--END VIDEO POSTS-->
  942.  
  943. <!--ANSWER POSTS-->
  944.  
  945. {block:Answer}<div id="ask">
  946. <div class="question">{Question}</div>
  947. <div class="asker">{Asker}</div><br/>
  948. {block:Answerer}<div class="answerer">{Answerer}<br/><br/><br/>{Answer}</div></div>{/block:Answerer}{Replies}</div>{/block:Answer}
  949.  
  950. <!--END ANSWER POSTS-->
  951. </div>
  952. <div class="info">
  953. <a><a href="{Permalink}">{TimeAgo}</a></a>
  954. <br>
  955. {block:HasTags}
  956. <div class="tags"> {block:Tags}<a href="{TagURL}">#{Tag}</a>{/block:Tags}</div>
  957. {/block:HasTags}
  958. </div>
  959. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  960. {/block:Posts}
  961.  
  962. </div>
  963. {/block:PermalinkPage}
  964. </div>
  965. </div>
  966. </div>
  967. </div>
  968. <div id="credit">
  969. <a href="http://lexaofrp.tumblr.com" title="lexaofrp">LEXA</a>
  970. </div>
  971. </div>
  972. </div>
  973. <!--END POSTS-->
  974.  
  975. </body>
  976.  
  977. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement