Advertisement
brittawatson

theme 005

May 24th, 2015
269
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.71 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.  
  9. <meta name="color:background colour" content="#eae8e2" />
  10. <meta name="image:background image" content="" />
  11. <meta name="image:sidebar image" content="" />
  12. <meta name="color:sidebar colour" content="#ffffff" />
  13. <meta name="color:font colour" content="#ccc8bb" />
  14. <meta name="color:link colour" content="#ada794" />
  15. <meta name="color:link hover colour" content="#ccc8bb" />
  16. <meta name="text:link one title" content="here's link one" />
  17. <meta name="text:link one url" content="" />
  18. <meta name="text:link two title" content="here's link two" />
  19. <meta name="text:link two url" content="" />
  20. <meta name="text:link three title" content="here's link three" />
  21. <meta name="text:link three url" content="" />
  22.  
  23. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  24. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  25.  
  26. <script type="text/javascript">
  27. $(window) .load(function () {$('#entry')
  28. .masonry({itemSelector : "#post",}, function() { $('#entry')
  29. .masonry({ appendedContent: $(this) }); } ); });
  30. </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: 50px;
  40. width: 250px; opacity: 1; z-index: 99; }
  41.  
  42. #sidebarimgcontainer { background-color: {color:sidebar colour};
  43. padding: 5px; height: auto; width: 250px; margin-bottom: 15px; }
  44.  
  45. #sidebarpic img { max-width: 250px; }
  46.  
  47. #title { color: {color:sidebar colour}; letter-spacing: 2px;
  48. text-align: center; text-transform: lowercase;
  49. font-size: 25px; font-family: georgia; font-style:none;
  50. position: relative; margin-top: -10px; margin-bottom: -10px;
  51. width: 260px; }
  52.  
  53. #description { background: {color:sidebar colour};
  54. color: {color:font colour}; text-align: justify;
  55. font-size: 9px; font-family: helvetica; letter-spacing: 1px;
  56. width: 240px; margin-top: 5px; margin-bottom: 5px;
  57. padding: 10px; }
  58.  
  59. #link { background: {color:sidebar colour};
  60. color: {color:link colour}; letter-spacing: 2px;
  61. text-align: center; text-transform: lowercase;
  62. font-family: helvetica; font-size: 9px;
  63. width: 252px; margin-bottom: 5px; padding: 5px; }
  64.  
  65. #entry { position: absolute; top: 50px; left: 470px;
  66. width: 850px; float: left; }
  67.  
  68. #post { background-color: {color:sidebar colour};
  69. color: {color:font colour}; text-align: justify;
  70. font-size: 9px; font-family: helvetica;
  71. margin-right: 10px; margin-bottom:10px; width: 250px;
  72. padding: 5px; padding-bottom: 25px; }
  73.  
  74. #page { background: {color:sidebar colour}; letter-spacing: 2px;
  75. font-family: helvetica; font-size: 9px; text-align: center;
  76. width: 254px; margin-bottom: 5px; padding: 3px; }
  77.  
  78. img { -webkit-transition: opacity 0.8s linear; opacity: 0.50; }
  79. img:hover{ -webkit-transition: opacity 0.8s linear; opacity: 1; }
  80.  
  81. h2 { color: {color:font colour}; text-align: justify;
  82. font-family: helvetica; font-size: 9px; font-weight: normal;
  83. margin-left: 10px; width: 230px; }
  84.  
  85. #credit { position: fixed; bottom: 10px; left: 10px;
  86. text-decoration: none; font-family: arial; font-size: 10px; }
  87. #credit a { color: {color:font hover colour}; text-decoration: none; }
  88.  
  89. </style>
  90. </head>
  91. <body>
  92. <div id="credit"><a href="http://kissedmequick.tumblr.com/" target="_blank">kissedmequickthemes</a></div>
  93.  
  94. <div id="sidebarcontainer"><center>
  95.  
  96. <div id="sidebarimgcontainer"><div id="sidebarpic">
  97. <a href="/"><img src="{image:sidebar image}"/></a></div></div>
  98.  
  99. <div id="title">{Title}</div>
  100.  
  101. <div id="description">{block:Description}{Description}{/block:Description}
  102. </div>
  103.  
  104. <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}
  105. </a></div><div id="link"><a href="{text:Link Three url}">{text:Link Three Title}</a></div>
  106.  
  107. {block:IndexPage}<div id="page">
  108. {block:PreviousPage}<a href="{PreviousPage}">⟻</a>{/block:PreviousPage}
  109. {block:NextPage}<a href="{NextPage}">⟼
  110. </a>{/block:NextPage}</div>{/block:IndexPage}</div>
  111.  
  112. <div id="entry">{block:Posts}<div id="post">
  113.  
  114. {block:Text}<h2>{Body}</h2>{/block:Text}
  115. {block:Quote}<h2>{Quote} - {Source}</h2>{/block:Quote}
  116. {block:Link}<a href="{URL}" class="link" {Target}> <h2>{Name}</h2></a>
  117. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  118. {block:Photo}
  119. <center>{LinkOpenTag}<a href="{permalink}"><img src="{PhotoURL-250}" alt="{PhotoAlt}"/></a>{LinkCloseTag}</center>{block:Caption}{/block:Caption}{/block:Photo}
  120. {block:Photoset}<center>{Photoset-250}</center>
  121. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  122. {block:Chat}<h2></h2>{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}
  123. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  124. {block:Audio}<span class="audio"><center>{AudioPlayerBlack}
  125. </center></span>{/block:Audio}
  126. {block:PermalinkPage}{block:Caption}{Caption}
  127. {/block:Caption}{/block:PermalinkPage}
  128. </div>{/block:Posts}</div>
  129.  
  130. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement