Advertisement
ten-tation

Theme #3 by thedoctorknows

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