Advertisement
joshdevime

theme 11

Jan 31st, 2014
814
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.68 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. <!----
  9.  
  10. THEME BY IZZYSTHEMCS
  11. I WORKED REALLY HARD ON THIS THEME SO IT WOULD BE AMAZING IF YOU COULD REBLOG/LIKE THE POST :)
  12.  
  13. --->
  14.  
  15. <meta name="color:background" content="#ffffff"/>
  16. <meta name="color:text" content="#838282"/>
  17. <meta name="color:link" content="#b8b8b8"/>
  18. <meta name="color:hover" content="#f1f1f1"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21.  
  22. <meta name="text:link1" content=""/>
  23. <meta name="text:link1 url" content=""/>
  24. <meta name="text:link2" content=""/>
  25. <meta name="text:link2 url" content=""/>
  26. <meta name="text:link3" content=""/>
  27. <meta name="text:link3 url" content=""/>
  28.  
  29. <style type="text/css">
  30.  
  31. body {
  32. background:{color:background};
  33. margin:0px;
  34. color:{color:text};
  35. font-family:Calibri;
  36. font-size:10px;
  37. line-height:100%;
  38. }
  39.  
  40. a {
  41. text-decoration:none;
  42. outline:none;
  43. -moz-outline-style:none;
  44. color:{color:link};
  45. }
  46.  
  47. img {
  48. border:none;
  49. }
  50.  
  51. blockquote {
  52. padding-left:5px;
  53. border-left:2px solid;
  54. }
  55.  
  56. blockquote blockquote {
  57. padding-left:5px;
  58. border-left:2px solid;
  59. }
  60.  
  61. h1 {
  62. font-size:15px;
  63. }
  64.  
  65. #entries {
  66. padding:10px;
  67. width:500px;
  68. margin-left:350px;
  69. margin-top:100px;
  70. padding-bottom:40px;
  71. }
  72.  
  73. #post {
  74. width:500px;
  75. padding-bottom:70px;
  76. }
  77.  
  78. #sidebar {
  79. width:100px;
  80. position:fixed;
  81. margin-left:880px;
  82. margin-top:10px;
  83. }
  84.  
  85. #sidebarimage {
  86. width:110px;
  87. }
  88.  
  89. #sidebarimage img {
  90. width:110px;
  91. height:110px;
  92. }
  93.  
  94. #links {
  95. margin-left:0px;
  96. margin-top:4px;
  97. width:100px;
  98. text-align:left;
  99. }
  100.  
  101. #links a {
  102. display:inline-block;
  103. width:100px;
  104. padding:5px;
  105. }
  106.  
  107. #links a:hover {
  108. background:#f5f5f5;
  109. -moz-transition:0.9s ease-in;
  110. -webkit-transition:0.9s ease-in;
  111. -o-transition:0.9s ease-in;
  112. transition:0.2s ease-in;
  113. }
  114.  
  115. #description {
  116. padding:5px;
  117. padding-top:13px;
  118. text-align:justify;
  119. width:100px;
  120. }
  121.  
  122. #pagination {
  123. font-size:8px;
  124. text-align:center;
  125. width:100px;
  126. }
  127.  
  128. #info {
  129. text-align:center;
  130. margin-top:3px;
  131. background:#f5f5f5;
  132. padding:5px;
  133. }
  134.  
  135. #asker {
  136. float:left;
  137. margin-right:5px;
  138. }
  139.  
  140. #credit {
  141. position:fixed;
  142. font-size:8px;
  143. color:transparent;
  144. font-weight:normal;
  145. line-height:150%;
  146. letter-spacing:2px;
  147. right:10px;
  148. bottom:10px;
  149. text-transform:lowercase;
  150. text-align:center;
  151. }
  152.  
  153. #credit a {
  154. padding:3px;
  155. color:{color:credit};
  156. background-color:transparent;
  157. -moz-transition-duration:0.5s;
  158. -webkit-transition-duration:0.5s;
  159. -o-transition-duration:0.5s;
  160. }
  161.  
  162. #credit a:hover {
  163. color:{color:hover};
  164. }
  165.  
  166. {CustomCSS}</style></head><body>
  167.  
  168. <div id="sidebar">
  169.  
  170. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  171.  
  172. <div id="description">{Description}</div>
  173.  
  174. <div id="links">
  175. <a href="/">home</u></a>
  176. <a href="/hmu">ask</u></a>
  177. {block:IfLink1}
  178. <a href="{text:link1 url}">{text:link1}</u></a>
  179. {/block:IfLink1}
  180. {block:IfLink2}
  181. <a href="{text:link2 url}">{text:link2}</u></a>
  182. {/block:IfLink2}
  183. {block:IfLink3}
  184. <a href="{text:link3 url}">{text:link3}</u></a>
  185. {/block:IfLink3}
  186. </div>
  187.  
  188. <div id="pagination">
  189. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">-</a> {/block:PreviousPage}
  190. {block:NextPage}<a href="{NextPage}">+</a>{/block:NextPage}{/block:Pagination}
  191. </div>
  192.  
  193. </div>
  194.  
  195. <div id="entries">{block:Posts}
  196. {block:ContentSource}
  197.  
  198. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  199. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  200. {/block:SourceLogo}
  201. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  202.  
  203. <!-- {ReblogParentURL}{block:ReblogParentLogo}<img src="{BlackLogoURL}"
  204. width="{LogoWidth}" height="{LogoHeight}" alt="{ReblogParentTitle}" />
  205. {/block:ReblogParentLogo}
  206. {block:NoReblogParentLogo}{ReblogParentLink}{/block:NoReblogParentLogo} -->
  207.  
  208. {/block:ContentSource}
  209. <div id="post">
  210.  
  211. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  212.  
  213. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  214.  
  215. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  216.  
  217. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  218.  
  219. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  220.  
  221. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  222.  
  223. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  224.  
  225. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  226.  
  227. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  228.  
  229. <div id="info">
  230. {block:Date}posted {TimeAgo}{/block:Date} -- <a href="{Permalink}">
  231. {NoteCountWithLabel}</a>{block:RebloggedFrom}{/block:RebloggedFrom} | {block:HasTags}{block:Tags} <a href="{TagURL}">{Tag},</a>{/block:Tags}{/block:HasTags}</div>
  232.  
  233. </div>
  234. {block:PostNotes}{PostNotes}{/block:PostNotes}
  235. {/block:Posts}</div>
  236.  
  237. <div id="credit"><a href="http://izzysthemcs.tumblr.com/">♥</a>
  238. </div>
  239.  
  240. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement