Advertisement
PuppyLove968

to have a home (mahogany themes)

Sep 19th, 2013
414
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 30.74 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  4. <title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}
  8. <meta name="description" content="{MetaDescription}" />
  9. {/block:Description}
  10.  
  11.  
  12. <head>
  13.  
  14. <!----
  15.  
  16. theme: I need to find a better photo by fangirlbotmalfunction (mahogany themes)
  17. DO WHAT YOU WILL.
  18.  
  19. ---->
  20.  
  21.  
  22. <meta name="color:background color" content="#420650" />
  23. <meta name="color:accent" content="#e9c5fa">
  24. <meta name="color:text" content="#000000">
  25. <meta name="color:link" content="#420650">
  26. <meta name="color:link background" content="#e9c5fa">
  27. <meta name="color:link hover" content="#14032c">
  28. <meta name="image:background image" />
  29. <meta name="image:circle image" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg"/>
  30. <meta name="image:bubble 1" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg"/>
  31. <meta name="image:bubble 2" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg"/>
  32. <meta name="image:bubble 3" content="https://fbcdn-sphotos-h-a.akamaihd.net/hphotos-ak-prn1/402116_10150566203331812_811461890_n.jpg"/>
  33. <meta name="text:CustomLink1" content="custom"/>
  34. <meta name="text:CustomLink1URL" content="/#">
  35. <meta name="text:CustomLink2" content="links">
  36. <meta name="text:CustomLink2URL" content="/#">
  37. <meta name="text:CustomLink3" content="here">
  38. <meta name="text:CustomLink3URL" content="/#">
  39. <meta name="text:CustomLink4" content="here">
  40. <meta name="text:CustomLink4URL" content="/#">
  41. <meta name="if:imagebubbles" content="1">
  42. <meta name="if:rightsidebar" content="0">
  43. <meta name="if:linkedbubbles" content="0">
  44. <meta name="if:simplepagination" content="0">
  45.  
  46. <link rel="shortcut icon" href="{Favicon}">
  47. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  48. <link rel="stylesheet" href="http://static.tumblr.com/roigneg/1k7m43mif/font.css" type="text/css">
  49. <link href='http://fonts.googleapis.com/css?family=Ruthie|Ubuntu+Condensed|Economica' rel='stylesheet' type='text/css'>
  50. <style type="text/css">
  51.  
  52. body {
  53. color: {color:text};
  54. font-family: helvetica;
  55. font-size: 11px;
  56. background-image:url('{image:background image}');
  57. background-attachment:fixed;
  58. background-repeat:no-repeat;
  59. background-color: {color:background color};
  60. }
  61. small {
  62. font-size: 11px;
  63. }
  64. big {
  65. font-size: 11px;
  66. }
  67. blockquote {
  68. border-left: 1px solid #8F8F8F;
  69. padding: 0 0 0 5px;
  70. margin: 0 0 14px 0;
  71. }
  72.  
  73. quote {
  74. border-left: 0 solid #8F8F8F;
  75. padding: 30px;
  76. display: block;
  77. }
  78. a {
  79. color: {color:link};
  80. text-decoration: none;
  81. }
  82. a:hover {
  83. color: {color:link hover};
  84. }
  85.  
  86.  
  87.  
  88.  
  89.  
  90. #layout {
  91. margin: 0 auto;
  92. margin-top:30px;
  93. width: 1000px;
  94. }
  95.  
  96. #sidebarcontainer {
  97. float:left;
  98. margin-left:-60px;
  99. margin-top:-30px;
  100. padding:10px 20px;
  101. padding-top:0;
  102. position:fixed;
  103. height:100%;
  104. width:220px;
  105. background: none repeat scroll 0 0 {color:accent};
  106. text-align:center;
  107. }
  108.  
  109. #rightsidebarcontainer {
  110. float:right;
  111. margin-left:780px;
  112. margin-top:-30px;
  113. padding:10px 20px;
  114. padding-top:0;
  115. position:fixed;
  116. height:100%;
  117. width:220px;
  118. background: none repeat scroll 0 0 {color:accent};
  119. text-align:center;
  120. }
  121.  
  122. #title {
  123.  
  124. margin-top:20px;
  125. margin-bottom:-40px;
  126. font-family:'Ruthie';
  127. font-size:36px;
  128. text-align:center;
  129. text-transform:lowercase;
  130.  
  131. }
  132.  
  133. #sidebar {
  134. background: none repeat scroll 0 0 {color:background color};
  135. border-radius:50%;
  136. float: left;
  137. height: 200px;
  138. font-size: 11px;
  139. margin: -10px 0;
  140. margin-left:0px;
  141. margin-top:40px;
  142. padding: 10px;
  143. text-align: justify;
  144. position: fixed;
  145. width: 200px;
  146. opacity:1;
  147. }
  148.  
  149.  
  150. #sidebarimage {
  151. background: none repeat scroll 0 0 {color:accent};
  152. border-radius:50%;
  153. border-radius:50%;
  154. float: left;
  155. height: 200px;
  156. position:fixed;
  157. width: 200px;
  158.  
  159. transition: all 1s, transform 1s;
  160.  
  161. -moz-transition: all 1s, -moz-transform 1s;
  162.  
  163. -webkit-transition: all 1s, -webkit-transform 1s;
  164.  
  165. -o-transition: all 1s, -o-transform 1s;
  166.  
  167. opacity:1;
  168.  
  169. }
  170.  
  171. #sidebarimage:hover {
  172.  
  173.  
  174. transition: all 2s, transform 2s;
  175.  
  176. -moz-transition: all 2s, -moz-transform 2s;
  177.  
  178. -webkit-transition: all 2s, -webkit-transform 2s;
  179.  
  180. -o-transition: all 2s, -o-transform 2s;
  181.  
  182. opacity:0.2;
  183.  
  184. -moz-transform: rotate(360deg);
  185. -o-transform: rotate(360deg);
  186. -webkit-transform: rotate(360deg);
  187. transform: rotate(360deg);
  188. }
  189.  
  190. #sidebartext {
  191. background: none repeat scroll 0 0 {color:accent};
  192. font-family: 'Economica';
  193. border-radius:50%;
  194. float: left;
  195. height: 150px;
  196. font-size: 40px;
  197. margin: 15px 0;
  198. margin-left:15px;
  199. padding: 10px;
  200. text-align: justify;
  201. position: fixed;
  202. width: 150px;
  203. opacity:0.8;
  204. }
  205.  
  206. #link1 {
  207. margin-top:280px;
  208. margin-left:-7px;
  209. height:15px;
  210. padding:10px;
  211. width:32px;
  212. background: none repeat scroll 0 0 {color:background color};
  213. font-family:'Economica';
  214. font-size:12px;
  215. text-transform:uppercase;
  216. text-align:center;
  217. border-radius:10px;
  218. }
  219.  
  220.  
  221. #link2 {
  222. margin-top:-35px;
  223. margin-left:53px;
  224. height:15px;
  225. padding:10px;
  226. width:32px;
  227. background: none repeat scroll 0 0 {color:background color};
  228. font-family:'Economica';
  229. font-size:12px;
  230. text-transform:uppercase;
  231. text-align:center;
  232. border-radius:10px;
  233. }
  234.  
  235. #link3 {
  236. margin-top:-35px;
  237. margin-left:113px;
  238. height:15px;
  239. padding:10px;
  240. width:32px;
  241. background: none repeat scroll 0 0 {color:background color};
  242. font-family:'Economica';
  243. font-size:12px;
  244. text-transform:uppercase;
  245. text-align:center;
  246. border-radius:10px;
  247. }
  248.  
  249. #link4 {
  250. margin-top:-35px;
  251. margin-left:173px;
  252. height:15px;
  253. padding:10px;
  254. width:32px;
  255. background: none repeat scroll 0 0 {color:background color};
  256. font-family:'Economica';
  257. font-size:12px;
  258. text-transform:uppercase;
  259. text-align:center;
  260. border-radius:10px;
  261. }
  262.  
  263. #previouslink {
  264. margin-top:20px;
  265. margin-left:auto;
  266. margin-right:auto;
  267. height:15px;
  268. padding:10px;
  269. width:auto;
  270. background: none repeat scroll 0 0 {color:background color};
  271. font-family:'Economica';
  272. font-size:12px;
  273. text-transform:uppercase;
  274. text-align:center;
  275. border-radius:10px;
  276. }
  277.  
  278. #customlink1 {
  279. margin-top:5px;
  280. height:14px;
  281. padding:10px;
  282. width:32px;
  283. background: none repeat scroll 0 0 {color:background color};
  284. font-family:'Economica';
  285. font-size:12px;
  286. text-transform:uppercase;
  287. text-align:center;
  288. border-radius:10px;
  289. }
  290.  
  291. #customlink2 {
  292. margin-top:-33px;
  293. margin-left:58px;
  294. height:15px;
  295. padding:9px;
  296. width:32px;
  297. background: none repeat scroll 0 0 {color:background color};
  298. font-family:'Economica';
  299. font-size:12px;
  300. text-transform:uppercase;
  301. text-align:center;
  302. border-radius:10px;
  303. }
  304.  
  305. #customlink3 {
  306. margin-top:-33px;
  307. margin-left:114px;
  308. height:15px;
  309. padding:9px;
  310. width:32px;
  311. background: none repeat scroll 0 0 {color:background color};
  312. font-family:'Economica';
  313. font-size:12px;
  314. text-transform:uppercase;
  315. text-align:center;
  316. border-radius:10px;
  317. }
  318.  
  319. #customlink4 {
  320. margin-top:-33px;
  321. margin-left:170px;
  322. height:15px;
  323. padding:9px;
  324. width:32px;
  325. background: none repeat scroll 0 0 {color:background color};
  326. font-family:'Economica';
  327. font-size:12px;
  328. text-transform:uppercase;
  329. text-align:center;
  330. border-radius:10px;
  331. }
  332.  
  333. #nextlink {
  334. margin-top:5px;
  335. margin-left:auto;
  336. margin-right:auto;
  337. height:15px;
  338. padding:10px;
  339. width:auto;
  340. background: none repeat scroll 0 0 {color:background color};
  341. font-family:'Economica';
  342. font-size:12px;
  343. text-transform:uppercase;
  344. text-align:center;
  345. border-radius:10px;
  346. }
  347.  
  348.  
  349.  
  350. #bubblecontainer {
  351. float:left;
  352. margin-left:840px;
  353. margin-top:100px;
  354. padding:10px 20px;
  355. padding-top:0;
  356. position:fixed;
  357. width:120px;
  358. height:100%;
  359. background: none repeat scroll 0 0 {color:background color};
  360. text-align:center;
  361. }
  362.  
  363. #leftbubblecontainer {
  364. float:left;
  365. margin-left:40px;
  366. margin-top:100px;
  367. padding:10px 20px;
  368. padding-top:0;
  369. position:fixed;
  370. height:100%;
  371. width:120px;
  372. background: none repeat scroll 0 0 {color:background color};
  373. text-align:center;
  374. }
  375.  
  376. #bubble {
  377. background: none repeat scroll 0 0 {color:accent};
  378. border-radius:50%;
  379. margin-top:10px;
  380. margin-left:-70px;
  381. height: 120px;
  382. position:fixed;
  383. width: 120px;
  384. padding:10px;
  385.  
  386. transition: all 1s, transform 1s;
  387.  
  388. -moz-transition: all 1s, -moz-transform 1s;
  389.  
  390. -webkit-transition: all 1s, -webkit-transform 1s;
  391.  
  392. -o-transition: all 1s, -o-transform 1s;
  393.  
  394. opacity:.8;
  395.  
  396. }
  397.  
  398. #bubble:hover {
  399.  
  400.  
  401. transition: all 2s, transform 2s;
  402.  
  403. -moz-transition: all 2s, -moz-transform 2s;
  404.  
  405. -webkit-transition: all 2s, -webkit-transform 2s;
  406.  
  407. -o-transition: all 2s, -o-transform 2s;
  408.  
  409. opacity:1;
  410.  
  411. -moz-transform: rotate(360deg);
  412. -o-transform: rotate(360deg);
  413. -webkit-transform: rotate(360deg);
  414. transform: rotate(360deg);
  415. }
  416.  
  417. #linkbubble1 {
  418. background: none repeat scroll 0 0 {color:accent};
  419. border-radius:50%;
  420. border-radius:50%;
  421. margin-top:10px;
  422. margin-left:-70px;
  423. height: 120px;
  424. position:fixed;
  425. width: 120px;
  426. padding:10px;
  427.  
  428. transition: all 1s, transform 1s;
  429.  
  430. -moz-transition: all 1s, -moz-transform 1s;
  431.  
  432. -webkit-transition: all 1s, -webkit-transform 1s;
  433.  
  434. -o-transition: all 1s, -o-transform 1s;
  435.  
  436. opacity:1;
  437.  
  438. }
  439.  
  440. #linkbubble1:hover {
  441.  
  442.  
  443. transition: all 2s, transform 2s;
  444.  
  445. -moz-transition: all 2s, -moz-transform 2s;
  446.  
  447. -webkit-transition: all 2s, -webkit-transform 2s;
  448.  
  449. -o-transition: all 2s, -o-transform 2s;
  450.  
  451. opacity:.2;
  452.  
  453. -moz-transform: rotate(360deg);
  454. -o-transform: rotate(360deg);
  455. -webkit-transform: rotate(360deg);
  456. transform: rotate(360deg);
  457. }
  458.  
  459. #bubble1text {
  460. border-radius:50%;
  461. border-radius:50%;
  462. margin-top:10px;
  463. margin-left:-5px;
  464. height: 110px;
  465. position:fixed;
  466. width: 110px;
  467. padding:10px;
  468.  
  469. font-family:'Economica';
  470. font-size:36px;
  471.  
  472. transition: all 1s, transform 1s;
  473.  
  474. -moz-transition: all 1s, -moz-transform 1s;
  475.  
  476. -webkit-transition: all 1s, -webkit-transform 1s;
  477.  
  478. -o-transition: all 1s, -o-transform 1s;
  479.  
  480. opacity:0;
  481.  
  482. }
  483.  
  484. #bubble1text:hover {
  485.  
  486.  
  487. transition: all 2s, transform 2s;
  488.  
  489. -moz-transition: all 2s, -moz-transform 2s;
  490.  
  491. -webkit-transition: all 2s, -webkit-transform 2s;
  492.  
  493. -o-transition: all 2s, -o-transform 2s;
  494.  
  495. opacity:.8;
  496.  
  497. -moz-transform: rotate(360deg);
  498. -o-transform: rotate(360deg);
  499. -webkit-transform: rotate(360deg);
  500. transform: rotate(360deg);
  501. }
  502.  
  503. #bubble1 {
  504. background: none repeat scroll 0 0 {color:accent};
  505. border-radius:50%;
  506. border-radius:50%;
  507. margin-top:160px;
  508. margin-left:-70px;
  509. height: 120px;
  510. position:fixed;
  511. width: 120px;
  512. padding:10px;
  513.  
  514. transition: all 1s, transform 1s;
  515.  
  516. -moz-transition: all 1s, -moz-transform 1s;
  517.  
  518. -webkit-transition: all 1s, -webkit-transform 1s;
  519.  
  520. -o-transition: all 1s, -o-transform 1s;
  521.  
  522. opacity:.8;
  523.  
  524. }
  525.  
  526. #bubble1:hover {
  527.  
  528.  
  529. transition: all 2s, transform 2s;
  530.  
  531. -moz-transition: all 2s, -moz-transform 2s;
  532.  
  533. -webkit-transition: all 2s, -webkit-transform 2s;
  534.  
  535. -o-transition: all 2s, -o-transform 2s;
  536.  
  537. opacity:1;
  538.  
  539. -moz-transform: rotate(360deg);
  540. -o-transform: rotate(360deg);
  541. -webkit-transform: rotate(360deg);
  542. transform: rotate(360deg);
  543. }
  544.  
  545. #linkbubble2 {
  546. background: none repeat scroll 0 0 {color:accent};
  547. border-radius:50%;
  548. border-radius:50%;
  549. margin-top:160px;
  550. margin-left:-70px;
  551. height: 120px;
  552. position:fixed;
  553. width: 120px;
  554. padding:10px;
  555.  
  556. transition: all 1s, transform 1s;
  557.  
  558. -moz-transition: all 1s, -moz-transform 1s;
  559.  
  560. -webkit-transition: all 1s, -webkit-transform 1s;
  561.  
  562. -o-transition: all 1s, -o-transform 1s;
  563.  
  564. opacity:1;
  565.  
  566. }
  567.  
  568. #linkbubble2:hover {
  569.  
  570.  
  571. transition: all 2s, transform 2s;
  572.  
  573. -moz-transition: all 2s, -moz-transform 2s;
  574.  
  575. -webkit-transition: all 2s, -webkit-transform 2s;
  576.  
  577. -o-transition: all 2s, -o-transform 2s;
  578.  
  579. opacity:.2;
  580.  
  581. -moz-transform: rotate(360deg);
  582. -o-transform: rotate(360deg);
  583. -webkit-transform: rotate(360deg);
  584. transform: rotate(360deg);
  585. }
  586.  
  587. #bubble2text {
  588. border-radius:50%;
  589. border-radius:50%;
  590. margin-top:160px;
  591. margin-left:-5px;
  592. height: 110px;
  593. position:fixed;
  594. width: 110px;
  595. padding:10px;
  596.  
  597. font-family:'Economica';
  598. font-size:36px;
  599.  
  600. transition: all 1s, transform 1s;
  601.  
  602. -moz-transition: all 1s, -moz-transform 1s;
  603.  
  604. -webkit-transition: all 1s, -webkit-transform 1s;
  605.  
  606. -o-transition: all 1s, -o-transform 1s;
  607.  
  608. opacity:0;
  609.  
  610. }
  611.  
  612. #bubble2text:hover {
  613.  
  614.  
  615. transition: all 2s, transform 2s;
  616.  
  617. -moz-transition: all 2s, -moz-transform 2s;
  618.  
  619. -webkit-transition: all 2s, -webkit-transform 2s;
  620.  
  621. -o-transition: all 2s, -o-transform 2s;
  622.  
  623. opacity:1;
  624.  
  625. -moz-transform: rotate(360deg);
  626. -o-transform: rotate(360deg);
  627. -webkit-transform: rotate(360deg);
  628. transform: rotate(360deg);
  629. }
  630.  
  631.  
  632. #bubble2 {
  633. background: none repeat scroll 0 0 {color:accent};
  634. border-radius:50%;
  635. border-radius:50%;
  636. margin-top:310px;
  637. margin-left:-70px;
  638. height: 120px;
  639. position:fixed;
  640. width: 120px;
  641. padding:10px;
  642.  
  643. transition: all 1s, transform 1s;
  644.  
  645. -moz-transition: all 1s, -moz-transform 1s;
  646.  
  647. -webkit-transition: all 1s, -webkit-transform 1s;
  648.  
  649. -o-transition: all 1s, -o-transform 1s;
  650.  
  651. opacity:.8;
  652.  
  653. }
  654.  
  655. #bubble2:hover {
  656.  
  657.  
  658. transition: all 2s, transform 2s;
  659.  
  660. -moz-transition: all 2s, -moz-transform 2s;
  661.  
  662. -webkit-transition: all 2s, -webkit-transform 2s;
  663.  
  664. -o-transition: all 2s, -o-transform 2s;
  665.  
  666. opacity:1;
  667.  
  668. -moz-transform: rotate(360deg);
  669. -o-transform: rotate(360deg);
  670. -webkit-transform: rotate(360deg);
  671. transform: rotate(360deg);
  672. }
  673.  
  674.  
  675. #linkbubble3 {
  676. background: none repeat scroll 0 0 {color:accent};
  677. border-radius:50%;
  678. border-radius:50%;
  679. margin-top:310px;
  680. margin-left:-70px;
  681. height: 120px;
  682. position:fixed;
  683. width: 120px;
  684. padding:10px;
  685.  
  686. transition: all 1s, transform 1s;
  687.  
  688. -moz-transition: all 1s, -moz-transform 1s;
  689.  
  690. -webkit-transition: all 1s, -webkit-transform 1s;
  691.  
  692. -o-transition: all 1s, -o-transform 1s;
  693.  
  694. opacity:1;
  695.  
  696. }
  697.  
  698. #linkbubble3:hover {
  699.  
  700.  
  701. transition: all 2s, transform 2s;
  702.  
  703. -moz-transition: all 2s, -moz-transform 2s;
  704.  
  705. -webkit-transition: all 2s, -webkit-transform 2s;
  706.  
  707. -o-transition: all 2s, -o-transform 2s;
  708.  
  709. opacity:.2;
  710.  
  711. -moz-transform: rotate(360deg);
  712. -o-transform: rotate(360deg);
  713. -webkit-transform: rotate(360deg);
  714. transform: rotate(360deg);
  715. }
  716.  
  717. #bubble3text {
  718. border-radius:50%;
  719. border-radius:50%;
  720. margin-top:300px;
  721. margin-left:-15px;
  722. height: 120px;
  723. position:fixed;
  724. width: 120px;
  725. padding:10px;
  726.  
  727. font-family:'Economica';
  728. font-size:36px;
  729.  
  730. transition: all 1s, transform 1s;
  731.  
  732. -moz-transition: all 1s, -moz-transform 1s;
  733.  
  734. -webkit-transition: all 1s, -webkit-transform 1s;
  735.  
  736. -o-transition: all 1s, -o-transform 1s;
  737.  
  738. opacity:0;
  739.  
  740. }
  741.  
  742. #bubble3text:hover {
  743.  
  744.  
  745. transition: all 2s, transform 2s;
  746.  
  747. -moz-transition: all 2s, -moz-transform 2s;
  748.  
  749. -webkit-transition: all 2s, -webkit-transform 2s;
  750.  
  751. -o-transition: all 2s, -o-transform 2s;
  752.  
  753. opacity:1;
  754.  
  755. -moz-transform: rotate(360deg);
  756. -o-transform: rotate(360deg);
  757. -webkit-transform: rotate(360deg);
  758. transform: rotate(360deg);
  759. }
  760.  
  761. .pagination {
  762. background: none repeat scroll 0 0 {color:accent};
  763. font-family: calibri;
  764. font-size: 11px;
  765. font-weight: bold;
  766. margin: 10px 0 0;
  767. padding: 10px;
  768. position: relative;
  769. text-align: center;
  770. }
  771. .pagination a:hover {
  772. background: none repeat scroll 0 0 #b3bdc5;
  773. color: {color:accent};
  774. }
  775. .jump_page {
  776. background-color: #7d8c98;
  777. color: {color:accent};
  778. margin: 0;
  779. padding: 2px 6px 3px;
  780. }
  781. .pagination_current {
  782. background-color: #7d8c98;
  783. color: #b3bdc5;
  784. font-size: 11px;
  785. margin-left: 0;
  786. margin-right: 0;
  787. padding: 2px 6px 3px;
  788. }
  789. .nextprevious {
  790. background-color: #7d8c98;
  791. color: {color:accent};
  792. margin-left: 0;
  793. margin-right: 0;
  794. padding: 2px 6px 3px;
  795. }
  796. #content {
  797. float: right;
  798. margin-right:250px;
  799. margin-bottom: 50px;
  800. margin-top:-10px;
  801. width: 520px;
  802. }
  803. article {
  804. background: none repeat scroll 0 0 {color:accent};
  805. display: block;
  806. margin: 0 0 20px;
  807. padding: 12px;
  808. border-radius:10px;
  809. }
  810. article:last-child {
  811. margin-bottom: 0;
  812. }
  813. .entries {
  814. margin-bottom: 0;
  815. padding: 20px 0;
  816. width: 500px;
  817. }
  818. .entries img {
  819. max-width: 495px;
  820. margin-left:-5px;
  821. }
  822. h1 {
  823. font-size: 22px;
  824. font-style: italic;
  825. font-weight: bold;
  826. letter-spacing: 1px;
  827. margin: 0;
  828. }
  829. header1 {
  830. color: #959595;
  831. display: block;
  832. font-size: 9px;
  833. font-weight: bold;
  834. padding: 0 8px 0 0;
  835. text-transform: none;
  836. }
  837. .post-meta {
  838. list-style-type: none;
  839. margin: 0;
  840. padding: 0;
  841. }
  842. .post-date {
  843. display: inline-block;
  844. font-weight: bold;
  845. }
  846. .post-notesreblog {
  847. float: right;
  848. margin: -6px;
  849. }
  850. .symbols {
  851. font: 10px WebSymbolsRegular;
  852. text-transform: none;
  853. }
  854. .symbols_tags {
  855. float: left;
  856. font-family: WebSymbolsRegular;
  857. font-size: 11px;
  858. line-height: 8px;
  859. margin-right: 10px;
  860. text-transform: none;
  861. }
  862. .post-sources {
  863. display: inline-block;
  864. }
  865. .post-notesreblog {
  866. float: right;
  867. margin: -6px;
  868. }
  869. .post-tags:before {
  870. }
  871. .post-footer {
  872. display: inline-block;
  873. list-style-type: none;
  874. margin: 0;
  875. padding: 0;
  876. }
  877. .post-tags {
  878. float: left;
  879. padding-right: 1px;
  880. }
  881. .post-tags:before {
  882. content: "#";
  883. }
  884. .post-tags:after {
  885. content: "\00a0\00a0\00a0";
  886. }
  887. footer {
  888. color: #959595;
  889. display: block;
  890. font-size: 9px;
  891. font-weight: bold;
  892. margin-bottom: 0;
  893. padding: 0;
  894. text-align: left;
  895. text-transform: none;
  896. }
  897. .ask {
  898. background: none repeat scroll 0 0 {color:background};
  899. padding: 10px;
  900. }
  901. .askimg {
  902. margin-bottom: 0;
  903. position: inherit;
  904. width: 48px;
  905. }
  906. .askimg img {
  907. background-color: #FFFFFF;
  908. margin-bottom: 0;
  909. padding: 0;
  910. position: relative;
  911. width: 48px;
  912. }
  913. .asker {
  914. color: #6E6E6E;
  915. font-size: 11px;
  916. font-weight: bold;
  917. text-transform: none;
  918. }
  919. .user {
  920. font-size: 11px;
  921. margin-bottom: 0;
  922. padding-left: 25px;
  923. }
  924. .even_user {
  925. color: #9A9A9A;
  926. }
  927. .odd_user {
  928. color: #838383;
  929. }
  930. .chat {
  931. list-style: none outside none;
  932. margin: 0;
  933. padding: 10px 0 0;
  934. }
  935. ol.notes {
  936. background: none repeat scroll 0 0 #FFFFFF;
  937. list-style-type: none;
  938. margin: 0;
  939. padding: 0;
  940. }
  941. ol.notes li.note {
  942. padding: 3px;
  943. }
  944. ol.notes li.note img.avatar {
  945. height: 16px;
  946. margin-right: 5px;
  947. vertical-align: -4px;
  948. width: 16px;
  949. }
  950. ol.notes li.note blockquote {
  951. border-color: #EEEEEE;
  952. margin: 10px 0 0 25px;
  953. padding: 4px 10px;
  954. }
  955. ol.notes li.note blockquote a {
  956. text-decoration: none;
  957. }
  958. .source:before {
  959. content: "— ";
  960. }
  961. .source {
  962. display: block;
  963. font-family: helvetica;
  964. font-size: 11px;
  965. font-style: normal;
  966. font-weight: bold;
  967. letter-spacing: 0;
  968. margin-top: 5px;
  969. }
  970. .short {
  971. border-left-width: 0;
  972. font-size: 24px;
  973. font-style: italic;
  974. }
  975. .medium {
  976. border-left-width: 0;
  977. font-size: 20px;
  978. font-style: italic;
  979. }
  980. .long {
  981. border-left-width: 0;
  982. font-size: 17px;
  983. font-style: italic;
  984. }
  985. .quotationmark {
  986. font-size: 120px;
  987. font-weight: bold;
  988. line-height: 127px;
  989. margin-left: 26px;
  990. opacity: 0.18;
  991. position: absolute;
  992. }
  993. .album_art {
  994. margin-right: 12px;
  995. text-align: left;
  996. width: 160px;
  997. z-index: -10;
  998. }
  999. .album_art_over {
  1000. height: 160px;
  1001. margin-right: 12px;
  1002. position: absolute;
  1003. width: 160px;
  1004. }
  1005. .audioinfo_first {
  1006. font-weight: bold;
  1007. }
  1008. .audioinfo_b {
  1009. display: none;
  1010. }
  1011. .audio {
  1012. min-height: 160px;
  1013. overflow: hidden;
  1014. position: relative;
  1015. }
  1016. .player {
  1017. background: none repeat scroll 0 0 #FFFFFF;
  1018. border: 3px solid #FFFFFF;
  1019. margin-left: 61px;
  1020. margin-top: -102px;
  1021. opacity: 0.85;
  1022. position: absolute;
  1023. z-index: 30;
  1024. }
  1025. .audioplayer {
  1026. height: 25px;
  1027. margin-right: 11px;
  1028. overflow: hidden;
  1029. padding: 3px;
  1030. width: 15px;
  1031. }
  1032. .audioinfo {
  1033. line-height: 5px;
  1034. margin-bottom: 100px;
  1035. margin-left: 168px;
  1036. }
  1037. .audiocaption {
  1038. margin-left: 0;
  1039. }
  1040. .audiocaption img {
  1041. max-width: 200px !important;
  1042. }
  1043. .audiocaption blockquote img {
  1044. max-width: 200px !important;
  1045. }
  1046. blockquote img {
  1047. max-width: 200px !important;
  1048. }
  1049.  
  1050.  
  1051.  
  1052. </style>
  1053. </head>
  1054. <body>
  1055.  
  1056.  
  1057.  
  1058. <div id="layout">
  1059.  
  1060.  
  1061.  
  1062. {block:ifNotRightSidebar}<div id="sidebarcontainer">
  1063. <div id="title">{title}</div>
  1064. <a href="/#"><div id="sidebar"><div id="sidebartext"><center><br>HOME</center></div><img id="sidebarimage" src="{image:circle image}"></div></a>
  1065. <div id="link1"><a href="/about">About</a></div>
  1066. <div id="link2"><a href="/ask">Ask</a></div>
  1067. <div id="link3"><a href="/archive">Archive</a></div>
  1068. <div id="link4"><a href="http://mymahoganymyrules.tumblr.com">Theme</a></div>
  1069. {block:ifsimplepagination}
  1070. <BR>
  1071. {block:PreviousPage}<a href="{PreviousPage}">&#9654 </a>{/block:PreviousPage}
  1072. {block:NextPage}<a href="{NextPage}">&#9654</a>{/block:NextPage}
  1073. {/block:ifsimplepagination}
  1074. <BR>
  1075. {Description}
  1076. <BR>
  1077. {block:ifnotlinkedbubbles}
  1078. <div id="previouslink"><a href="{block:PreviousPage}{PreviousPage}{/block:PreviousPage}">PREVIOUS PAGE</a></div>
  1079. {block:ifCustomLink1}<div id="customlink1"><a href="{text:CustomLink1URL}">{text:CustomLink1}</a></div>{/block:ifCustomLink1}
  1080. {block:ifCustomLink2}<div id="customlink2"><a href="{text:CustomLink2URL}">{text:CustomLink2}</a></div>{/block:ifCustomLink2}
  1081. {block:ifCustomLink3}<div id="customlink3"><a href="{text:CustomLink3URL}">{text:CustomLink3}</a></div>{/block:ifCustomLink3}
  1082. {block:ifCustomLink4}<div id="customlink4"><a href="{text:CustomLink4URL}">{text:CustomLink4}</a></div>{/block:ifCustomLink4}
  1083. <div id="nextlink"><a href="{block:NextPage}{NextPage}{/block:NextPage}">NEXT PAGE</a></div>
  1084. {/block:ifnotlinkedbubbles}
  1085. </div>
  1086. {/block:ifNotRightSidebar}
  1087.  
  1088. {block:ifRightSidebar}
  1089. <div id="rightsidebarcontainer">
  1090. <div id="title">{title}</div>
  1091. <a href="/#"><div id="sidebar"><div id="sidebartext"><center><br>HOME</center></div><img id="sidebarimage" src="{image:circle image}"></div></a>
  1092. <div id="link1"><a href="/about">About</a></div>
  1093. <div id="link2"><a href="/ask">Ask</a></div>
  1094. <div id="link3"><a href="/archive">Archive</a></div>
  1095. <div id="link4"><a href="http://mymahoganymyrules.tumblr.com">Theme</a></div>
  1096. {block:ifsimplepagination}
  1097. <BR>
  1098. {block:PreviousPage}<a href="{PreviousPage}">&#9654 </a>{/block:PreviousPage}
  1099. {block:NextPage}<a href="{NextPage}">&#9654</a>{/block:NextPage}
  1100. {/block:ifsimplepagination}
  1101. <BR>
  1102. {Description}
  1103. <BR>
  1104. {block:ifnotlinkedbubbles}
  1105. <div id="previouslink"><a href="{block:PreviousPage}{PreviousPage}{/block:PreviousPage}">PREVIOUS PAGE</a></div>
  1106. {block:ifCustomLink1}<div id="customlink1"><a href="{text:CustomLink1URL}">{text:CustomLink1}</a></div>{/block:ifCustomLink1}
  1107. {block:ifCustomLink2}<div id="customlink2"><a href="{text:CustomLink2URL}">{text:CustomLink2}</a></div>{/block:ifCustomLink2}
  1108. {block:ifCustomLink3}<div id="customlink3"><a href="{text:CustomLink3URL}">{text:CustomLink3}</a></div>{/block:ifCustomLink3}
  1109. {block:ifCustomLink4}<div id="customlink4"><a href="{text:CustomLink4URL}">{text:CustomLink4}</a></div>{/block:ifCustomLink4}
  1110. <div id="nextlink"><a href="{block:NextPage}{NextPage}{/block:NextPage}">NEXT PAGE</a></div>
  1111. {/block:ifnotlinkedbubbles}
  1112. </div>
  1113. {/block:ifRightSidebar}
  1114.  
  1115. {block:ifimagebubbles}
  1116. {block:ifnotrightsidebar}
  1117. <div id="bubblecontainer">
  1118. {block:ifnotlinkedbubbles}
  1119. <img id="bubble" src="{image:bubble 1}">
  1120. <img id="bubble1" src="{image:bubble 2}">
  1121. <img id="bubble2" src="{image:bubble 3}">
  1122. {/block:ifnotlinkedbubbles}
  1123. {block:iflinkedbubbles}
  1124. <a href="{block:PreviousPage}{PreviousPage{/block:PreviousPage}">
  1125. <img id="linkbubble1" src="{image:bubble 1}">
  1126. <div id="bubble1text"><br>&#9654</div></a>
  1127.  
  1128. <a href="{text:customlink1URL}">
  1129. <img id="linkbubble2" src="{image:bubble 2}">
  1130. <div id="bubble2text"><br>{text:customlink1}</div></a>
  1131.  
  1132. <a href="{block:NextPage}{NextPage}{/block:NextPage}">
  1133. <img id="linkbubble3" src="{image:bubble 3}">
  1134. <div id="bubble3text"><br>&#9664</div></a>
  1135. {/block:iflinkedbubbles}
  1136. </div>
  1137. {/block:ifnotrightsidebar}
  1138. {block:ifrightsidebar}
  1139. <div id="leftbubblecontainer">
  1140. {block:ifnotlinkedbubbles}
  1141. <img id="bubble" src="{image:bubble 1}">
  1142. <img id="bubble1" src="{image:bubble 2}">
  1143. <img id="bubble2" src="{image:bubble 3}">
  1144. {/block:ifnotlinkedbubbles}
  1145. {block:iflinkedbubbles}
  1146. <a href="{block:PreviousPage}{PreviousPage{/block:PreviousPage}">
  1147. <img id="linkbubble1" src="{image:bubble 1}">
  1148. <div id="bubble1text"><br>&#9654</div></a>
  1149.  
  1150. <a href="{text:customlink1URL}">
  1151. <img id="linkbubble2" src="{image:bubble 2}">
  1152. <div id="bubble2text"><br>{text:customlink1}</div></a>
  1153.  
  1154. <a href="{block:NextPage}{NextPage}{/block:NextPage}">
  1155. <img id="linkbubble3" src="{image:bubble 3}">
  1156. <div id="bubble3text"><br>&#9664</div></a>
  1157. {/block:iflinkedbubbles}
  1158. </div>
  1159. {/block:ifrightsidebar}
  1160. {/block:ifimagebubbles}
  1161.  
  1162. <section id="content">
  1163. {block:Posts}
  1164. <article>
  1165. {block:Date}
  1166. <header1>
  1167.  
  1168. <ul class="post-meta">
  1169. <li class="post-date">
  1170. <a href="{Permalink}">{TimeAgo}</a>
  1171. </li>
  1172.  
  1173. <li class="post-sources">
  1174. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}{/block:RebloggedFrom}
  1175. </li>
  1176.  
  1177.  
  1178. <li class="post-notesreblog">
  1179. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  1180. {/block:NoteCount}
  1181.  
  1182. {block:Photo}
  1183. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1184. {/block:Photo}
  1185. {block:Photoset}
  1186. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1187. {/block:Photoset}
  1188. {block:Quote}
  1189. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1190. {/block:Quote}
  1191. {block:Link}
  1192. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1193. {/block:Link}
  1194. {block:Chat}
  1195. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1196. {/block:Chat}
  1197. {block:Audio}
  1198. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1199. {/block:Audio}
  1200. {block:Video}
  1201. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1202. {/block:Video}
  1203. {block:Text}
  1204. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  1205. {/block:Text}
  1206. </li>
  1207. </ul>
  1208. </header1>
  1209. {/block:Date}
  1210.  
  1211. <div class="entries">
  1212.  
  1213. {block:Text}
  1214. {block:Title}
  1215. <h1><a href="{Permalink}">{Title}</a></h1>
  1216. {/block:Title}
  1217. {body}
  1218. {/block:Text}
  1219.  
  1220. {block:Link}
  1221. <a href="{url}"><h1>{Name}</h1></a>
  1222. {block:Description}
  1223. {Description}
  1224. {/block:Description}
  1225. {/block:Link}
  1226.  
  1227. {block:Photo}
  1228. <center>
  1229. {block:HighRes}<a href="{PhotoURL-HighRes}">{/block:HighRes}<img src="{PhotoURL-500}"/>{block:HighRes}</a>{/block:HighRes}
  1230. </center>
  1231. {block:Caption}
  1232. {Caption}
  1233. {/block:Caption}
  1234. {/block:Photo}
  1235.  
  1236. {block:Photoset}
  1237. <center>
  1238. {Photoset-500}
  1239. </center>
  1240. {block:Caption}
  1241. {Caption}
  1242. {/block:Caption}
  1243. {/block:Photoset}
  1244.  
  1245. {block:Quote}
  1246. <span class="quotationmark">“</span>
  1247. <quote class="{Length}">{Quote}
  1248. <b class="source">{Source}</b>
  1249. </quote>
  1250. {/block:Quote}
  1251.  
  1252.  
  1253. {block:Chat}
  1254. {block:Title}
  1255. <h1><a href="{Permalink}">{Title}</a></h1>
  1256. {/block:Title}
  1257. <ul class="chat">{block:Lines}<li class="{Alt}_user">
  1258. {block:Label}
  1259. <span class="label">{Label}</span>
  1260. {/block:Label}
  1261. {Line}
  1262. </li>
  1263. {/block:Lines}
  1264. </ul>
  1265. </li>
  1266. {/block:Chat}
  1267.  
  1268.  
  1269.  
  1270. {block:Audio}
  1271.  
  1272. <div class="audio">
  1273.  
  1274. <span class="album_art_over">
  1275. {block:AlbumArt}
  1276. <img class="album_art" src="{AlbumArtURL}"/>
  1277. {/block:AlbumArt}
  1278. <div class="player">
  1279. <div class="audioplayer">
  1280. {AudioPlayerWhite}
  1281. </div>
  1282. </div>
  1283. </span>
  1284.  
  1285. <div class="audioinfo">
  1286. <p><span class="audioinfo_first">Title:</span>
  1287. <span{block:TrackName} class="audioinfo_b"{block:TrackName}>Unknown</span>
  1288. {block:TrackName}{TrackName}{/block:TrackName}</p>
  1289. <p><span class="audioinfo_first">Artist: </span>
  1290. <span{block:Artist} class="audioinfo_b"{block:Artist}>Unknown</span>
  1291. {block:Artist}{Artist}{/block:Artist}</p>
  1292. <p><span class="audioinfo_first">Album: </span>
  1293. <span{block:Album} class="audioinfo_b"{block:Album}>Unknown</span>
  1294. {block:Album}{Album}{/block:Album}</p>
  1295. <p>{block:ExternalAudio} <span class="audioinfo_first">Download: </span>
  1296. <a href="{ExternalAudioURL}">Click Here</a></p>
  1297. <p>{/block:ExternalAudio} <span class="audioinfo_first">Played: </span>
  1298. {PlayCount} times</div></p>
  1299.  
  1300.  
  1301. <div class="audiocaption">
  1302. {block:Caption}
  1303. {Caption}
  1304. {/block:Caption}
  1305. </div>
  1306. </div>
  1307. {/block:Audio}
  1308.  
  1309. {block:Video}
  1310. {Video-500}<br/>
  1311. {block:Caption}
  1312. <div>
  1313. {Caption}
  1314. </div>
  1315. {/block:Caption}
  1316. {/block:Video}
  1317.  
  1318. {block:Answer}
  1319. <div class="ask">
  1320. <table><tr>
  1321. <td ><div class="askimg"><img src="{AskerPortraitURL-48}"></div></td>
  1322. <td class="user">
  1323. <span class="asker">{Asker}</span><br>
  1324. {Question}
  1325. </td></tr></table>
  1326. </div>
  1327. <div class="cap">
  1328. {Answer}
  1329. </div>
  1330. {/block:Answer}
  1331. </div>
  1332.  
  1333. {block:HasTags}
  1334. <footer>
  1335. <ul class="post-footer">
  1336.  
  1337. {block:Tags}
  1338. <li class="post-tags"><a href="{TagURL}">{Tag}</a></li>
  1339. {/block:Tags}
  1340. </ul>
  1341. </footer>
  1342. {/block:HasTags}
  1343. </article>
  1344. {/block:posts}
  1345. {block:PostNotes}
  1346. <div id="notes">
  1347. {PostNotes}
  1348. </div>
  1349. {/block:PostNotes}
  1350.  
  1351. </section>
  1352. </body>
  1353. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement