darnpayne

theme 10 float on

May 19th, 2013
66
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.83 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 code by haryum. theme 10 by darnpayne if you steal anything i will personaly chop you up in your sleep witha blunt spoon --->
  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:230px;
  74. }
  75.  
  76. #sidebar {
  77. width:600px;
  78. position:fixed;
  79. margin-left:450px;
  80. margin-top:-230px;
  81. background: #ffffff
  82. }
  83.  
  84. #sidebarimage {
  85. width: 600px;
  86. }
  87.  
  88. #sidebarimage img {
  89. width:600px;
  90. }
  91.  
  92. #links {
  93. padding:-60px;
  94. text-align:center;
  95. word-spacing: 1px;
  96. background: #ffffff
  97. }
  98.  
  99. #links a {
  100. letter-spacing: 1px;
  101. }
  102.  
  103. #description {
  104. padding:-60px;
  105. text-align:center;
  106. width:-500px;
  107. margin-left: 10px;
  108. background: #ffffff
  109. }
  110.  
  111. #pagination {
  112. font-size:10px;
  113. text-align:center;
  114. background: #ffffff
  115. }
  116.  
  117. #info {
  118. text-align:center;
  119. margin-top:30px;
  120. }
  121.  
  122. #asker {
  123. float:left;
  124. margin-right:5px;
  125. }
  126.  
  127. #credit{
  128. right:8px;
  129. bottom:10px;
  130. position:fixed;
  131. padding:5px;
  132. }
  133.  
  134.  
  135. {CustomCSS}</style></head><body>
  136.  
  137. <div id="sidebar">
  138.  
  139. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  140.  
  141. <div id="description">{description}</div>
  142.  
  143. <div id="links">
  144. <a href="/">Home</a>
  145. <a href="/ask">Ask
  146. <a href="{text:link 1 url}">{text:link 1}</a>
  147. <a href="{text:link 2 url}">{text:link 2}</a>
  148. </a>
  149.  
  150. </div>
  151.  
  152. <div id="pagination">
  153. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a>{/block:PreviousPage}
  154. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  155. </div>
  156.  
  157. </div>
  158.  
  159. <div id="entries">{block:Posts}<div id="post">
  160.  
  161. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  162.  
  163. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  164.  
  165. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  166.  
  167. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  168.  
  169. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  170.  
  171. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  172.  
  173. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  174.  
  175. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  176.  
  177. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:{Question}<br>{Answer}{/block:Answer}
  178.  
  179. <div id="info">
  180. {block:Date}{TimeAgo}</a>{/block:Date} - <a href="{Permalink}">
  181. {NoteCountWithLabel}</a>{block:RebloggedFrom} - <a href="{ReblogParentURL}"
  182. 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>
  183.  
  184. </div>
  185. {block:PostNotes}{PostNotes}{/block:PostNotes}
  186. {/block:Posts}</div>
  187.  
  188. <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>
  189. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment