Advertisement
ten-tation

Theme #16 by thedoctorknows

Jul 7th, 2013
955
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 12.92 KB | None | 0 0
  1. <!-- THEME #16 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. <meta name="color:Background" content="#ebe0d8" />
  10. <meta name="color:Text" content="#873a36" />
  11. <meta name="color:Link" content="#cc3e30" />
  12. <meta name="color:PostsBg" content="#eec092" />
  13. <meta name="color:Info" content="#ffffff" />
  14. <meta name="color:Tags" content="#a8866e" />
  15. <meta name="color:Borders" content="#873a36" />
  16. <meta name="color:SidebarBg" content="#944440" />
  17. <meta name="color:SidebarText" content="#ffffff" />
  18. <meta name="text:Link 1 URL" content="/" />
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 2 URL" content="/" />
  21. <meta name="text:Link 2" content="" />
  22. <meta name="text:Link 3 URL" content="/" />
  23. <meta name="text:Link 3" content="" />
  24. <meta name="text:Link 4 URL" content="/" />
  25. <meta name="text:Link 4" content="" />
  26.  
  27. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  28. <title>{Title}</title>
  29.  
  30. <link href='http://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  31.  
  32. <style type="text/css" media="screen">
  33.  
  34.  
  35.  
  36. body {
  37.     background:{color:Background};
  38.     color:{color:Text};
  39.     font-family:Georgia;
  40.     font-size:12px;
  41.     line-height:120%;
  42. }
  43.  
  44. a {
  45.     text-decoration:none;
  46.     -webkit-transition: all 0.5s ease-out;
  47.     -moz-transition: all 0.5s ease-out;
  48.     transition: all 0.5s ease-out;
  49. }
  50.  
  51. .belowposts a {
  52.     color:{color:Info};
  53. }
  54.  
  55. #posts a {
  56.     color:{color:Link};
  57.     font-style:italic;
  58. }
  59.  
  60. p {
  61.     margin:5px 0px;
  62. }
  63.  
  64. h2, .quotepost {
  65.     margin-bottom:20px;
  66.     font-family:Montserrat;
  67.     font-style:normal;
  68.     text-transform:uppercase;
  69.     color:{color:Borders};  
  70. }
  71.  
  72. h2 a {
  73.     color:{color:Borders};
  74. }
  75.  
  76. blockquote {
  77.     padding-left:7px;
  78.     border-left:2px solid;
  79.     margin:7px;
  80. }
  81.  
  82. blockquote blockquote {
  83.     padding-left:7px;
  84.     border-left:2px solid;
  85. }
  86.  
  87. #posts img {
  88.     max-width:500px;
  89. }
  90.  
  91. #posts li {
  92.     margin-left:30px;
  93. }
  94.  
  95. #posts ul, #posts ol {
  96.     margin:10px 0px 10px 0px;
  97. }
  98.  
  99. blockquote blockquote img {
  100.     max-width:400px;
  101. }
  102.  
  103. blockquote blockquote blockquote img {
  104.     max-width:355px;
  105. }
  106.  
  107. blockquote blockquote blockquote blockquote img {
  108.     max-width:310px;
  109. }
  110.  
  111. blockquote blockquote blockquote blockquote blockquote img {
  112.     max-width:265px;
  113. }
  114.  
  115. blockquote blockquote blockquote blockquote blockquote blockquote img {
  116.     max-width:220px;
  117. }
  118.  
  119. blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  120.     max-width:175px;
  121. }
  122.  
  123. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  124.     max-width:130px;
  125. }
  126.  
  127. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  128.     max-width:85px;
  129. }
  130.  
  131. blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote blockquote img {
  132.     max-width:40px;
  133. }
  134.  
  135. #posts, ol.notes {
  136.     width:600px;
  137.     padding:30px;
  138.     margin:100px 0px 0px 40px;
  139.     background:{color:PostsBg};
  140.     overflow:hidden;
  141.     -webkit-transition: all 0.5s ease-out;
  142.     -moz-transition: all 0.5s ease-out;
  143.     transition: all 0.5s ease-out;
  144. }
  145.  
  146. ol.notes {
  147.     list-style: none;
  148. }
  149.  
  150. ol.notes a {
  151.     color:{color:Link};
  152. }
  153.  
  154. ol.notes li a {
  155.     color:{color:Link};
  156. }
  157.  
  158. .quotepost {
  159.     padding-top:10px;
  160.     font-size:20px;
  161.     line-height:120%;
  162. }
  163.  
  164. .source {
  165.     width:580px;
  166.     text-align:right;
  167. }
  168.  
  169. #pag, #ttl {
  170.     font-family:Montserrat;
  171.     text-transform:uppercase;#
  172. }
  173.  
  174. .belowposts {
  175.     position:absolute;
  176.     font-size:10px;
  177.     width:750px;
  178.     padding:20px;
  179.     line-height:140%;
  180.     margin-left:-50px;
  181.     margin-top:-70px;
  182.     text-transform:uppercase;
  183.     font-family:Montserrat;
  184.     font-style:normal;
  185.     color:{color:Info};
  186.     background:{color:Borders};
  187.     -webkit-transition: all 0.5s ease-out;
  188.     -moz-transition: all 0.5s ease-out;
  189.     transition: all 0.5s ease-out;
  190. }
  191.  
  192. .tags {
  193.     position:absolute;
  194.     width:500px;
  195.     margin-left:40px;
  196.     margin-top:0px;
  197.     font-size:9px;
  198.     text-transform:lowercase;
  199.     font-style:italic;
  200.     color:{color:Tags};
  201.     -webkit-transition: all 0.5s ease-out;
  202.     -moz-transition: all 0.5s ease-out;
  203.     transition: all 0.5s ease-out;
  204. }
  205.  
  206. .tags a {
  207.     color:{color:Tags};
  208. }
  209.  
  210. #ttl {
  211.     font-size:50px;
  212.     margin-top:10px;
  213.     color:{color:SidebarText};
  214. }
  215.  
  216. #desc {
  217.     font-family:Calibri;
  218.     margin-top:100px;
  219.     width:300px;
  220.     color:{color:SidebarText};
  221. }
  222.  
  223. #desc a {
  224.     color:{color:SidebarText};
  225. }
  226.  
  227. #pag {
  228.     margin-top:100px;
  229.     font-size:20px;
  230.     letter-spacing:10px;
  231.     color:{color:SidebarText};
  232. }
  233.  
  234. #pag a {
  235.     color:{color:SidebarText};
  236. }
  237.  
  238. #slidecontent {
  239.     position:fixed;
  240.     margin:150px 0px 0px 0px;
  241.     width:300px;
  242.     padding:30px 30px 30px 0px;
  243.     background:{color:Borders};
  244. }
  245.  
  246. .caption {
  247.     margin-top:10px;
  248. }
  249.  
  250. .portrait {
  251.     width:48px;
  252.     height:48px;
  253.     border:5px solid {color:Borders};
  254. }
  255.  
  256. .asker {
  257.     text-transform:uppercase;
  258.     padding:5px 10px;
  259.     width:422px;
  260.     margin-left:58px;
  261.     text-align:right;
  262.     font-style:italic;
  263.     font-size:9px;
  264.     background:{color:Borders};
  265.     color:{color:PostsBg};
  266.     margin-top:-58px;
  267.     letter-spacing:0px;
  268. }
  269.  
  270. .asker a {
  271.     font-style:normal;
  272.     color:{color:Info};
  273. }
  274.  
  275. .question {
  276.     width:422px;
  277.     height:auto;
  278.     padding:10px;
  279.     margin-left:58px;
  280.     text-align:right;
  281.     margin-top:-5px;
  282.     overflow:hidden;
  283. }
  284.  
  285. .answer {
  286.     width:500px;
  287.     margin-top:20px;
  288. }
  289.  
  290. #ans {
  291.     margin-left:45px;
  292. }
  293.  
  294. ul.chat {
  295.     list-style:none;
  296. }
  297.  
  298. .chat1, .chat {
  299.     margin-left:0px;
  300. }
  301.  
  302. .chat, .chat1, .chat2 {
  303.     margin-top:-3px;
  304.     margin-bottom: -7px;
  305.     padding:5px;
  306. }
  307.  
  308. .chat2odd {
  309.     padding:5px;
  310.     background:{color:Borders};
  311.     color:{color:PostsBg};
  312. }
  313.  
  314. .chat2even {
  315.     padding:5px;
  316. }
  317.  
  318. #player {
  319.     width:30px;
  320.     height:30px;
  321.     overflow:hidden;
  322.     position:absolute;
  323.     margin-top:40px;
  324.     margin-bottom:45px;
  325.     margin-left:40px;
  326.     z-index:9999;
  327. }
  328.  
  329. #albumart {
  330.     float:left;
  331.     border:10px solid {color:Borders};
  332.     padding-bottom:-3px;
  333.     margin-right:10px;
  334.     width:100px;
  335.     height:100px;
  336. }
  337.  
  338. #albumart img {
  339.     width:100px;
  340.     height:100px;
  341.     background:{color:Link};
  342. }
  343.  
  344. #aud {
  345.     min-height:100px;
  346. }
  347.  
  348. #photop {
  349.     margin:-30px 0px 10px 3px;
  350.     width:500px;
  351. }
  352.  
  353. #pht img {
  354.     margin:-30px 0px 10px 35px;
  355. }
  356.  
  357. #pht img, #photop {
  358.     border:15px solid {color:Borders};
  359.     padding:0px;
  360.     background:{color:Borders};
  361. }
  362.  
  363. #sb {
  364.     position:fixed;
  365.     width:100%;
  366.     background:{color:SidebarBg};
  367.     border-left:30px solid {color:Borders};
  368.     height:100%;
  369.     margin:-100px 0px 0px 750px;
  370.     z-index:9999;
  371. }
  372.  
  373. .lks {
  374.     position:fixed;
  375.     margin:300px 0px 0px 0px;
  376.     list-style:none;
  377.     width:270px;
  378.     font-family:Montserrat;
  379.     font-size:16px;
  380.     text-transform:uppercase;
  381.     color:{color:Borders};
  382.     padding:0px;
  383.     opacity:0;
  384. }
  385.  
  386. .lks li {
  387.     display:inline;
  388.     line-height:250%;
  389.     padding:5px;
  390.     margin:5px;
  391.     background:{color:SidebarText};
  392. }
  393.  
  394. .lks a {
  395.     color:{color:Borders};
  396. }
  397.  
  398. .credit {
  399.     text-transform: uppercase;
  400.     position:fixed;
  401.     background:{color:Borders};
  402.     padding:5px;
  403.     color:{color:SidebarText};
  404.     bottom:5px;
  405.     right:5px;
  406.     font-size:20px;
  407.     font-family:Montserrat;
  408.     z-index:9999;
  409.     border-radius:15px;
  410. }
  411.  
  412. #hv, #desc, .lks {
  413.    -webkit-transition: all 0.5s ease-out;
  414.     -moz-transition: all 0.5s ease-out;
  415.     transition: all 0.5s ease-out;
  416. }
  417.  
  418. #hv:hover #desc {
  419.     opacity:0;
  420. }
  421.  
  422. #hv:hover .lks {
  423.     opacity:1;
  424. }
  425.  
  426. .credit a {
  427.     color:{color:SidebarText};
  428. }
  429.    
  430. </style>
  431.  
  432. </head>
  433.  
  434. <body>
  435.  
  436. <div id="sb">
  437.     <div id="hv">
  438.         <div id="slidecontent">
  439.             <div id="ttl">{Title}</div>
  440.             <div id="desc">
  441.                 {block:Description}
  442.                     {Description}
  443.                 {/block:Description}
  444.             </div>
  445.             <div id="pag">
  446.                 {block:Pagination}
  447.                     {block:PreviousPage}
  448.                         <a href="{PreviousPage}">&lt;</a>
  449.                     {/block:PreviousPage}
  450.  
  451.                     {block:JumpPagination length="2"}
  452.                         {block:CurrentPage}
  453.                             <span class="current_page">{PageNumber}</span>
  454.                         {/block:CurrentPage}
  455.    
  456.                         {block:JumpPage}
  457.                             <a class="jump_page" href="{URL}">{PageNumber}</a>
  458.                         {/block:JumpPage}
  459.                     {/block:JumpPagination}
  460.  
  461.                     {block:NextPage}
  462.                         <a href="{NextPage}">&gt;</a>
  463.                     {/block:NextPage}
  464.                 {/block:Pagination}
  465.             </div>
  466.         </div>
  467.         <ul class="lks">
  468.             <li><a href="/">home</a></li>
  469.             <li><a href="/ask">message</a></li>
  470.             <li><a href="/archive">archive</a></li>
  471.             {Block:IfLink1}<li><a href="{text:Link 1 URL}">{text:Link 1}</a></li>{/Block:IfLink1}
  472.             {Block:IfLink2}<li><a href="{text:Link 2 URL}">{text:Link 2}</a></li>{/Block:IfLink2}
  473.             {Block:IfLink3}<li><a href="{text:Link 3 URL}">{text:Link 3}</a></li>{/Block:IfLink3}
  474.             {Block:IfLink4}<li><a href="{text:Link 4 URL}">{text:Link 4}</a></li>{/Block:IfLink4}
  475.         </ul>
  476.     </div>
  477. </div>
  478.  
  479. <div id="content">
  480. {block:Posts}
  481. {block:ContentSource}
  482. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  483. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  484. {/block:SourceLogo}
  485. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  486. {/block:ContentSource}
  487.  
  488. <div id="posts">
  489.  
  490. <div class="belowposts">{block:Date}<a href="{Permalink}" target="_blank" style="color:{color:Info}; font-style:normal;">{TimeAgo}</a> {/block:Date}{block:NoteCount}  <a href="{Permalink}" target="_blank" style="color:{color:Info}; font-style:normal;">&nbsp;&nbsp;&nbsp;&nbsp; {NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}  <a href="{ReblogParentURL}" style="color:{color:Info}; font-style:normal;">&nbsp;&nbsp;&nbsp;&nbsp; via</a> <a href="{ReblogRootURL}" style="color:{color:Info}; font-style:normal;">&nbsp;&nbsp;&nbsp;&nbsp; ©</a> {/block:RebloggedFrom}<a href="{ReblogURL}" target="_blank" style="color:{color:Info}; font-style:normal;">&nbsp;&nbsp;&nbsp;&nbsp; reblog</a></div>
  491.  
  492. {block:Text}
  493. <div class="textpost">
  494. {block:Title}
  495. <a href="{Permalink}"><h2>{Title}</h2></a>
  496. {/block:Title}
  497.  
  498. {Body}
  499. </div>
  500. {/block:Text}
  501.  
  502.  
  503. {Block:Photo}
  504. <div id="pht">
  505. {LinkOpenTag}
  506. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  507. {LinkCloseTag}
  508. </div>
  509.  
  510. {block:Caption}
  511. <div class="caption">{Caption}</div>
  512. {/block:Caption}
  513. {/Block:Photo}
  514.  
  515. {block:Photoset}
  516. <div class="photopost">
  517. <center><div id="photop">{Photoset-500}</div></center>
  518.  
  519. {block:Caption}
  520. <div class="caption">{Caption}</div>
  521. {/block:Caption}
  522. </div>
  523. {/block:Photoset}
  524.  
  525. {block:Quote}
  526. <div class="quotepost">"{Quote}"</div>
  527. {block:Source}<div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  528.  
  529. {block:Link}
  530. <div class="linkpost">
  531. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
  532. {block:Description}
  533. <div class="description">{Description}</div>
  534. {/block:Description}
  535. {/block:Link}
  536.  
  537. {block:Chat}
  538.     <ul class="chat">
  539.       <div class="chat">
  540.         <div class="chat1">
  541.             {Block:Lines}
  542.                 <div class="chat2{Alt}">
  543.                 {Block:Label}
  544.                     <span>{Label}</span>
  545.                 {/Block:Label}
  546.             {Line}
  547.                 </div>
  548.             {/Block:Lines}
  549.         </div>
  550.         </div>
  551.     </ul>
  552. {/block:Chat}
  553.  
  554. <div id="ans">{block:Answer}<div class="portrait"><img src="{AskerPortraitURL-48}"></div>
  555. <div class="asker" style="color:{color:Info}; font-style:normal; font-family:Montserrat;">{Asker} asked</div>
  556. <div class="question">{Question}</div>
  557. <div class="answer">{Answer}</div>
  558. {/block:Answer}</div>
  559.  
  560. {block:Video}<div class="videopost">
  561. <center>{Video-500}</center>
  562. {block:Caption}
  563. <div class="caption">{Caption}</div>
  564. {/block:Caption}
  565. </div>
  566. {/block:Video}
  567.  
  568. {block:Audio}<div id="aud">
  569. <div id="player">{AudioPlayerGrey}</div>      
  570. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  571. {PlayCountWithLabel}
  572. {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
  573. </div>
  574. {/block:Audio}
  575.  
  576. </div>
  577.  
  578. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">#{Tag}&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;</a>{/block:Tags}</div>{/block:HasTags}
  579.  
  580. </div>
  581. {/block:Posts}
  582. {block:PostNotes}{PostNotes}{/block:PostNotes}
  583.  
  584.  
  585. <div class="credit"><center><a href="http://thedoctorknows.tumblr.com/">©</a></center></div>
  586.  
  587. </body>
  588.    
  589. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement