Advertisement
PuppyLove968

221b mine (mahogany themes)

Feb 27th, 2014
150
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 23.90 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: 221B Mine by fangirlbotmalfunction (mahogany themes)
  17. more at http://mymahoganymyrules.tumblr.com :)
  18. DO WHAT YOU WILL.
  19.  
  20. ---->
  21. <a name="#top"></a>
  22.  
  23. <meta name="color:background color" content="#726869" />
  24. <meta name="color:accent" content="#13020d" />
  25. <meta name="color:text" content="#a4a4a4">
  26. <meta name="color:link" content="#7d8c98">
  27. <meta name="color:slash color" content="#030920">
  28. <meta name="image:background" content="http://www.iwallscreen.com/stock/bbc-sherlock-wallpaper-by-rain-falling-dfc.jpg"/>
  29. <meta name="if:absolute position header" content="1">
  30.  
  31. <meta name="text:background position" content="-250px">
  32. <meta name="text:title" content="{Title}">
  33.  
  34. <meta name="text:Skull Link" content="about me">
  35. <meta name="text:Skull Link URL" content="/about">
  36. <meta name="text:Red Bottle Link" content="ask away">
  37. <meta name="text:Red Bottle Link URL" content="/ask">
  38. <meta name="text:Blue Bottle Link" content="archive">
  39. <meta name="text:Blue Bottle Link URL" content="/archive">
  40. <meta name="text:Books Link" content="submit">
  41. <meta name="text:Books Link URL" content="/submit">
  42.  
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. <link rel="stylesheet" href="http://static.tumblr.com/roigneg/1k7m43mif/font.css" type="text/css">
  46. <link href='http://fonts.googleapis.com/css?family=Courier' rel='stylesheet' type='text/css'>
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51. ::-webkit-scrollbar {width: 9px; height: 3px; background: {color:accent};}
  52. ::-webkit-scrollbar-thumb {background-color:{color:background color} ; border: 1px solid {color:accent};}
  53.  
  54. body {
  55. color: {color:text};
  56. font-family: 'Courier';
  57. font-size: 11px;
  58. background-image:url('{image:background}');
  59. background-position:{text:background position};
  60. background-attachment:fixed;
  61. background-repeat:repeat;
  62. background-color: {color:background color};
  63. }
  64. small {
  65. font-size: 11px;
  66. }
  67. big {
  68. font-size: 11px;
  69. }
  70. blockquote {
  71. border-left: 1px solid #8F8F8F;
  72. padding: 0 0 0 5px;
  73. margin: 0 0 14px 0;
  74. }
  75.  
  76. quote {
  77. border-left: 0 solid #8F8F8F;
  78. padding: 30px;
  79. display: block;
  80. }
  81. a {
  82. color: {color:link};
  83. text-decoration: none;
  84. }
  85. a:hover {
  86. color: #6f6f6f;
  87. }
  88.  
  89. #headerbg {
  90. position:fixed;
  91. margin-top:-140px;
  92. width:110%; height:100%;
  93. left:0px;
  94. font-family:'Courier';
  95. background-color: rgba(319,64,148,0.1);
  96. letter-spacing:6px;
  97. text-align:center;
  98. padding-top:20px;
  99. padding-bottom:0px;
  100. font-size:15px;
  101. text-transform:uppercase;
  102. z-index:2;
  103. opacity:0.8;
  104. }
  105.  
  106. #header {
  107. z-index:00;
  108. position:absolute;
  109. {block:ifnotabsolutepositionheader}
  110. position:fixed;
  111. {/block:ifnotabsolutepositionheader}
  112. margin-top:20px;
  113. float:left;
  114. margin-left:165px;
  115. width:680px;height:95px;
  116. font-family:'Courier';
  117. background-image: url('https://24.media.tumblr.com/0a62eab6587f6f39900c56038ee1bcea/tumblr_n1b9x8viLZ1sv017yo1_r1_1280.png');
  118. background-repeat:no-repeat;
  119. background-size:100% 90px;
  120. background-position:center;
  121. letter-spacing:6px;
  122. text-align:center;
  123. padding-top:20px;
  124. padding-bottom:0px;
  125. font-size:15px;
  126. text-transform:uppercase;
  127. z-index:-50;
  128. opacity:1;
  129. }
  130.  
  131. #skull {
  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. background-image:url('http://24.media.tumblr.com/cf43cb73ca3989673247b89f690b39bd/tumblr_n1bniyAMVn1sv017yo5_1280.png');
  142. background-size:contain;
  143. background-repeat:no-repeat;
  144. width:100px;
  145. height:100px;
  146. margin-left:15%;
  147. margin-top:-65px;
  148. position:absolute;
  149.  
  150. transform: rotate(-20deg);
  151. -ms-transform: rotate(-20deg); /* IE 9 */
  152. -webkit-transform: rotate(-20deg); /* Safari and Chrome */
  153. -o-transform: rotate(-20deg); /* Opera */
  154. -moz-transform: rotate(-20deg); /* Firefox */
  155.  
  156. opacity:0.8;
  157.  
  158. }
  159.  
  160. #skull:hover {
  161.  
  162. transition: all 1s, transform 1s;
  163.  
  164. -moz-transition: all 1s, -moz-transform 1s;
  165.  
  166. -webkit-transition: all 1s, -webkit-transform 1s;
  167.  
  168. -o-transition: all 1s, -o-transform 1s;
  169.  
  170. opacity:0.9;
  171.  
  172.  
  173. transform: rotate(20deg);
  174. -ms-transform: rotate(20deg); /* IE 9 */
  175. -webkit-transform: rotate(20deg); /* Safari and Chrome */
  176. -o-transform: rotate(20deg); /* Opera */
  177. -moz-transform: rotate(20deg); /* Firefox */
  178.  
  179. margin-top:-85px;
  180.  
  181. }
  182.  
  183.  
  184. #potion {
  185.  
  186. transition: all 1s, transform 1s;
  187.  
  188. -moz-transition: all 1s, -moz-transform 1s;
  189.  
  190. -webkit-transition: all 1s, -webkit-transform 1s;
  191.  
  192. -o-transition: all 1s, -o-transform 1s;
  193.  
  194. background-image:url('http://25.media.tumblr.com/40ed8e381cf0876d77b540144c1247e0/tumblr_n1bniyAMVn1sv017yo3_1280.png');
  195. background-size:contain;
  196. background-repeat:no-repeat;
  197. width:90px;
  198. height:90px;
  199. margin-left:25%;
  200. margin-top:-65px;
  201. position:absolute;
  202.  
  203. transform: rotate(5deg);
  204. -ms-transform: rotate(5deg); /* IE 9 */
  205. -webkit-transform: rotate(5deg); /* Safari and Chrome */
  206. -o-transform: rotate(5deg); /* Opera */
  207. -moz-transform: rotate(5deg); /* Firefox */
  208.  
  209. opacity:0.8;
  210.  
  211. }
  212.  
  213. #potion:hover {
  214.  
  215. transition: all 1s, transform 1s;
  216.  
  217. -moz-transition: all 1s, -moz-transform 1s;
  218.  
  219. -webkit-transition: all 1s, -webkit-transform 1s;
  220.  
  221. -o-transition: all 1s, -o-transform 1s;
  222.  
  223. opacity:0.9;
  224.  
  225.  
  226. transform: rotate(20deg);
  227. -ms-transform: rotate(20deg); /* IE 9 */
  228. -webkit-transform: rotate(20deg); /* Safari and Chrome */
  229. -o-transform: rotate(20deg); /* Opera */
  230. -moz-transform: rotate(20deg); /* Firefox */
  231.  
  232. margin-top:-75px;
  233.  
  234. }
  235.  
  236. #clock {
  237.  
  238. transition: all 1s, transform 1s;
  239.  
  240. -moz-transition: all 1s, -moz-transform 1s;
  241.  
  242. -webkit-transition: all 1s, -webkit-transform 1s;
  243.  
  244. -o-transition: all 1s, -o-transform 1s;
  245.  
  246. background-image:url('http://25.media.tumblr.com/03201ed5fce7166df7a0c7288e7aa3e4/tumblr_n1bniyAMVn1sv017yo1_400.png');
  247. background-size:contain;
  248. background-repeat:no-repeat;
  249. width:140px;
  250. height:140px;
  251. margin-left:35%;
  252. margin-top:-125px;
  253. position:absolute;
  254.  
  255.  
  256. opacity:0.8;
  257.  
  258. }
  259.  
  260. #clock:hover {
  261.  
  262. transition: all 1s, transform 1s;
  263.  
  264. -moz-transition: all 1s, -moz-transform 1s;
  265.  
  266. -webkit-transition: all 1s, -webkit-transform 1s;
  267.  
  268. -o-transition: all 1s, -o-transform 1s;
  269.  
  270. opacity:0.9;
  271.  
  272. margin-top:-135px;
  273.  
  274.  
  275. }
  276.  
  277. #books {
  278.  
  279. transition: all 1s, transform 1s;
  280.  
  281. -moz-transition: all 1s, -moz-transform 1s;
  282.  
  283. -webkit-transition: all 1s, -webkit-transform 1s;
  284.  
  285. -o-transition: all 1s, -o-transform 1s;
  286.  
  287. background-image:url('http://24.media.tumblr.com/4b0a18e48171c6a3968be2d635120aa8/tumblr_n1bniyAMVn1sv017yo2_500.png');
  288. background-size:contain;
  289. background-repeat:no-repeat;
  290. width:160px;
  291. height:160px;
  292. margin-left:60%;
  293. margin-top:-100px;
  294. position:absolute;
  295.  
  296. transform: rotate(5deg);
  297. -ms-transform: rotate(5deg); /* IE 9 */
  298. -webkit-transform: rotate(5deg); /* Safari and Chrome */
  299. -o-transform: rotate(5deg); /* Opera */
  300. -moz-transform: rotate(5deg); /* Firefox */
  301.  
  302. opacity:0.8;
  303.  
  304. }
  305.  
  306. #books:hover {
  307.  
  308. transition: all 1s, transform 1s;
  309.  
  310. -moz-transition: all 1s, -moz-transform 1s;
  311.  
  312. -webkit-transition: all 1s, -webkit-transform 1s;
  313.  
  314. -o-transition: all 1s, -o-transform 1s;
  315.  
  316. opacity:0.9;
  317.  
  318.  
  319. transform: rotate(-10deg);
  320. -ms-transform: rotate(-10deg); /* IE 9 */
  321. -webkit-transform: rotate(-10deg); /* Safari and Chrome */
  322. -o-transform: rotate(-10deg); /* Opera */
  323. -moz-transform: rotate(-10deg); /* Firefox */
  324.  
  325. margin-top:-110px;
  326.  
  327. }
  328.  
  329. #potion2 {
  330.  
  331. transition: all 1s, transform 1s;
  332.  
  333. -moz-transition: all 1s, -moz-transform 1s;
  334.  
  335. -webkit-transition: all 1s, -webkit-transform 1s;
  336.  
  337. -o-transition: all 1s, -o-transform 1s;
  338.  
  339. background-image:url('http://24.media.tumblr.com/3b37860fb69293ef99bba496fe9cb1d5/tumblr_n1bniyAMVn1sv017yo4_1280.png');
  340. background-size:contain;
  341. background-repeat:no-repeat;
  342. width:90px;
  343. height:90px;
  344. margin-left:53%;
  345. margin-top:-70px;
  346. position:absolute;
  347.  
  348.  
  349. opacity:0.8;
  350.  
  351.  
  352. transform: rotate(-10deg);
  353. -ms-transform: rotate(-10deg); /* IE 9 */
  354. -webkit-transform: rotate(-10deg); /* Safari and Chrome */
  355. -o-transform: rotate(-10deg); /* Opera */
  356. -moz-transform: rotate(-10deg); /* Firefox */
  357.  
  358. }
  359.  
  360. #potion2:hover {
  361.  
  362. transition: all 1s, transform 1s;
  363.  
  364. -moz-transition: all 1s, -moz-transform 1s;
  365.  
  366. -webkit-transition: all 1s, -webkit-transform 1s;
  367.  
  368. -o-transition: all 1s, -o-transform 1s;
  369.  
  370. opacity:0.9;
  371.  
  372.  
  373. transform: rotate(10deg);
  374. -ms-transform: rotate(10deg); /* IE 9 */
  375. -webkit-transform: rotate(10deg); /* Safari and Chrome */
  376. -o-transform: rotate(10deg); /* Opera */
  377. -moz-transform: rotate(10deg); /* Firefox */
  378.  
  379. margin-top:-80px;
  380.  
  381. }
  382.  
  383. #iou {
  384.  
  385. transition: all 1s, transform 1s;
  386.  
  387. -moz-transition: all 1s, -moz-transform 1s;
  388.  
  389. -webkit-transition: all 1s, -webkit-transform 1s;
  390.  
  391. -o-transition: all 1s, -o-transform 1s;
  392.  
  393. background-image:url('https://31.media.tumblr.com/02af0c345a79cf17262129734d081f9b/tumblr_n1bniyAMVn1sv017yo6_r2_250.png');
  394. background-size:contain;
  395. background-repeat:no-repeat;
  396. width:60px;
  397. height:60px;
  398. margin-left:86%;
  399. margin-top:-50px;
  400. position:absolute;
  401.  
  402.  
  403. opacity:0.8;
  404.  
  405.  
  406. transform: rotate(-10deg);
  407. -ms-transform: rotate(-10deg); /* IE 9 */
  408. -webkit-transform: rotate(-10deg); /* Safari and Chrome */
  409. -o-transform: rotate(-10deg); /* Opera */
  410. -moz-transform: rotate(-10deg); /* Firefox */
  411.  
  412. }
  413.  
  414. #iou:hover {
  415.  
  416. transition: all 1s, transform 1s;
  417.  
  418. -moz-transition: all 1s, -moz-transform 1s;
  419.  
  420. -webkit-transition: all 1s, -webkit-transform 1s;
  421.  
  422. -o-transition: all 1s, -o-transform 1s;
  423.  
  424. opacity:0.9;
  425.  
  426.  
  427. transform: rotate(10deg);
  428. -ms-transform: rotate(10deg); /* IE 9 */
  429. -webkit-transform: rotate(10deg); /* Safari and Chrome */
  430. -o-transform: rotate(10deg); /* Opera */
  431. -moz-transform: rotate(10deg); /* Firefox */
  432.  
  433. margin-top:-80px;
  434.  
  435. }
  436.  
  437.  
  438. #title {
  439. position: absolute;
  440. bottom:20px;
  441. width:100%;
  442. margin-left:-40px;
  443. text-align:center;
  444. }
  445.  
  446. #headercross {
  447. z-index:100;
  448. position:fixed;
  449. background: none repeat scroll 0 0 {color:slash color};
  450. margin-top:-60px;
  451. margin-left:-460px;
  452. width:100%;
  453. height:80px;
  454. transform: rotate(-20deg);
  455. -ms-transform: rotate(-20deg); /* IE 9 */
  456. -webkit-transform: rotate(-20deg); /* Safari and Chrome */
  457. -o-transform: rotate(-20deg); /* Opera */
  458. -moz-transform: rotate(-20deg); /* Firefox */
  459. border-style:groove;
  460. border-color:{color:accent};
  461. border-width:5px;
  462. opacity:0.7;
  463. }
  464.  
  465. #headerlinks {
  466. text-align:center;
  467. margin-top:28px;
  468. font-family:'Courier';
  469. text-transform:uppercase;
  470. font-size:16px;
  471. }
  472.  
  473. #layout {
  474. margin: 0 auto;
  475. margin-top:120px;
  476. width: 1000px;
  477.  
  478. }
  479.  
  480. #sidebar {
  481. background: none repeat scroll 0 0 {color:accent};
  482. float: left;
  483. height: auto;
  484. font-size: 11px;
  485. margin: 10px 0;
  486. margin-top:60px;
  487. margin-left:50px;
  488. padding: 10px;
  489. text-align: justify;
  490. text-transform:lowercase;
  491. position: fixed;
  492. width: 180px;
  493.  
  494. transition: all 1s, transform 1s;
  495.  
  496. -moz-transition: all 1s, -moz-transform 1s;
  497.  
  498. -webkit-transition: all 1s, -webkit-transform 1s;
  499.  
  500. -o-transition: all 1s, -o-transform 1s;
  501.  
  502. opacity:0.1;
  503.  
  504. }
  505. #sidebar:hover {
  506.  
  507.  
  508. transition: all 1s, transform 1s;
  509.  
  510. -moz-transition: all 1s, -moz-transform 1s;
  511.  
  512. -webkit-transition: all 1s, -webkit-transform 1s;
  513.  
  514. -o-transition: all 1s, -o-transform 1s;
  515. opacity:1.00;
  516. }
  517.  
  518.  
  519.  
  520. .pagination {
  521. background: none repeat scroll 0 0 {color:accent};
  522. font-family: calibri;
  523. font-size: 11px;
  524. font-weight: bold;
  525. margin: 10px 0 0;
  526. padding: 10px;
  527. position: relative;
  528. text-align: center;
  529. }
  530. .pagination a:hover {
  531. background: none repeat scroll 0 0 #b3bdc5;
  532. color: {color:accent};
  533. }
  534. .jump_page {
  535. background-color: #7d8c98;
  536. color: {color:accent};
  537. margin: 0;
  538. padding: 2px 6px 3px;
  539. }
  540. .pagination_current {
  541. background-color: #7d8c98;
  542. color: #b3bdc5;
  543. font-size: 11px;
  544. margin-left: 0;
  545. margin-right: 0;
  546. padding: 2px 6px 3px;
  547. }
  548. .nextprevious {
  549. background-color: #7d8c98;
  550. color: {color:accent};
  551. margin-left: 0;
  552. margin-right: 0;
  553. padding: 2px 6px 3px;
  554. }
  555. #content {
  556. float:left;
  557. margin-top:110px;
  558. margin-left:220px;
  559. margin-bottom: 50px;
  560. width: 100%;
  561. z-index:100;
  562. opacity:0.9;
  563.  
  564. {block:ifnotabsolutepositionheader}
  565. position:fixed;
  566. height:70%;
  567. overflow:scroll;
  568. {/block:ifnotabsolutepositionheader}
  569. }
  570. article {
  571. background: none repeat scroll 0 0 {color:accent};
  572. display: block;
  573. margin: 0 0 10px;
  574. padding: 10px;
  575. width:525px;
  576. border-style:groove;
  577. border-color:{color:accent};
  578. border-width:10px;
  579. }
  580.  
  581. article:last-child {
  582. margin-bottom: 40px;
  583. }
  584. .entries {
  585. margin-bottom: 0;
  586. padding: 10px 0;
  587. width: 500px;
  588. }
  589. .entries img {
  590. max-width: 520px;
  591. }
  592. h1 {
  593. font-size: 22px;
  594. font-style: italic;
  595. font-weight: bold;
  596. letter-spacing: 1px;
  597. margin: 0;
  598. }
  599. header1 {
  600. color: #959595;
  601. display: block;
  602. font-size: 9px;
  603. font-weight: bold;
  604. padding: 0 8px 0 0;
  605. text-transform: none;
  606. }
  607. .post-meta {
  608. list-style-type: none;
  609. margin: 0;
  610. padding: 0;
  611. }
  612. .post-date {
  613. display: inline-block;
  614. font-weight: bold;
  615. }
  616. .post-notesreblog {
  617. float: right;
  618. margin: -6px;
  619. }
  620. .symbols {
  621. font: 10px WebSymbolsRegular;
  622. text-transform: none;
  623. }
  624. .symbols_tags {
  625. float: left;
  626. font-family: WebSymbolsRegular;
  627. font-size: 11px;
  628. line-height: 8px;
  629. margin-right: 10px;
  630. text-transform: none;
  631. }
  632. .post-sources {
  633. display: inline-block;
  634. }
  635. .post-notesreblog {
  636. float: right;
  637. margin: -6px;
  638. }
  639. .post-tags:before {
  640. }
  641. .post-footer {
  642. display: inline-block;
  643. list-style-type: none;
  644. margin: 0;
  645. padding: 0;
  646. }
  647. .post-tags {
  648. float: left;
  649. padding-right: 1px;
  650. }
  651. .post-tags:before {
  652. content: "#";
  653. }
  654. .post-tags:after {
  655. content: "\00a0\00a0\00a0";
  656. }
  657. footer {
  658. color: #959595;
  659. display: block;
  660. font-size: 9px;
  661. font-weight: bold;
  662. margin-bottom: 0;
  663. padding: 0;
  664. text-align: left;
  665. text-transform: none;
  666. }
  667. .ask {
  668. background: none repeat scroll 0 0 {color:background};
  669. padding: 10px;
  670. }
  671. .askimg {
  672. margin-bottom: 0;
  673. position: inherit;
  674. width: 48px;
  675. }
  676. .askimg img {
  677. background-color: #FFFFFF;
  678. margin-bottom: 0;
  679. padding: 0;
  680. position: relative;
  681. width: 48px;
  682. }
  683. .asker {
  684. color: #6E6E6E;
  685. font-size: 11px;
  686. font-weight: bold;
  687. text-transform: none;
  688. }
  689. .user {
  690. font-size: 11px;
  691. margin-bottom: 0;
  692. padding-left: 25px;
  693. }
  694. .even_user {
  695. color: #9A9A9A;
  696. }
  697. .odd_user {
  698. color: #838383;
  699. }
  700. .chat {
  701. list-style: none outside none;
  702. margin: 0;
  703. padding: 10px 0 0;
  704. }
  705. ol.notes {
  706. background: none repeat scroll 0 0 ;
  707. opacity:0.9;
  708. list-style-type: none;
  709. width:550px;
  710. margin: 5px;
  711. padding: 0;
  712. }
  713. ol.notes li.note {
  714. padding: 5px;
  715. background-color:{color:accent};
  716. }
  717. ol.notes li.note img.avatar {
  718. height: 16px;
  719. margin-right: 5px;
  720. vertical-align: -4px;
  721. width: 16px;
  722. }
  723. ol.notes li.note blockquote {
  724. border-color: #EEEEEE;
  725. margin: 10px 0 0 25px;
  726. padding: 4px 10px;
  727. }
  728. ol.notes li.note blockquote a {
  729. text-decoration: none;
  730. }
  731. .source:before {
  732. content: "— ";
  733. }
  734. .source {
  735. display: block;
  736. font-family: helvetica;
  737. font-size: 11px;
  738. font-style: normal;
  739. font-weight: bold;
  740. letter-spacing: 0;
  741. margin-top: 5px;
  742. }
  743. .short {
  744. border-left-width: 0;
  745. font-size: 24px;
  746. font-style: italic;
  747. }
  748. .medium {
  749. border-left-width: 0;
  750. font-size: 20px;
  751. font-style: italic;
  752. }
  753. .long {
  754. border-left-width: 0;
  755. font-size: 17px;
  756. font-style: italic;
  757. }
  758. .quotationmark {
  759. font-size: 120px;
  760. font-weight: bold;
  761. line-height: 127px;
  762. margin-left: 26px;
  763. opacity: 0.18;
  764. position: absolute;
  765. }
  766. .album_art {
  767. margin-right: 12px;
  768. text-align: left;
  769. width: 160px;
  770. z-index: -10;
  771.  
  772.  
  773. -moz-box-shadow: inset 0 0 5px #000;
  774. -webkit-box-shadow: inset 0 0 5px#000;
  775. box-shadow: inner 0 0 5px #000;
  776.  
  777. -moz-box-shadow: 0 2px 5px 2px #000;
  778. -webkit-box-shadow: 0 2px 5px 2px #000;
  779. box-shadow: 0 2px 5px 2px #000;
  780. }
  781. .album_art_over {
  782. height: 160px;
  783. margin-right: 12px;
  784. position: absolute;
  785. width: 160px;
  786. }
  787. .audioinfo_first {
  788. font-weight: bold;
  789. }
  790. .audioinfo_b {
  791. display: none;
  792. }
  793. .audio {
  794. min-height: 160px;
  795. overflow: hidden;
  796. position: relative;
  797. }
  798.  
  799. #player {
  800. width:30px;
  801. height:30px;
  802. overflow:hidden;
  803. position:absolute;
  804. margin-top:45px;
  805. margin-bottom:45px;
  806. }
  807.  
  808. #albumart { float:left; margin:0px 7px; margin-top:-20px;}
  809.  
  810. #audioplayer {
  811. height: 25px;
  812. width:25px;
  813. margin-right: 11px;
  814. overflow: hidden;
  815. padding: 3px;
  816. opacity:0.7;
  817.  
  818. -moz-box-shadow: inset 0 0 5px #000;
  819. -webkit-box-shadow: inset 0 0 5px#000;
  820. box-shadow: inner 0 0 5px #000;
  821.  
  822. -moz-box-shadow: 0 2px 5px 2px #000;
  823. -webkit-box-shadow: 0 2px 5px 2px #000;
  824. box-shadow: 0 2px 5px 2px #000;
  825. }
  826. .audioinfo {
  827. line-height: 5px;
  828. margin-bottom: 100px;
  829. margin-left: 168px;
  830. }
  831. .audiocaption {
  832. margin-left: 0;
  833. }
  834. .audiocaption img {
  835. max-width: 200px !important;
  836. }
  837. .audiocaption blockquote img {
  838. max-width: 200px !important;
  839. }
  840. blockquote img {
  841. max-width: 200px !important;
  842. }
  843.  
  844.  
  845.  
  846. </style>
  847. </head>
  848. <body>
  849.  
  850. <div id="headercross"><div id="headerlinks">{block:PreviousPage}<a href="{PreviousPage}">&#9664;</a>
  851. {/block:PreviousPage}<b> <a href="#top" title="back to top">{text:title}</a></b>{block:NextPage} <a href="{NextPage}">&#9654;</a>{/block:NextPage}</div><!--<div id="headerlinks"><a href="/about">About </a><a href="/ask">Ask </a><a href="/Archive">Archive </a><a href="http://mymahoganymyrules.tumblr.com"> Theme</a></div>--></div>
  852.  
  853.  
  854. <div id="layout">
  855.  
  856. <div id="header">
  857. <a href="{text:Skull Link URL}" title="{text:Skull Link}"><div id="skull" ></div></a>
  858. <a href="{text:Red Bottle Link URL}" title="{text:Red Bottle Link}"><div id="potion" ></div></a>
  859. <a href="/#" title="go home"><div id="clock" ></div></a>
  860. <a href="{text:Blue Bottle Link URL}" title="{text:Blue Bottle Link}"><div id="potion2" ></div></a>
  861. <a href="{text:Books Link URL}" title="{text:Books Link}"><div id="books" ></div></a>
  862. <a href="http://mymahoganymyrules.tumblr.com" title="theme"><div id="iou" ></div></a>
  863. </div>
  864. {block:Description}
  865. <div id="sidebar">
  866. {Description}
  867. </div>
  868. {/block:Description}
  869.  
  870. <section id="content">
  871. {block:Posts}
  872. <article>
  873. {block:Date}
  874. <header1>
  875.  
  876. <ul class="post-meta">
  877. <li class="post-date">
  878. <a href="{Permalink}">{TimeAgo}</a>
  879. </li>
  880.  
  881. <li class="post-sources">
  882. {block:RebloggedFrom} via <a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a> {block:ContentSource} (<a href="{SourceURL}">source</a>){/block:ContentSource}{/block:RebloggedFrom}
  883. </li>
  884.  
  885.  
  886. <li class="post-notesreblog">
  887. {block:NoteCount} <a href="{Permalink}">{NoteCountWithLabel}</a>
  888. {/block:NoteCount}
  889.  
  890. {block:Photo}
  891. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  892. {/block:Photo}
  893. {block:Photoset}
  894. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  895. {/block:Photoset}
  896. {block:Quote}
  897. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  898. {/block:Quote}
  899. {block:Link}
  900. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  901. {/block:Link}
  902. {block:Chat}
  903. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  904. {/block:Chat}
  905. {block:Audio}
  906. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  907. {/block:Audio}
  908. {block:Video}
  909. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  910. {/block:Video}
  911. {block:Text}
  912. <a href="{ReblogURL}" target="_blank"><span class="symbols">J</span></a>
  913. {/block:Text}
  914. </li>
  915. </ul>
  916. </header1>
  917. {/block:Date}
  918.  
  919.  
  920. <div class="entries">
  921.  
  922. {block:Text}
  923. {block:Title}
  924. <h1><a href="{Permalink}">{Title}</a></h1>
  925. {/block:Title}
  926. {body}
  927. {/block:Text}
  928.  
  929. {block:Link}
  930. <a href="{url}"><h1>{Name}</h1></a>
  931. {block:Description}
  932. {Description}
  933. {/block:Description}
  934. {/block:Link}
  935.  
  936. {block:Photo}
  937. <center>
  938. {block:HighRes}<a href="{PhotoURL-HighRes}">{/block:HighRes}<img src="{PhotoURL-500}"/>{block:HighRes}</a>{/block:HighRes}
  939. </center>
  940. {block:Caption}
  941. {Caption}
  942. {/block:Caption}
  943. {/block:Photo}
  944.  
  945. {block:Photoset}
  946. <center>
  947. {Photoset-500}
  948. </center>
  949. {block:Caption}
  950. {Caption}
  951. {/block:Caption}
  952. {/block:Photoset}
  953.  
  954. {block:Quote}
  955. <span class="quotationmark">“</span>
  956. <quote class="{Length}">{Quote}
  957. <b class="source">{Source}</b>
  958. </quote>
  959. {/block:Quote}
  960.  
  961.  
  962. {block:Chat}
  963. {block:Title}
  964. <h1><a href="{Permalink}">{Title}</a></h1>
  965. {/block:Title}
  966. <ul class="chat">{block:Lines}<li class="{Alt}_user">
  967. {block:Label}
  968. <span class="label">{Label}</span>
  969. {/block:Label}
  970. {Line}
  971. </li>
  972. {/block:Lines}
  973. </ul>
  974. </li>
  975. {/block:Chat}
  976.  
  977. {block:Audio}
  978. <div id="audioplayer">{AudioPlayerWhite} </div>
  979. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  980. {PlayCountWithLabel}
  981. {block:caption}<div class="caption">{caption}</div>{/block:caption}
  982. {/block:Audio}
  983.  
  984. {block:Video}
  985. {Video-500}<br/>
  986. {block:Caption}
  987. <div>
  988. {Caption}
  989. </div>
  990. {/block:Caption}
  991. {/block:Video}
  992.  
  993. {block:Answer}
  994. <div class="ask">
  995. <table><tr>
  996. <td ><div class="askimg"><img src="{AskerPortraitURL-48}"></div></td>
  997. <td class="user">
  998. <span class="asker">{Asker}</span><br>
  999. {Question}
  1000. </td></tr></table>
  1001. </div>
  1002. <div class="cap">
  1003. {Answer}
  1004. </div>
  1005. {/block:Answer}
  1006. </div>
  1007.  
  1008. {block:HasTags}
  1009. <footer>
  1010. <ul class="post-footer">
  1011.  
  1012. {block:Tags}
  1013. <li class="post-tags"><a href="{TagURL}">{Tag}</a></li>
  1014. {/block:Tags}
  1015. </ul>
  1016. </footer>
  1017. {/block:HasTags}
  1018. </article>
  1019. {/block:posts}
  1020. {block:PostNotes}
  1021. <div id="notes">
  1022. {PostNotes}
  1023. </div>
  1024. {/block:PostNotes}
  1025.  
  1026.  
  1027. </section>
  1028. </body>
  1029. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement