Advertisement
rasperries

havishamstheme1

Jan 18th, 2013
54
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.03 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.  
  6.  
  7. <meta name="image:sidebar" content=""/>
  8. <meta name="color:main" content=""/>
  9. <meta name="if:title" content=""/>
  10.  
  11. <meta name="text:Link1" content="" />
  12. <meta name="text:Link1URL" content="" />
  13. <meta name="text:Link2" content="" />
  14. <meta name="text:Link2URL" content="" />
  15. <meta name="text:Link3" content="" />
  16. <meta name="text:Link3URL" content="" />
  17. <meta name="text:Link4" content="" />
  18. <meta name="text:Link4URL" content="" />
  19. <meta name="text:Link5" content="" />
  20. <meta name="text:Link5URL" content="" />
  21.  
  22.  
  23. <title>{Title}</title>
  24. <link rel="shortcut icon" href="{Favicon}">
  25. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  26. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  27.  
  28. <!---- base theme by meliapond @ tumblr, for public use --->
  29.  
  30. <meta name="color:Background" content="#ffffff"/>
  31. <meta name="color:Text" content="#838282"/>
  32. <meta name="color:Link" content="#b8b8b8"/>
  33. <meta name="image:sidebar" content=""/>
  34.  
  35. <style type="text/css">
  36.  
  37. body {
  38. background:{color:background};
  39. margin:0px;
  40. color:{color:text};
  41. font-family:Calibri;
  42. font-size:10px;
  43. line-height:100%;
  44. }
  45.  
  46. a {
  47. text-decoration:none;
  48. outline:none;
  49. -moz-outline-style:none;
  50. color:{color:link};
  51. }
  52.  
  53. img {
  54. border:none;
  55. }
  56.  
  57. blockquote {
  58. padding-left:5px;
  59. border-left:2px solid;
  60. }
  61.  
  62. blockquote blockquote {
  63. padding-left:5px;
  64. border-left:2px solid;
  65. }
  66.  
  67. h1 {
  68. font-size:15px;
  69. }
  70.  
  71. #entries {
  72. padding:10px;
  73. width:500px;
  74. margin-left:500px;
  75. margin-top:40px;
  76. }
  77.  
  78. #post {
  79. width:500px;
  80. padding-bottom:75px;
  81. }
  82.  
  83. #sidebar {
  84. width: 155px;
  85. position:fixed;
  86. margin-left:200px;
  87. margin-top:200px;
  88. }
  89.  
  90. #title {
  91. font-size:15px;
  92. text-align:center;
  93. margin-bottom:5px;
  94. }
  95.  
  96. #sidebarimage {
  97. width 150px;
  98. }
  99.  
  100. #sidebarimage img {
  101. width:150px;
  102. }
  103.  
  104. .sideslinks{
  105. margin-top:5px;
  106. margin-bottom:10px;
  107. text-align:center;
  108. font-family: calibri;
  109. text-transform:uppercase;
  110. letter-spacing:1px;
  111. font-size:10px;
  112. word-spacing:1px;
  113. line-height:10px;
  114. border-top:1px solid #e3e3e3;
  115. padding-top:5px;
  116. padding-top: 5px;
  117. font-size: 8px;
  118. }
  119.  
  120. .sideslinks a{
  121. display: ;
  122. background-color: {color:link background};
  123. width: 70%;
  124. padding: 1px;
  125. text-transform: uppercase;
  126. font-family:calibri;
  127. color: {color:sidebar links};
  128. letter-spacing: 1px;
  129. font-size:8px;
  130.  
  131. -webkit-transition: 0.2s ease-in-out;
  132. -moz-transition: 0.2s ease-in-out;
  133. -o-transition: 0.2s ease-in-out;
  134. transition: 0.2s ease-in-out;
  135. }
  136.  
  137. .sideslinks a:hover{
  138. background-color:{color:linkhover};
  139. width: 70%;
  140. padding: 1px;
  141. color: {color:sidelinkhover};
  142. -webkit-transition: 0.3s ease-in-out;
  143. -moz-transition: 0.3 ease-in-out;
  144. -o-transition: 0.3s ease-in-out;
  145. transition: 0.3s ease-in-out;
  146. }
  147.  
  148. #description {
  149. padding: 0px 8px 12px 8px;
  150. text-align:left;
  151. margin-bottom:10px;
  152. border-bottom: 1px solid #e3e3e3;
  153. }
  154.  
  155. #pagination {
  156. font-size:20px;
  157. text-align:center;
  158. }
  159.  
  160. #info {
  161. width:490px;
  162. padding-top:7px;
  163. padding-left:7px;
  164. border-top:3px double #e3e3e3;
  165. border-left:3px double #e3e3e3;
  166. margin-top:20px;
  167. font-family:calibri;
  168. font-size:9px;
  169. text-transform:uppercase;
  170. }
  171.  
  172. #asker {
  173. float:left;
  174. margin-right:5px;
  175. }
  176.  
  177. {CustomCSS}</style></head><body>
  178.  
  179. <div id="sidebar">
  180.  
  181. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  182. </center>
  183. <div class="sideslinks"><center>
  184. {block:ifLink1}<a href="{text:Link1URL}">{text:Link1}</a>{/block:ifLink1}
  185. {block:ifLink2}<a href="{text:Link2URL}">{text:Link2}</a>{/block:ifLink2}
  186. {block:ifLink3}<a href="{text:Link3URL}">{text:Link3}</a>{/block:ifLink3}
  187. {block:ifLink4}<a href="{text:Link4URL}">{text:Link4}</a>{/block:ifLink4}
  188. {block:ifLink5}<a href="{text:Link5URL}">{text:Link5}</a>{/block:ifLink5}
  189. <br> </center></div>
  190. <div style="padding-top: 0px;">
  191. <div id="description">{Description}</div>
  192. <p><p>
  193. <div id="pagination">{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  194. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}
  195. </div>
  196. <center></center>
  197. </div></div><br><br><br>
  198.  
  199. </div>
  200.  
  201. <div id="entries">{block:Posts}<div id="post">
  202.  
  203. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  204.  
  205. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  206.  
  207. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  208.  
  209. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  210.  
  211. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  212.  
  213. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  214.  
  215. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  216.  
  217. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  218.  
  219. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  220.  
  221. <div id="info">
  222. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  223. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  224. title="{ReblogParentTitle}">{ReblogParentName}</a> source:<a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a>{/block:RebloggedFrom}<br> {block:HasTags}{block:Tags} #<a href="{TagURL}">{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  225.  
  226. </div>
  227. {block:PostNotes}{PostNotes}{/block:PostNotes}
  228. {/block:Posts}</div>
  229.  
  230. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement