Advertisement
narruldthemes

theme 18

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