Advertisement
PuppyLove968

heartstrings (mahogany themes)

Jun 9th, 2013
67
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.75 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}<script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  10.  
  11. <head>
  12.  
  13. <!----
  14.  
  15. theme: make a heartstrings pun by fangirlbotmalfunction (mahogany themes)
  16. DO WHAT YOU WILL.
  17.  
  18. ---->
  19.  
  20.  
  21. <meta name="color:accent" content="#FFFFFF" />
  22. <meta name="color:text" content="#a4a4a4">
  23. <meta name="color:link" content="#7d8c98">
  24. <meta name="text:Blog Title" content="make a heartstrings pun">
  25.  
  26. <link rel="shortcut icon" href="{Favicon}">
  27. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  28. <link rel="stylesheet" href="http://static.tumblr.com/roigneg/1k7m43mif/font.css" type="text/css">
  29. <link href='http://fonts.googleapis.com/css?family=Ruthie|Ubuntu+Condensed|Economica' rel='stylesheet' type='text/css'>
  30. <style type="text/css">
  31. body {
  32. color: {color:text};
  33. font-family: helvetica;
  34. font-size: 11px;
  35. background-color: #FFFFFF;
  36. }
  37. small {
  38. font-size: 11px;
  39. }
  40. big {
  41. font-size: 11px;
  42. }
  43. blockquote {
  44. border-left: 1px solid #8F8F8F;
  45. padding: 0 0 0 5px;
  46. margin: 0 0 14px 0;
  47. }
  48.  
  49. quote {
  50. border-left: 0 solid #8F8F8F;
  51. padding: 30px;
  52. display: block;
  53. }
  54. a {
  55. color: {color:link};
  56. text-decoration: none;
  57. }
  58. a:hover {
  59. color: #6f6f6f;
  60. }
  61.  
  62. #layout {
  63. margin: 0 auto;
  64. width: 800px;
  65. }
  66. #sidebar {
  67. background: url('http://24.media.tumblr.com/e87c0694c636e11da3ea7a713ceda780/tumblr_mo4yqvb5IM1sv0pjzo1_250.jpg') no-repeat scroll 0 0;
  68. margin-left:710px;
  69. margin-top:115px;
  70. float: left;
  71. height: 333px;
  72. padding: 0;
  73. position: fixed;
  74. width: 188px;
  75. }
  76.  
  77. #sidebar:hover #navigation {
  78.  
  79. transition: all 1s, transform 1s;
  80.  
  81. -moz-transition: all 1s, -moz-transform 1s;
  82.  
  83. -webkit-transition: all 1s, -webkit-transform 1s;
  84.  
  85. -o-transition: all 1s, -o-transform 1s;
  86.  
  87. opacity:1.00;
  88.  
  89. }
  90.  
  91. #sidebar:hover #blogtitle {
  92.  
  93. transition: all 1s, transform 1s;
  94.  
  95. -moz-transition: all 1s, -moz-transform 1s;
  96.  
  97. -webkit-transition: all 1s, -webkit-transform 1s;
  98.  
  99. -o-transition: all 1s, -o-transform 1s;
  100.  
  101. opacity:0;
  102.  
  103. }
  104.  
  105. #sidebar:hover #description {
  106.  
  107. transition: all 1s, transform 1s;
  108.  
  109. -moz-transition: all 1s, -moz-transform 1s;
  110.  
  111. -webkit-transition: all 1s, -webkit-transform 1s;
  112.  
  113. -o-transition: all 1s, -o-transform 1s;
  114.  
  115. opacity:1.00;
  116.  
  117. }
  118.  
  119.  
  120. #blogtitle {
  121. background: none repeat scroll 0 0 transparent;
  122. font-size: 25px;
  123. font-family:'Ruthie';
  124. color:{color:accent};
  125. margin: 10px 0;
  126. padding: 10px;
  127. text-transform:lowercase;
  128. text-align:center;
  129. width:100px;
  130. margin-top:-10px;
  131. margin-left:22px;
  132.  
  133. transition: all 1s, transform 1s;
  134.  
  135. -moz-transition: all 1s, -moz-transform 1s;
  136.  
  137. -webkit-transition: all 1s, -webkit-transform 1s;
  138.  
  139. -o-transition: all 1s, -o-transform 1s;
  140.  
  141. opacity:1.00;
  142. }
  143.  
  144.  
  145.  
  146. #navigation {
  147. background: none repeat scroll 0 0 {color:accent};
  148. font-weight: bold;
  149. list-style-type: none;
  150. margin: 7px 0;
  151. padding: 10px;
  152. width:170px;
  153. margin-left:-12px;
  154. margin-top:20px;
  155.  
  156. transition: all 1s, transform 1s;
  157.  
  158. -moz-transition: all 1s, -moz-transform 1s;
  159.  
  160. -webkit-transition: all 1s, -webkit-transform 1s;
  161.  
  162. -o-transition: all 1s, -o-transform 1s;
  163.  
  164. opacity:0;
  165. }
  166.  
  167. #navigation li {
  168. border-bottom: 0px dotted #C7C6BB;
  169. margin: 0;
  170. }
  171. #navigation li a {
  172. color: #7d8c98;
  173. display: block;
  174. padding: 1px;
  175. text-decoration: none;
  176. }
  177. #navigation li a:hover {
  178. color: #7d8c98;
  179. background: #b3bdc5;
  180. }
  181.  
  182. #description {
  183.  
  184. background: none repeat scroll 0 0 transparent;
  185. font-size: 10px;
  186. font-family:'Economica';
  187. color:{color:accent};
  188. margin: 10px 0;
  189. padding: 10px;
  190. text-transform:lowercase;
  191. text-align:center;
  192. width:100px;
  193. margin-top:-75px;
  194. margin-left:22px;
  195.  
  196. transition: all 1s, transform 1s;
  197.  
  198. -moz-transition: all 1s, -moz-transform 1s;
  199.  
  200. -webkit-transition: all 1s, -webkit-transform 1s;
  201.  
  202. -o-transition: all 1s, -o-transform 1s;
  203.  
  204. opacity:0;
  205.  
  206. }
  207.  
  208.  
  209. #stringimage {
  210. background:url('http://25.media.tumblr.com/43ba6a0c1eda0da31123dbabd12d98b6/tumblr_mo4yqvb5IM1sv0pjzo3_r5_250.jpg') no-repeat scroll 0 0;
  211. height:100px;
  212. margin-top:-100px;
  213. margin-left:-785px;
  214. }
  215.  
  216. .pagination {
  217. background: none repeat scroll 0 0 {color:accent};
  218. font-family: calibri;
  219. font-size: 11px;
  220. font-weight: bold;
  221. margin: 10px 0 0;
  222. padding: 10px;
  223. position: relative;
  224. text-align: center;
  225. }
  226. .pagination a:hover {
  227. background: none repeat scroll 0 0 #b3bdc5;
  228. color: {color:accent};
  229. }
  230. .jump_page {
  231. background-color: #7d8c98;
  232. color: {color:accent};
  233. margin: 0;
  234. padding: 2px 6px 3px;
  235. }
  236. .pagination_current {
  237. background-color: #7d8c98;
  238. color: #b3bdc5;
  239. font-size: 11px;
  240. margin-left: 0;
  241. margin-right: 0;
  242. padding: 2px 6px 3px;
  243. }
  244. .nextprevious {
  245. background-color: #7d8c98;
  246. color: {color:accent};
  247. margin-left: 0;
  248. margin-right: 0;
  249. padding: 2px 6px 3px;
  250. }
  251. #content {
  252. float: right;
  253. margin-left:-300px;
  254. margin-bottom: 50px;
  255. width: 520px;
  256. }
  257. article {
  258. background: none repeat scroll 0 0 {color:accent};
  259. display: block;
  260. margin: 0 0 30px;
  261. margin-left:-120px;
  262. margin-right:120px;
  263. padding: 10px;
  264. }
  265. article:last-child {
  266. margin-bottom: 0;
  267. }
  268. .entries {
  269. margin-bottom: 0;
  270. padding: 10px 0;
  271. width: 500px;
  272. }
  273. .entries img {
  274. max-width: 500px;
  275. }
  276. h1 {
  277. font-size: 22px;
  278. font-style: italic;
  279. font-weight: bold;
  280. letter-spacing: 1px;
  281. margin: 0;
  282. }
  283. header {
  284. color: #959595;
  285. display: block;
  286. font-size: 9px;
  287. font-weight: bold;
  288. padding: 0 8px 0 0;
  289. text-transform: none;
  290. }
  291. .post-meta {
  292. list-style-type: none;
  293. margin: 0;
  294. padding: 0;
  295. }
  296. .post-date {
  297. display: inline-block;
  298. font-weight: bold;
  299. }
  300. .post-notesreblog {
  301. float: right;
  302. margin: -6px;
  303. }
  304. .symbols {
  305. font: 10px WebSymbolsRegular;
  306. text-transform: none;
  307. }
  308. .symbols_tags {
  309. float: left;
  310. font-family: WebSymbolsRegular;
  311. font-size: 11px;
  312. line-height: 8px;
  313. margin-right: 10px;
  314. text-transform: none;
  315. }
  316. .post-sources {
  317. display: inline-block;
  318. }
  319. .post-notesreblog {
  320. float: right;
  321. margin: -6px;
  322. }
  323. .post-tags:before {
  324. }
  325. .post-footer {
  326. display: inline-block;
  327. list-style-type: none;
  328. margin: 0;
  329. padding: 0;
  330. }
  331. .post-tags {
  332. float: left;
  333. padding-right: 1px;
  334. }
  335. .post-tags:before {
  336. content: "#";
  337. }
  338. .post-tags:after {
  339. content: "\00a0\00a0\00a0";
  340. }
  341. footer {
  342. color: #959595;
  343. display: block;
  344. font-size: 9px;
  345. font-weight: bold;
  346. margin-bottom: 0;
  347. padding: 0;
  348. text-align: left;
  349. text-transform: none;
  350. }
  351. .ask {
  352. background: none repeat scroll 0 0 {color:background};
  353. padding: 10px;
  354. }
  355. .askimg {
  356. margin-bottom: 0;
  357. position: inherit;
  358. width: 48px;
  359. }
  360. .askimg img {
  361. background-color: #FFFFFF;
  362. margin-bottom: 0;
  363. padding: 0;
  364. position: relative;
  365. width: 48px;
  366. }
  367. .asker {
  368. color: #6E6E6E;
  369. font-size: 11px;
  370. font-weight: bold;
  371. text-transform: none;
  372. }
  373. .user {
  374. font-size: 11px;
  375. margin-bottom: 0;
  376. padding-left: 25px;
  377. }
  378. .even_user {
  379. color: #9A9A9A;
  380. }
  381. .odd_user {
  382. color: #838383;
  383. }
  384. .chat {
  385. list-style: none outside none;
  386. margin: 0;
  387. padding: 10px 0 0;
  388. }
  389. ol.notes {
  390. background: none repeat scroll 0 0 #FFFFFF;
  391. list-style-type: none;
  392. margin: 0;
  393. padding: 0;
  394. }
  395. ol.notes li.note {
  396. padding: 3px;
  397. }
  398. ol.notes li.note img.avatar {
  399. height: 16px;
  400. margin-right: 5px;
  401. vertical-align: -4px;
  402. width: 16px;
  403. }
  404. ol.notes li.note blockquote {
  405. border-color: #EEEEEE;
  406. margin: 10px 0 0 25px;
  407. padding: 4px 10px;
  408. }
  409. ol.notes li.note blockquote a {
  410. text-decoration: none;
  411. }
  412. .source:before {
  413. content: "— ";
  414. }
  415. .source {
  416. display: block;
  417. font-family: helvetica;
  418. font-size: 11px;
  419. font-style: normal;
  420. font-weight: bold;
  421. letter-spacing: 0;
  422. margin-top: 5px;
  423. }
  424. .short {
  425. border-left-width: 0;
  426. font-size: 24px;
  427. font-style: italic;
  428. }
  429. .medium {
  430. border-left-width: 0;
  431. font-size: 20px;
  432. font-style: italic;
  433. }
  434. .long {
  435. border-left-width: 0;
  436. font-size: 17px;
  437. font-style: italic;
  438. }
  439. .quotationmark {
  440. font-size: 120px;
  441. font-weight: bold;
  442. line-height: 127px;
  443. margin-left: 26px;
  444. opacity: 0.18;
  445. position: absolute;
  446. }
  447. .album_art {
  448. margin-right: 12px;
  449. text-align: left;
  450. width: 160px;
  451. z-index: -10;
  452. }
  453. .album_art_over {
  454. height: 160px;
  455. margin-right: 12px;
  456. position: absolute;
  457. width: 160px;
  458. }
  459. .audioinfo_first {
  460. font-weight: bold;
  461. }
  462. .audioinfo_b {
  463. display: none;
  464. }
  465. .audio {
  466. min-height: 160px;
  467. overflow: hidden;
  468. position: relative;
  469. }
  470. .player {
  471. background: none repeat scroll 0 0 #FFFFFF;
  472. border: 3px solid #FFFFFF;
  473. margin-left: 61px;
  474. margin-top: -102px;
  475. opacity: 0.85;
  476. position: absolute;
  477. z-index: 30;
  478. }
  479. .audioplayer {
  480. height: 25px;
  481. margin-right: 11px;
  482. overflow: hidden;
  483. padding: 3px;
  484. width: 15px;
  485. }
  486. .audioinfo {
  487. line-height: 5px;
  488. margin-bottom: 100px;
  489. margin-left: 168px;
  490. }
  491. .audiocaption {
  492. margin-left: 0;
  493. }
  494. .audiocaption img {
  495. max-width: 200px !important;
  496. }
  497. .audiocaption blockquote img {
  498. max-width: 200px !important;
  499. }
  500. blockquote img {
  501. max-width: 200px !important;
  502. }
  503.  
  504.  
  505.  
  506. </style>
  507. </head>
  508. <body>
  509.  
  510.  
  511. <div id="layout">
  512.  
  513.  
  514.  
  515. <div id="sidebar">
  516.  
  517. <div id="navigation">
  518. <a href="/#">home</a>
  519. <a href="/archive">archive</a>
  520. <a href="/ask">ask</a>
  521. <a href="/about">about</a>
  522. <a href="http://mymahoganymyrules.tumblr.com">theme</a>
  523. </div>
  524. <div id="blogtitle"><center>{text:Blog Title}</center></div>
  525. <div id="description"><center>{Description}</center></div>
  526. <div id="stringimage"></div>
  527.  
  528. </div>
  529.  
  530. <section id="content">
  531. {block:Posts}
  532. <article>
  533. {block:Date}
  534. <header>
  535.  
  536. <ul class="post-meta">
  537. <li class="post-date">
  538. <a href="{Permalink}">{TimeAgo}</a>
  539. </li>
  540.  
  541. <li class="post-sources">
  542. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}{/block:RebloggedFrom}
  543. </li>
  544.  
  545.  
  546. <li class="post-notesreblog">
  547. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  548. {/block:NoteCount}
  549.  
  550. {block:Photo}
  551. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  552. {/block:Photo}
  553. {block:Photoset}
  554. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  555. {/block:Photoset}
  556. {block:Quote}
  557. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  558. {/block:Quote}
  559. {block:Link}
  560. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  561. {/block:Link}
  562. {block:Chat}
  563. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  564. {/block:Chat}
  565. {block:Audio}
  566. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  567. {/block:Audio}
  568. {block:Video}
  569. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  570. {/block:Video}
  571. {block:Text}
  572. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  573. {/block:Text}
  574. </li>
  575. </ul>
  576. </header>
  577. {/block:Date}
  578.  
  579.  
  580. <div class="entries">
  581.  
  582. {block:Text}
  583. {block:Title}
  584. <h1><a href="{Permalink}">{Title}</a></h1>
  585. {/block:Title}
  586. {body}
  587. {/block:Text}
  588.  
  589. {block:Link}
  590. <a href="{url}"><h1>{Name}</h1></a>
  591. {block:Description}
  592. {Description}
  593. {/block:Description}
  594. {/block:Link}
  595.  
  596. {block:Photo}
  597. <center>
  598. {block:HighRes}<a href="{PhotoURL-HighRes}">{/block:HighRes}<img src="{PhotoURL-500}"/>{block:HighRes}</a>{/block:HighRes}
  599. </center>
  600. {block:Caption}
  601. {Caption}
  602. {/block:Caption}
  603. {/block:Photo}
  604.  
  605. {block:Photoset}
  606. <center>
  607. {Photoset-500}
  608. </center>
  609. {block:Caption}
  610. {Caption}
  611. {/block:Caption}
  612. {/block:Photoset}
  613.  
  614. {block:Quote}
  615. <span class="quotationmark">“</span>
  616. <quote class="{Length}">{Quote}
  617. <b class="source">{Source}</b>
  618. </quote>
  619. {/block:Quote}
  620.  
  621.  
  622. {block:Chat}
  623. {block:Title}
  624. <h1><a href="{Permalink}">{Title}</a></h1>
  625. {/block:Title}
  626. <ul class="chat">{block:Lines}<li class="{Alt}_user">
  627. {block:Label}
  628. <span class="label">{Label}</span>
  629. {/block:Label}
  630. {Line}
  631. </li>
  632. {/block:Lines}
  633. </ul>
  634. </li>
  635. {/block:Chat}
  636.  
  637.  
  638.  
  639. {block:Audio}
  640.  
  641. <div class="audio">
  642.  
  643. <span class="album_art_over">
  644. {block:AlbumArt}
  645. <img class="album_art" src="{AlbumArtURL}"/>
  646. {/block:AlbumArt}
  647. <div class="player">
  648. <div class="audioplayer">
  649. {AudioPlayerWhite}
  650. </div>
  651. </div>
  652. </span>
  653.  
  654. <div class="audioinfo">
  655. <p><span class="audioinfo_first">Title:</span>
  656. <span{block:TrackName} class="audioinfo_b"{block:TrackName}>Unknown</span>
  657. {block:TrackName}{TrackName}{/block:TrackName}</p>
  658. <p><span class="audioinfo_first">Artist: </span>
  659. <span{block:Artist} class="audioinfo_b"{block:Artist}>Unknown</span>
  660. {block:Artist}{Artist}{/block:Artist}</p>
  661. <p><span class="audioinfo_first">Album: </span>
  662. <span{block:Album} class="audioinfo_b"{block:Album}>Unknown</span>
  663. {block:Album}{Album}{/block:Album}</p>
  664. <p>{block:ExternalAudio} <span class="audioinfo_first">Download: </span>
  665. <a href="{ExternalAudioURL}">Click Here</a></p>
  666. <p>{/block:ExternalAudio} <span class="audioinfo_first">Played: </span>
  667. {PlayCount} times</div></p>
  668.  
  669.  
  670. <div class="audiocaption">
  671. {block:Caption}
  672. {Caption}
  673. {/block:Caption}
  674. </div>
  675. </div>
  676. {/block:Audio}
  677.  
  678. {block:Video}
  679. {Video-500}<br/>
  680. {block:Caption}
  681. <div>
  682. {Caption}
  683. </div>
  684. {/block:Caption}
  685. {/block:Video}
  686.  
  687. {block:Answer}
  688. <div class="ask">
  689. <table><tr>
  690. <td ><div class="askimg"><img src="{AskerPortraitURL-48}"></div></td>
  691. <td class="user">
  692. <span class="asker">{Asker}</span><br>
  693. {Question}
  694. </td></tr></table>
  695. </div>
  696. <div class="cap">
  697. {Answer}
  698. </div>
  699. {/block:Answer}
  700. </div>
  701.  
  702. {block:HasTags}
  703. <footer>
  704. <ul class="post-footer">
  705.  
  706. {block:Tags}
  707. <li class="post-tags"><a href="{TagURL}">{Tag}</a></li>
  708. {/block:Tags}
  709. </ul>
  710. </footer>
  711. {/block:HasTags}
  712. </article>
  713. {/block:posts}
  714.  
  715.  
  716. {block:PostNotes}
  717. <div id="notes">
  718. {PostNotes}
  719. </div>
  720. {/block:PostNotes}
  721.  
  722.  
  723. </section>
  724.  
  725. </body>
  726. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement