Advertisement
khalisar

theme 4

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