Advertisement
khalisar

theme 4

Aug 3rd, 2013
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.34 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.  
  3. <!--theme 4 by quietwillfall
  4. please do not remove credit
  5. thank you-->
  6.  
  7.  
  8. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  9. <head>
  10.  
  11. <title>{Title}</title>
  12. <link rel="shortcut icon" href="{Favicon}">
  13. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  14. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  15.  
  16.  
  17. <meta name="color:Text" content="#bbbbbb"/>
  18. <meta name="color:Link" content="#aaaaaa"/>
  19. <meta name="color:Tags" content="#cccccc"/>
  20. <meta name="color:Hover" content="#f1f1f1"/>
  21. <meta name="color:Line" content="#f2f2f2"/>
  22. <meta name="color:Border" content="#eeeeee"/>
  23. <meta name="color:scrollbarbg" content="ffffff"/>
  24.  
  25. <meta name="image:sidebar" content=""/>
  26. <meta name="image:bg" content=""/>
  27.  
  28. <meta name="text:linkA" content="">
  29. <meta name="text:linkA url" content="/">
  30. <meta name="text:linkB" content="">
  31. <meta name="text:linkB url" content="/">
  32. <meta name="text:linkC" content="">
  33. <meta name="text:linkC url" content="/">
  34. <meta name="text:linkD" content="">
  35. <meta name="text:linkD url" content="/">
  36.  
  37.  
  38.  
  39. <style type="text/css">
  40.  
  41. #bite
  42. #bite a{
  43. display:block
  44. }
  45. #bite .death {
  46. margin-top:-30px;filter: alpha(opacity = 0);
  47. opacity:0;-webkit-transition: all 0.5s ease-out;
  48. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  49. }
  50.  
  51. #bite:hover .death {
  52. margin-top:2px;
  53. -webkit-transition: all 0.8s ease-out;
  54. -moz-transition: all 0.8s ease-out;
  55. transition: all 0.8s ease-out;
  56. filter: alpha(opacity = 100);
  57. filter: alpha(opacity = 100);
  58. opacity:100;
  59. }
  60.  
  61.  
  62. ::-webkit-scrollbar {
  63. width: 5px;height: 5px;}
  64. ::-webkit-scrollbar-button:start:decrement,
  65. ::-webkit-scrollbar-button:end:increment {
  66. height: 6px;display: block;background-color: {color:white};}
  67. ::-webkit-scrollbar-track-piece {
  68. background-color: {color:scrollbarbg};}
  69. ::-webkit-scrollbar-thumb:vertical {
  70. height: 9px;background-color: {color:scrollbarbg};border-top:1px solid {color:scrollbarbg};border-bottom:1px solid {color:scrollbarbg};}
  71.  
  72.  
  73. body {
  74. background:{color:background};
  75. margin:0px;
  76. color:{color:text};
  77. font-family:times;
  78. font-size:9px;
  79. line-height:100%;
  80. }
  81.  
  82. a {
  83. text-decoration:none;
  84. -moz-outline-style:none;
  85. color:{color:link};
  86. }
  87.  
  88. img {
  89. border:none;
  90. }
  91.  
  92.  
  93. h1 {
  94. font-size:12px;
  95. text-transform:uppercase;
  96. }
  97.  
  98. blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103. blockquote blockquote {
  104. padding-left:5px;
  105. border-left:2px solid;
  106. }
  107.  
  108.  
  109. a:hover {
  110. opacity:1;
  111. color:{color:hover};
  112. -webkit-transition: all 0.5s ease;
  113. -moz-transition: all 0.5s ease;
  114. -o-transition: all 0.5s ease
  115. }
  116.  
  117.  
  118. #sidebar {
  119. position:fixed;
  120. width:120px;
  121. margin-left:100px;
  122. margin-top:200px;
  123. opacity:1;
  124. }
  125.  
  126. #sidebarimage {
  127. width: 120px;
  128. margin-left: 130px;
  129. }
  130.  
  131. #sidebarimage img {
  132. width:120px;
  133. padding:6px;
  134. border:1px solid {color:border};
  135. }
  136.  
  137.  
  138. .desc {
  139. position:fixed;
  140. background-color:#FFFFFF;
  141. opacity:1;
  142. border:1px{color:#848484};
  143. margin-top:-110px;
  144. margin-left:127px;
  145. font-family:cambria;
  146. line-height:110%;
  147. font-size:9px;
  148. font-style:normal;
  149. width:110px;
  150. padding:15px;
  151. text-align:center;
  152. color:{color:text};
  153. }
  154.  
  155. .desc a
  156. {color:{color:text};
  157. -moz-transition-duration:0.6s;
  158. -webkit-transition-duration:0.6s;
  159. -o-transition-duration:0.6s;
  160. }
  161.  
  162.  
  163. .links {
  164. position:fixed;
  165. background-color:#FFFFFF;
  166. opacity:1;
  167. margin-top:0px;
  168. margin-left:130px;
  169. width:120px;
  170. padding: 9px;
  171. word-spacing:5px;
  172. font-family:times;
  173. text-align:center;
  174. text-transform:normal;
  175. }
  176.  
  177. .links a {
  178. font-size: 9px;
  179. }
  180.  
  181.  
  182. .links a:hover {
  183. text-align:center;
  184. text-decoration:underline;
  185. text-transform:uppercase;
  186. color: {color:link hover};
  187. padding:0px;
  188. -moz-transition-duration:1s;
  189. -webkit-transition-duration:1s;
  190. -o-transition-duration:1s;
  191. }
  192.  
  193.  
  194.  
  195.  
  196.  
  197. #pagi{
  198. width:100px;
  199. font-size:8px;
  200. text-align:center;
  201. margin-left:15px;
  202. margin-top:55px;
  203. position:fixed;
  204. font-family:cambria;
  205. letter-spacing:0px;
  206. }
  207.  
  208.  
  209. #all {
  210. padding:10px;
  211. width:500px;
  212. margin-left:450px;
  213. margin-top:50px;
  214. font-size:10px;
  215. }
  216.  
  217.  
  218.  
  219. #posts {
  220. width:500px;
  221. padding-bottom:20px;
  222. padding:10px;
  223. margin-top:30px;
  224. background-color:{color:Post};
  225. }
  226.  
  227.  
  228. #details {
  229. text-align:right;
  230. margin-top:8px;
  231. text-transform:uppercase;
  232. font-size:8px;
  233. font-style:none;
  234. border-top:1px solid {color:Line};
  235. }
  236.  
  237.  
  238. #tags {
  239. font-family:cambria;
  240. letter-spacing:0px;
  241. opacity:0;
  242. text-transform:lowercase;
  243. font-size:10px;
  244. font-style:italic;
  245. margin-top:2px;
  246. text-align:right;
  247. }
  248.  
  249. #posts:hover #tags {
  250. opacity:1;
  251. -moz-transition-duration:1s;
  252. -webkit-transition-duration:1s;
  253. -o-transition-duration:1s;
  254. }
  255.  
  256.  
  257. #tags a {
  258. display:inline-block;
  259. padding:-3px;
  260. text-align:right;
  261. color:{color:Tags};
  262. -webkit-transition: all 0.6s ease-in-out;
  263. -moz-transition: all 0.6s ease-in-out;
  264. -o-transition: all 0.6s ease-in-out;
  265. -ms-transition: all 0.6s ease-in-out;
  266. -transition: all 0.6s ease-in-out;
  267. }
  268.  
  269.  
  270. #question {
  271. padding:8px;
  272. font-family:cambria;
  273. letter-spacing:2px;
  274. text-align:right;
  275. font-style:italic;
  276. border:3px {color:border} solid;
  277. color:{color:text};
  278. background-color:{color:background}
  279. }
  280.  
  281. #credit {
  282. font-size:9px;
  283. font-family:cambria;
  284. font-style:italic;
  285. letter-spacing:1px;
  286. -moz-transition-duration:0.5s;
  287. -webkit-transition-duration:0.5s;
  288. -o-transition-duration:0.5s;
  289. }
  290.  
  291. #credit a {
  292. background-color:#fff;
  293. padding:5px;
  294. border:1px solid #e9e9e9;
  295. position:fixed;
  296. right:15px;
  297. bottom:10px
  298. }
  299.  
  300. #credit a:hover {
  301. color:#fff;
  302. background-color:#A4A4A4;
  303. }
  304.  
  305.  
  306. {CustomCSS}</style></head><body>
  307.  
  308.  
  309.  
  310. <div id="sidebar">
  311. <div id="bite">
  312. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  313. <div class="links">
  314. {block:IfLinkA}
  315. <a href="{text:linkA url">{text:linkA}</a>
  316. {/block:IfLinkA}
  317. {block:IfLinkB}
  318. <a href="{text:linkB url}">{text:linkB}</a>
  319. {/block:IfLinkB}
  320. {block:IfLinkC}
  321. <a href="{text:linkC url}">{text:linkC}</a>
  322. {/block:IfLinkC}
  323. {block:IfLinkD}
  324. <a href="{text:linkD url}">{text:linkD}</a>
  325. {/block:IfLinkD}
  326. </div>
  327. <div class="death">
  328. <div class="desc">
  329. {Description}
  330. </div>
  331. {block:Pagination}<div id="pagi">
  332. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  333. {block:JumpPagination length="3"}
  334. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  335. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  336. {/block:JumpPagination}
  337. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  338. </div>{/block:Pagination}
  339.  
  340. </div>
  341. </div>
  342. </div>
  343. <div id="all">{block:Posts}<div id="posts">
  344.  
  345. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  346.  
  347. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  348.  
  349. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  350.  
  351. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  352.  
  353. {block:Quote}{Quote}{/block:Quote}
  354.  
  355. {block:Audio}<left>{block:AlbumArt}<img src="{AlbumArtURL}" width="80px" height="80px" align="left" style="margin-right:10px" />{/block:AlbumArt}<span class="audio">{AudioPlayerWhite}</left></span>
  356. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  357. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  358. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  359. {/block:Audio}
  360.  
  361. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  362.  
  363. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  364.  
  365.  
  366. {block:Answer}<div id="question"><span style="text-transform:uppercase;font-size:9px;font-style:italic;">— {Asker}: </span>{Question}</div><left> <font face="cambria">{Answer}</font>{/block:Answer}
  367.  
  368. <div id="details">
  369. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}">© <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} <font color=#FF92B5>♥</font> <a href="{Permalink}">{NoteCountWithLabel}</a>
  370. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  371. {/block:Posts}
  372. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  373. {/block:Posts}</div></div></div>
  374.  
  375.  
  376. <div id="credit" data="credit"> <a href="http://quietwillfall.tumblr.com">QWF</a></div>
  377.  
  378. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement