Advertisement
madameclever

Theme 09 "Double X"

May 28th, 2014
1,035
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 22.16 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. ┃╰╯┃╭╮┃┃┣┫┃╱┃┃╭╋┫╭╮┃
  8. ╰╮╭┫╭╮┃╰┫┃╰━╯┃┃┃┃╭╮┃
  9. ╱╰╯╰╯╰┻━┻┻━╮╭┻╯╰┻╯╰╯
  10. ╱╱╱╱╱╱╱╱╱╭━╯┃
  11. ╱╱╱╱╱╱╱╱╱╰━━╯
  12.  
  13.  
  14. THEME 09 "DOUBLE X" BY VALIYRIA. PLEASE DON'T MESS WITH THE CREDIT, YOU CAN EDIT THE THEME HOWEVER YOU LIKE BUT DON'T USE AS A BASE. ENJOY!!!
  15.  
  16. -->
  17.  
  18.  
  19. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  20. <head><title>{Title}</title>
  21. <link rel="shortcut icon" href="{Favicon}">
  22. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  23. <link href='http://fonts.googleapis.com/css?family=Megrim' rel='stylesheet' type='text/css'>
  24. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  25.  
  26.  
  27. <meta name="color:Text" content="#000000"/>
  28. <meta name="color:Link" content="#000000"/>
  29. <meta name="color:Hover" content="#f2f2f2"/>
  30.  
  31. <meta name="text:Link 1" content="" />
  32. <meta name="text:Link 1 Text" content="" />
  33. <meta name="text:Link 2" content="" />
  34. <meta name="text:Link 2 Text" content="" />
  35. <meta name="text:Link 3" content="" />
  36. <meta name="text:Link 3 Text" content="" />
  37.  
  38. <meta name="color:scrollbarbg" content="ffffff"/>
  39.  
  40. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  41.  
  42. <style>
  43. div#qTip {
  44. padding: 3px;
  45. display: none;
  46. text-align: center;
  47. position: absolute;
  48. font-size:7px;
  49. margin-left:15px;
  50. margin-top:0px;
  51. line-height:9px;
  52. font-family:arial;
  53. background-color:#fff;
  54. color: #000000;
  55. letter-spacing: 2px;
  56. text-transform: uppercase;
  57. opacity:1;
  58. border-bottom:1px solid #cccccc;
  59. }
  60. </style>
  61.  
  62. <style type="text/css">
  63.  
  64.  
  65. /*--- SCROLLBAR ---*/
  66.  
  67. ::-webkit-scrollbar-thumb{
  68. background-color: #000000;
  69. border: 2px solid #ffffff;
  70. height:auto;
  71. }
  72.  
  73. ::-webkit-scrollbar {
  74. height:auto;
  75. width:11px;
  76. background-color:#000000;
  77. border:5px solid #ffffff;
  78. }
  79.  
  80.  
  81. /* --- BODY ---*/
  82.  
  83. body {
  84. margin:0px;
  85. color:{color:text};
  86. font-family:'arial';
  87. font-size:9px;
  88. line-height:100%;
  89. text-align:justify;
  90. line-height:120%;
  91. }
  92.  
  93. a {
  94. text-decoration:none;
  95. outline:none;
  96. -moz-outline-style:none;
  97. color:{color:link};
  98. -webkit-transition: all 0.7s ease;
  99. -moz-transition: all 0.7s ease;
  100. -o-transition: all 0.7s ease;
  101. }
  102.  
  103. img {
  104. border:none;
  105. }
  106.  
  107. blockquote {
  108. padding-left:7px;
  109. padding:7px;
  110. border-left:1px solid #cccccc;
  111. font-family:arial;
  112. font-size:9px;
  113. }
  114.  
  115. blockquote blockquote {
  116. padding-left:5px;
  117. padding-top:3px;
  118. border-left:1px solid #e4e4e4;
  119. }
  120.  
  121. h1 {
  122. font-size:10px;
  123. text-transform:none;
  124. font-weight:bold;
  125. text-align:center;
  126. padding:2px;
  127. letter-spacing:2px;
  128. line-height:150%;
  129. }
  130.  
  131. a:hover {
  132. opacity:1;
  133. color:{color:hover};
  134. -webkit-transition: all 0.7s ease;
  135. -moz-transition: all 0.7s ease;
  136. -o-transition: all 0.7s ease;
  137. }
  138.  
  139. /* --- POST ENTRIES ---*/
  140.  
  141.  
  142. #entries {
  143. padding:10px;
  144. width:400px;
  145. margin-left:530px;
  146. margin-top:40px;
  147. font-size:10px;
  148. }
  149.  
  150. .caption {
  151. width:400px;
  152. font-family:arial;
  153. letter-spacing:2px;
  154. line-height:170%;
  155. font-size:9px;
  156. text-align:left;
  157. padding-top:100px;
  158. }
  159.  
  160. .caption a {
  161. -moz-transition-duration:.8s;
  162. -webkit-transition-duration:.8s;
  163. -o-transition-duration:.8s;
  164. }
  165.  
  166. .caption a:hover {
  167. color:{color:hover};
  168. -moz-transition-duration:.8s;
  169. -webkit-transition-duration:.8s;
  170. -o-transition-duration:.8s;
  171. }
  172.  
  173. /* --- BODY: POSTS ---*/
  174.  
  175.  
  176. #post {
  177. width:400px;
  178. padding-bottom:50px;
  179. padding:10px;
  180. margin-top:15px;
  181. }
  182.  
  183. #post img {
  184. box-shadow: 10px 10px 10px #cccccc;
  185. }
  186.  
  187. iframe.photoset {
  188. box-shadow: 10px 10px 10px #cccccc;
  189. }
  190.  
  191. /* --- PERMALINKIE ---*/
  192.  
  193. .notes {
  194. text-align:left;
  195. font-family:arial;
  196. text-transform:lowercase;
  197. letter-spacing:2px;
  198. padding:8px;
  199. font-size:8px;
  200. line-height:170%;
  201. }
  202.  
  203. .notes a {
  204. padding:5px;
  205. -moz-transition-duration:.8s;
  206. -webkit-transition-duration:.8s;
  207. -o-transition-duration:.8s;
  208. }
  209.  
  210. .notes a:hover {
  211. color:{color:hover};
  212. -moz-transition-duration:.8s;
  213. -webkit-transition-duration:.8s;
  214. -o-transition-duration:.8s;
  215. }
  216.  
  217. .notes img {
  218. display:none;
  219. }
  220.  
  221. .notes li {
  222. list-style-type:none;
  223. }
  224.  
  225. .poop {
  226. width:400px;
  227. text-align:center;
  228. font-family:arial;
  229. text-transform:uppercase;
  230. letter-spacing:2px;
  231. padding-bottom:8px;
  232. font-size:9px;
  233. line-height:170%;
  234. border-bottom:1px solid #cccccc;
  235. color:#000000;
  236. font-weight:bold;
  237. }
  238.  
  239. /* --- TITLE ---*/
  240. .title {
  241. width:200px;
  242. text-align:left;
  243. font-family:arial;
  244. padding:5px;
  245. letter-spacing:2px;
  246. color:#000000;
  247. margin-top:0px;
  248. margin-left:0px;
  249. line-height:110%;
  250. opacity:1;
  251. display:navigate;
  252. padding-top:23px;
  253. border-left:solid 1px #cccccc;
  254. -moz-transition-duration:.8s;
  255. -webkit-transition-duration:.8s;
  256. -o-transition-duration:.8s;
  257. }
  258.  
  259. .title a {
  260. font-size:16px;
  261. text-transform:uppercase;
  262. -webkit-transition-duration:.8s;
  263. -moz-transition-duration:.8s;
  264. -o-transition-duration:.8s;
  265. }
  266.  
  267. .title a:hover {
  268. color:#000000;
  269. -webkit-transition-duration:.8s;
  270. -moz-transition-duration:.8s;
  271. -o-transition-duration:.8s;
  272. }
  273.  
  274. #sidebar:hover .title {
  275. font-style:italic;
  276. padding-left:45px;
  277. -webkit-transition-duration:.8s;
  278. -moz-transition-duration:.8s;
  279. -o-transition-duration:.8s;
  280. }
  281.  
  282. /* --- SIDEBAR IMAGE ---*/
  283.  
  284.  
  285. #sidebar {
  286. width:200px;
  287. position:fixed;
  288. margin-left:230px;
  289. margin-top:275px;
  290. }
  291.  
  292. /* --- HOVER LINE ---*/
  293.  
  294. #line {
  295. width: 1px;
  296. height:1px;
  297. opacity:0;
  298. display:inline-block;
  299. background-color:#cccccc;
  300. margin-left:0px;
  301. top:-30px;
  302. margin-bottom:5px;
  303. -webkit-transition-duration:.8s;
  304. -moz-transition-duration:.8s;
  305. -o-transition-duration:.8s;
  306. }
  307.  
  308. #line a {
  309. -webkit-transition-duration:.8s;
  310. -moz-transition-duration:.8s;
  311. -o-transition-duration:.8s;
  312. }
  313.  
  314. #sidebar:hover #line {
  315. margin-left:-40px;
  316. width:50px;
  317. background-color:#cccccc;
  318. height:1px;
  319. opacity:1;
  320. display:inline-block;
  321. -webkit-transition-duration:.8s;
  322. -moz-transition-duration:.8s;
  323. -o-transition-duration:.8s;
  324. }
  325.  
  326. /* --- SIDEBAR LINKS ---*/
  327.  
  328. .links {
  329. width:150px;
  330. padding: 8px;
  331. font-size:15px;
  332. font-family:arial;
  333. text-align:left;
  334. margin-top:0px;
  335. margin-left:0px;
  336. text-transform:uppercase;
  337. word-spacing:4px;
  338. position:fixed;
  339. padding-bottom:10px;
  340. padding-top:9px;
  341. border-left:1px solid #cccccc;
  342. }
  343.  
  344. .links a {
  345. font-size: 15px;
  346. }
  347.  
  348. .links a:hover {
  349. color:{color:Hover}
  350. }
  351.  
  352.  
  353. /* --- DESCRIPTION ---*/
  354.  
  355. #description {
  356. position:fixed;
  357. font-family:arial;
  358. font-size:9px;
  359. font-style:none;
  360. width:175px;
  361. margin-top:20px;
  362. padding:8px;
  363. margin-left:0px;
  364. text-align:justify;
  365. color:{color:text};
  366. line-height:170%;
  367. border-left:1px solid #cccccc;
  368. }
  369.  
  370. #description a {
  371. color:{color:text};
  372. -moz-transition-duration:0.4s;
  373. -webkit-transition-duration:0.4s;
  374. -o-transition-duration:0.4s;
  375.  
  376. }
  377.  
  378. /* --- PAGINATION---*/
  379.  
  380. #pagination {
  381. width:100px;
  382. font-size:12px;
  383. height:14px;
  384. text-align:left;
  385. margin-left:120px;
  386. margin-top:1px;
  387. padding:5px;
  388. position:fixed;
  389. word-spacing:3px;
  390. font-family:arial;
  391. letter-spacing:1px;
  392. opacity:1;
  393. padding-top:7px;
  394. padding-left:2px;
  395. -moz-transition-duration:.8s;
  396. -webkit-transition-duration:.8s;
  397. -o-transition-duration:.8s;
  398. }
  399.  
  400. #pagination a {
  401. font-size:9px;
  402. color:#000000;
  403. -moz-transition-duration:.8s;
  404. -webkit-transition-duration:.8s;
  405. -o-transition-duration:.8s;
  406. }
  407.  
  408. #pagination a:hover {
  409. color:{color:hover};
  410. }
  411.  
  412. /* --- POST INFO ---*/
  413.  
  414. #info {
  415. text-align:center;
  416. width:400px;
  417. margin-left:0px;
  418. font:helvetica
  419. margin-bottom:100px;
  420. text-transform:lowercase;
  421. font-size:13px;
  422. font-style:none;
  423. opacity:1;
  424. padding-top:9px;
  425. line-height:150%;
  426. margin-bottom:100px;
  427. color:{color:Link};
  428. padding:8px;
  429. word-spacing:4px;
  430. -moz-transition-duration: 0.6s;
  431. -webkit-transition-duration: 0.6s;
  432. -o-transition-duration: 0.6s;
  433. }
  434.  
  435. #info a {
  436. -moz-transition-duration: 0.6s;
  437. -webkit-transition-duration: 0.6s;
  438. -o-transition-duration: 0.6s;
  439. }
  440.  
  441. #info a:hover {
  442. color:{color:hover};
  443. -moz-transition-duration: 0.6s;
  444. -webkit-transition-duration: 0.6s;
  445. -o-transition-duration: 0.6s;
  446. }
  447.  
  448. /* --- QUOTATIONS ---*/
  449.  
  450. #quote {
  451. width:394px;
  452. line-height:150%;
  453. margin-left:0px;
  454. font-style:italic;
  455. font-family: 'arial';
  456. font-size:14px;
  457. text-align:left;
  458. letter-spacing:1px;
  459. margin-top:0px;
  460. padding-top:5px;
  461. padding-bottom:5px;
  462. padding-left:5px;
  463. }
  464.  
  465. #source, #source a {
  466. margin-top:10px;
  467. text-align:right;
  468. text-transform:uppercase;
  469. font-size:9px;
  470. letter-spacing:1px;
  471. margin-right:0px;
  472. padding-bottom:0px;
  473. font-family:'arial';
  474. }
  475.  
  476. /* --- POST TAGS---*/
  477.  
  478.  
  479. #tags {
  480. font-family:'arial';
  481. width:400px;
  482. text-transform:lowercase;
  483. font-size:8px;
  484. font-style:none;
  485. height:23px;
  486. margin-top:4px;
  487. text-align:center;
  488. word-spacing:3px;
  489. padding-top:10px;
  490. color:{color:link};
  491. letter-spacing:1px;
  492. line-height:110%;
  493. margin-left:0px;
  494. border-top:1px solid #cccccc;
  495. -moz-transition-duration: 0.6s;
  496. -webkit-transition-duration: 0.6s;
  497. -o-transition-duration: 0.6s;
  498. }
  499.  
  500. #tags a:hover {
  501. -moz-transition-duration: 0.6s;
  502. -webkit-transition-duration: 0.6s;
  503. -o-transition-duration: 0.6s;
  504. color:{color:hover};
  505. }
  506.  
  507. /* --- AUDIO ---*/
  508. .playerbuttonbg {
  509. position: absolute;
  510. left: 18px;
  511. top: 22px;
  512. width: 15px;
  513. height: 15px;
  514. background-color: #ffffff;
  515. padding: 10px;
  516. opacity: .6;
  517. filter: alpha(opacity=40);
  518. -moz-opacity: 0.4;
  519. -khtml-opacity: 0.4;
  520. transition: opacity .7s ease-in-out;
  521. -moz-transition: opacity .7s ease-in-out;
  522. -webkit-transition: opacity .7s ease-in-out;
  523. }
  524.  
  525. .playerbuttonbg:hover {
  526. opacity:.9;
  527. -webkit-transition:all .6s ease-in-out;
  528. -moz-transition:all .6s ease-in-out;
  529. -o-transition:all .6s ease-in-out;
  530. -ms-transition:all .6s ease-in-out;
  531. transition:all .6s ease-in-out;
  532. }
  533.  
  534. .newplayerbutton {
  535. position: relative;
  536. width: 10px;
  537. height: 10px;
  538. overflow: hidden;
  539. }
  540.  
  541. .playerbuttonhug {
  542. position: absolute;
  543. top: -18px;
  544. left: -7px;
  545. }
  546.  
  547. .tumblr_audio_player {
  548. height: 90px;
  549. width: 150px;
  550. -moz-transform: scale(0.60, 0.60);
  551. -webkit-transform: scale(0.60, 0.60);
  552. -o-transform: scale(0.60, 0.60);
  553. -ms-transform: scale(0.60, 0.60);
  554. transform: scale(0.60, 0.60);
  555. -moz-transform-origin: top left;
  556. -webkit-transform-origin: top left;
  557. -o-transform-origin: top left;
  558. -ms-transform-origin: top left;
  559. transform-origin: top left;
  560. }
  561.  
  562. .audioimgwrapper {
  563. box-shadow: 8px 8px 8px #cccccc;
  564. position: absolute;
  565. left: 0px;
  566. top: 3px;
  567. overflow: hidden;
  568. width: 70px;
  569. height: 70px;
  570. }
  571.  
  572. .audioimgwrapper img {
  573. width: 100%;
  574. height: auto;
  575. -moz-transition-duration:.8s;
  576. -webkit-transition-duration:.8s;
  577. -o-transition-duration:.8s;
  578. }
  579.  
  580. .audioimgwrapper img:hover {
  581. -moz-transition-duration:.8s;
  582. -webkit-transition-duration:.8s;
  583. -o-transition-duration:.8s;
  584. }
  585.  
  586. .trackdetails {
  587. text-align:left;
  588. padding-left:8px;
  589. line-height:100%;
  590. width: auto;
  591. font-family: 'arial';
  592. font-size:12px;
  593. display:inline-block;
  594. margin-left: 90px;
  595. background:#ffffff;
  596. width:396px;
  597. min-height:60px;
  598. padding-top:20px;
  599. margin-top:-2px;
  600. color:#000000;
  601. border-left:solid 1px #e4e4e4;
  602. }
  603.  
  604. .audiowrapper {
  605. position: relative;
  606. display:inline-block;
  607. }
  608.  
  609.  
  610. /* --- QUESTIONS ---*/
  611.  
  612. #asker {
  613. padding:8px;
  614. line-height:110%;
  615. font-family:arial;
  616. letter-spacing:1px;
  617. text-align:left;
  618. font-style:none;
  619. margin-left:0px;
  620. padding-bottom:12px;
  621. border-left:1px solid #e4e4e4;
  622. padding-top:12px;
  623. font-size:11px;
  624. }
  625.  
  626. #asker a {
  627. -webkit-transition: all 0.6s ease-in-out;
  628. -moz-transition: all 0.6s ease-in-out;
  629. -o-transition: all 0.6s ease-in-out;
  630. -ms-transition: all 0.6s ease-in-out; transition:
  631. all 0.6s ease-in-out;
  632. }
  633.  
  634. #asker a:hover {
  635. color:#000000;
  636. font-style:italic;
  637. -webkit-transition:all .6s ease-in-out;
  638. -moz-transition:all .6s ease-in-out;
  639. -o-transition:all .6s ease-in-out;
  640. -ms-transition:all .6s ease-in-out;
  641. transition:all .6s ease-in-out;
  642. }
  643.  
  644. #answer {
  645. font-family:'arial';
  646. font-size:11px;
  647. text-align:justify;
  648. letter-spacing:1px;
  649. margin-left:0px;
  650. padding-left:20px;
  651. padding-top:5px;
  652. line-height:170%;
  653. }
  654.  
  655. /* --- CREDIT ---*/
  656.  
  657. #credit {
  658. position:fixed;
  659. bottom:15px;
  660. right:15px;
  661. font-size:18px;
  662. padding-top:11px;
  663. text-align:left;
  664. padding-left:6px;
  665. padding-right:4px;
  666. width:20px;
  667. height:18px;
  668. letter-spacing:1px;
  669. font-family:arial;
  670. color:#000000;
  671. -webkit-transition-duration:.6s;
  672. -moz-transition-duration:.6s;
  673. -o-transition-duration:.6s;
  674. }
  675.  
  676. #credit a{
  677. color:#000000;
  678. -webkit-transition-duration:.6s;
  679. -moz-transition-duration:.6s;
  680. -o-transition-duration:.6s;
  681. }
  682.  
  683. #credit a:hover {
  684. color:{color:hover};
  685. -webkit-transition-duration:.6s;
  686. -moz-transition-duration:.6s;
  687. -o-transition-duration:.6s;
  688. }
  689.  
  690. /* --- UPDATES ---*/
  691.  
  692. #updatesstuff {
  693. width:115px;
  694. height:300px;
  695. margin-top:-20px;
  696. margin-left:28px;
  697. position:fixed;
  698. -moz-transition-duration:.6s;
  699. -webkit-transition-duration:.6s;
  700. -o-transition-duration:.6s;
  701. }
  702.  
  703. #updatesblock {
  704. border:solid 1px #e4e4e4;
  705. box-shadow: 7px 7px 7px #cccccc;
  706. font-family:arial;
  707. font-weight:bold;
  708. letter-spacing:2px;
  709. width:100px;
  710. height:13px;
  711. padding-top:10px;
  712. padding:5px;
  713. position:fixed;
  714. top:30px;
  715. left:30px;
  716. font-size:12px;
  717. text-align:center;
  718. display:block;
  719. text-transform:lowercase;
  720. color:#000000;
  721. -moz-transition-duration:.6s;
  722. -webkit-transition-duration:.6s;
  723. -o-transition-duration:.6s;
  724. }
  725.  
  726. #updatesstuff #updatesblock {
  727. width:100px;
  728. opacity:1;
  729. -moz-transition-duration:.6s;
  730. -webkit-transition-duration:.6s;
  731. -o-transition-duration:.6s;
  732. }
  733.  
  734. #updatesstuff:hover #updatesblock {
  735. opacity:0;
  736. -moz-transition-duration:.6s;
  737. -webkit-transition-duration:.6s;
  738. -o-transition-duration:.6s;
  739. }
  740.  
  741. #updatesblock2 {
  742. border:solid 1px #e4e4e4;
  743. box-shadow: 7px 7px 7px #cccccc;
  744. font-family:arial;
  745. font-weight:bold;
  746. letter-spacing:2px;
  747. width:100px;
  748. height:13px;
  749. padding-top:10px;
  750. padding:5px;
  751. position:fixed;
  752. top:30px;
  753. left:30px;
  754. font-size:12px;
  755. text-align:center;
  756. display:block;
  757. text-transform:lowercase;
  758. color:#000000;
  759. -moz-transition-duration:.6s;
  760. -webkit-transition-duration:.6s;
  761. -o-transition-duration:.6s;
  762. }
  763.  
  764. #updatesstuff #updatesblock2 {
  765. width:100px;
  766. opacity:0;
  767. -moz-transition-duration:.6s;
  768. -webkit-transition-duration:.6s;
  769. -o-transition-duration:.6s;
  770. }
  771.  
  772. #updatesstuff:hover #updatesblock2 {
  773. opacity:1;
  774. -moz-transition-duration:.6s;
  775. -webkit-transition-duration:.6s;
  776. -o-transition-duration:.6s;
  777. }
  778.  
  779. #updates {
  780. font-weight:bold;
  781. margin-left:2px;
  782. border:solid 1px #e4e4e4;
  783. box-shadow: 7px 7px 7px #cccccc;
  784. margin-top:45px;
  785. padding:5px;
  786. font-family:arial;
  787. height:175px;
  788. padding-top:10px;
  789. width:100px;
  790. line-height:150%;
  791. font-size:8px;
  792. letter-spacing:1px;
  793. text-transform:lowercase;
  794. color:#000000;
  795. opacity:0;
  796. -moz-transition-duration:.6s;
  797. -webkit-transition-duration:.6s;
  798. -o-transition-duration:.6s;
  799. }
  800.  
  801. #updatesstuff #updates {
  802. height:120px; /*--- change your updates length here ---*/
  803. opacity:0;
  804. -moz-transition-duration:.6s;
  805. -webkit-transition-duration:.6s;
  806. -o-transition-duration:.6s;
  807. }
  808.  
  809. #updatesstuff:hover #updates {
  810. opacity:1;
  811. margin-top:45px;
  812. -moz-transition-duration:.6s;
  813. -webkit-transition-duration:.6s;
  814. -o-transition-duration:.6s;
  815. }
  816.  
  817. {CustomCSS}</style></head><body>
  818.  
  819. <div id="sidebar">
  820.  
  821. <div class="title">
  822. <div id="line"></div>
  823. <a href="/">{title}</a>
  824. </div>
  825.  
  826.  
  827. <div id="description">
  828. {Description}
  829. </div>
  830.  
  831. <div class="links">
  832. <a href="/" title="home">✖</a>
  833. <a href="/ask" title="mail">✖</a>
  834. <a href="{text:Link 1}" title="{text:Link 1 Text}">✖</a>
  835. <a href="{text:Link 2}" title="{text:Link 2 Text}">✖</a>
  836. <a href="{text:Link 3}" title="{text:Link 3 Text}">✖</a>
  837. </div>
  838.  
  839. {block:Pagination}<div id="pagination">
  840. {block:PreviousPage}<a href="{PreviousPage}">back</a> | {/block:PreviousPage}
  841. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  842. </div>{/block:Pagination}
  843. </div>
  844.  
  845. <div id="updatesstuff">
  846. <div id="updatesblock">hover</div> <!--you can change this title-->
  847. <div id="updatesblock2">updates</div> <!--you can change this title!-->
  848. <div id="updates">
  849. <center>
  850. WRITE YOUR UPDATES STUFF HERE
  851.  
  852. </div>
  853. </div>
  854.  
  855.  
  856. <div id="entries">{block:Posts}<div id="post">
  857.  
  858. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  859.  
  860. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  861. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  862. {/block:Photo}
  863.  
  864. {block:Photoset}{Photoset-400}
  865. {block:Caption}<span class="caption">{Caption}</span>
  866. {/block:Caption}{/block:Photoset}
  867.  
  868. {block:Quote}<div id="quote">"{Quote}"</div>{block:Source}<div id="source">{Source}</div>{/block:Source}{/block:Quote}
  869.  
  870. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  871.  
  872. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  873.  
  874. {block:AudioPlayer}
  875. <div class="audiowrapper">
  876. {block:AlbumArt}
  877. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  878. {/block:AlbumArt}
  879.  
  880. <div class="playerbuttonbg">
  881. <div class="newplayerbutton">
  882. <div class="playerbuttonhug">
  883.  
  884. {AudioPlayerWhite}
  885.  
  886. </div>
  887. </div>
  888. </div>
  889.  
  890. <div class="trackdetails">
  891.  
  892. {block:TrackName}<span style="font-size:13px; font-weight:bold;">{TrackName}</span>{/block:TrackName}<p>
  893. {block:Artist}<span style="font-size:11px; font-style:italic;">{Artist}</span>{/block:Artist}
  894. </div>
  895. </div>
  896. {block:Caption}<span class="caption">{Caption}</span>{/block:Caption}
  897. {/block:AudioPlayer}
  898.  
  899. {block:Video}{Video-400}{block:Caption}<span class="caption">{Caption}</span>{/block:Caption}{/block:Video}
  900.  
  901. {block:Answer}<div id="asker"><span style="font-family:arial;font-size:11px; color:#000000;">{Question}</span> - <span style="font-family: 'arial';font-size:12px; font-weight:bold; letter-spacing:2px;">{Asker}</span></div>
  902. <div id="answer"><span style="font-style:italic">{Answer}</span></div>{/block:Answer}</div>
  903.  
  904. <div id="info">
  905. {block:Date} <a href="{Permalink}" title="{ShortMonth} {DayofMonth}" >✖</a> <a href="{Permalink}" title="+ {NoteCount} notes">✖</a>{/block:Date}
  906. {block:RebloggedFrom} <a href="{ReblogParentURL}" title="via: {ReblogParentName}" >✖</a> {block:ContentSource} <a href="{SourceURL}" title="source: {ReblogRootName}" >✖</a> {/block:ContentSource}{/block:RebloggedFrom}<a href="{ReblogURL}" title="reblog" target="_blank" >✖</a>
  907.  
  908. {block:HasTags}<div id="tags"><span style="font-weight:bold; font-style:italic;font-size:8px;">{block:Tags} <a href="{TagURL}">{Tag}</a>; {/block:Tags}</div>{/block:HasTags}</span></div>
  909. {/block:Posts}
  910.  
  911. {block:PostNotes}
  912. <div class="notes">
  913. <div class="poop">Notes</div>
  914. {PostNotes}
  915. </div>
  916. {/block:PostNotes}
  917.  
  918.  
  919. {/block:Posts}
  920. </div>
  921. </div>
  922.  
  923. </div>
  924.  
  925.  
  926.  
  927. <!--
  928. THEME MAKER CREDIT
  929. -->
  930.  
  931. <div id="credit"><a href="http://jongritte.co.vu/">VL</a></div>
  932.  
  933.  
  934. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement