Advertisement
khalisar

theme 5

Aug 5th, 2013
68
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 9.87 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. <!--
  4.  
  5. theme 5 by quietwillfall
  6. please do not remove credit
  7. thank you
  8.  
  9. -->
  10.  
  11. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  12.  
  13. <style>
  14. div#qTip {
  15. padding: 2px;
  16. display: none;
  17. font-style:none;
  18. text-align: center;
  19. position: absolute;
  20. font-size:11px;
  21. line-height:10px;
  22. font-family:calibri;
  23. z-index: 1000;
  24. background: white;
  25. z-index: 9999999;
  26. border:1px solid #ccc;
  27. color: #999;
  28. letter-spacing: 1px;
  29. }
  30. </style
  31.  
  32.  
  33. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  34. <head>
  35.  
  36. <title>{Title}</title>
  37. <link rel="shortcut icon" href="{Favicon}">
  38. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  39. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  40.  
  41.  
  42. <meta name="color:Text" content="#bbbbbb"/>
  43. <meta name="color:Link" content="#aaaaaa"/>
  44. <meta name="color:Tags" content="#cccccc"/>
  45. <meta name="color:Hover" content="#f1f1f1"/>
  46. <meta name="color:Line" content="#f2f2f2"/>
  47. <meta name="color:Border" content="#eeeeee"/>
  48. <meta name="color:scrollbarbg" content="ffffff"/>
  49.  
  50. <meta name="image:sidebar" content=""/>
  51. <meta name="image:bg" content=""/>
  52.  
  53. <meta name="text:linkA" content="">
  54. <meta name="text:linkA url" content="/">
  55. <meta name="text:linkB" content="">
  56. <meta name="text:linkB url" content="/">
  57. <meta name="text:linkC" content="">
  58. <meta name="text:linkC url" content="/">
  59. <meta name="text:linkD" content="">
  60. <meta name="text:linkD url" content="/">
  61.  
  62.  
  63.  
  64. <style type="text/css">
  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:200px;
  128. margin-top:-100px;
  129. opacity:1;
  130. }
  131.  
  132. #sidebarimage {
  133. width 120px;
  134. }
  135.  
  136. #sidebarimage img {
  137. width:180px;
  138. height:600px;
  139. padding:6px;
  140. }
  141.  
  142.  
  143. .desc {
  144. position:fixed;
  145. margin-top:-340px;
  146. background-color:#fff;
  147. margin-left:48px;
  148. opacity:.85;
  149. font-family:cambria;
  150. line-height:110%;
  151. font-size:9px;
  152. font-style:italic;
  153. width:80px;
  154. padding:9px;
  155. text-align:justify;
  156. color:{color:text};
  157. }
  158.  
  159. .desc a
  160. {color:{color:text};
  161. -moz-transition-duration:0.6s;
  162. -webkit-transition-duration:0.6s;
  163. -o-transition-duration:0.6s;
  164. }
  165.  
  166.  
  167. .links {
  168. position:fixed;
  169. margin-top:-367px;
  170. height:5px;
  171. background-color:#fff;
  172. margin-left:48px;
  173. width:80px;
  174. padding: 9px;
  175. word-spacing:4px;
  176. font-family:times;
  177. text-align:center;
  178. text-transform:none;
  179. }
  180.  
  181. .links a {
  182. letter-spacing: 1px;
  183. font-style:italic;
  184. }
  185.  
  186. .links a:hover {
  187. background-color: #9b9b9b;
  188. color:#fff;
  189. padding:3px;
  190. text-transform:uppercase;
  191. font-style:normal;
  192. -moz-transition-duration:.90s;
  193. -webkit-transition-duration:.90s;
  194. -o-transition-duration:.90s;
  195. }
  196.  
  197. #sidebar .links {
  198. opacity:0;
  199. -moz-transition-duration:.90s;
  200. -webkit-transition-duration:.90s;
  201. -o-transition-duration:.90s;
  202. }
  203.  
  204. #sidebar:hover .links {
  205. opacity:0.85;
  206. -moz-transition-duration:.70s;
  207. -webkit-transition-duration:.70s;
  208. -o-transition-duration:.70s;
  209. }
  210.  
  211.  
  212. #pagination {
  213. font-family:times;
  214. width:160px;
  215. font-size:9px;
  216. text-transform:uppercase;
  217. margin-top:-400px;
  218. margin-left:20px;
  219. padding-top:5px;
  220. word-spacing:1px;
  221. font-style:normal;
  222. text-align:center;
  223. }
  224.  
  225. #pagination a {
  226. color:{color:link};
  227. }
  228.  
  229.  
  230. #all {
  231. padding:10px;
  232. width:500px;
  233. margin-left:450px;
  234. margin-top:50px;
  235. font-size:10px;
  236. }
  237.  
  238.  
  239.  
  240. #posts {
  241. width:500px;
  242. padding-bottom:20px;
  243. padding:10px;
  244. margin-top:30px;
  245. background-color:{color:Post};
  246. }
  247.  
  248.  
  249. #details {
  250. text-align:right;
  251. margin-top:8px;
  252. text-transform:uppercase;
  253. font-size:8px;
  254. font-style:none;
  255. border-top:1px solid {color:Line};
  256. }
  257.  
  258.  
  259. #tags {
  260. font-family:cambria;
  261. opacity:0;
  262. letter-spacing:0px;
  263. text-transform:lowercase;
  264. font-size:10px;
  265. font-style:italic;
  266. margin-top:2px;
  267. text-align:right;
  268. }
  269.  
  270. #posts #tags {
  271. opacity:0;
  272. -moz-transition-duration:1s;
  273. -webkit-transition-duration:1s;
  274. -o-transition-duration:1s;
  275. }
  276.  
  277. #posts:hover #tags {
  278. opacity:1;
  279. -moz-transition-duration:1s;
  280. -webkit-transition-duration:1s;
  281. -o-transition-duration:1s;
  282.  
  283. }
  284.  
  285.  
  286. #tags a {
  287. display:inline-block;
  288. padding:-3px;
  289. text-align:right;
  290. color:{color:Tags};
  291. -webkit-transition: all 0.6s ease-in-out;
  292. -moz-transition: all 0.6s ease-in-out;
  293. -o-transition: all 0.6s ease-in-out;
  294. -ms-transition: all 0.6s ease-in-out;
  295. -transition: all 0.6s ease-in-out;
  296. }
  297.  
  298.  
  299.  
  300. #question {
  301. padding:8px;
  302. font-family:cambria;
  303. letter-spacing:2px;
  304. text-align:right;
  305. font-style:italic;
  306. border:3px {color:border} solid;
  307. color:{color:text};
  308. background-color:{color:background}
  309. }
  310.  
  311.  
  312. #credit {
  313. font-size:9px;
  314. font-family:cambria;
  315. font-style:italic;
  316. letter-spacing:1px;
  317. -moz-transition-duration:0.5s;
  318. -webkit-transition-duration:0.5s;
  319. -o-transition-duration:0.5s;
  320. }
  321.  
  322. #credit a {
  323. background-color:#fff;
  324. padding:5px;
  325. border:1px solid #e9e9e9;
  326. position:fixed;
  327. right:15px;
  328. bottom:10px
  329. }
  330.  
  331. #credit a:hover {
  332. color:#fff;
  333. background-color:#A4A4A4;
  334. }
  335.  
  336.  
  337. {CustomCSS}</style></head><body>
  338.  
  339. <div id="sidebar">
  340. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  341. <div class="desc">
  342. {Description}
  343. </div>
  344. <div class="links">
  345. {block:IfLinkA}
  346. <a href="{text:linkA url}" title={text:linkA}>i.</a>
  347. {/block:IfLinkA}
  348. {block:IfLinkB}
  349. <a href="{text:linkB url}" title={text:linkB}>ii.</a>
  350. {/block:IfLinkB}
  351. {block:IfLinkC}
  352. <a href="{text:linkC url}" title={text:linkC}>iii.</a>
  353. {/block:IfLinkC}
  354. {block:IfLinkD}
  355. <a href="{text:linkD url}" title={text:linkD}>iv.</a>
  356. {/block:IfLinkD}
  357. </div>
  358. {block:Pagination}<div id="pagi">
  359. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  360. {block:JumpPagination length="3"}
  361. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  362. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  363. {/block:JumpPagination}
  364. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  365. </div>{/block:Pagination}
  366.  
  367. </div>
  368.  
  369. <div id="all">{block:Posts}<div id="posts">
  370.  
  371. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  372.  
  373. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  374.  
  375. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  376.  
  377. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  378.  
  379. {block:Quote}{Quote}{/block:Quote}
  380.  
  381. {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>
  382. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  383. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  384. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  385. {/block:Audio}
  386.  
  387. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  388.  
  389. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  390.  
  391.  
  392. {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}
  393.  
  394. <div id="details">
  395. <br><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>
  396. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  397. {/block:Posts}
  398. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  399. {/block:Posts}</div></div></div>
  400.  
  401.  
  402. <div id="credit" data="credit"> <a href="http://quietwillfall.tumblr.com">QWF</a></div>
  403.  
  404.  
  405. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement