Advertisement
fabliam

Theme 2

Feb 13th, 2013
367
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.26 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. <!---- FABLIAM THEME --->
  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="image:sidebar" content=""/>
  14. <meta name="color:Border" content="">
  15. <meta name="color:Link Hover" content=""/>
  16.  
  17. <meta name="text:link1" content="">
  18. <meta name="text:link1 url" content="/">
  19. <meta name="text:link2" content="">
  20. <meta name="text:link2 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:9.5px;
  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. }
  39.  
  40. img {
  41. border:none;
  42. }
  43.  
  44. blockquote {
  45. padding-left:5px;
  46. border-left:2px solid;
  47. }
  48.  
  49. blockquote blockquote {
  50. padding-left:5px;
  51. border-left:2px solid;
  52. }
  53.  
  54. h1 {
  55. font-size:15px;
  56. }
  57.  
  58. #entries {
  59. padding:10px;
  60. width:500px;
  61. margin-left:500px;
  62. margin-top:40px;
  63. }
  64.  
  65. #post {
  66. padding:20px;
  67. width:500px;
  68. padding-bottom:20px;
  69. border: 1px solid {color:Border};
  70. }
  71.  
  72. #sidebar {
  73. width:100px;
  74. position:fixed;
  75. margin-left:250px;
  76. margin-top:150px;
  77. }
  78.  
  79. #sidebarimage {
  80. width 100px;
  81. margin-left:-10px;
  82. }
  83.  
  84. #sidebarimage img {
  85. width:100px;
  86. height:100px;
  87. }
  88.  
  89. #links {
  90. position:fixed;
  91. text-align:center;
  92. width:100px;
  93. margin-left:-4px;
  94. margin-top:5px;
  95. font-family:calibri;
  96. text-transform:lowercase;
  97. font-style:none;
  98. font-size:10px;
  99. line-height:90%;}
  100.  
  101. #links a:hover {
  102. font-style:none;
  103. font-size:10px;
  104. color:{color:link hover};}
  105.  
  106.  
  107. #description {
  108. width:150px;
  109. margin-left:-30px;
  110. margin-top:15px;
  111. padding:5px;
  112. text-align:center;
  113. }
  114.  
  115. #pagination {
  116. font-size:20px;
  117. text-align:center;
  118. }
  119.  
  120. #info {
  121. text-align:center;
  122. margin-top:20px;
  123. padding:4px;
  124. border-top:1px solid {color:border};
  125. }
  126.  
  127. #asker {
  128. float:left;
  129. margin-right:5px;
  130. background-color: #f3f3f3;
  131. color: {color:text};
  132. }
  133.  
  134. #cred {
  135. position:fixed;
  136. font-size:8px;
  137. font-weight:normal;
  138. line-height:150%;
  139. letter-spacing:2px;
  140. right:10px;
  141. bottom:10px;
  142. text-transform:uppercase;
  143. text-align:center;
  144. }
  145.  
  146. #cred a {
  147. padding:3px;
  148. color:#fff;
  149. background-color:{color:link};
  150. -moz-transition-duration:0.5s;
  151. -webkit-transition-duration:0.5s;
  152. -o-transition-duration:0.5s;
  153. }
  154.  
  155. {CustomCSS}</style></head><body>
  156.  
  157. <div id="sidebar">
  158.  
  159.  
  160. <div id="sidebarimage"><a href="/"><img src="{image:Sidebar}" width="100" style="z-index:999;padding:5px; background:white; border:1px solid {color:Border};margin-top:2px;margin-left:2px;"></a>
  161. </div>
  162.  
  163. <div id="links">
  164. <a href="/">home</a>
  165. <a href="/askk">ask</a>
  166. {block:ifLink1}<a href="{text:link1 url}">{text:link1}</a>{/block:ifLink1}
  167. {block:ifLink2}<a href="{text:link2 url}">{text:link2}</a>{/block:ifLink2}
  168. </div>
  169.  
  170. <div id="description">{Description}</div>
  171.  
  172. <div id="pagination">
  173. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">«</a>{/block:PreviousPage}
  174. {block:NextPage}<a href="{NextPage}">»</a>{/block:NextPage}{/block:Pagination}
  175. </div>
  176.  
  177. </div>
  178.  
  179. <div id="entries">{block:Posts}<div id="post">
  180.  
  181. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  182.  
  183. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  184.  
  185. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  186.  
  187. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  188.  
  189. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  190.  
  191. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  192.  
  193. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  194.  
  195. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  196.  
  197. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  198.  
  199. <div id="info">
  200. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  201. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  202. 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>
  203.  
  204. </div>
  205. {block:PostNotes}{PostNotes}{/block:PostNotes}
  206. {/block:Posts}</div>
  207.  
  208. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  209.  
  210. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement