Advertisement
PuppyLove968

jo march (mahogany themes)

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