Advertisement
khalisar

theme 5

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