Advertisement
brittawatson

theme 006v6

Jun 30th, 2015
215
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.85 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head>
  4.  
  5. <title>{Title}</title>
  6. <link rel="shortcut icon" href="{Favicon}">
  7. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  8. <meta name="color:background colour" content="#fbfbfb" />
  9. <meta name="image:background image" content="" />
  10. <meta name="image:sidebar image" content="" />
  11. <meta name="color:description colour" content="#dfdfdf" />
  12. <meta name="color:border colour" content="#e7e7e7" />
  13. <meta name="color:sidebar and post background" content="#fbfbfb" />
  14. <meta name="color:font colour" content="#999999" />
  15. <meta name="color:link colour" content="#999999" />
  16. <meta name="color:link hover colour" content="#cec2c8" />
  17. <meta name="text:link one title" content="here's link one" />
  18. <meta name="text:link one url" content="" />
  19. <meta name="text:link two title" content="here's link two" />
  20. <meta name="text:link two url" content="" />
  21. <meta name="text:link three title" content="here's link three" />
  22. <meta name="text:link three url" content="" />
  23.  
  24. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  25. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  26.  
  27. <script type="text/javascript">
  28. $(window) .load(function () {$('#entry')
  29. .masonry({itemSelector : "#post",}, function() { $('#entry')
  30. .masonry({ appendedContent: $(this) }); } ); });</script>
  31.  
  32. <style type="text/css">
  33. body { background: {color:background colour};
  34. background-image: url('{image:background image}'); }
  35.  
  36. a { color: {color:link colour}; text-decoration: none; }
  37. a:hover { color: {color:link hover colour}; }
  38.  
  39. #sidebarcontainer { position: fixed; left: 200px; top: 100px;
  40. opacity: 1; z-index: 90; }
  41.  
  42. #sidebar { background-color: {color:sidebar and post background};
  43. border: 1px {color:border colour} solid;
  44. width: 160px; opacity: 1; }
  45.  
  46. #sidebarpic img { width: 150px; padding: 5px; opacity: 0.5; }
  47.  
  48. #description { color: {color:description colour};
  49. font-size: 7px; font-family: helvetica; letter-spacing: 1px;
  50. text-align: justify; text-transform: uppercase;
  51. margin-top: 0px; padding: 5px; }
  52.  
  53. #link { background: {color:sidebar colour};
  54. border: 1px {color:border colour} solid; padding: 5px;
  55. letter-spacing: 1px;
  56. text-align: center; text-transform: uppercase;
  57. font-family: helvetica; font-size: 7px;
  58. width: 150px; margin-top: 5px; padding: 5px; }
  59.  
  60. #link a { color: {color:description colour}; text-decoration: none;}
  61. #link a:hover { color: {color:link hover colour}; }
  62.  
  63. #entry { position: absolute; top: 50px; left: 380px;
  64. width: 550px; float: left; }
  65.  
  66. #post { background-color: {color:sidebar and post background};
  67. border: 1px {color:border colour} solid; padding: 5px;
  68. color: {color:font colour}; text-align: justify;
  69. font-size: 9px; font-family: helvetica;
  70. margin-right: 10px; margin-bottom:10px; width: 500px; }
  71.  
  72. #page { background-color: {color:sidebar and post background};
  73. border: 1px {color:border colour} solid;
  74. letter-spacing: 2px; text-align: center;
  75. font-family: helvetica; font-size: 9px; padding-top: 5px;
  76. width: 500px; opacity: 1; z-index: 90; padding: 5px;
  77. margin-top: 0px; margin-bottom: 50px; }
  78.  
  79. #page a { color: {color:font colour}; text-decoration: none; }
  80. #page a:hover { color: {color:link colour}; }
  81.  
  82. img { -webkit-transition: opacity 0.8s linear; opacity: 0.60; }
  83. img:hover{ -webkit-transition: opacity 0.8s linear; opacity: 1; }
  84.  
  85. h2 { color: {color:font colour}; text-align: justify;
  86. font-family: helvetica; font-size: 9px; font-weight: normal;
  87. margin-left: 10px;
  88. width: 480px; }
  89.  
  90. #credit { position: fixed; bottom: 10px; left: 10px;
  91. text-decoration: none; font-family: arial; font-size: 10px; }
  92. </style></head>
  93. <body>
  94.  
  95. <div id="credit"><a href="http://kissedmequick.tumblr.com/" target="_blank">kissedmequickthemes</a></div>
  96.  
  97. <div id="sidebarcontainer"><div id="sidebar"><div id="sidebarpic">
  98. <a href="/"><img src="{image:sidebar image}"/></a></div>
  99. <div id="description">{block:Description}{Description}{/block:Description}
  100. </div></div>
  101.  
  102. <div id="link"><a href="{text:Link One url}">{text:Link One Title}</a></div><div id="link"><a href="{text:Link Two url}">{text:Link Two Title}
  103. </a></div><div id="link"><a href="{text:Link Three url}">{text:Link Three Title}</a></div>
  104. </div>
  105.  
  106. <div id="entry">{block:Posts}<div id="post">
  107. {block:Text}<h2>{Body}</h2>{/block:Text}
  108. {block:Quote}<h2>{Quote} - {Source}</h2>{/block:Quote}
  109. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  110. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  111. {block:Photo}
  112. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-500}" alt="{PhotoAlt}"/></a>{LinkCloseTag}</center>{block:Caption}{/block:Caption}{/block:Photo}
  113. {block:Photoset}<center>{PhotoURL-500}</center>
  114. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  115. {block:Chat}{block:Title}<t>{Title}</t></h2><br>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}{/block:Chat}
  116. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  117. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}
  118. </center></span>{/block:Audio}
  119. {block:PermalinkPage}{block:Caption}{Caption}
  120. {/block:Caption}{/block:PermalinkPage}
  121. </div>{/block:Posts}
  122.  
  123. {block:IndexPage}<div id="page">
  124. {block:PreviousPage}<a href="{PreviousPage}">⟻</a>{/block:PreviousPage}
  125. {block:NextPage}<a href="{NextPage}">⟼
  126. </a>{/block:NextPage}</div>{/block:IndexPage}
  127. </div></body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement