Advertisement
narruldthemes

theme 3 v.1

Apr 1st, 2013
622
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.29 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. <!-- THEME BY NARRULD do not copy or remove credit -->
  4.  
  5. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  6.  
  7.  
  8. <head>
  9.  
  10.  
  11. <meta name="color:bg" content="#FFFFFF">
  12. <meta name="color:link" content="#AAAAAA">
  13. <meta name="color:text" content="#AAAAAA">
  14. <meta name="color:tags" content="#AAAAAA">
  15. <meta name="color:scrollbar" content="#EEEEEE">
  16. <meta name="color:border" content="#F5F5F5">
  17. <meta name="color:link/desc bg" content="#ffffff">
  18. <meta name="color:hover" content="#ffffff">
  19. <meta name="image:sidebar" content=""/>
  20.  
  21. <meta name="text:link1" content="">
  22. <meta name="text:link1 url" content="/">
  23. <meta name="text:link2" content="">
  24. <meta name="text:link2 url" content="/">
  25. <meta name="text:link3" content="">
  26. <meta name="text:link3 url" content="/">
  27. <meta name="text:link4" content="">
  28. <meta name="text:link4 url" content="/">
  29.  
  30. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  31. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  32. <link rel="shortcut icon" href="{Favicon}" />
  33. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  34.  
  35. <style type="text/css">
  36.  
  37.  
  38. a {
  39. color:{color:link};
  40. text-decoration:none;
  41. -moz-transition-duration:0.5s;
  42. -webkit-transition-duration:0.5s;
  43. -o-transition-duration:0.5s;
  44. }
  45.  
  46. a:hover {
  47. color:{color:hover};
  48. text-decoration:none;
  49. -moz-transition-duration:0.5s;
  50. -webkit-transition-duration:0.5s;
  51. -o-transition-duration:0.5s;
  52. }
  53.  
  54.  
  55. ::-webkit-scrollbar {background-color:{color:bg}; height:8px; width:8px}
  56. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  57. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  58.  
  59. body {
  60. background-color:{color:bg};
  61. font-family:monospace;
  62. font-weight:normal;
  63. }
  64.  
  65.  
  66.  
  67.  
  68. h1 {
  69. font-weight:normal;
  70. font-size:11px;
  71. text-align:center;
  72. font-style:italic;
  73. line-height:50%;
  74. letter-spacing:1px;
  75. text-transform:lowercase;
  76. color:{color:text};
  77. }
  78.  
  79. h2 {
  80. font-size:10px;
  81. text-align:center;
  82. line-height:100%;
  83. letter-spacing:-0.5px;
  84. color:{color:text};
  85. font-weight:bold;
  86. text-transform:uppercase;
  87. padding:5px;
  88. padding-bottom:2px;
  89. }
  90.  
  91.  
  92. blockquote {
  93. border-left:2px solid {color:text};
  94. padding-left:5px;
  95. margin:5px;
  96. }
  97.  
  98. #themenum {
  99. background-color:{color:bg};
  100. width:700px;
  101. margin: 0 auto -12px auto;
  102. text-align: center;
  103. }
  104.  
  105. #sidebar {
  106. color:{color:text};
  107. position:fixed;
  108. width:230px;
  109. height:auto;
  110. margin-top:210px;
  111. margin-left:-120px;
  112. text-align:left;
  113. }
  114.  
  115. #sidebar img {
  116. width:210px;
  117. height:530px;
  118. margin-top:-110px;
  119. outline:1px solid #f5f5f5;
  120. outline-offset:4px;
  121. }
  122. #sidebar .slinks {
  123. opacity:0;
  124. -moz-transition-duration:0.7s;
  125. -webkit-transition-duration:0.7s;
  126. -o-transition-duration:0.7s;
  127. }
  128.  
  129. #sidebar:hover .slinks {
  130. opacity:0.8;
  131. -moz-transition-duration:0.7s;
  132. -webkit-transition-duration:0.7s;
  133. -o-transition-duration:0.7s;
  134.  
  135. }
  136.  
  137.  
  138. .slinks {
  139. margin-bottom:-100px;
  140. margin-top:-140px;
  141. margin-left: -6px;
  142. font-size:10px;
  143. text-transform:uppercase;
  144. text-align:center;
  145. letter-spacing:15px;
  146. line-height:170%;
  147. width: 220px;
  148. }
  149.  
  150.  
  151. .slinks a{
  152. border: 1px solid #e0e0e0;
  153. background-color: #ffffff;
  154. padding:5px;
  155. color:{color:link};
  156. letter-spacing:1px;
  157. text-decoration:none;
  158. -moz-transition-duration:1s;
  159. -webkit-transition-duration:1s;
  160. -o-transition-duration:1s;
  161. }
  162.  
  163. .slinks a:hover{
  164. background-color:{color:hover};
  165. -moz-transition-duration:1s;
  166. -webkit-transition-duration:1s;
  167. -o-transition-duration:1s;
  168. }
  169.  
  170.  
  171. .description {
  172. background-color: #ffffff;
  173. width: 160px;
  174. padding: 5px;
  175. border: 1px solid #e0e0e0;
  176. margin-bottom:15px;
  177. margin-top:-220px;
  178. margin-left:18px;
  179. text-align:center;
  180. font-size:9px;
  181. color:{color:text};
  182. letter-spacing:1px;
  183. line-height:110%;
  184. opacity: 0.8;
  185. }
  186.  
  187. .description a {
  188. color:{color:link};
  189. }
  190.  
  191. .description a:hover {
  192. color:#f1f1f1;
  193. }
  194.  
  195. .pagination {
  196. font-size:8px;
  197. text-transform:uppercase;
  198. letter-spacing:3px;
  199. font-style:normal;
  200. text-align:center;
  201. margin-top: -8px;
  202. margin-left: -8px
  203. }
  204.  
  205. .pagination a {
  206. color:{color:link};
  207. }
  208.  
  209. #postcontainer {
  210. float:left;
  211. margin-left:200px;
  212. margin-top:50px;
  213. text-align:justify;
  214. background-color:{color:bg};
  215. color:{color:text};
  216. margin-bottom: 35px;
  217. }
  218.  
  219.  
  220. #posts {
  221. width:500px;
  222. margin-top:55px;
  223. text-align:justify;
  224. font-size:11px;
  225. line-height:90%;
  226. letter-spacing:0x;
  227. color:{color:text};
  228. outline:1px solid #f5f5f5;
  229. outline-offset:20px;
  230. }
  231.  
  232.  
  233.  
  234. #info {
  235. font-family:consolas;
  236. width:490px;
  237. margin-top:3px;
  238. padding:2px;
  239. padding-left:8px;
  240. font-size:8px;
  241. color:{color:link};
  242. text-transform:uppercase;
  243. font-style:normal;
  244. letter-spacing:2px;
  245. text-align:right;
  246. border-bottom:1px solid #f5f5f5;
  247. -moz-transition-duration:0.5s;
  248. -webkit-transition-duration:0.5s;
  249. -o-transition-duration:0.5s;
  250. }
  251.  
  252. #info a {
  253. color:{color:link};
  254. text-align:right;
  255. letter-spacing:1px;
  256. font-style:normal;
  257. }
  258.  
  259. #info a:hover {
  260. color:{color:hover};
  261. }
  262.  
  263. .caption {
  264. width:500px;
  265. text-align:justify;
  266. line-height:120%;
  267. }
  268.  
  269. .question {
  270. padding:10px;
  271. text-align:left;
  272. color:{color:text};
  273. background-color:{color:infobg};
  274. border-bottom:1px solid {color:text};
  275. }
  276.  
  277. .answer {
  278. text-align:left;
  279. padding:10px;
  280. color:{color:text};
  281. }
  282.  
  283. .music {
  284. width:500px;
  285. padding-bottom:10px;
  286. background-color:{color:infobg};
  287. }
  288.  
  289. .albumart {
  290. float:left;
  291. padding:0px 10px 10px 0px;
  292. }
  293.  
  294. .albumart img {
  295. width:45px;
  296. height:45px;
  297. }
  298.  
  299. .playercontainer {
  300. text-align:left;
  301. padding:10px;
  302. background-color:#ffffff;
  303. width:480px;
  304. }
  305.  
  306. .musicinfo {
  307. padding:10px;
  308. color:{color:text};
  309. }
  310.  
  311. .postnote {
  312. text-transform:uppercase;
  313. font-style:normal;
  314. letter-spacing:0px;
  315. font-size: 9px;
  316. text-align:left;
  317. line-height:90%;
  318. margin-left:-40px;
  319. }
  320.  
  321. .postnote li {
  322. list-style-type:none;
  323. border-bottom:1px solid {color:border};
  324. padding:10px 25px 10px 25px;
  325. text-align:left;
  326. margin:0px;
  327. -moz-transition-duration:0.5s;
  328. -webkit-transition-duration:0.5s;
  329. -o-transition-duration:0.5s;
  330. }
  331.  
  332. .tags {
  333. font-family:consolas;
  334. font-style:normal;
  335. width:500px;
  336. text-transform:uppercase;
  337. font-style:normal;
  338. color:{color:tags};
  339. letter-spacing:2px;
  340. line-height:120%;
  341. font-size:8px;
  342. text-align:right;
  343. padding:2px;
  344. -moz-transition-duration:0.5s;
  345. -webkit-transition-duration:0.5s;
  346. -o-transition-duration:0.5s;
  347. }
  348.  
  349. .tags a {
  350. color:{color:text};
  351. letter-spacing:1px;
  352. padding:1px;
  353. }
  354.  
  355. .tags a:hover {
  356. color:#f1f1f1;
  357. }
  358.  
  359. ul.chat, .chat ol, .chat li {
  360. list-style:none;
  361. margin:0px;
  362. padding:2px;
  363. }
  364.  
  365. .tab {
  366. text-decoration:underline;
  367. font-weight:700;
  368. background-color:{color:bg};
  369. margin-right:5px;
  370. }
  371.  
  372. #credit {
  373. position:fixed;
  374. font-size:8px;
  375. font-weight:normal;
  376. line-height:150%;
  377. letter-spacing:2px;
  378. right:10px;
  379. bottom:10px;
  380. text-transform:uppercase;
  381. text-align:center;
  382. }
  383.  
  384. #credit a {
  385. padding:3px;
  386. color:{color:text};
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392. {CustomCSS}
  393. #s-m-t-tooltip {
  394. max-width:300px;
  395. padding:3px 4px 4px 4px;
  396. margin:20px 0px 0px 20px;
  397. background-color:#fff; /* change the background color */
  398. border:1px solid #ddd; /* change the border color */
  399. font-family:monospace; /* change the font */
  400. font-size:8px; /* change the font size */
  401. letter-spacing:1px; /* change the letter spacing */
  402. text-transform:uppercase; /* can be uppercase, lowercase, none*/
  403. color:#999; /* change the text color */
  404. z-index:999999999999999999999999999999999999;
  405. }
  406.  
  407. </style></head>
  408.  
  409. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  410. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  411. <script>
  412. (function($){
  413. $(document).ready(function(){
  414. $("a[title]").style_my_tooltips({
  415. tip_follows_cursor:true,
  416. tip_delay_time:90,
  417. tip_fade_speed:600,
  418. attribute:"title"
  419. });
  420. });
  421. })(jQuery);
  422. </script>
  423.  
  424. <body>
  425. <div id="themenum">
  426. <div id="sidebar">
  427. <img src="{image:sidebar}">
  428. <div class="slinks">
  429. {block:IfLink1}
  430. <a href="{text:link1 url}" title="{text:Link1}">01.</a>
  431. {/block:IfLink1}
  432. {block:IfLink2}
  433. <a href="{text:link2 url}" title="{text:Link2}">02.</a>
  434. {/block:IfLink2}
  435. {block:IfLink3}
  436. <a href="{text:link3 url}" title="{text:Link3}">03.</a>
  437. {/block:IfLink3}
  438. {block:IfLink4}
  439. <a href="{text:link4 url}" title="{text:Link4}">04.</a>
  440. {/block:IfLink4}
  441. </div>
  442. <div class="description">
  443. {Description}
  444. </div>
  445. {block:Pagination}
  446. <div class="pagination">
  447. {block:PreviousPage}
  448. <a href="{PreviousPage}">«</a>
  449. {/block:PreviousPage}
  450. {block:JumpPagination length="3"}
  451. {block:CurrentPage}
  452. <span class="current_page">{PageNumber}</span>
  453. {/block:CurrentPage}
  454. {block:JumpPage}
  455. <a class="jump_page" href="{URL}">{PageNumber}</a>
  456. {/block:JumpPage}
  457. {/block:JumpPagination}
  458. {block:NextPage}
  459. <a href="{NextPage}">»</a>
  460. {/block:NextPage}
  461. </div>
  462. {/block:Pagination}
  463. </div>
  464.  
  465. <div id="postcontainer">
  466.  
  467. {block:Posts}
  468.  
  469. <div id="posts">
  470.  
  471. {block:Text}{block:Title}<h2>{Title}</h2>{/block:Title}{Body}{/block:Text}
  472.  
  473. {block:Quote}<h2>“{Quote}”</h2><h1>{Source}</h1>{/block:Quote}
  474.  
  475. {block:Link}<a href="{URL}"><h2>{Name}</h2></a>
  476. {block:Description}<p>{Description}</p>{/block:Description}{/block:Link}
  477.  
  478. {block:Photo}<center><img src="{PhotoURL-500}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  479.  
  480. {block:Photoset}<center>{Photoset-500}</center>
  481. {block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  482.  
  483. {block:Chat}<ul class="chat">{block:Title}<h2>{Title}</h2>{/block:Title}{block:Lines}<li>{block:Label}<span class="tab">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  484.  
  485. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  486.  
  487. {block:Answer}<div class="question">{Asker} asked: {Question}</div><div class="answer">{Answer}</div>{/block:answer}
  488.  
  489. {block:Audio}<div class="music">{block:AlbumArt}<div class="albumart"><img src="{AlbumArtURL}"/></div>{/block:AlbumArt}
  490. <div class="musicinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  491. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  492. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  493. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  494.  
  495.  
  496.  
  497. {block:Date}<div id="info">{TimeAgo} {block:NoteCount} WITH <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}{block:RebloggedFrom} VIA <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom}
  498. {block:ContentSource} (Source: <a href="{SourceURL}">{SourceLink})</a>{/block:ContentSource}</div>{/block:Date}
  499. {block:HasTags}
  500. <div class="tags">
  501. Tagged as: {block:Tags}<a href="{TagURL}">{Tag}</a>,{/block:Tags}</div>
  502. {/block:HasTags}
  503. <div class="postnote">
  504. {block:PostNotes}{PostNotes}{/block:PostNotes}
  505. </div>
  506. </div>
  507. {/block:Posts}
  508.  
  509.  
  510. </div>
  511.  
  512. <div style="float: right; position: fixed; bottom: 1px; right: 1px;"><a href="http://narruld.tumblr.com"><img src="http://static.tumblr.com/u7ncy54/N2cml5uxc/untitled.png">
  513.  
  514. </div>
  515. </div>
  516. </div>
  517. </body>
  518. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement