Advertisement
narruldthemes

theme 20 ghost

Oct 12th, 2013
327
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.88 KB | None | 0 0
  1.  
  2.  
  3. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  4.  
  5. <!--
  6.  
  7. THEME BY NARRULD do not copy or remove credit
  8.  
  9. -->
  10.  
  11.  
  12. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  13. <head>
  14.  
  15. <title>{Title}</title>
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20.  
  21. <meta name="color:Text" content="#000000"/>
  22. <meta name="color:Link" content="#aaaaaa"/>
  23. <meta name="color:Tags" content="#cccccc"/>
  24. <meta name="color:Hover" content="#f1f1f1"/>
  25. <meta name="color:Line" content="#f2f2f2"/>
  26. <meta name="color:Border" content="#eeeeee"/>
  27. <meta name="color:scrollbarbg" content="ffffff"/>
  28. <meta name="color:desc text" content="ffffff"/>
  29.  
  30. <meta name="image:sidebar" content=""/>
  31. <meta name="image:bg" content=""/>
  32. <meta name="text:sidebartitle" 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.  
  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:cambria;
  64. font-size:9px;
  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:120px;
  107. margin-left:180px;
  108. margin-top:170px;
  109. opacity:1;
  110. z-index:99999;
  111. }
  112.  
  113. #sidebarimage {
  114. width 120px;
  115. }
  116.  
  117. #sidebarimage img {
  118. width:220px;
  119. padding:6px;
  120. }
  121.  
  122. #sidebar2 {
  123. position:fixed;
  124. width:120px;
  125. margin-left:155px;
  126. margin-top:200px;
  127. opacity:1;
  128. z-index:-9999;
  129. }
  130.  
  131. #sidebarimage2 {
  132. width 120px;
  133. }
  134.  
  135. #sidebarimage2 img {
  136. width:300px;
  137. padding:6px;
  138. margin-top:-46px;
  139. margin-left:-56px;
  140. opacity:1;
  141. z-index:-9999999999999;
  142. }
  143.  
  144. #sidebarimage2 img:hover {
  145. opacity:1;
  146. }
  147.  
  148. .sidebartitle {
  149. position:fixed;
  150. font-size: 20px;
  151. letter-spacing: 3px;
  152. font-family: kraash;
  153. margin-top: 60px;
  154. margin-left:32px;
  155. font-style:italic;
  156. text-align:center;
  157. width:120px;
  158. text-transform:uppercase;
  159. color:{color:desc text};
  160. }
  161.  
  162. @font-face{font-family:Kraash;src:url(http://static.tumblr.com/9wzbixa/YOum2g74u/kraash_black.ttf);}
  163.  
  164.  
  165.  
  166.  
  167. .links {
  168. position:fixed;
  169. margin-top:-16px;
  170. margin-left:-15px;
  171. width:200px;
  172. padding: 9px;
  173. word-spacing:15px;
  174. font-family:Arial, Helvetica;
  175. text-align:center;
  176. text-transform:uppercase;
  177. Z-INDEX:9999999999999999999999;
  178. }
  179.  
  180. .links a {
  181. font-size: 9px;
  182. }
  183.  
  184. .links a:hover {
  185. color:{color:Hover}
  186. }
  187.  
  188.  
  189. #pagi{
  190. width:100px;
  191. font-size:9px;
  192. text-align:center;
  193. margin-left:60px;
  194. margin-top:55px;
  195. position:fixed;
  196. font-family:cambria;
  197. letter-spacing:0px;
  198. }
  199.  
  200.  
  201. #all {
  202. padding:10px;
  203. width:500px;
  204. margin-left:450px;
  205. margin-top:50px;
  206. font-size:10px;
  207. }
  208.  
  209.  
  210.  
  211. #posts {
  212. width:500px;
  213. padding-bottom:20px;
  214. padding:10px;
  215. margin-top:30px;
  216. background-color:{color:Post};
  217. }
  218.  
  219.  
  220. #details {
  221. text-align:right;
  222. margin-top:8px;
  223. text-transform:uppercase;
  224. font-size:8px;
  225. font-style:none;
  226. border-top:1px solid {color:Line};
  227. }
  228.  
  229.  
  230. #tags {
  231. font-family:cambria;
  232. letter-spacing:0px;
  233. text-transform:lowercase;
  234. font-size:10px;
  235. font-style:italic;
  236. margin-top:2px;
  237. text-align:right;
  238. }
  239.  
  240. #tags a {
  241. display:inline-block;
  242. padding:-3px;
  243. text-align:right;
  244. color:{color:Tags};
  245. -webkit-transition: all 0.6s ease-in-out;
  246. -moz-transition: all 0.6s ease-in-out;
  247. -o-transition: all 0.6s ease-in-out;
  248. -ms-transition: all 0.6s ease-in-out;
  249. -transition: all 0.6s ease-in-out;
  250. }
  251.  
  252.  
  253. #question {
  254. padding:8px;
  255. font-family:cambria;
  256. letter-spacing:2px;
  257. text-align:right;
  258. font-style:italic;
  259. border:3px {color:border} solid;
  260. color:#fff;
  261. background-color:#000;
  262. }
  263.  
  264. #topthingy {
  265. position:fixed;
  266. top:0;
  267. margin-left:-200px;
  268. width:3000px;
  269. height:30px;
  270. background-image:url('http://25.media.tumblr.com/982fb3cd3a7cd6a68d7dfae6c932028c/tumblr_mu86u59TO41qcu8zqo2_100.png');
  271. z-index:99999;
  272. }
  273.  
  274. #bloc
  275. {position:fixed;
  276. top:200px;
  277. left:130px;
  278. z-index:999999999999999999999;}
  279.  
  280. .transition
  281. {-webkit-transition: opacity 0.7s linear;-webkit-transition: all 0.7s ease-in-out;-moz-transition: all 0.7s ease-in-out;-o-transition: all 0.7s ease-in-out;}
  282.  
  283. #picture
  284. {width:300px;}
  285.  
  286. #picture:hover
  287. {width:340px;}
  288.  
  289. #left
  290. {float:left;
  291. overflow:hidden;
  292. width:125px;}
  293.  
  294. #right
  295. {overflow:hidden;
  296. width:160px;}
  297.  
  298. #about
  299. {float:left;
  300. width:0px;
  301. height:0px;
  302. opacity:0;
  303. margin-top:90px;
  304. font-family:cambria;
  305. font-style:italic;
  306. line-height:110%;
  307. font-size:9px;
  308. text-align:justify;
  309. color:{color:desc text};
  310. }
  311.  
  312.  
  313. #picture:hover #about
  314. {width:85px;
  315. padding:20px 10px 20px 10px;
  316. opacity:1;margin-left:20px;}
  317.  
  318. #picture:hover #left
  319. {margin-left:-65px;opacity:0;}
  320.  
  321. #picture:hover #right
  322. {margin-left:65px;opacity:0;}
  323.  
  324.  
  325. {CustomCSS}
  326.  
  327. #s-m-t-tooltip {
  328.  
  329. max-width:300px;
  330.  
  331. padding:3px 4px 5px 4px;
  332.  
  333. margin:20px 0px 0px 20px;
  334.  
  335. background-color:#000; /* change the background color */
  336.  
  337. border:1px solid #ddd; /* change the border color */
  338.  
  339. font-family:calibri; /* change the font */
  340.  
  341. font-size:9px; /* change the font size */
  342.  
  343. letter-spacing:2px; /* change the letter spacing */
  344.  
  345. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  346.  
  347. color:#ff7d00; /* change the text color */
  348.  
  349. z-index:999999999999999999999999999999999999;
  350.  
  351. }
  352.  
  353. </style></head>
  354.  
  355. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  356.  
  357. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  358.  
  359. <script>
  360.  
  361. (function($){
  362.  
  363. $(document).ready(function(){
  364.  
  365. $("a[title]").style_my_tooltips({
  366.  
  367. tip_follows_cursor:true,
  368.  
  369. tip_delay_time:90,
  370.  
  371. tip_fade_speed:600,
  372.  
  373. attribute:"title"
  374.  
  375. });
  376.  
  377. });
  378.  
  379. })(jQuery);
  380.  
  381. </script>
  382. <body>
  383.  
  384. <div id="bloc">
  385. <div id="picture" class="transition">
  386. <div id="left" class="transition">
  387. <img width="290px" src="http://media.tumblr.com/6c873fe3b5db1f046db90ff31ea19e91/tumblr_inline_muj1ok52RP1qi348a.jpg">
  388. </div>
  389. <div id="about" class="transition">{Description}</div>
  390. <div id="right" class="transition">
  391. <img width="290px" style="margin-left:-125px;" src="http://media.tumblr.com/6c873fe3b5db1f046db90ff31ea19e91/tumblr_inline_muj1ok52RP1qi348a.jpg">
  392. </div>
  393. </div>
  394. </div>
  395.  
  396. <div id="sidebar">
  397. <div id="topthingy"></div>
  398. <div class="sidebartitle">{text:sidebartitle}</div>
  399. <div id="sidebarimage"></div>
  400. <div id="sidebarimage2"><img src="http://media.tumblr.com/7bf5d400e69b0035fc0beb9de4fc9b51/tumblr_inline_muivnko9Ez1qi348a.jpg"></div>
  401. <div id="topthingy"></div>
  402. <div class="desc">
  403. </div>
  404.  
  405.  
  406.  
  407. <div class="links">
  408. {block:IfLinkA}
  409. <a title="{text:linkA}"href="{text:linkA url}"><img src="http://media.tumblr.com/c671ab49484866a457a4bc0c09e86d8a/tumblr_inline_muiw5fiS1m1qi348a.gif"></a>
  410. {/block:IfLinkA}
  411. {block:IfLinkB}
  412. <a title="{text:linkB}"href="{text:linkB url}"><img src="http://media.tumblr.com/c671ab49484866a457a4bc0c09e86d8a/tumblr_inline_muiw5fiS1m1qi348a.gif"></a>
  413. {/block:IfLinkB}
  414. {block:IfLinkC}
  415. <a title="{text:linkC}"href="{text:linkC url}"><img src="http://media.tumblr.com/c671ab49484866a457a4bc0c09e86d8a/tumblr_inline_muiw5fiS1m1qi348a.gif"></a>
  416. {/block:IfLinkC}
  417. {block:IfLinkD}
  418. <a title="{text:linkD}"href="{text:linkD url}"><img src="http://media.tumblr.com/c671ab49484866a457a4bc0c09e86d8a/tumblr_inline_muiw5fiS1m1qi348a.gif"></a>
  419. {/block:IfLinkD}
  420. </div>
  421. {block:Pagination}<div id="pagi">
  422. {block:PreviousPage}<a href="{PreviousPage}">&larr;</a>&nbsp;&nbsp;{/block:PreviousPage}
  423. {block:JumpPagination length="5"}
  424. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  425. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  426. {/block:JumpPagination}
  427. {block:NextPage}<a href="{NextPage}">&rarr;</a>{/block:NextPage}
  428. </div>{/block:Pagination}
  429.  
  430. </div>
  431.  
  432. <div id="all">{block:Posts}<div id="posts">
  433.  
  434. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  435.  
  436. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  437.  
  438. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  439.  
  440. {block:Photoset}{Photoset-500}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  441.  
  442. {block:Quote}{Quote}{/block:Quote}
  443.  
  444. {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>
  445. <br>{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}
  446. <br>{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  447. {/block:ExternalAudio}<br><b>Played:</b> {PlayCount} times
  448. {/block:Audio}
  449.  
  450. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  451.  
  452. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}
  453.  
  454.  
  455. {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}
  456.  
  457. <div id="details">
  458. <br> posted <a href="{Permalink}">{ShortMonth} {DayOfMonthWithZero}, {Year} at {12Hour}:{Minutes} </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>
  459. {block:HasTags}<div id="tags">tagged as:{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  460. {/block:Posts}
  461. {block:PostNotes}<div id="notes">{PostNotes}</div>{/block:PostNotes}
  462. {/block:Posts}</div></div></div>
  463.  
  464.  
  465. <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"></a></div>
  466.  
  467.  
  468. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement