Advertisement
narruldthemes

theme 29

Mar 28th, 2014
1,710
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.96 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:Linkbg" content="#aaaaaa"/>
  22. <meta name="color:Tags" content="#cccccc"/>
  23. <meta name="color:Hover" content="#f1f1f1"/>
  24. <meta name="color:Line" content="#f2f2f2"/>
  25. <meta name="color:Border" content="#eeeeee"/>
  26. <meta name="color:scrollbarbg" content="ffffff"/>
  27. <meta name="color:title" content="ffffff"/>
  28. <meta name="color:bolditalic" content="#cccccc"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="text:sidebartitle" content="">
  32. <meta name="image:bg" content=""/>
  33.  
  34. <meta name="text:linkA" content="">
  35. <meta name="text:linkA url" content="/">
  36. <meta name="text:linkB" content="">
  37. <meta name="text:linkB url" content="/">
  38. <meta name="text:linkC" content="">
  39. <meta name="text:linkC url" content="/">
  40. <meta name="text:linkD" content="">
  41. <meta name="text:linkD url" content="/">
  42. <meta name="text:linkE" content="">
  43. <meta name="text:linkE url" content="/">
  44. <meta name="text:linkF" content="">
  45. <meta name="text:linkF url" content="/">
  46.  
  47.  
  48.  
  49. <style type="text/css">
  50.  
  51.  
  52. ::-webkit-scrollbar-thumb{ background-color: {color:scrollbarbg}; border: 2px solid #fff; height:auto; }
  53.  
  54. ::-webkit-scrollbar { height:8px; width:11px; background-color: {color:scrollbarbg}; border:4.5px solid #fff; }
  55.  
  56. ::selection {
  57. background: {color:scrollbarbg};
  58. color: #fff;
  59. }
  60.  
  61. ::-moz-selection {
  62. background:{color:scrollbarbg};
  63. color: #fff;
  64. }
  65.  
  66. ::-webkit-selection {
  67. background: {color:scrollbarbg};
  68. color: #fff;
  69.  
  70. }
  71.  
  72. body {
  73. background:{color:background};
  74. margin:0px;
  75. color:{color:text};
  76. font-family:Arial, Helvetica;
  77. font-size:9px;
  78. line-height:100%;
  79. }
  80.  
  81. a {
  82. text-decoration:none;
  83. -moz-outline-style:none;
  84. color:{color:link};
  85. }
  86.  
  87. img {
  88. border:none;
  89. }
  90.  
  91.  
  92. h1 {
  93. font-size:16px;
  94. text-transform:uppercase;
  95. }
  96.  
  97. blockquote {
  98. padding-left:5px;
  99. border-left:2px solid;
  100. }
  101.  
  102. blockquote blockquote {
  103. padding-left:5px;
  104. border-left:2px solid;
  105. }
  106.  
  107.  
  108. a:hover {
  109. opacity:1;
  110. color:{color:hover};
  111. -webkit-transition: all 0.5s ease;
  112. -moz-transition: all 0.5s ease;
  113. -o-transition: all 0.5s ease
  114. }
  115.  
  116. b, strong {
  117. color:{color:bolditalic};
  118. }
  119.  
  120. i, em {
  121. color:{color:bolditalic};
  122. }
  123.  
  124.  
  125. #sidebar {
  126. position:fixed;
  127. width:120px;
  128. margin-left:120px;
  129. margin-top:260px;
  130. opacity:1;
  131. }
  132.  
  133. #sidebarimage {
  134. width 250px;
  135. }
  136.  
  137. #sidebarimage img {
  138. width:250px;
  139. padding:6px;
  140. }
  141.  
  142.  
  143. .sidebartitle {
  144. font-family:arial;
  145. font-size:24px;
  146. font-weight:bold;
  147. margin-top:-160px;
  148. margin-left:50px;
  149. letter-spacing:-1px;
  150. position:relative;
  151. width:200px;
  152. text-align:right;
  153. padding-bottom:5px;
  154. }
  155. .sidebartitle a {
  156. color:{color:title};
  157. }
  158.  
  159. .sidebartitle a:hover {
  160. color:{color:title};
  161. opacity:0.8;
  162. -moz-transition-duration:0.3s;
  163. -webkit-transition-duration:0.3s;
  164. -o-transition-duration:0.3s;
  165. }
  166.  
  167. .desc {
  168. position:fixed;
  169. margin-top:19px;
  170. margin-left:7px;
  171. font-family:arial;
  172. line-height:110%;
  173. font-size:11px;
  174. width:230px;
  175. padding:9px;
  176. text-align:justify;
  177. color:{color:text};
  178. }
  179.  
  180. .desc a
  181. {color:{color:text};
  182. -moz-transition-duration:0.6s;
  183. -webkit-transition-duration:0.6s;
  184. -o-transition-duration:0.6s;
  185. }
  186.  
  187.  
  188. #links {
  189. margin-top:-3px;
  190. margin-left:50px;
  191. width:150px;
  192. padding: 9px;
  193. word-spacing:8px;
  194. font-family:cambria;
  195. text-align:right;
  196. text-transform:uppercase;
  197. }
  198.  
  199. #links a {
  200. width:12px;
  201. height:12px;
  202. font-style:bold;
  203. display:inline-block;
  204. background-color:{color:linkbg};
  205. opacity:0.9;
  206. }
  207.  
  208. #links a:hover {
  209. opacity:0.6;
  210. }
  211.  
  212. #pagi{
  213. width:100px;
  214. font-size:11px;
  215. text-align:center;
  216. margin-left:80px;
  217. margin-top:90px;
  218. text-transform:lowercase;
  219. position:fixed;
  220. font-family:arial;
  221. }
  222.  
  223.  
  224. #all {
  225. padding:10px;
  226. width:500px;
  227. margin-left:450px;
  228. margin-top:30px;
  229. font-size:10px;
  230. padding-bottom:50px;
  231. }
  232.  
  233.  
  234.  
  235. #posts {
  236. width:500px;
  237. padding-bottom:50px;
  238. padding:5px;
  239. margin-top:70px;
  240. background-color:{color:Post};
  241. }
  242.  
  243.  
  244. #details {
  245. text-align:leftright;
  246. margin-top:8px;
  247. text-transform:uppercase;
  248. font-size:8px;
  249. font-style:none;
  250. border-top:1px solid {color:Line};
  251. }
  252.  
  253.  
  254. #tags {
  255. font-family:arial;
  256. letter-spacing:0px;
  257. text-transform:lowercase;
  258. font-size:8px;
  259. font-style:italic;
  260. margin-top:-9px;
  261. text-align:right;
  262. }
  263.  
  264. #tags a {
  265. display:inline-block;
  266. padding:-3px;
  267. text-align:right;
  268. color:{color:Tags};
  269. -webkit-transition: all 0.6s ease-in-out;
  270. -moz-transition: all 0.6s ease-in-out;
  271. -o-transition: all 0.6s ease-in-out;
  272. -ms-transition: all 0.6s ease-in-out;
  273. -transition: all 0.6s ease-in-out;
  274. }
  275.  
  276.  
  277. #question {
  278. padding:8px;
  279. padding-bottom:20px;
  280. font-family:arial;
  281. letter-spacing:2px;
  282. text-align:left;
  283. text-transform:uppercase;
  284. font-size:9px;
  285. color:{color:text};
  286. border-bottom:1px solid #eee;
  287. border-right:1px solid #eee;
  288. background-color:{color:background}
  289. }
  290.  
  291. #askpic {
  292. float: left;
  293. padding:4px 10px 15px 4px;
  294. }
  295.  
  296. #askpic img {
  297. border:1px solid #eee;
  298. padding:3px;
  299. margin-top:-10px;
  300. }
  301.  
  302. .newplayerbutton {
  303. position: relative;
  304. width: 28px;
  305. height: 27px;
  306. overflow: hidden;
  307. background-color: #ccc;
  308. }
  309.  
  310. .playerbuttonhug {
  311. position: absolute;
  312. top: -11px;
  313. left: -12px;
  314. }
  315.  
  316.  
  317. .tumblr_audio_player {
  318. border: none;
  319. padding: 0px;
  320. margin: 0px;
  321. height: 50px;
  322. width: 500px;
  323. background-color: #ccc;
  324. }
  325.  
  326. .playerbuttonbg {
  327. position: absolute;
  328. left: 20px;
  329. top: 20px;
  330. width: 28px;
  331. height: 28px;
  332. background-color: white;
  333. padding: 10px;
  334. -webkit-border-radius: 40px;
  335. -moz-border-radius: 40px;
  336. border-radius: 40px;
  337. opacity: .4;
  338. filter: alpha(opacity=40);
  339. -moz-opacity: 0.4;
  340. -khtml-opacity: 0.4;
  341. transition: opacity .7s ease-in-out;
  342. -moz-transition: opacity .7s ease-in-out;
  343. -webkit-transition: opacity .7s ease-in-out;
  344. }
  345.  
  346. .playerbuttonbg:hover {
  347. opacity: 1;
  348. filter: alpha(opacity=100);
  349. -moz-opacity: 1;
  350. -khtml-opacity: 1;
  351. }
  352.  
  353. .audioimgwrapper {
  354. position: absolute;
  355. left: 0px;
  356. top: 0px;
  357. -webkit-border-radius: 50px;
  358. -moz-border-radius: 50px;
  359. border-radius: 50px;
  360. overflow: hidden;
  361. width: 88px;
  362. height: 88px;
  363. }
  364.  
  365. .audioimgwrapper img {
  366. width: 100%;
  367. height: auto;
  368. -webkit-border-radius: 50px;
  369. -moz-border-radius: 50px;
  370. border-radius: 50px;
  371. }
  372.  
  373. .trackdetails {
  374. width: auto;
  375. display:inline-block;
  376. margin-left: 100px;
  377. min-height: 85px;
  378. }
  379.  
  380. .audiowrapper {
  381. position: relative;
  382. display:inline-block;
  383. }
  384.  
  385. #quote {
  386. font-size:18px;
  387. letter-spacing:-1px;
  388. line-height:100%;
  389. }
  390.  
  391.  
  392. {CustomCSS}
  393. #s-m-t-tooltip {
  394.  
  395. max-width:300px;
  396.  
  397. padding:3px 4px 3px 4px;
  398.  
  399. margin:20px 0px 0px 20px;
  400.  
  401. background-color:#fff; /* change the background color */
  402.  
  403. border:1px solid #ddd; /* change the border color */
  404.  
  405. font-family:calibri; /* change the font */
  406.  
  407. font-size:9px; /* change the font size */
  408.  
  409. letter-spacing:2px; /* change the letter spacing */
  410.  
  411. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  412.  
  413. color:#aaa; /* change the text color */
  414.  
  415. z-index:999999999999999999999999999999999999;
  416.  
  417. }
  418. </style></head>
  419. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  420.  
  421. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  422.  
  423. <script>
  424.  
  425. (function($){
  426.  
  427. $(document).ready(function(){
  428.  
  429. $("a[title]").style_my_tooltips({
  430.  
  431. tip_follows_cursor:true,
  432.  
  433. tip_delay_time:90,
  434.  
  435. tip_fade_speed:600,
  436.  
  437. attribute:"title"
  438.  
  439. });
  440.  
  441. });
  442.  
  443. })(jQuery);
  444.  
  445. </script><body>
  446. <div id="sidebar">
  447. <div class="sidebartitle"> <a href="/">{text:sidebartitle}</a></div>
  448. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  449. <div class="desc">
  450. {Description}
  451. </div>
  452.  
  453. <div id="links">
  454. {block:IfLinkA}
  455. <a title="{text:LinkA}" href="{text:LinkA url}"></a>
  456. {/block:IfLinkA}
  457. {block:IfLinkB}
  458. <a title="{text:LinkB}" href="{text:LinkB url}"></a>
  459. {/block:IfLinkB}
  460. {block:IfLinkC}
  461. <a title="{text:LinkC}" href="{text:LinkC url}"></a>
  462. {/block:IfLinkC}
  463. {block:IfLinkD}
  464. <a title="{text:LinkD}" href="{text:LinkD url}"></a>
  465. {/block:IfLinkD}
  466. {block:IfLinkE}
  467. <a title="{text:LinkE}" href="{text:LinkE url}"></a>
  468. {/block:IfLinkE}
  469. {block:IfLinkF}
  470. <a title="{text:LinkF}" href="{text:LinkF url}"></a>
  471. {/block:IfLinkF}
  472. </div>
  473. {block:Pagination}
  474. <div id="pagi">
  475. {block:PreviousPage}
  476. <a href="{PreviousPage}">back</a>
  477. {/block:PreviousPage}
  478. /{block:NextPage}
  479. <a href="{NextPage}">forth</a>
  480. {/block:NextPage}
  481. </div>
  482. {/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