Advertisement
Perfect-Nicholas

Theme #25 - Inner Instinct

Jan 12th, 2014
4,682
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.91 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3. <head><title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- Theme 25 by llermans (tumblr.com) --->
  9.  
  10. <meta name="color:Background" content="#ffffff"/>
  11. <meta name="color:Via" content="#838282"/>
  12. <meta name="color:Text" content="#252525"/>
  13. <meta name="color:Link" content="#252525"/>
  14. <meta name="color:Link Hover" content="#424242"/>
  15. <meta name="color:Sidebar Background" content="#f8f8f8">
  16. <meta name="color:scrollbar" content="#e4e4e4">
  17.  
  18. <meta name="image:sidebar" content=""/>
  19. <meta name="if:400px posts" content="1"/>
  20. <meta name="if:title" content=""/>
  21. <meta name="if:sidebar image" content=""/>
  22.  
  23. <meta name="text:link 1" content="Link1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34.  
  35. <link href='http://fonts.googleapis.com/css?family=Libre+Baskerville' rel='stylesheet' type='text/css'>
  36.  
  37. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  38.  
  39. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  40.  
  41. <script>
  42.  
  43. (function($){
  44.  
  45. $(document).ready(function(){
  46.  
  47. $("a[title]").style_my_tooltips({
  48.  
  49. tip_follows_cursor:true,
  50.  
  51. tip_delay_time:30,
  52.  
  53. tip_fade_speed:300,
  54.  
  55. attribute:"title"
  56.  
  57. });
  58.  
  59. });
  60.  
  61. })(jQuery);
  62.  
  63. </script>
  64.  
  65.  
  66. <style type="text/css">
  67.  
  68.  
  69. #s-m-t-tooltip {
  70. color:{color:text};
  71. font-size:10px;
  72. border-bottom:2px solid #e4e4e4;
  73. font-style: italic;
  74. font-family: times;
  75. margin:12px 0px 0px 12px;
  76. padding:3px 5px;
  77. max-width:350px;
  78. background-color:{color:sidebar background};
  79. text-transform:lowercase;
  80. letter-spacing: 1px;
  81. z-index:999; }
  82.  
  83.  
  84. ::-webkit-scrollbar {background-color:{color:scrollbarbg}; height:8px; width:8px}
  85. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scrollbar}; height:50px}
  86. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scrollbar}; height:8px!important}
  87.  
  88. body {
  89. background:{color:background};
  90. margin:0px;
  91. color:{color:text};
  92. font-family:helvetica;
  93. font-size:11px;
  94. line-height:100%;
  95. }
  96.  
  97. a {
  98. text-decoration:none;
  99. outline:none;
  100. -moz-outline-style:none;
  101. color:{color:link};
  102. -moz-transition-duration:0.8s;
  103. -webkit-transition-duration:0.8s;
  104. -o-transition-duration:0.8s;
  105. }
  106.  
  107. a:hover {
  108. text-decoration:none;
  109. outline:none;
  110. -moz-outline-style:none;
  111. color:{color:link hover};
  112. }
  113.  
  114. img {
  115. border:none;
  116. }
  117.  
  118. blockquote {
  119. padding: 5px 0 5px 20px;
  120. border-left: 1px solid #030303;
  121. margin-left: 30px;
  122. }
  123.  
  124. blockquote blockquote {
  125. padding-left:5px;
  126. border-left:1px solid;
  127. }
  128.  
  129. blockquote img {
  130. {block:ifNot400pxposts}
  131. max-width:440px!important;
  132. {/block:ifNot400pxposts}
  133. {block:if400pxposts}
  134. max-width:340px!important;
  135. {/block:if400pxposts}
  136. }
  137.  
  138. #still {
  139. left:50%;
  140. margin-left:-250px;
  141. position:absolute;
  142. }
  143.  
  144. #title {
  145. text-shadow: #E0E0E0 0px 1px 1px;
  146. line-height: 90%;
  147. text-transform: lowercase;
  148. font-weight: bold;
  149. width:180px;
  150. padding:0px 0px 8px 0px;
  151. font-size:25px;
  152. font-family:'bell mt';
  153. text-align:center;
  154. word-spacing: 2px;
  155. }
  156.  
  157. #post {
  158. {block:ifNot400pxposts}
  159. width:500px;
  160. {/block:ifNot400pxposts}
  161. {block:if400pxposts}
  162. width:400px;
  163. {/block:if400pxposts}
  164. {block:permalinkpage}
  165. padding-bottom:20px!important;
  166. {/block:permalinkpage}
  167. padding-bottom:100px;
  168. }
  169.  
  170. #entries {
  171. padding:10px;
  172. {block:ifNot400pxposts}
  173. width:500px;
  174. {/block:ifNot400pxposts}
  175. {block:if400pxposts}
  176. width:400px;
  177. {/block:if400pxposts}
  178. margin-top:40px;
  179. }
  180.  
  181. #sidebar {
  182. margin-top: 100px;
  183. {block:ifNot400pxposts}
  184. margin-left:570px;
  185. {/block:ifNot400pxposts}
  186. {block:if400pxposts}
  187. margin-left:470px;
  188. {/block:if400pxposts}
  189. background-color: transparent;
  190. height: 110%;
  191. overflow: hidden;
  192. top: 1px;
  193. width:180px;
  194. position:fixed;
  195. }
  196.  
  197. #sidebarimage {
  198. width: 160px;
  199. padding:10px 0px 10px 0px;
  200. margin-right:auto;
  201. margin-left:auto;
  202. }
  203.  
  204. #sidebarimage img {
  205. width:160px;
  206. }
  207.  
  208. #links {
  209. text-align:center;
  210. font-size:7px;
  211. line-height:35px;
  212. padding: 8px 0px 8px 0px;
  213. font-family:cambria;
  214. text-transform:uppercase;
  215. }
  216.  
  217. #links a {
  218. color:{color:link};
  219. padding: 6px 5px 5px 5px;
  220. border-bottom: 1px solid #e4e4e4;
  221. letter-spacing: 2px;
  222. -webkit-transition: all 0.5s ease-in-out;
  223. -moz-transition: all 0.5s ease-in-out;
  224. -o-transition: all 0.5s ease-in-out;
  225. -ms-transition: all 0.5s ease-in-out;
  226. transition: all 0.5s ease-in-out;
  227. }
  228.  
  229. #links a:hover {
  230. color:{color:link hover};
  231. background:{color:Sidebar Background};
  232. padding: 6px 5px 5px 5px;
  233. -webkit-transition: all 0.5s ease-in-out;
  234. -moz-transition: all 0.5s ease-in-out;
  235. -o-transition: all 0.5s ease-in-out;
  236. -ms-transition: all 0.5s ease-in-out;
  237. transition: all 0.5s ease-in-out;
  238. }
  239.  
  240. #description {
  241. text-align:justify;
  242. background:{color:Sidebar Background};
  243. font-size:9px;
  244. font-family:helvetica;
  245. letter-spacing: 1px;
  246. word-spacing:1px;
  247. line-height:13px;
  248. margin-left: 0px;
  249. padding:18px;
  250. border-bottom:1px solid #e4e4e4;
  251. }
  252.  
  253. #description a {
  254. padding:8px;
  255. }
  256.  
  257. #pagination {
  258. position:fixed;
  259. {block:ifNot400pxposts}
  260. width:500px;
  261. {/block:ifNot400pxposts}
  262. {block:if400pxposts}
  263. width:400px;
  264. {/block:if400pxposts}
  265. text-align:center;
  266. margin-top:20px;
  267. font-family:'helvetica';
  268. font-size:11px;
  269. word-spacing:10px;
  270. text-transform:lowercase;
  271. color:{color:text};
  272. z-index:10000;
  273. background:{color:background};
  274. opacity:1;
  275. bottom:0;
  276. padding:10px;
  277. }
  278.  
  279. #pagination a {
  280. color:{color:link};
  281. }
  282.  
  283. #info {
  284. padding:0 22px;
  285. font-weight:bold;
  286. font-size:10px;
  287. padding-top:10px;
  288. text-align:center;
  289. margin-top:15px;
  290. border-top:1px dotted rgba(0,0,0,0.1);
  291. }
  292.  
  293. .tags {
  294. padding:5px;
  295. font-weight:normal!important;
  296. }
  297.  
  298. .tags a {
  299. text-decoration:underline;
  300. }
  301.  
  302. #ask {
  303. {block:ifnot400pxposts}
  304. width:460px;
  305. {/block:ifnot400pxposts}
  306. {block:if400pxposts}
  307. width:360px;
  308. {/block:if400pxposts}
  309. word-spacing:2px;
  310. line-height:13px;
  311. padding:20px;
  312. background:#f7f7f7;
  313. }
  314.  
  315. .askimg {
  316. width: 48px;
  317. float: left;
  318. margin-left:10px;
  319. }
  320.  
  321. .question {
  322. {block:ifnot400pxposts}
  323. width:380px;
  324. {/block:ifnot400pxposts}
  325. {block:if400pxposts}
  326. width:280px;
  327. {/block:if400pxposts}
  328. float: right;
  329. margin-right:5px;
  330. min-height: 43px;
  331. text-align: left;
  332. line-height:13px;
  333. }
  334.  
  335. .asker {
  336. text-transform:lowercase;
  337. font-weight:bold;
  338. }
  339.  
  340. .answer {
  341. padding-bottom:4px;
  342. }
  343.  
  344. .clear {
  345. clear: both;
  346. }
  347.  
  348. #quote {
  349. {block:ifNot400pxposts}
  350. width:500px;
  351. {/block:ifNot400pxposts}
  352. {block:if400pxposts}
  353. width:400px;
  354. {/block:if400pxposts}
  355. padding:0px 0px 8px 0px;
  356. font-family:helvetica;
  357. text-align:justify;
  358. word-spacing: 2px;
  359. line-height:130%;
  360. font-size:12px;
  361. text-transform:lowercase;
  362. }
  363.  
  364. #source {
  365. padding:0px 0px 8px 0px;
  366. font-size:11px;
  367. font-style:oblique;
  368. font-family:justus, georgia, arial, times;
  369. text-align:center;
  370. word-spacing: 2px;
  371. line-height:110%;
  372. text-transform:lowercase;
  373. margin-top:-7px;
  374. }
  375.  
  376. #source a {
  377. background:{background};
  378. }
  379.  
  380. #border {
  381. margin-top:15px;
  382. border-top:1px solid #eee;
  383. }
  384.  
  385. #linkpost {
  386. {block:ifNot400pxposts}
  387. width:500px;
  388. {/block:ifNot400pxposts}
  389. {block:if400pxposts}
  390. width:400px;
  391. {/block:if400pxposts}
  392. padding:0px 0px 8px 0px;
  393. font-size:23px;
  394. font-family:justus, georgia, arial, times;
  395. text-align:left;
  396. word-spacing: 2px;
  397. line-height:90%;
  398. text-transform:200;
  399. font-weight:lighter;
  400. margin-left: 30px;
  401. }
  402.  
  403. .audio-post { text-align: left; }
  404.  
  405.  
  406. #caption {
  407. font-size:12px;
  408. border-left: 0px solid white;
  409. font-style:normal;
  410. }
  411.  
  412. #cap {
  413. padding: 5px;
  414. margin-top: 5px;
  415. }
  416.  
  417. #caps {
  418. background:{color:Sidebar background};
  419. padding: 20px;
  420. }
  421.  
  422. .caption img {
  423. {block:if400pxPosts}
  424. max-width:345px!important;
  425. {/block:if400pxPosts}
  426. {block:ifnot400pxPosts}
  427. max-width:445px!important;
  428. {/block:ifnot400pxPosts}
  429. }
  430.  
  431. .user_1 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  432. .user_2 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  433. .user_3 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  434. .user_4 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  435. .user_5 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  436. .user_6 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  437. .user_7 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  438. .user_8 .label{color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  439. .user_9 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  440. .user_10 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  441. .user_11 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  442. .user_12 .label {color:{color:text}; padding:3px 0px 3px 3px; margin-top:2px; text-transform:lowercase; font-size:10px; letter-spacing:1px; font-family:cambria; line-height:30px;}
  443. ul.chat, .chat ol, .chat li {list-style:none; margin:0px; padding:2px;}
  444.  
  445. ol.notes {
  446. display:block;
  447. padding-bottom:2%;
  448. text-align:left;
  449. list-style-type:none;
  450. padding:25px 0;
  451. }
  452.  
  453. ol.notes li.note{
  454. padding:2%;
  455. }
  456.  
  457. ol.notes li.note img.avatar{
  458. width:0px;
  459. height:0px;
  460. }
  461.  
  462. .pagenotes {
  463. width:400px;
  464. text-align:left;
  465.  
  466. }
  467.  
  468. #credit {
  469. position:fixed;
  470. right:10px;
  471. bottom:10px;
  472. text-shadow:2px 1px #eee;
  473. text-transform:uppercase;
  474. font:8px 'times';
  475. letter-spacing:1px;
  476. padding:5px;
  477. -webkit-transition: all 0.3s ease;
  478. -moz-transition: all 0.3s ease;
  479. -ms-transition: all 0.3s ease;
  480. -o-transition: all 0.3s ease;
  481. transition: all 0.3s ease;
  482.  
  483. }
  484.  
  485. #credit a:hover {
  486. position:fixed;
  487. right:10px;
  488. bottom:10px;
  489. opacity:1;
  490. text-transform:uppercase;
  491. font:8px 'times';
  492. letter-spacing:1px;
  493. padding:5px;
  494. -webkit-transition: all 0.3s ease;
  495. -moz-transition: all 0.3s ease;
  496. -ms-transition: all 0.3s ease;
  497. -o-transition: all 0.3s ease;
  498. transition: all 0.3s ease;
  499.  
  500. }
  501.  
  502.  
  503. {CustomCSS}</style></head><body>
  504. <div id="still">
  505. <div id="sidebar">
  506.  
  507. {block:ifsidebarimage}<div id="sidebarimage"><img src="{image:sidebar}"></div>{/block:ifsidebarimage}
  508.  
  509. {block:iftitle}<div id="title">{title}</div>{/block:iftitle}
  510.  
  511. <div id="description">{description}</div>
  512.  
  513. <div id="links">
  514. {block:iflink1}<a href="{text:link 1 url}">{text:link 1}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  515. {/block:iflink1}
  516. {block:iflink2}<a href="{text:link 2 url}">{text:link 2}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  517. {/block:iflink1}
  518. {block:iflink3}<a href="{text:link 3 url}">{text:link 3}</a><br/>
  519. {/block:iflink3}
  520. {block:iflink4}<a href="{text:link 4 url}">{text:link 4}</a>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;
  521. {/block:iflink4}
  522. {block:iflink5}<a href="{text:link 5 url}">{text:link 5}</a>
  523. {/block:iflink5}
  524. </div>
  525.  
  526. </div>
  527.  
  528. <div id="entries">{block:Posts}<div id="post">
  529.  
  530. {block:ContentSource}
  531. <!-- {SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}” width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  532. {/block:SourceLogo}
  533. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  534. {/block:ContentSource}
  535.  
  536. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  537.  
  538. {block:Photo}{block:ifNot400pxposts}<center><img src="{PhotoURL-500}"/>
  539. </center>{/block:ifNot400pxposts}{block:if400pxposts}<center><img src="{PhotoURL-400}"/></center>{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Photo}
  540.  
  541. {block:Photoset}{block:ifNot400pxposts}<center>{Photoset-500}</center>{/block:ifNot400pxposts}{block:if400pxposts}<center>{Photoset-400}</center>{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Photoset}
  542.  
  543. {block:Quote}
  544. {block:Source} <div id="border"></div><div id="source"><span style="background:{color:background}; padding:10px;"> by {Source}</span></div>{/block:Source}
  545. <div id="quote">{Quote}</div>{/block:Quote}
  546.  
  547. {block:Link}<h1><div id="linkpost"><a href="{URL}" {Target}>{Name}</a></div></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  548.  
  549. {block:Chat}<ul class="chat">{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul></p>{/block:Chat}
  550.  
  551. {block:AudioPlayer}
  552. <div class="audio-post">
  553. <div style="width:inherit;padding:15px 15px 10px 15px;background:#000;">
  554. {AudioPlayerblack}
  555. </div></div>{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}
  556. {/block:AudioPlayer}
  557.  
  558. {block:Video}{block:ifNot400pxposts}{Video-500}{/block:ifNot400pxposts}{block:if400pxposts}{Video-400}{/block:if400pxposts}{block:Caption}<div class="cap"><div id="caps"><span class="caption">{Caption}</span></div></div>{/block:Caption}{/block:Video}
  559.  
  560. {block:Answer}
  561. <div id="ask"><div class="question">
  562. <span class="asker">{Asker}</span>: {Question}</div>
  563. <div class="askimg"><img src="{AskerPortraitURL-40}" /></div> <div class="clear"></div></div><br>
  564. <div class="answer">{Answer}</div>
  565. {/block:Answer}
  566.  
  567. <div id="info">
  568. {block:Date}
  569. <span style="padding:5px;"><a href="{Permalink}">{DayOfMonthWithZero} {Month} {Year}</a></span>{/block:Date}<span style="padding:5px;"><a href="{Permalink}">{NoteCount}</a> Notes</span>
  570. {block:RebloggedFrom}
  571. {block:permalinkpage}<span style="padding:5px;"><a href="{ReblogParentURL}"title="{ReblogParenttitle}">{ReblogParentName}</a></span>{/block:permalinkpage}
  572. <span style="padding:5px;"><a href="{ReblogRootURL}"title="{ReblogRoottitle}">{ReblogRootName}</a></span>{/block:RebloggedFrom}
  573.  
  574. <br/>
  575.  
  576. {block:HasTags}<div class="tags">{block:Tags} <a href="{TagURL}">{Tag}</a>&nbsp;&nbsp;{/block:Tags}</div>{/block:HasTags}
  577.  
  578. </div></div>
  579.  
  580. {block:PostNotes}<div class="pagenotes">{PostNotes}</div>{/block:PostNotes}
  581. {/block:Posts}
  582.  
  583. {block:Pagination}
  584. <div id="pagination">
  585. {block:PreviousPage}
  586. <a href="{PreviousPage}">←</a>
  587. {/block:PreviousPage}
  588. {block:JumpPagination length="5"}
  589. {block:CurrentPage}
  590. <span class="current_page">{PageNumber}</span>
  591. {/block:CurrentPage}
  592. {block:JumpPage}
  593. <a href="{URL}">{PageNumber}</a>
  594. {/block:JumpPage}
  595. {/block:JumpPagination}
  596. {block:NextPage}
  597. <a href="{NextPage}">→</a>
  598. {/block:NextPage}
  599. </div>
  600. {/block:Pagination}
  601.  
  602. </div>
  603. </div>
  604.  
  605. <div id="credit">
  606. <a href="http://llermans.tumblr.com/">
  607. LLMNS
  608. </a>
  609.  
  610. </div>
  611.  
  612. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement