Advertisement
t-offee

Harry Styles Theme (NEW)

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