Advertisement
ten-tation

Theme #7 by thedoctorknows

Apr 4th, 2013
2,894
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 14.52 KB | None | 0 0
  1. <!--THEME #7 BY THEDOCTORKNOWS
  2.  
  3. Please don't remove the credit, claim this code as your own nor use this as a base code. Thank you!-->
  4.  
  5. <html lang="en">
  6.  
  7. <head>
  8.  
  9. <meta name="image:Background" content="" />
  10. <meta name="image:Sidebar" content="" />
  11. <meta name="image:SidebarBg" content="http://media.tumblr.com/73beb0b6ba2c06cd8b2941207da6c5b7/tumblr_inline_mir4tloXUD1qz4rgp.png" />
  12. <meta name="color:Background" content="#ffffff" />
  13. <meta name="color:Text" content="#929292" />
  14. <meta name="color:Link" content="#b1b1b1" />
  15. <meta name="color:LinkHover" content="#aaaaaa" />
  16. <meta name="color:PostsBg" content="#eeecec" />
  17. <meta name="color:Borders" content="#cfcfcf" />
  18. <meta name="color:Tags" content="#929292" />
  19. <meta name="color:Title" content="#ffffff" />
  20. <meta name="color:TitleBg" content="#c9c9c9" />
  21. <meta name="color:Asks" content="#ffffff" />
  22. <meta name="color:AsksBg" content="#c9c9c9" />
  23. <meta name="color:SideLinks" content="#ffffff" />
  24. <meta name="color:SideLinksBg" content="#c9c9c9" />
  25. <meta name="color:SideLinksBgHover" content="#b4b3b3" />
  26. <meta name="color:SidebarBg" content="#eeecec" />
  27. <meta name="color:DescriptionText" content="#929292" />
  28. <meta name="if:Faded Images" content="eeecec" />
  29. <meta name="text:AskText" content="asked">
  30. <meta name="text:DescFontSize" content="9">
  31. <meta name="text:Link 1" content="">
  32. <meta name="text:Link 1 URL" content="/">
  33. <meta name="text:Link 2" content="">
  34. <meta name="text:Link 2 URL" content="/">
  35. <meta name="text:Link 3" content="">
  36. <meta name="text:Link 3 URL" content="/">
  37. <meta name="text:Link 4" content="">
  38. <meta name="text:Link 4 URL" content="/">
  39. <meta name="text:FontSize" content="10">
  40. <meta name="text:TitleLineHeight" content="267">
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="{Favicon}">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}
  46. {/block:Description}
  47.  
  48. </head>
  49.  
  50. <style type="text/css">
  51.  
  52. iframe#tumblr_controls {
  53.     top: 0% !important;
  54.     right:0% !important;
  55.     position: fixed !important;
  56. }
  57.  
  58. iframe#tumblr_controls {
  59.     white-space:nowrap;
  60.     -webkit-filter: invert(100%);
  61.     -moz-filter: invert(100%);
  62.     -o-filter: invert(100%);
  63.     -ms-filter: invert(100%);
  64.     filter: invert(100%);
  65.     opacity:.2;
  66.     transition: .8s ease-in-out;
  67.     -webkit-transition: .8s ease-in-out;
  68.     -moz-transition: .8s ease-in-out;
  69.     -o-transition: .8s ease-in-out;
  70. }
  71.  
  72. body {
  73.     background:{color:Background};
  74.     background-image:url('{image:Background}');
  75.     background-attachment:fixed;
  76.     background-repeat:repeat;
  77.     color:{color:Text};
  78.     font-family:Trebuchet MS;
  79.     font-size:{text:FontSize}px;
  80.     line-height:100%;
  81. }
  82.  
  83. #pagination {
  84.     position:fixed;
  85.     width:350px;
  86.     height:20px;
  87.     padding:0px;
  88.     text-align:right;
  89.     font-family:Calibri;
  90.     z-index:9999;
  91.     margin-top:118px;
  92.     margin-left:4px;
  93.     font-size:15px;
  94. }
  95.  
  96. #pagination a {
  97.     color:{color:TitleBg};
  98. }
  99.  
  100. #sbbg {
  101.     position:fixed;
  102.     background:{color:SidebarBg};
  103.     background-image:url('{image:SidebarBg}');
  104.     background-attachment:fixed;
  105.     background-repeat:repeat;
  106.     height:140%;
  107.     width:450px;
  108.     z-index:0;
  109.     margin-top:-50px;
  110.     margin-left:-10px;
  111.     border-right:1px solid {color:Borders};
  112. }
  113.  
  114. a {
  115.     text-decoration: none;
  116.     color: {color:Link};
  117.     -webkit-transition: all 0.5s ease-out;
  118.     -moz-transition: all 0.5s ease-out;
  119.     transition: all 0.5s ease-out;
  120. }
  121.  
  122. a:hover {
  123.     color:{color:LinkHover};
  124. }
  125.  
  126. h2 {
  127.     text-transform: uppercase;
  128.     font-size:12px;
  129.     font-family:Calibri;
  130.     padding-right:7px;
  131.     padding-bottom:7px;
  132. }
  133.  
  134. h2 a {
  135.     color:{color:Text};
  136. }
  137.  
  138. blockquote {
  139.     padding-left:5px;
  140.     border-left:2px solid;
  141. }
  142.  
  143. blockquote img {
  144.     max-width:450px;
  145. }
  146.  
  147. blockquote blockquote {
  148.     padding-left:5px;
  149.     border-left:2px solid;
  150. }
  151.  
  152. blockquote blockquote img {
  153.     max-width:400px;
  154. }
  155.  
  156. blockquote blockquote blockquote img {
  157.     max-width:355px;
  158. }
  159.  
  160. blockquote blockquote blockquote blockquote img {
  161.     max-width:310px;
  162. }
  163.  
  164. blockquote blockquote blockquote blockquote blockquote img {
  165.     max-width:265px;
  166. }
  167.  
  168. blockquote blockquote blockquote blockquote blockquote blockquote img {
  169.     max-width:220px;
  170. }
  171.  
  172. blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  173.     max-width:175px;
  174. }
  175.  
  176. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  177.     max-width:130px;
  178. }
  179.  
  180. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  181.     max-width:85px;
  182. }
  183.  
  184. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  185.     max-width:40px;
  186. }
  187.    
  188. .credit {
  189.     position:fixed;
  190.     bottom:8px;
  191.     right:8px;
  192.     font-size:8px;
  193.     text-transform:uppercase;
  194.     padding:4px;
  195.     border:1px solid {color:Text};
  196. }
  197.  
  198. .credit a {
  199.     color:{color:Text};
  200. }
  201.  
  202. ::-webkit-scrollbar-thumb:vertical {
  203.     background-color:{color:Background};
  204.     width:7px;
  205.     height:100px;
  206.     border: 1px solid {color:PostsBg};
  207.     -webkit-border-radius: 6px;
  208.     }
  209.  
  210. ::-webkit-scrollbar {
  211.     height:10px;
  212.     width:7px;
  213.     background-color: {color:Background};
  214.     }
  215.  
  216. #posts, ol.notes {
  217.     width:500px;
  218.     margin-left:550px;
  219.     padding:15px;
  220.     margin-top:50px;
  221.     background:{color:PostsBg};
  222.     border:1px solid {color:Borders};
  223. }
  224.  
  225. ol.notes {
  226.         list-style: none;
  227. }
  228.  
  229. .textpost .tags, .photopost .tags {
  230.     font-size:{FontSize}px;
  231.     margin:0px;
  232.     opacity:1;
  233.     overflow:hidden;
  234. }
  235.  
  236. .quotepost {
  237.     padding-top:10px;
  238. }
  239.  
  240. {Block:IfFadedImages}
  241.     #content a img, #content img, #photop {
  242.        border: 0px;
  243.        opacity: .60;
  244.        filter: alpha(opacity=100);
  245.        -o-transition: opacity 1s linear;
  246.        -webkit-transition: opacity 1s linear;
  247.        -moz-transition: opacity 1s linear;
  248.     }
  249.  
  250.     #content a:hover img, #content img:hover, #photop:hover {
  251.        opacity: 1;
  252.        filter: alpha(opacity=80);
  253.        -o-transition: opacity 0.5s linear;
  254.        -webkit-transition: opacity 0.5s linear;
  255.        -moz-transition: opacity 1s linear;
  256.     }
  257. {/Block:IfFadedImages}
  258.  
  259. #asks {
  260.     text-align:right;
  261.     font-family:Calibri;
  262.     font-size:9px;
  263.     text-transform:uppercase;
  264.     width:480px;
  265.     padding:5px 10px 5px 10px;
  266.     background:{color:AsksBg};
  267.     color:{color:Asks};
  268. }
  269.  
  270. #asks a {
  271.     color:{color:Asks};
  272. }
  273.  
  274. #ques {
  275.     padding:2px 10px 2px 10px;
  276.     width:480px;
  277.     text-align:right;
  278.     font-style:italic;
  279. }
  280.  
  281. #replies {
  282.     margin-left:3px;
  283.     margin-top:8px;
  284. }
  285.  
  286. #da, #notess, #via, #sou, #reb {
  287.     position:absolute;
  288.     padding:3px;
  289.     background:{color:PostsBg};
  290.     border:1px solid {color:Borders};
  291. }
  292.  
  293. #da a, #notess a, #via a, #sou a, #reb a {
  294.     color:{color:Text};
  295. }
  296.  
  297. .a a {
  298.     position:absolute;
  299.     float:top;
  300.     text-transform:uppercase;
  301.     font-family:Calibri;
  302.     font-size:9px;
  303.     margin-left:525px;
  304.     color:{color:Text};
  305.     width:200px;
  306. }
  307.  
  308. #da, #sou {
  309.     margin-top:-15px;
  310. }
  311.  
  312. #reb, #via {
  313.     margin-top:10px;
  314. }
  315.  
  316. #notess {
  317.     margin-top:35px;
  318. }
  319.  
  320. #sou {
  321.     margin-left:-565px;
  322. }
  323.  
  324. #via {
  325.     margin-left:-570px;
  326. }
  327.  
  328. .tags {
  329.     position:absolute;
  330.     font-size:9px;
  331.     font-family:Trebuchet MS;
  332.     width:480px;
  333.     padding-right:10px;
  334.     padding-left:10px;
  335.     font-style:italic;
  336.     text-align:center;
  337.     line-height:120%;
  338.     margin-top:20px;
  339.     z-index:0;
  340. }
  341.  
  342. .tags a {
  343.     color:{color:Tags};
  344. }
  345.  
  346. .source {
  347.     text-align:center;
  348.     text-transform:uppercase;
  349.     margin-top:10px;
  350.     font-size:8px;
  351.     margin-bottom:5px;
  352. }
  353.  
  354. #player {
  355.     width:30px;
  356.     height:30px;
  357.     overflow:hidden;
  358.     position:absolute;
  359.     margin-top:40px;
  360.     margin-bottom:45px;
  361.     margin-left:40px;
  362.     z-index:9999;
  363. }
  364.  
  365. #albumart {
  366.     float:left;
  367.     border:4px solid {color:Borders};
  368.     padding-bottom:-3px;
  369.     margin-right:10px;
  370.     width:100px;
  371.     height:100px;
  372. }
  373.  
  374. #albumart img {
  375.     width:100px;
  376.     height:100px;
  377.     background:{color:Text};
  378. }
  379.  
  380. .acaption {
  381.     min-height:80px;
  382. }
  383.  
  384. ul.chat {
  385.     list-style:none;
  386. }
  387.  
  388. .chat1, .chat {
  389.     margin-left:0px;
  390. }
  391.  
  392. .chat, .chat1, .chat2 {
  393.     margin-top:-3px;
  394.     margin-bottom: -7px;
  395.     padding: 5px 7px 7px 7px;
  396. }
  397.  
  398. .chat2odd {
  399.     padding:5px;
  400. }
  401.  
  402. .chat2even {
  403.     padding:5px;
  404.     border-top:1px solid {color:Borders};
  405.     border-bottom:1px solid {color:Borders};
  406. }
  407.  
  408. #sb img {
  409.     width:120px;
  410.     height:120px;
  411. }
  412.  
  413. #sb {
  414.     position: fixed;
  415.     margin-left:90px;
  416.     margin-top:118px;
  417.     z-index:9999;
  418. }
  419.  
  420. #aud {
  421.     min-height:110px;
  422. }
  423.  
  424. #desc {
  425.     position:fixed;
  426.     color:{color:Description};
  427.     width:108px;
  428.     padding:0px 8px 0px 8px;
  429.     height:250px;
  430.     margin-left:222px;
  431.     margin-top:130px;
  432.     text-align:right;
  433.     font-size:{text:DescFontSize}px;
  434.     font-style:italic;
  435.     font-family:Calibri;
  436.     z-index:9999;
  437. }
  438.  
  439. #titlee {
  440.     position:fixed;
  441.     margin-left:215px;
  442.     margin-top:118px;
  443.     background:{color:TitleBg};
  444.     color:{color:Title};
  445.     font-style:italic;
  446.     text-transform:uppercase;
  447.     text-align:right;
  448.     padding:3px;
  449.     width:120px;
  450.     font-family:Calibri;
  451.     z-index:9999;
  452. }
  453.  
  454. #line {
  455.     position:fixed;
  456.     width:5px;
  457.     height:{text:TitleLineHeight}px;
  458.     background:{color:TitleBg};
  459.     margin-left:215px;
  460.     margin-top:118px;
  461.     z-index:9999;
  462. }
  463.  
  464. #links {
  465.     position:fixed;
  466.     margin-top:238px;
  467.     margin-left:90px;
  468.     z-index:9999;
  469. }
  470.  
  471. a.ll {
  472.     font-size:10px;
  473. }
  474.  
  475. a.tl {
  476.     font-size:10px;
  477.     color:{color:Title};
  478. }
  479.  
  480. #h, #aa, #pp, #l1, #l2, #l3, #l4 {
  481.     text-transform:uppercase;
  482.     text-align:right;
  483.     font-style:italic;
  484.     font-size:8px;
  485.     font-family:Calibri;
  486.     padding:3px;
  487.     width:114px;
  488.     background:{color:SideLinksBg};
  489.     color:{color:SideLinks};
  490.     margin-top:5px;
  491.     -webkit-transition: all 0.5s ease-out;
  492.     -moz-transition: all 0.5s ease-out;
  493.     transition: all 0.5s ease-out;
  494. }
  495.  
  496. #h:hover, #aa:hover, #pp:hover, #l1:hover, #l2:hover, #l3:hover, #l4:hover {
  497.     background:{color:SideLinksBgHover};
  498.     font-style:normal;
  499. }
  500.  
  501. </style>
  502.  
  503. <body>
  504.  
  505. <div id="sb"><a href="/"><img src="{image:Sidebar}"></a></div>
  506.  
  507. <div id="line"></div>
  508.  
  509. <div id="desc">
  510.     {block:Description}
  511.     <p id="description">{Description}</p>
  512.     {/block:Description}
  513. </div>
  514.  
  515. <div id="links">
  516.     <a href="/" class="ll"><div id="h">home</div></a>
  517.     <a href="/ask" class="ll"><div id="aa">message</div></a>
  518.     <a href="/archive" class="ll"><div id="pp">past</div></a>
  519.     <a href="{text:Link 1 URL}" class="ll"><div id="l1">{text:Link 1}</div></a>
  520.     <a href="{text:Link 2 URL}" class="ll"><div id="l2">{text:Link 2}</div></a>
  521.     <a href="{text:Link 3 URL}" class="ll"><div id="l3">{text:Link 3}</div></a>
  522.     <a href="{text:Link 4 URL}" class="ll"><div id="l4">{text:Link 4}</div></a>
  523. </div>
  524.  
  525. <div id="titlee"><a href="/" class="tl">{Title}</a></div>
  526.  
  527. <div id="sbbg"></div>
  528.  
  529. <div id="pagination">
  530.     {block:Pagination}
  531.         {block:PreviousPage}
  532.             <a href="{PreviousPage}">«</a>
  533.         {/block:PreviousPage}
  534.         {block:NextPage}
  535.             <a href="{NextPage}">&nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; &nbsp; »</a>
  536.         {/block:NextPage}
  537.     {/block:Pagination}
  538. </div>
  539.  
  540. <div id="content">
  541. {block:Posts}
  542. {block:ContentSource}
  543. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  544. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  545. {/block:SourceLogo}
  546. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  547. {/block:ContentSource}
  548. <div id="posts">
  549.  
  550. <div class="a">{block:Date}<a href="{Permalink}" target="_blank"><div id="da">{TimeAgo}</div></a> {/block:Date}{block:NoteCount} <a href="{Permalink}" target="_blank"><div id="notess">{NoteCountWithLabel}</div></a>{/block:NoteCount} {block:RebloggedFrom}<a href="{ReblogParentURL}"><div id="via"> via</div> </a><a href="{ReblogRootURL}"><div id="sou">©</div></a> {/block:RebloggedFrom} <a href={ReblogURL} target=_blank><div id="reb">reblog</div></a>
  551. </div>
  552.  
  553. {block:Text}
  554. <div class="textpost">
  555. {block:Title}
  556. <a href="{Permalink}"><h2>{Title}</h2></a>
  557. {/block:Title}
  558.  
  559. {Body}
  560. </div>
  561. {/block:Text}
  562.  
  563.  
  564. {Block:Photo}
  565. {LinkOpenTag}
  566. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  567. {LinkCloseTag}
  568.  
  569. {block:Caption}
  570. {Caption}
  571. {/block:Caption}
  572. {/Block:Photo}
  573.  
  574. {block:Photoset}
  575. <div class="photopost">
  576. <center><div id="photop">{Photoset-500}</div></center>
  577.  
  578. {block:Caption}
  579. <div class="caption">{Caption}</div>
  580. {/block:Caption}
  581. </div>
  582. {/block:Photoset}
  583.  
  584. {block:Quote}
  585. <div class="quotepost"><center>"{Quote}"</center></div>
  586. {block:Source}<div class="source">{Source}{/block:Source}</div>{/block:Quote}
  587.  
  588. {block:Link}
  589. <div class="linkpost">
  590. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
  591. {block:Description}
  592. <div class="description">{Description}</div>
  593. {/block:Description}
  594. {/block:Link}
  595.  
  596. {block:Chat}
  597.     <ul class="chat">
  598.       <div class="chat">
  599.         <div class="chat1">
  600.             {Block:Lines}
  601.                 <div class="chat2{Alt}">
  602.                 {Block:Label}
  603.                     <span>{Label}</span>
  604.                 {/Block:Label}
  605.             {Line}
  606.                 </div>
  607.             {/Block:Lines}
  608.         </div>
  609.         </div>
  610.     </ul>
  611. {/block:Chat}
  612.  
  613.  
  614. {block:Answer}
  615. <div id="asks">{Asker} {text:AskText}</div>
  616. <div id="ques">{Question}</div>
  617. <div id="replies">{Answer}</div>
  618. {/block:Answer}
  619.  
  620. {block:Video}<div class="videopost">
  621. <center>{Video-500}</center>{
  622. block:Caption}
  623. <div class="caption">{Caption}</div>
  624. {/block:Caption}
  625. </div>
  626. {/block:Video}
  627.  
  628. {block:Audio}<div id="aud">
  629. <div id="player">{AudioPlayerGrey}</div>      
  630. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  631. {PlayCountWithLabel}
  632. {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
  633. </div>
  634. {/block:Audio}
  635.  
  636. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">#{Tag}</a></tag>{/block:Tags}{/block:HasTags}</div></div>
  637. {/block:Posts}
  638.  
  639. {block:PostNotes}{PostNotes}{/block:PostNotes}
  640. </div>
  641.  
  642. <div class="credit"><a href="http://thedoctorknows.tumblr.com/">© theme</a></div>
  643.  
  644. </body>
  645.  
  646. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement