Advertisement
fabliam

Theme 13

Mar 24th, 2013
369
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.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. <!---- 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="color:hover" content="#AAAAAA">
  14. <meta name="color:titlecolor" content="#fffff">
  15. <meta name="color:description" content="#fffff">
  16. <meta name="color:links side" content="#fffff">
  17. <meta name="color:border" content="#b8b8b8"/>
  18.  
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:link1" content="">
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="">
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link3" content="">
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="">
  28. <meta name="text:link4 url" content="/">
  29.  
  30. <style type="text/css">
  31.  
  32. #biter
  33.  
  34. #bite a {display:block}
  35.  
  36. #bite .death {margin-top:-45px;filter: alpha(opacity = 0);opacity:0;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out;}
  37.  
  38. #bite:hover .death {margin-top:0px;-webkit-transition: all 0.4s ease-out;-moz-transition: all 0.4s ease-out;transition: all 0.4s ease-out; filter: alpha(opacity = 100);filter: alpha(opacity = 100);opacity:100;}
  39.  
  40. body {
  41. background:{color:background};
  42. margin:0px;
  43. color:{color:text};
  44. font-family:Calibri;
  45. font-size:10px;
  46. line-height:100%;
  47. }
  48.  
  49. a {
  50. text-decoration:none;
  51. outline:none;
  52. -moz-outline-style:none;
  53. color:{color:link};
  54. }
  55.  
  56. img {
  57. border:none;
  58. }
  59.  
  60. blockquote {
  61. padding-left:5px;
  62. border-left:2px solid;
  63. }
  64.  
  65. blockquote blockquote {
  66. padding-left:5px;
  67. border-left:2px solid;
  68. }
  69.  
  70. h1 {
  71. font-size:15px;
  72. }
  73.  
  74. #entries {
  75. padding:10px;
  76. width:500px;
  77. margin-left:330px;
  78. margin-top:40px;
  79. }
  80.  
  81. #post {
  82. width:500px;
  83. padding-bottom:20px;
  84. }
  85.  
  86. #sidebar {
  87. width:350px;
  88. position:fixed;
  89. margin-left:0px;
  90. margin-top:-40px;
  91. }
  92.  
  93. #title {
  94. margin-top: -12px;
  95. width: 400px;
  96. margin-left: -25px;
  97. position: fixed ;
  98. z-index: 100;
  99. color: {color:titlecolor};
  100. text-transform: lowercase;
  101. letter-spacing: 3px;
  102. font-family: english;
  103. text-align:center;
  104. font-size: 20px;
  105. -webkit-transition: all 1s ease-in-out;
  106. }
  107.  
  108. #sidebarimage {
  109. width 250px;
  110. height:800px;
  111. }
  112.  
  113. #sidebarimage img {
  114. width:250px;
  115. height:800px;
  116. }
  117.  
  118. .slinks {
  119. width:134px;
  120. margin-bottom:-5px;
  121. margin-top:-310px;
  122. margin-left:100px;
  123. font-size:9px;
  124. text-transform:uppercase;
  125. text-align:center;
  126. letter-spacing:2px;
  127. line-height:170%;
  128. opacity:0.99;
  129. padding:5px;
  130. }
  131.  
  132. .slinks a{
  133. padding:3px;
  134. color:{color:links side};
  135. letter-spacing:0px;
  136. text-decoration:none;
  137. -moz-transition-duration:1s;
  138. -webkit-transition-duration:1s;
  139. -o-transition-duration:1s;
  140. }
  141.  
  142. .slinks a:hover{
  143. color:{color:hover};
  144. opacity:0.99;
  145. -moz-transition-duration:1s;
  146. -webkit-transition-duration:1s;
  147. -o-transition-duration:1s;
  148. }
  149.  
  150. #description {
  151. width:150px;
  152. margin-left:90px;
  153. padding:5px;
  154. text-align:center;
  155. color:{color:description};
  156. }
  157.  
  158. #pagination {
  159. color:{color:links side};
  160. font-size:20px;
  161. text-align:center;
  162. margin-left:-10px;
  163. }
  164.  
  165. #info {
  166. text-align:center;
  167. margin-top:10px;
  168. border-top:1px solid {color:border};
  169. padding:3px;
  170. }
  171.  
  172. #asker {
  173. float:left;
  174. margin-right:5px;
  175. }
  176.  
  177. #cred {
  178. position:fixed;
  179. font-size:8px;
  180. font-weight:normal;
  181. line-height:150%;
  182. letter-spacing:2px;
  183. right:10px;
  184. bottom:10px;
  185. text-transform:uppercase;
  186. text-align:center;
  187. }
  188.  
  189. #cred a {
  190. padding:3px;
  191. color:white;
  192. background-color:{color:link};
  193. -moz-transition-duration:0.5s;
  194. -webkit-transition-duration:0.5s;
  195. -o-transition-duration:0.5s;
  196. }
  197.  
  198. {CustomCSS}</style></head><body>
  199.  
  200. <div id="sidebar">
  201.  
  202. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  203.  
  204. <div id="bite">
  205. <div id="title">{Title}</div>
  206. <div class="death">
  207.  
  208. <div class="slinks">
  209. {block:IfLink1}
  210. <a href="{text:link1 url}">{text:link1}</a>
  211. {/block:IfLink1}
  212. {block:IfLink2}
  213. <a href="{text:link2 url}">{text:link2}</a>
  214. {/block:IfLink2}
  215. {block:IfLink3}
  216. <a href="{text:link3 url}">{text:link3}</a>
  217. {/block:IfLink3}
  218. {block:IfLink4}
  219. <a href="{text:link4 url}">{text:link4}</a>
  220. {/block:IfLink4}
  221. </div>
  222.  
  223. <div id="description">{Description}</div>
  224.  
  225. <div id="pagination">
  226. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">ยซ</a>{/block:PreviousPage}
  227. {block:NextPage}<a href="{NextPage}">ยป</a>{/block:NextPage}{/block:Pagination}
  228. </div></div></div>
  229.  
  230.  
  231. </div>
  232.  
  233. <div id="entries">{block:Posts}<div id="post">
  234.  
  235. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  236.  
  237. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  238.  
  239. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  240.  
  241. {block:Quote}{Quote}{block:Source} โ€”{Source}{/block:Source}{/block:Quote}
  242.  
  243. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  244.  
  245. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  246.  
  247. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  248.  
  249. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  250.  
  251. {block:Answer}<div id="asker"><img src="{AskerPortraitURL-24}"></div>{Asker}:<br>{Question}<br>{Answer}{/block:Answer}
  252.  
  253. <div id="info">
  254. {block:Date}posted {TimeAgo}{/block:Date} with <a href="{Permalink}">
  255. {NoteCountWithLabel}</a>{block:RebloggedFrom}<br>via:<a href="{ReblogParentURL}"
  256. 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>
  257.  
  258. </div>
  259. {block:PostNotes}{PostNotes}{/block:PostNotes}
  260. {/block:Posts}</div>
  261.  
  262. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  263.  
  264. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement