Advertisement
ten-tation

Theme #10 by thedoctorknows

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