Advertisement
ten-tation

Theme #5 by thedoctorknows

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