Advertisement
ten-tation

Theme #1 by thedoctorknows

Mar 8th, 2013
454
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
HTML 5 11.25 KB | None | 0 0
  1. <!--THEME #1 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/73beb0b6ba2c06cd8b2941207da6c5b7/tumblr_inline_mir4tloXUD1qz4rgp.png" />
  11. <meta name="color:Text" content="#aaaaaa" />
  12. <meta name="color:Link" content="#ca5454" />
  13. <meta name="color:LinkHover" content="#d7d7d7" />
  14. <meta name="color:TopLinks" content="#ffffff" />
  15. <meta name="color:PostsBg" content="#ffffff" />
  16. <meta name="color:TagsBg" content="#cb5050" />
  17. <meta name="color:TagsBg2" content="#a82d2d" />
  18. <meta name="color:Tags" content="#ffffff" />
  19. <meta name="color:TopLinksBg" content="#cb5050" />
  20. <meta name="color:TopLinksBg2" content="#a82d2d" />
  21. <meta name="color:AskBg" content="#ffffff">
  22. <meta name="color:DescriptionText" content="#ffffff">
  23. <meta name="text:DescriptionOpacity" content="0.1">
  24. <meta name="text:Link 1 URL" content="">
  25. <meta name="text:Link 2 URL" content="">
  26. <meta name="text:Link 3 URL" content="">
  27. <meta name="color:Shadow" content="#888" />
  28. <meta name="image:Banner" content="">
  29. <meta name="if:Banner Fixed" content="1"/>
  30.  
  31. <title>{Title}</title>
  32. <link rel="shortcut icon" href="{Favicon}">
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  34. {block:Description}
  35. <meta name="description" content="{MetaDescription}" />
  36. {/block:Description}
  37.  
  38. </head>
  39.  
  40. <style type="text/css">
  41.  
  42. @font-face {
  43.     font-family: "Yanone Kaffeesatz";
  44.     src:url('http://static.tumblr.com/ccsibxa/giFmi9pyt/yanonekaffeesatz-regular.ttf');
  45. }
  46.  
  47. body {
  48.     background:{color:Background};
  49.     background-image:url('{image:Background}');
  50.     background-attachment:fixed;
  51.     background-repeat:repeat;
  52.     color:{color:Text};
  53.     font-family:calibri;
  54.     font-size:11px;
  55.     line-height:100%;
  56. }
  57.  
  58. a {
  59.     text-decoration: none;
  60.     color: {color:Link};
  61.     -webkit-transition: all 0.5s ease-out;
  62.     -moz-transition: all 0.5s ease-out;
  63.     transition: all 0.5s ease-out;
  64. }
  65.  
  66. a:hover {
  67.     color:{color:LinkHover};
  68. }
  69.  
  70. h2 {
  71.     text-transform: uppercase;
  72. }
  73.  
  74. blockquote {
  75.     padding-left:3px;
  76.     border-left:2px solid;
  77. }
  78.  
  79. blockquote blockquote {
  80.     padding-left:3px;
  81.     border-left:2px solid;
  82. }
  83.  
  84. #content {
  85.     margin-top:240px;
  86. }
  87.  
  88. #posts, ol.notes {
  89.     width:500px;
  90.     margin-left:450px;
  91.     padding-left:10px;
  92.     padding-right:10px;
  93.     padding-top:10px;
  94.     padding-bottom:2px;
  95.     margin-bottom:10px;
  96.     background:{color:PostsBg};
  97.     overflow:hidden;
  98.     border-radius:10px;
  99.     -moz-box-shadow: 0 2px 5px {color:Shadow};
  100.     -webkit-box-shadow: 0 2px 5px {color:Shadow};
  101.     box-shadow: 0 2px 5px {color:Shadow};
  102. }
  103.  
  104. ol.notes {
  105.     list-style: none;
  106.     text-transform:uppercase;
  107. }
  108.  
  109. .belowposts {
  110.     font-size:10px;
  111.     width:493px;
  112.     margin-top:10px;
  113.     padding-top:7px;
  114.     padding-bottom:7px;
  115.     padding-right:7px;
  116.     text-transform:uppercase;
  117.     text-align:right;
  118.     margin-bottom:10px;
  119.     background: {color:TagsBg};
  120.     background: -webkit-linear-gradient({color:TagsBg}, {color:TagsBg2});
  121.     background:    -moz-linear-gradient({color:TagsBg}, {color:TagsBg2});
  122.     background:     -ms-linear-gradient({color:TagsBg}, {color:TagsBg2});
  123.     background:      -o-linear-gradient({color:TagsBg}, {color:TagsBg2});
  124.     background:         linear-gradient({color:TagsBg}, {color:TagsBg2});
  125.     border-bottom-left-radius:5px;
  126.     border-bottom-right-radius:5px;
  127. }
  128.  
  129. .belowposts a {
  130.     color:{color:Tags};
  131. }
  132.  
  133. #albumart {
  134.     float:left;
  135.     border:4px solid {color:Text};
  136.     padding-bottom:-3px;
  137.     margin-right:10px;
  138.     width:100px;
  139.     height:100px;
  140. }
  141.  
  142. #albumart img {
  143.     width:100px;
  144.     height:100px;
  145.     background:{color:Text};
  146. }
  147.  
  148. .acaption {
  149.     min-height:80px;
  150. }
  151.  
  152. #aud {
  153.     min-height:110px;
  154. }
  155.  
  156. #desc {
  157.     position:fixed;
  158.     color:{color:DescriptionText};
  159.     width:250px;
  160.     margin-top:-230px;
  161.     margin-left: 390px;
  162.     opacity:{text:DescriptionOpacity};
  163.     -webkit-transition: all 0.5s ease-out;
  164.     -moz-transition: all 0.5s ease-out;
  165.     transition: all 0.5s ease-out;
  166. }
  167.  
  168. #desc:hover {
  169.     opacity:1
  170. }
  171.  
  172. #banner {
  173.     {block:IfBannerFixed}
  174.         position:fixed;
  175.     {/block:IfBannerFixed}
  176.     {block:IfNotBannerFixed}
  177.         position:absolute;
  178.     {/block:IfNotBannerFixed}
  179.     margin-top:-240px;
  180.     width:700px;
  181.     height:200px;
  182.     margin-left:350px;
  183.     border-bottom-left-radius:10px;
  184.     border-bottom-right-radius:10px;
  185.     -moz-box-shadow: 0 2px 5px {color:Shadow};
  186.     -webkit-box-shadow: 0 2px 5px {color:Shadow};
  187.     box-shadow: 0 2px 5px {color:Shadow};
  188. }
  189.  
  190. #banner img {
  191.     width:700px;
  192.     height:200px;
  193.     border-bottom-left-radius:10px;
  194.     border-bottom-right-radius:10px;
  195. }
  196.  
  197. #home, #ask, #archive, #link1, #link2, #link3 {
  198.     {block:IfBannerFixed}
  199.         position:fixed;
  200.     {/block:IfBannerFixed}
  201.     {block:IfNotBannerFixed}
  202.         position:absolute;
  203.     {/block:IfNotBannerFixed}
  204.     margin-top:-60px;
  205.     width:30px;
  206.     padding:10px;
  207.     border-radius:30px;
  208.     background:{color:TopLinksBg};
  209.     background: -webkit-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  210.     background:    -moz-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  211.     background:     -ms-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  212.     background:      -o-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  213.     background:         linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  214.     -moz-box-shadow: 0 2px 5px {color:Shadow};
  215.     -webkit-box-shadow: 0 2px 5px {color:Shadow};
  216.     box-shadow: 0 2px 5px {color:Shadow};
  217. }
  218.  
  219. #prev, #next {
  220.     position:fixed;
  221.     margin-top:-170px;
  222.     width:30px;
  223.     padding:10px;
  224.     border-radius:30px;
  225.     background:{color:TopLinksBg};
  226.     background: -webkit-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  227.     background:    -moz-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  228.     background:     -ms-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  229.     background:      -o-linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  230.     background:         linear-gradient({color:TopLinksBg}, {color:TopLinksBg2});
  231.     -moz-box-shadow: 0 2px 5px {color:Shadow};
  232.     -webkit-box-shadow: 0 2px 5px {color:Shadow};
  233.     box-shadow: 0 2px 5px {color:Shadow};
  234. }
  235.  
  236. #home {
  237.     margin-left:435px;
  238. }
  239.  
  240. #ask {
  241.     margin-left:535px;
  242. }
  243.  
  244. #archive {
  245.     margin-left:635px;
  246. }
  247.  
  248. #link1 {
  249.     margin-left:735px;
  250. }
  251.  
  252. #link2 {
  253.     margin-left:835px;
  254. }
  255.  
  256. #link3 {
  257.     margin-left:935px;
  258. }
  259.  
  260. #prev {
  261.     margin-left:325px;
  262. }
  263.  
  264. #next {
  265.     margin-left:1025px;
  266. }
  267.  
  268. #asks {
  269.     text-transform:uppercase;
  270.     text-align:justify;
  271.     margin:2px;
  272.     padding:7px;
  273.     background-color:{color:AskBg}
  274. }
  275.  
  276. #replies {
  277.     margin-left:3px;
  278.     margin-top:8px
  279. }
  280.  
  281. .credit {
  282.     position:fixed;
  283.     bottom:5px;
  284.     right:5px;
  285. }
  286.  
  287. .credit a:hover {
  288.     background:{color:LinkHoverBg};
  289.     color:{color:LinkHover};
  290. }
  291.  
  292. </style>
  293.  
  294. <body>
  295.  
  296. <div id="banner">
  297.     <img src="{image:Banner}">
  298. </div>
  299.  
  300. <div id="desc">
  301.     {block:Description}
  302.     <p id="description">{Description}</p>
  303.     {/block:Description}
  304. </div>
  305.  
  306. {block:Pagination}
  307.         {block:PreviousPage}
  308.             <div id="prev">
  309.                 <a href="{PreviousPage}"><img src="http://media.tumblr.com/267c762807484e98ef7b2a033e6244fc/tumblr_inline_mir6nv8sBy1qz4rgp.png"></a>
  310.             </div>
  311.         {/block:PreviousPage}
  312.         {block:NextPage}
  313.             <div id="next">
  314.                 <a href="{NextPage}"><img src="http://media.tumblr.com/a75de9cde2bb3fda1f51c157dd20303d/tumblr_inline_mir6pkCJpb1qz4rgp.png"></a>
  315.             </div>
  316.         {/block:NextPage}
  317. {/block:Pagination}
  318.  
  319. <div id="home">
  320.     <a href="/"><img src="http://media.tumblr.com/3d7f10383ff8de9a02da1b181b392355/tumblr_inline_miqr5brPNG1qz4rgp.png"></a>
  321. </div>
  322.  
  323. <div id="ask">
  324.     <a href="/ask"><img src="http://media.tumblr.com/cfd05b3e0b9bb055fcc5083ef5d680ab/tumblr_inline_miqrl4Poec1qz4rgp.png"></a>
  325. </div>
  326.  
  327. <div id="archive">
  328.     <a href="/archive"><img src="http://media.tumblr.com/533443e5c42de961b2f6f3dfe82e6f5b/tumblr_inline_miqrq1DffW1qz4rgp.png"></a>
  329. </div>
  330.  
  331. <div id="link1">
  332.     <a href="{text:Link 1 URL}"><img src="http://media.tumblr.com/5f9150f7937cf98fe3c47785ecd7d81b/tumblr_inline_miqrqxQI9k1qz4rgp.png"></a>
  333. </div>
  334.  
  335. <div id="link2">
  336.     <a href="{text:Link 2 URL}"><img src="http://media.tumblr.com/ebef7621afcc74ed7414230bb5a5f1c9/tumblr_inline_miqrxbr5M01qz4rgp.png"></a>
  337. </div>
  338.  
  339. <div id="link3">
  340.     <a href="{text:Link 3 URL}"><img src="http://media.tumblr.com/111a888dc3605bc1aa3b6002caafc908/tumblr_inline_miqrybxR7r1qz4rgp.png"></a>
  341. </div>
  342.  
  343. <div id="content">
  344. {block:Posts}
  345. {block:ContentSource}
  346. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  347. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  348. {/block:SourceLogo}
  349. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  350. {/block:ContentSource}
  351. <div id="posts">
  352.  
  353. {block:Text}
  354. <div class="textpost">
  355. {block:Title}
  356. <a href="{Permalink}"><h2>{Title}</h2></a>
  357. {/block:Title}
  358.  
  359. {Body}
  360. </div>
  361. {/block:Text}
  362.  
  363.  
  364. {Block:Photo}
  365. {LinkOpenTag}
  366. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  367. {LinkCloseTag}
  368.  
  369. {block:Caption}
  370. {Caption}
  371. {/block:Caption}
  372. {/Block:Photo}
  373.  
  374. {block:Photoset}
  375. <div class="photopost">
  376. <center>{Photoset-500}</center>
  377.  
  378. {block:Caption}
  379. <div class="caption">{Caption}</div>
  380. {/block:Caption}
  381. </div>
  382. {/block:Photoset}
  383.  
  384. {block:Quote}
  385. <div class="quotepost"><center>"{Quote}"</center></div>
  386. {block:Source}<div class="source">—{Source}{/block:Source}</div>{/block:Quote}
  387.  
  388. {block:Link}
  389. <div class="linkpost">
  390. <a href="{URL}" class="link" {Target}><h2>{Name}</h2></a></div>
  391. {block:Description}
  392. <div class="description">{Description}</div>
  393. {/block:Description}
  394. {/block:Link}
  395.  
  396. {block:Chat}{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  397.  
  398.  
  399. {block:Answer}
  400. <div id="asks">{Asker}: {Question}</div>
  401. <div id="replies">{Answer}</div>
  402. {/block:Answer}
  403.  
  404. {/block:Answer}
  405. {block:Video}<div class="videopost">
  406. <center>{Video-500}</center>{
  407. block:Caption}
  408. <div class="caption">{Caption}</div>
  409. {/block:Caption}
  410. </div>
  411. {/block:Video}
  412.  
  413. {block:Audio}<div id="aud">
  414. <div id="player">{AudioPlayerGrey}</div>      
  415. <div id="albumart">{block:AlbumArt}<img src="{AlbumArtURL}" width="100">{/block:AlbumArt}</div>
  416. {PlayCountWithLabel}
  417. {block:Caption}<div class="acaption">{caption}</div>{/block:Caption}
  418. </div>
  419. {/block:Audio}
  420.  
  421. <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}
  422. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}" target="_blank">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}</div></div>
  423. {/block:Posts}
  424. {block:PostNotes}{PostNotes}{/block:PostNotes}
  425. </div>
  426.  
  427. <div class="credit">
  428.     <a href="http://thedoctorknows.tumblr.com/"><b>© THEME</b>
  429. </div>
  430.  
  431. </body>
  432.  
  433. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement