Advertisement
narruldthemes

theme 30

May 9th, 2014
2,204
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 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 BY NARRULD do not copy or remove credit
  6.  
  7. -->
  8.  
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11. <head>
  12.  
  13. <title>{Title}</title>
  14. <link rel="shortcut icon" href="{Favicon}">
  15. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  16. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  17.  
  18.  
  19. <meta name="color:Text" content="#bbbbbb"/>
  20. <meta name="color:Link" content="#aaaaaa"/>
  21. <meta name="color:Tags" content="#cccccc"/>
  22. <meta name="color:Hover" content="#f1f1f1"/>
  23. <meta name="color:Line" content="#f2f2f2"/>
  24. <meta name="color:title" content="#aaaaaa"/>
  25. <meta name="color:scrollbarbg" content="ffffff"/>
  26.  
  27. <meta name="image:sidebar" content=""/>
  28. <meta name="text:sidebartitle" content="">
  29.  
  30. <meta name="text:linkA" content="">
  31. <meta name="text:linkA url" content="/">
  32. <meta name="text:linkB" content="">
  33. <meta name="text:linkB url" content="/">
  34. <meta name="text:linkC" content="">
  35. <meta name="text:linkC url" content="/">
  36. <meta name="text:linkD" content="">
  37. <meta name="text:linkD url" content="/">
  38. <meta name="text:linkE" content="">
  39. <meta name="text:linkE url" content="/">
  40.  
  41.  
  42.  
  43. <style type="text/css">
  44.  
  45.  
  46. ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
  47.  
  48. ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
  49.  
  50. ::selection {
  51. background: {color:scrollbarbg};
  52. color: #fff;
  53. }
  54.  
  55. ::-moz-selection {
  56. background:{color:scrollbarbg};
  57. color: #fff;
  58. }
  59.  
  60. ::-webkit-selection {
  61. background: {color:scrollbarbg};
  62. color: #fff;
  63.  
  64. }
  65.  
  66.  
  67. body {
  68. background:{color:background};
  69. margin:0px;
  70. color:{color:text};
  71. font-family:times;
  72. font-size:9px;
  73. line-height:100%;
  74. }
  75.  
  76. a {
  77. text-decoration:none;
  78. -moz-outline-style:none;
  79. color:{color:link};
  80. }
  81.  
  82. img {
  83. border:none;
  84. }
  85.  
  86.  
  87. h1 {
  88. font-size:16px;
  89. text-transform:uppercase;
  90. text-align:center;
  91. }
  92.  
  93. blockquote {
  94. padding-left:5px;
  95. border-left:2px solid;
  96. }
  97.  
  98. blockquote blockquote {
  99. padding-left:5px;
  100. border-left:2px solid;
  101. }
  102.  
  103.  
  104. a:hover {
  105. opacity:1;
  106. color:{color:hover};
  107. -webkit-transition: all 0.5s ease;
  108. -moz-transition: all 0.5s ease;
  109. -o-transition: all 0.5s ease
  110. }
  111.  
  112.  
  113. #sidebar {
  114. position:fixed;
  115. width:220px;
  116. margin-left:150px;
  117. margin-top:130px;
  118. opacity:1;
  119. }
  120.  
  121. #sidebarimage {
  122. width 220px;
  123. }
  124.  
  125. #sidebarimage img {
  126. width:220px;
  127. padding:10px;
  128. border:1px solid #ddd;
  129. }
  130.  
  131. .sidebartitle {
  132. position:fixed;
  133. font-family:times;
  134. background-color:#fff;
  135. font-size:24px;
  136. margin-top:-12px;
  137. margin-left:20px;
  138. letter-spacing:-1px;
  139. text-align:left;
  140. font-style:italic;
  141. padding:6px;
  142. width:160px;
  143. z-index:99999;
  144. }
  145.  
  146. .sidebartitle a {
  147. color:{color:title};
  148. }
  149.  
  150.  
  151. .desc {
  152. position:fixed;
  153. margin-top:24px;
  154. margin-left:1px;
  155. font-family:times;
  156. line-height:110%;
  157. font-size:11px;
  158. width:220px;
  159. padding:9px;
  160. text-align:justify;
  161. color:{color:text};
  162. }
  163.  
  164. .desc a
  165. {color:{color:text};
  166. -moz-transition-duration:0.6s;
  167. -webkit-transition-duration:0.6s;
  168. -o-transition-duration:0.6s;
  169. }
  170.  
  171.  
  172. .links {
  173. margin-top:6px;
  174. margin-left:0px;
  175. width:220px;
  176. padding: 9px;
  177. word-spacing:5px;
  178. font-family:times;
  179. text-align:center;
  180. text-transform:uppercase;
  181. }
  182.  
  183. .links a {
  184. font-size: 9px;
  185. }
  186.  
  187. .links a:hover {
  188. color:{color:Hover}
  189. }
  190.  
  191.  
  192. #pagi{
  193. width:130px;
  194. font-size:8px;
  195. text-align:center;
  196. margin-left:55px;
  197. margin-top:80px;
  198. position:fixed;
  199. font-family:times;
  200. letter-spacing:2px;
  201. }
  202.  
  203.  
  204. #all {
  205. padding:10px;
  206. width:400px;
  207. margin-left:450px;
  208. margin-top:10px;
  209. font-size:10px;
  210. padding-bottom:50px;
  211. }
  212.  
  213.  
  214.  
  215. #posts {
  216. width:400px;
  217. padding-bottom:50px;
  218. padding:5px;
  219. margin-top:70px;
  220. background-color:{color:Post};
  221. }
  222.  
  223.  
  224. #details {
  225. text-align:center;
  226. margin-top:8px;
  227. text-transform:uppercase;
  228. font-size:8px;
  229. font-style:none;
  230. border-top:1px solid {color:Line};
  231. }
  232.  
  233.  
  234. #tags {
  235. font-family:times;
  236. letter-spacing:0px;
  237. text-transform:lowercase;
  238. font-size:9px;
  239. font-style:italic;
  240. margin-top:5px;
  241. text-align:center;
  242. opacity:0;
  243. -webkit-transition: all 0.6s ease-in-out;
  244. -moz-transition: all 0.6s ease-in-out;
  245. -o-transition: all 0.6s ease-in-out;
  246. -ms-transition: all 0.6s ease-in-out;
  247. -transition: all 0.6s ease-in-out;
  248. }
  249.  
  250. #tags a {
  251. display:inline-block;
  252. padding:-3px;
  253. text-align:right;
  254. color:{color:Tags};
  255. }
  256.  
  257. #posts:hover #tags {
  258. opacity:1;
  259. -webkit-transition: all 0.6s ease-in-out;
  260. -moz-transition: all 0.6s ease-in-out;
  261. -o-transition: all 0.6s ease-in-out;
  262. -ms-transition: all 0.6s ease-in-out;
  263. -transition: all 0.6s ease-in-out;
  264. }
  265.  
  266.  
  267. #question {
  268. padding:12px;
  269. padding-bottom:20px;
  270. font-family:times;
  271. letter-spacing:2px;
  272. line-height:120%;
  273. text-align:center;
  274. text-transform:uppercase;
  275. font-size:9px;
  276. color:{color:text};
  277. border-bottom:1px solid #eee;
  278. border-right:1px solid #eee;
  279. background-color:{color:background}
  280. }
  281.  
  282.  
  283.  
  284. .newplayerbutton {
  285. position: relative;
  286. width: 28px;
  287. height: 27px;
  288. overflow: hidden;
  289. background-color: #ccc;
  290. }
  291.  
  292. .playerbuttonhug {
  293. position: absolute;
  294. top: -11px;
  295. left: -12px;
  296. }
  297.  
  298.  
  299. .tumblr_audio_player {
  300. border: none;
  301. padding: 0px;
  302. margin: 0px;
  303. height: 50px;
  304. width: 400px;
  305. background-color: #ccc;
  306. }
  307.  
  308. .playerbuttonbg {
  309. position: absolute;
  310. left: 20px;
  311. top: 20px;
  312. width: 28px;
  313. height: 28px;
  314. background-color: white;
  315. padding: 10px;
  316. -webkit-border-radius: 40px;
  317. -moz-border-radius: 40px;
  318. border-radius: 40px;
  319. opacity: .4;
  320. filter: alpha(opacity=40);
  321. -moz-opacity: 0.4;
  322. -khtml-opacity: 0.4;
  323. transition: opacity .7s ease-in-out;
  324. -moz-transition: opacity .7s ease-in-out;
  325. -webkit-transition: opacity .7s ease-in-out;
  326. }
  327.  
  328. .playerbuttonbg:hover {
  329. opacity: 1;
  330. filter: alpha(opacity=100);
  331. -moz-opacity: 1;
  332. -khtml-opacity: 1;
  333. }
  334.  
  335. .audioimgwrapper {
  336. position: absolute;
  337. left: 0px;
  338. top: 0px;
  339. -webkit-border-radius: 50px;
  340. -moz-border-radius: 50px;
  341. border-radius: 50px;
  342. overflow: hidden;
  343. width: 88px;
  344. height: 88px;
  345. }
  346.  
  347. .audioimgwrapper img {
  348. width: 100%;
  349. height: auto;
  350. -webkit-border-radius: 50px;
  351. -moz-border-radius: 50px;
  352. border-radius: 50px;
  353. }
  354.  
  355. .trackdetails {
  356. width: auto;
  357. display:inline-block;
  358. margin-left: 100px;
  359. min-height: 85px;
  360. }
  361.  
  362. .audiowrapper {
  363. position: relative;
  364. display:inline-block;
  365. }
  366.  
  367. #quote {
  368. font-size:18px;
  369. letter-spacing:-1px;
  370. line-height:100%;
  371. }
  372.  
  373. #quotesource {
  374. font-size:9px;
  375. text-align:right;
  376. }
  377.  
  378.  
  379. {CustomCSS}
  380.  
  381.  
  382.  
  383. </style>
  384. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  385. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  386. <script type="text/javascript" charset="utf-8">
  387. var $j = jQuery.noConflict();
  388. $j(function() {
  389. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  390. $j("img").lazyload({
  391. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  392. effect: "fadeIn",
  393. });
  394. });
  395. </script>
  396.  
  397.  
  398. </head><body>
  399.  
  400. <div id="sidebar">
  401. <div class="sidebartitle"> <a href="/">{text:sidebartitle}</a> </div>
  402. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  403. <div class="desc">
  404. {Description}
  405. </div>
  406. <div class="links">
  407. {block:IfLinkA}
  408. <a href="{text:linkA url}">{text:linkA}</a>
  409. {/block:IfLinkA}
  410. {block:IfLinkB}
  411. <a href="{text:linkB url}">{text:linkB}</a>
  412. {/block:IfLinkB}
  413. {block:IfLinkC}
  414. <a href="{text:linkC url}">{text:linkC}</a>
  415. {/block:IfLinkC}
  416. {block:IfLinkD}
  417. <a href="{text:linkD url}">{text:linkD}</a>
  418. {/block:IfLinkD}
  419. {block:IfLinkE}
  420. <a href="{text:linkE url}">{text:linkE}</a>
  421. {/block:IfLinkE}
  422. </div>
  423. {block:Pagination}<div id="pagi">
  424. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  425. {block:JumpPagination length="4"}
  426. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  427. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  428. {/block:JumpPagination}
  429. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  430. </div>{/block:Pagination}
  431.  
  432. </div>
  433.  
  434. <div id="all">{block:Posts}<div id="posts">
  435.  
  436. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  437.  
  438. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  439.  
  440. {block:Link}<h1><a href="{URL}" {Target}>{Name} ➤</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  441.  
  442. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  443.  
  444. {block:Quote}<div id="quote">"{Quote}"</div><div id="quotesource">— {Source}</div>{/block:Quote}
  445.  
  446. {block:AudioPlayer}
  447. <div class="audiowrapper">
  448. {block:AlbumArt}
  449. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  450. {/block:AlbumArt}
  451.  
  452. <div class="playerbuttonbg">
  453. <div class="newplayerbutton">
  454. <div class="playerbuttonhug">
  455.  
  456. {AudioPlayerWhite}
  457.  
  458. </div>
  459. </div>
  460. </div>
  461.  
  462. <div class="trackdetails">
  463.  
  464. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  465. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  466. {block:Album}Album: {Album}{/block:Album}<br/>
  467. {PlayCountWithLabel}
  468.  
  469. </div>
  470. </div>
  471. {/block:AudioPlayer}
  472.  
  473. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  474.  
  475. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  476.  
  477.  
  478. {block:Answer}
  479. <div id="question"><span style="text-transform:uppercase;font-size:9px;"> {Asker}: </span>{Question}</div><left> <span style="font-family:times;">{Answer}</span>{/block:Answer}
  480.  
  481. <div id="details">
  482. <br> <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero} </a>&nbsp;&nbsp; {block:RebloggedFrom} <a href="{ReblogParentURL}">via</a>{/block:RebloggedFrom} {block:ContentSource}&nbsp;&nbsp; <a href="{SourceURL}"> src; {/block:ContentSource}&nbsp;&nbsp; <a href="{Permalink}">+{NoteCount}</a>
  483. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  484. {/block:Posts}
  485. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  486. {/block:Posts}</div></div></div>
  487.  
  488.  
  489. <div style="float: right; position: fixed; bottom: -6px; right: 2px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/yx6mp2nu0/untitled2.png">
  490.  
  491.  
  492. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement