Advertisement
fabliam

Theme 5

Feb 24th, 2013
188
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 5.80 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>
  4.  
  5. <!--- THEME CODE BY FABLIAM --->
  6.  
  7. <title>{Title}</title>
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12. <meta name="color:background" content="#ffffff"/>
  13. <meta name="color:text" content="#838282"/>
  14. <meta name="color:link" content="#e2bfde"/>
  15. <meta name="color:link hover" content="#e0e0e0"/>
  16. <meta name="color:border" content=""/>
  17.  
  18. <meta name="text:Link1" content="/" />
  19. <meta name="text:Link1 Title" content="" />
  20. <meta name="text:Link2" content="/" />
  21. <meta name="text:Link2 Title" content="" />
  22.  
  23. <meta name="image:sidebar" content=""/>
  24.  
  25. <style type="text/css">
  26.  
  27. ::-webkit-scrollbar-thumb:vertical {background-color: {color:Link};height: 50px;} ::-webkit-scrollbar {height: 10px;width: 5px;background-color: #fff;}
  28.  
  29. body {
  30. background:{color:background};
  31. margin:0px;
  32. color:{color:text};
  33. font-family:calibri;
  34. font-size:10px;
  35. line-height:100%;
  36. font-style: none;
  37. }
  38.  
  39. a:link, a:visited, a:active {
  40. color: {color:link};
  41. text-decoration: none;
  42. font-weight: normal;
  43. }
  44.  
  45. a:hover {
  46. color: {color:link hover};
  47. text-decoration: none;
  48. font-weight: normal;
  49. }
  50.  
  51. #entries {
  52. position:relative;
  53. float:left;
  54. width:522px;
  55. top:30px;
  56. text-align:justify;
  57. left:530px;
  58. padding:40px;
  59. }
  60.  
  61. #post {
  62. margin-bottom:25px;
  63. width:500px;
  64. padding:12px;
  65. background-color: {color:background};
  66. border: 1px solid {color:border};
  67. }
  68.  
  69. #pagination {
  70. text-align:center;
  71. font-size:10px;
  72. margin-bottom:2px;
  73. text-transform:none;
  74. font-style:none;
  75. text-transform: lowercase;
  76. }
  77.  
  78. #sidebar {
  79. width:130px;
  80. position:fixed;
  81. margin-left:320px;
  82. margin-top:230px;
  83. padding:10px;
  84. }
  85.  
  86. #sidebarimage {
  87. width 130px;
  88. }
  89.  
  90. #sidebarimage img {
  91. width:130px;
  92. }
  93.  
  94. #links {
  95. font-family:calibri;
  96. font-size:9px;
  97. opacity:1;
  98. text-align:center;
  99. }
  100.  
  101. .desc {
  102. width:130px;
  103. text-align:center
  104. }
  105.  
  106. #info {
  107. text-transform:uppercase;
  108. font-style:none;
  109. font-size: 8px;
  110. width:500px;
  111. color:{color:text};
  112. text-align:center;
  113. padding-top:2px;
  114. border-top:1px solid {color:border};
  115. }
  116.  
  117. #info a:link {
  118. color:{color:link};
  119. }
  120.  
  121. #info a:hover {
  122. color:{color:link hover};
  123. }
  124.  
  125.  
  126. #ask {
  127. float:left;
  128. margin-right:5px;
  129. }
  130.  
  131. #cred {
  132. position:fixed;
  133. font-size:8px;
  134. font-weight:normal;
  135. line-height:150%;
  136. letter-spacing:2px;
  137. right:10px;
  138. bottom:10px;
  139. text-transform:uppercase;
  140. text-align:center;
  141. }
  142.  
  143. #cred a {
  144. padding:3px;
  145. color:white;
  146. background-color:{color:Link};
  147. -moz-transition-duration:0.5s;
  148. -webkit-transition-duration:0.5s;
  149. -o-transition-duration:0.5s;
  150. }
  151.  
  152.  
  153. {CustomCSS}</style>
  154.  
  155.  
  156. </head><body>
  157.  
  158. <div id="sidebar">
  159. <div id="sidebarimage">
  160. <img src="{image:sidebar}"></div>
  161. <br><div id="links">
  162. <a style="border: 1px solid {color:border}; padding:2px;"<a href="/">01.</a>
  163. <a style="border: 1px solid {color:border}; padding:2px;"<a href="/ask">02.</a>
  164. <a style="border: 1px solid {color:border}; padding:2px;"<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  165. <a style="border: 1px solid {color:border}; padding:2px;"<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  166. </div>
  167. <br><div class="desc">
  168. {Description}
  169. </div>
  170.  
  171. <br><div id="pagination">{block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage}{block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}{/block:Pagination}</div>
  172.  
  173. </div>
  174.  
  175.  
  176.  
  177. </div>
  178.  
  179. <div id="entries">{block:Posts}<div id="post">
  180. {block:ContentSource}
  181. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  182. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  183. {/block:SourceLogo}
  184. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  185. {/block:ContentSource}
  186.  
  187. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  188.  
  189. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  190.  
  191. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  192.  
  193. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  194.  
  195. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  196.  
  197. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  198.  
  199. {block:Audio}{AudioPlayerWhite}{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  200.  
  201. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  202.  
  203. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}"></div>{Asker} asked:<br>{Question}{Answer}{/block:Answer}
  204.  
  205.  
  206. <div id="info">{block:Date}<a href="{Permalink}">{TimeAgo}</a> {block:NoteCount}・ <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {/block:Date}{block:RebloggedFrom}・ <a href="{ReblogParentURL}">via</a> {/block:RebloggedFrom}
  207. {block:ContentSource}・ <a href="{SourceURL}">source</a>{/block:ContentSource} <br>
  208. {block:HasTags}{block:Tags}#<a href="{TagURL}">{Tag}</a> {/block:Tags}{/block:HasTags}
  209.  
  210. </div>
  211.  
  212.  
  213.  
  214. </div>
  215.  
  216.  
  217.  
  218. {block:PostNotes}{PostNotes}{/block:PostNotes}
  219. {/block:Posts}
  220.  
  221. </div>
  222.  
  223. <div id="cred"><a href="http://fabliam.tumblr.com/">credit</a></div>
  224.  
  225. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement