Advertisement
fabliam

Theme 8

Mar 3rd, 2013
546
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.29 KB | None | 0 0
  1. <html>
  2. <head>
  3.  
  4. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6. <head><title>{Title}</title>
  7. <link rel="shortcut icon" href="{Favicon}">
  8. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  9. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  10. <link href='http://fonts.googleapis.com/css?family=Port+Lligat+Slab' rel='stylesheet' type='text/css'>
  11.  
  12. <!--Default Variables-->
  13. <!--Colors-->
  14.  
  15. <meta name="color:Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#333333"/>
  17. <meta name="color:Link" content="#717581"/>
  18. <meta name="color:Hover" content="#333333"/>
  19. <meta name="color:border" content="#969696"/>
  20.  
  21. <!--Images-->
  22.  
  23. <meta name="image:Background" content=""/>
  24. <meta name="image:Sidebar" content=""/>
  25.  
  26. <!--Links-->
  27.  
  28. <meta name="text:Link1" content="/" />
  29. <meta name="text:Link1 Title" content="" />
  30. <meta name="text:Link2" content="/" />
  31. <meta name="text:Link2 Title" content="" />
  32.  
  33. <style type="text/css">
  34.  
  35. a {text-decoration:none;color:#DE92A5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  36.  
  37. a:hover {color:#DE92A5;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;}
  38.  
  39. ::-webkit-scrollbar {height: auto;width: 6px;}
  40. ::-webkit-scrollbar-thumb {background-color:{color:Link};}
  41. ::-webkit-scrollbar-track{background-color:white;}
  42.  
  43. body {
  44. background:{color:background};
  45. background-image: url('{image:Background}'); no-repeat fixed center;;
  46. margin:0px;
  47. color:{color:text};
  48. font-family:calibri;
  49. font-size:10px;
  50. line-height:100%;
  51. }
  52.  
  53. a {
  54. text-decoration:none;
  55. outline:none;
  56. -moz-outline-style:none;
  57. color:{color:link};
  58. -webkit-transition: all 0.5s ease;
  59. -moz-transition: all 0.5s ease;
  60. -o-transition: all 0.5s ease
  61. }
  62.  
  63. img {
  64. border:none;
  65. }
  66.  
  67. blockquote blockquote {
  68. padding-left:5px;
  69. border-left:1px solid;
  70. }
  71.  
  72. h1 {
  73. font-size:12px;
  74. font-family:calibri;
  75. text-transform:uppercase;
  76. }
  77.  
  78. a:hover {
  79. opacity:10;
  80. color:{color:hover};
  81. -webkit-transition: all 0.7s ease;
  82. -moz-transition: all 0.7s ease;
  83. -o-transition: all 0.7s ease
  84. }
  85.  
  86. small{
  87. font-size:9px;
  88. line-height:110%
  89. }
  90.  
  91. big {
  92. font-size:12px;
  93. line-height:110%
  94. }
  95.  
  96. b, strong{
  97. color:{color:text}
  98. }
  99. i, em {
  100. color:{color:text}
  101. }
  102. p{
  103. margin-top:5px;
  104. margin-bottom:5px
  105. }
  106. blockquote {
  107. padding:0px;
  108. padding-left:5px;
  109. margin:5px;
  110. border-left:1px dotted {color:text}
  111. }
  112.  
  113. blockquote img {
  114. max-width:300px
  115. }
  116.  
  117. ul, li img {
  118. max-with:250px
  119. }
  120.  
  121. .audio {width:500px;height:160px;}
  122. .albumart {width:150px;height:150px;position:absolute; border:1px solid {color:text}; padding:2px;}
  123. .albumart img {width:150px;height:150px;float:left;}
  124. .playercontainer {display:block;width:150px;height:150px;background-color:#ffffff;position:absolute;}
  125. .player {margin-left:36px;margin-top:36px;width:25px;height:25px;
  126. overflow:hidden;background-color:white;}
  127. .audioinfo {margin-left:160px;float:left;width:200px;padding:2px;margin-top:2px;}
  128.  
  129. #entries {
  130. padding:22px;
  131. width:500px;
  132. margin-left:600px;
  133. margin-top:85px;
  134. }
  135.  
  136.  
  137. #post {
  138. width:500px;
  139. font-family:calibri;
  140. }
  141.  
  142. #sidebar {
  143. width:250px;
  144. position:fixed;
  145. margin-left:300px;
  146. margin-top:-105px;
  147. opacity:1;
  148. }
  149.  
  150. #sidebarimage img{
  151. width:250px;
  152. height:520px;
  153. padding:3px;
  154. border:0.5px solid;
  155. border-color: {color:Border};
  156. -webkit-transition: all 0.5s ease;
  157. -moz-transition: all 0.5s ease;
  158. -o-transition: all 0.5s ease
  159. -moz-border-radius:21px;-webkit-border-radius:21px;
  160. }
  161.  
  162. #links {
  163. width:150px;
  164. font-family:calibri;
  165. font-size:9px;
  166. opacity:0.99;
  167. text-align:center;
  168. padding-top:10px;
  169. letter-spacing:1px;
  170. text-transform:uppercase;
  171. padding-bottom:5px;
  172. margin-top:-130px;
  173. margin-left:55px;
  174. background:white;
  175. }
  176.  
  177.  
  178. #description {
  179. width:140px;
  180. padding:5px;
  181. font-size:10px;
  182. background:white;
  183. font-style:none;
  184. opacity: 0.99;
  185. text-align:center;
  186. margin-top:0px;
  187. margin-left:55px;
  188. }
  189.  
  190. #pagination {
  191. width:140px;
  192. background:white;
  193. opacity:0.99;
  194. font-size:9px;
  195. text-align:center;
  196. color:{color:link};
  197. font-family:calibri;
  198. letter-spacing:2px;
  199. margin-left:55px;
  200. padding:5px;
  201. }
  202.  
  203. #info {
  204. text-align:center;
  205. padding:20px;
  206. margin-top:5px;
  207. margin-bottom:10px;
  208. text-transform: uppercase;
  209. font-family:calibri;
  210. font-size:8px;
  211. border-top:1px solid {color:border};
  212. border-bottom:1px solid {color:border};
  213. padding:2px;
  214. }
  215.  
  216. #tags {
  217. font-family:calibri;
  218. letter-spacing:1px;
  219. text-transform:uppercase;
  220. font-size:8px;
  221. margin-top:1px;
  222. a {display:inline; background-color:{color:linkb};
  223. padding:-4px;
  224. text-align:left;
  225. -webkit-transition: all 0.6s ease-in-out;
  226. -moz-transition: all 0.6s ease-in-out;
  227. -o-transition: all 0.6s ease-in-out;
  228. -ms-transition: all 0.6s ease-in-out; transition: all 0.6s ease-in-out;}
  229.  
  230. #asker {
  231. float:left;
  232. margin-right:5px;
  233. }
  234.  
  235. #asked {
  236. font-family:calibri;
  237. text-transform:lowercase;
  238. letter-spacing:1px;
  239. padding-bottom:12px;
  240. }
  241.  
  242. #notes {
  243. font-family:calibri;
  244. text-transform:lowercase;
  245. font-size:9px;
  246. }
  247.  
  248. #question {
  249. font-family:calibri;
  250. font-style:italic;
  251. font-size:10px;
  252. background-color:#f1f1f1;
  253. }
  254.  
  255. #answer {
  256. font-family:calibri;
  257. text-transform:lowercase;
  258. font-size:10px;
  259. }
  260.  
  261.  
  262. {CustomCSS}</style></head><body>
  263.  
  264. <div id="sidebar">
  265. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  266. <div id="links">
  267. <a href="/">home</a>
  268. <a href="/ask">ask</a>
  269. {block:ifLink1}<a href="{text:Link1}">{text:Link1 Title}</a>{/block:ifLink1}
  270. {block:ifLink2}<a href="{text:Link2}">{text:Link2 Title}</a>{/block:ifLink2}
  271. </div>
  272.  
  273. <div id="description">{Description}</div>
  274.  
  275. {block:Pagination}<div align="center" id="pagination">{block:PreviousPage}<a href="{PreviousPage}">←</a>{/block:PreviousPage} {block:NextPage}<a href="{NextPage}">→</a>{/block:NextPage}</div>{/block:Pagination}
  276. </div>
  277.  
  278. <div id="entries">{block:Posts}<div id="post">
  279.  
  280. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  281.  
  282. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  283.  
  284. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  285.  
  286. {block:Quote}{Quote}{block:Source} —{Source}{/block:Source}{/block:Quote}
  287.  
  288. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  289.  
  290. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  291.  
  292. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerBlack}</left></span>
  293. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  294. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  295. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  296. {/block:Audio}
  297.  
  298. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  299.  
  300. {block:Answer}<div id="asker"></div><div id="asked">{Asker} asked: {Question} {Answer}{/block:Answer}
  301.  
  302. <div id="info"> posted <a href="{Perimalink}">{block:Date}<a href="{Permalink}">{TimeAgo}</a>{/block:Date} with <a href="{Permalink}">{NoteCountWithLabel}</a> {block:RebloggedFrom} <a href="{ReblogParentURL}">VIA</a> {/block:RebloggedFrom}
  303. {block:ContentSource}<a href="{SourceURL}">(<a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a>)</a>{/block:ContentSource}{/block:RebloggedFrom}<div id="tags" st>
  304. {block:HasTags}<div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  305. {/block:Posts}
  306. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  307. {/block:Posts}</div></div></div>
  308.  
  309. </div>
  310.  
  311. <div style="font-size: 9px; letter-spacing: 1px; float: right; position: fixed; bottom: 5px; right: 5px; text-transform:uppercase; padding:3px; background-color:white;"><a href="http://fabliam.tumblr.com">CREDIT</a></div>
  312. </div>
  313. </div>
  314. </div>
  315.  
  316. </body>
  317.  
  318. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement