darnpayne

theme 8 my cat from hell

May 18th, 2013
100
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.64 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><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- base by haryum --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Text" content="#838282"/>
  12. <meta name="color:Link" content="#b8b8b8"/>
  13. <meta name="color:Link Hover" content="#eeeeee"/>
  14.  
  15. <meta name="image:sidebar" content=""/>
  16.  
  17. <meta name="text:link 1" content="Link 1"/>
  18. <meta name="text:link 1 url" content="/"/>
  19. <meta name="text:link 2" content="Link 2"/>
  20. <meta name="text:link 2 url" content="/"/>
  21.  
  22. <style type="text/css">
  23.  
  24. body {
  25. background:{color:background};
  26. margin:0px;
  27. color:{color:text};
  28. font-family:Calibri;
  29. font-size:10px;
  30. line-height:100%;
  31. }
  32.  
  33. a {
  34. text-decoration:none;
  35. outline:none;
  36. -moz-outline-style:none;
  37. color:{color:link};
  38. -moz-transition-duration:0.8s;
  39. -webkit-transition-duration:0.8s;
  40. -o-transition-duration:0.8s;
  41. }
  42.  
  43. a:hover {
  44. text-decoration:none;
  45. outline:none;
  46. -moz-outline-style:none;
  47. color:{color:link hover};
  48. }
  49.  
  50. img {
  51. border:none;
  52. }
  53.  
  54. blockquote {
  55. padding-left:5px;
  56. border-left:2px solid;
  57. }
  58.  
  59. blockquote blockquote {
  60. padding-left:5px;
  61. border-left:2px solid;
  62. }
  63.  
  64. #post {
  65. width:500px;
  66. padding-bottom:30px;
  67. }
  68.  
  69. #entries {
  70. padding:10px;
  71. width:500px;
  72. margin-left:500px;
  73. margin-top:40px;
  74. }
  75.  
  76. #sidebar {
  77. width:110px;
  78. position:fixed;
  79. margin-left:240px;
  80. margin-top:140px;
  81. border:1px;
  82. }
  83.  
  84. #sidebarimage {
  85. width: 110px;
  86. }
  87.  
  88. #sidebarimage img {
  89. width:110px;
  90. }
  91.  
  92. #links {
  93. padding:5px;
  94. text-align:center;
  95. word-spacing: 14px;
  96. }
  97.  
  98. #links a {
  99. letter-spacing: 1px;
  100. }
  101.  
  102. #description {
  103. padding:5px;
  104. text-align:center;
  105. width:90px;
  106. margin-left: 5px;
  107. }
  108.  
  109. #pagination {
  110. font-size:20px;
  111. text-align:center;
  112. }
  113.  
  114. #info {
  115. text-align:center;
  116. margin-top:10px;
  117. }
  118.  
  119. #asker {
  120. float:left;
  121. margin-right:5px;
  122. }
  123. #credit{
  124. right:8px;
  125. bottom:10px;
  126. position:fixed;
  127. padding:5px;
  128. }
  129.  
  130. {CustomCSS}</style></head><body>
  131.  
  132. <div id="sidebar">
  133.  
  134. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  135.  
  136. <div id="description">{description}</div>
  137.  
  138. <div id="links">
  139. <a href="/">London</a>
  140. <a href="/ask">Inquire
  141. <a href="{text:link 1 url}">{text:link 1}</a>
  142. <a href="{text:link 2 url}">{text:link 2}</a>
  143. </a>
  144.  
  145. </div>
  146.  
  147. <div id="pagination">
  148. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  149. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  150. </div>
  151.  
  152. </div>
  153.  
  154. <div id="entries">{block:Posts}<div id="post">
  155.  
  156. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  157.  
  158. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  159.  
  160. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  161.  
  162. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  163.  
  164. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  165.  
  166. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  167.  
  168. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  169.  
  170. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  171.  
  172. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  173.  
  174. <div id="info">
  175. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  176. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  177. title="{ReblogParenttitle}">Via</a> - <a href="{ReblogRootURL}"title="{ReblogRoottitle}">Source</a>{/block:RebloggedFrom} {block:HasTags}-{block:Tags} <a href="{TagURL}">#{Tag}</a>{/block:Tags}{/block:HasTags}</div>
  178.  
  179. </div>
  180. {block:PostNotes}{PostNotes}{/block:PostNotes}
  181. {/block:Posts}</div>
  182.  
  183. <div id="credit" data="credit"> <a href="http://sherinos.tumblr.com"><img src="http://i1362.photobucket.com/albums/r689/sheerinos/white_zpse41868d6.jpg?t=1374529320" width="75px" height="30px"></a></div>
  184.  
  185.  
  186. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment