Advertisement
khalisar

theme 4

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