Advertisement
narruldthemes

theme 13

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