Advertisement
narruldthemes

theme 31

Jun 23rd, 2014
1,043
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 15.10 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:scrollbarbg" content="ffffff"/>
  24.  
  25. <meta name="image:titleimage" content=""/>
  26. <meta name="text:sidebartitle" content="">
  27. <meta name="if:sidebartop" content="0" />
  28.  
  29. <meta name="text:linkA" content="">
  30. <meta name="text:linkA url" content="/">
  31. <meta name="text:linkB" content="">
  32. <meta name="text:linkB url" content="/">
  33. <meta name="text:linkC" content="">
  34. <meta name="text:linkC url" content="/">
  35. <meta name="text:linkD" content="">
  36. <meta name="text:linkD url" content="/">
  37. <meta name="text:linkE" content="">
  38. <meta name="text:linkE url" content="/">
  39. <meta name="text:linkF" content="">
  40. <meta name="text:linkF url" content="/">
  41.  
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46.  
  47. ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
  48.  
  49. ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
  50.  
  51. ::selection {
  52. background: {color:scrollbarbg};
  53. color: #fff;
  54. }
  55.  
  56. ::-moz-selection {
  57. background:{color:scrollbarbg};
  58. color: #fff;
  59. }
  60.  
  61. ::-webkit-selection {
  62. background: {color:scrollbarbg};
  63. color: #fff;
  64.  
  65. }
  66.  
  67. body {
  68. background:{color:background};
  69. margin:0px;
  70. color:{color:text};
  71. font-family:Arial, Helvetica;
  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. }
  91.  
  92. blockquote {
  93. padding-left:5px;
  94. border-left:2px solid;
  95. }
  96.  
  97. blockquote blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102.  
  103. a:hover {
  104. opacity:1;
  105. color:{color:hover};
  106. -webkit-transition: all 0.5s ease;
  107. -moz-transition: all 0.5s ease;
  108. -o-transition: all 0.5s ease
  109. }
  110.  
  111.  
  112. #sidebar {
  113. position:fixed;
  114. width:120px;
  115. margin-left:120px;
  116. margin-top:200px;
  117. opacity:1;
  118. {block:ifsidebartop}position:absolute;margin-top:20px;margin-left:110px;{/block:ifsidebartop}
  119. }
  120.  
  121. #sidebarimage {
  122. width 250px;
  123. }
  124.  
  125. #sidebarimage img {
  126. width:250px;
  127. padding:6px;
  128. }
  129.  
  130.  
  131. .sidebartitle {
  132. color:#ccc;
  133. -webkit-text-fill-color: transparent;
  134. background: -webkit-linear-gradient(transparent, transparent),
  135. url('{image:titleimage}') center repeat;
  136. background: -o-linear-gradient(transparent, transparent);
  137. -webkit-background-clip: text;
  138. font-family:arial;
  139. font-size:50px;
  140. font-weight:bold;
  141. letter-spacing:-3px;
  142. margin-top:0px;
  143. margin-left:-15px;
  144. width:250px;
  145. padding:20px;
  146. text-transform:lowercase;
  147. text-align:center;
  148. line-height:30%;
  149. -webkit-transition: all 0.4s ease-in-out;
  150. -moz-transition: all 0.4s ease-in-out;
  151. -o-transition: all 0.4s ease-in-out;
  152. -ms-transition: all 0.4s ease-in-out;
  153. -transition: all 0.4s ease-in-out;
  154. {block:ifsidebartop}margin-top:-140px;margin-left:430px;{/block:ifsidebartop}
  155. }
  156.  
  157. .sidebartitle:hover {
  158. color: #ccc;
  159. -webkit-text-fill-color: transparent;
  160. background: -webkit-linear-gradient(transparent, transparent),
  161. url('{image:titleimage}') center repeat;
  162. background: -o-linear-gradient(transparent, transparent);
  163. -webkit-background-clip: text;
  164. letter-spacing:0px;
  165. -webkit-transition: all 0.4s ease-in-out;
  166. -moz-transition: all 0.4s ease-in-out;
  167. -o-transition: all 0.4s ease-in-out;
  168. -ms-transition: all 0.4s ease-in-out;
  169. -transition: all 0.4s ease-in-out;
  170. }
  171.  
  172.  
  173. .desc {
  174. position:fixed;
  175. margin-top:18px;
  176. margin-left:10px;
  177. font-family:arial;
  178. line-height:150%;
  179. font-size:9px;
  180. width:220px;
  181. padding:9px;
  182. text-align:center;
  183. color:{color:text};
  184. {block:ifsidebartop}position:absolute;margin-top:25px;margin-left :452px;{/block:ifsidebartop}
  185. }
  186.  
  187. .desc a
  188. {color:{color:text};
  189. -moz-transition-duration:0.6s;
  190. -webkit-transition-duration:0.6s;
  191. -o-transition-duration:0.6s;
  192. }
  193.  
  194.  
  195. #links {
  196. margin-top:0px;
  197. margin-left:-10px;
  198. width:150px;
  199. padding: 9px;
  200. word-spacing:8px;
  201. font-family:arial;
  202. text-align:right;
  203. text-transform:uppercase;
  204. {block:ifsidebartop} margin-top:3px; margin-left:435px; {/block:ifsidebartop}
  205. }
  206.  
  207. #links a {
  208. font-style:bold;
  209. display:inline-block;
  210. font-size:10px;
  211. }
  212.  
  213. #links a:hover {
  214. color:{color:hover};
  215. text-decoration:line-through;
  216. }
  217.  
  218. #pagi{
  219. width:600px;
  220. font-size:9px;
  221. text-align:center;
  222. left:400px;
  223. bottom:0px;
  224. text-transform:uppercase;
  225. font-family:arial;
  226. word-spacing:8px;
  227. position:fixed;
  228. z-index:9999999999999999999999;
  229. background-color:#fff;
  230. padding:8px;
  231. padding-bottom:6px;
  232. {block:ifsidebartop}left:380px; {/block:ifsidebartop}
  233. }
  234.  
  235.  
  236. #all {
  237. padding:10px;
  238. width:500px;
  239. margin-left:450px;
  240. margin-top:60px;
  241. font-size:10px;
  242. padding-bottom:50px;
  243. {block:ifsidebartop} margin-left:420px;
  244. margin-top:160px; {/block:ifsidebartop}
  245. }
  246.  
  247.  
  248.  
  249. #posts {
  250. width:500px;
  251. padding-bottom:50px;
  252. padding:5px;
  253. margin-top:60px;
  254. background-color:{color:Post};
  255. }
  256.  
  257.  
  258. #details {
  259. text-align:leftright;
  260. margin-top:8px;
  261. text-transform:uppercase;
  262. font-size:8px;
  263. font-style:none;
  264. border-top:1px solid #eee;
  265. }
  266.  
  267.  
  268. #tags {
  269. font-family:arial;
  270. letter-spacing:0px;
  271. font-size:8px;
  272. font-style:italic;
  273. margin-top:-9px;
  274. text-align:right;
  275. text-transform:none;
  276. }
  277.  
  278. #tags a {
  279. display:inline-block;
  280. padding:-3px;
  281. text-align:right;
  282. color:{color:Tags};
  283. -webkit-transition: all 0.6s ease-in-out;
  284. -moz-transition: all 0.6s ease-in-out;
  285. -o-transition: all 0.6s ease-in-out;
  286. -ms-transition: all 0.6s ease-in-out;
  287. -transition: all 0.6s ease-in-out;
  288. }
  289.  
  290.  
  291. #question {
  292. padding:8px;
  293. padding-bottom:20px;
  294. font-family:arial;
  295. letter-spacing:2px;
  296. text-align:left;
  297. text-transform:uppercase;
  298. font-size:9px;
  299. color:{color:text};
  300. border-bottom:1px solid #eee;
  301. border-right:1px solid #eee;
  302. background-color:{color:background}
  303. }
  304.  
  305. #askpic {
  306. float: left;
  307. padding:4px 10px 15px 4px;
  308. }
  309.  
  310. #askpic img {
  311. border:1px solid #eee;
  312. padding:3px;
  313. margin-top:-10px;
  314. }
  315.  
  316. .newplayerbutton {
  317. position: relative;
  318. width: 28px;
  319. height: 27px;
  320. overflow: hidden;
  321. background-color: #ccc;
  322. }
  323.  
  324. .playerbuttonhug {
  325. position: absolute;
  326. top: -11px;
  327. left: -12px;
  328. }
  329.  
  330.  
  331. .tumblr_audio_player {
  332. border: none;
  333. padding: 0px;
  334. margin: 0px;
  335. height: 50px;
  336. width: 500px;
  337. background-color: #ccc;
  338. }
  339.  
  340. .playerbuttonbg {
  341. position: absolute;
  342. left: 20px;
  343. top: 20px;
  344. width: 28px;
  345. height: 28px;
  346. background-color: white;
  347. padding: 10px;
  348. -webkit-border-radius: 40px;
  349. -moz-border-radius: 40px;
  350. border-radius: 40px;
  351. opacity: .4;
  352. filter: alpha(opacity=40);
  353. -moz-opacity: 0.4;
  354. -khtml-opacity: 0.4;
  355. transition: opacity .7s ease-in-out;
  356. -moz-transition: opacity .7s ease-in-out;
  357. -webkit-transition: opacity .7s ease-in-out;
  358. }
  359.  
  360. .playerbuttonbg:hover {
  361. opacity: 1;
  362. filter: alpha(opacity=100);
  363. -moz-opacity: 1;
  364. -khtml-opacity: 1;
  365. }
  366.  
  367. .audioimgwrapper {
  368. position: absolute;
  369. left: 0px;
  370. top: 0px;
  371. -webkit-border-radius: 50px;
  372. -moz-border-radius: 50px;
  373. border-radius: 50px;
  374. overflow: hidden;
  375. width: 88px;
  376. height: 88px;
  377. }
  378.  
  379. .audioimgwrapper img {
  380. width: 100%;
  381. height: auto;
  382. -webkit-border-radius: 50px;
  383. -moz-border-radius: 50px;
  384. border-radius: 50px;
  385. }
  386.  
  387. .trackdetails {
  388. width: auto;
  389. display:inline-block;
  390. margin-left: 100px;
  391. min-height: 85px;
  392. }
  393.  
  394. .audiowrapper {
  395. position: relative;
  396. display:inline-block;
  397. }
  398.  
  399. #quote {
  400. font-size:18px;
  401. letter-spacing:-1px;
  402. line-height:100%;
  403. }
  404.  
  405.  
  406. {CustomCSS}
  407. #s-m-t-tooltip {
  408. max-width:300px;
  409. padding:3px 4px 2px 4px;
  410. margin:20px 0px 0px 20px;
  411. background-color:#fff; /* change the background color */
  412. border:1px solid #ddd; /* change the border color */
  413. font-family:arial; /* change the font */
  414. font-size:8px; /* change the font size */
  415. letter-spacing:1px; /* change the letter spacing */
  416. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  417. color:#aaa; /* change the text color */
  418. z-index:999999999999999999999999999999999999;
  419. }
  420. </style></head>
  421. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  422.  
  423. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  424.  
  425. <script>
  426.  
  427. (function($){
  428.  
  429. $(document).ready(function(){
  430.  
  431. $("a[title]").style_my_tooltips({
  432.  
  433. tip_follows_cursor:true,
  434.  
  435. tip_delay_time:90,
  436.  
  437. tip_fade_speed:600,
  438.  
  439. attribute:"title"
  440.  
  441. });
  442.  
  443. });
  444.  
  445. })(jQuery);
  446.  
  447. </script><body>
  448. <div id="sidebar">
  449. <div class="sidebartitle">{text:sidebartitle}</div>
  450. <div id="sidebarimage"></div>
  451. <div class="desc">
  452. {Description}
  453. </div>
  454.  
  455. <div id="links">
  456. {block:IfLinkA}
  457. <a title="{text:LinkA}" href="{text:LinkA url}">i.</a>
  458. {/block:IfLinkA}
  459. {block:IfLinkB}
  460. <a title="{text:LinkB}" href="{text:LinkB url}">ii.</a>
  461. {/block:IfLinkB}
  462. {block:IfLinkC}
  463. <a title="{text:LinkC}" href="{text:LinkC url}">iii.</a>
  464. {/block:IfLinkC}
  465. {block:IfLinkD}
  466. <a title="{text:LinkD}" href="{text:LinkD url}">iv.</a>
  467. {/block:IfLinkD}
  468. {block:IfLinkE}
  469. <a title="{text:LinkE}" href="{text:LinkE url}">v.</a>
  470. {/block:IfLinkE}
  471. {block:IfLinkF}
  472. <a title="{text:LinkF}" href="{text:LinkF url}">vi.</a>
  473. {/block:IfLinkF}
  474. </div>
  475. {block:Pagination}<div id="pagi">
  476. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage}
  477. {block:JumpPagination length="8"}
  478. {block:CurrentPage}<span class="current_page">{PageNumber}</span>{/block:CurrentPage}
  479. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>{/block:JumpPage}
  480. {/block:JumpPagination}
  481. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  482. </div>{/block:Pagination}
  483.  
  484. </div>
  485.  
  486. <div id="all">{block:Posts}<div id="posts">
  487.  
  488. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  489.  
  490. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  491.  
  492. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  493.  
  494. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  495.  
  496. {block:Quote}<div id="quote">"{Quote}"<br><br></div><span style="text-align:right;font-size:10px;">— {Source}</span>{/block:Quote}
  497.  
  498. {block:AudioPlayer}
  499. <div class="audiowrapper">
  500. {block:AlbumArt}
  501. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  502. {/block:AlbumArt}
  503.  
  504. <div class="playerbuttonbg">
  505. <div class="newplayerbutton">
  506. <div class="playerbuttonhug">
  507.  
  508. {AudioPlayerWhite}
  509.  
  510. </div>
  511. </div>
  512. </div>
  513.  
  514. <div class="trackdetails">
  515.  
  516. {block:TrackName}{TrackName}{/block:TrackName}<br/>
  517. {block:Artist}Artist: {Artist}{/block:Artist}<br/>
  518. {block:Album}Album: {Album}{/block:Album}<br/>
  519. {PlayCountWithLabel}
  520.  
  521. </div>
  522. </div>
  523. {/block:AudioPlayer}
  524.  
  525. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  526.  
  527. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  528.  
  529.  
  530. {block:Answer}<div id="askpic"><img src="{AskerPortraitURL-30}"></div>
  531. <div id="question"><span style="text-transform:uppercase;font-size:9px;"> {Asker}: </span>{Question}</div><left> <span style="font-family:arial;">{Answer}</span>{/block:Answer}
  532.  
  533. <div id="details">
  534. <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>
  535. {block:HasTags}<div id="tags">filed under:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  536. {/block:Posts}
  537. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  538. {/block:Posts}</div></div></div>
  539.  
  540.  
  541. <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">
  542.  
  543.  
  544. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement