Advertisement
incedothemes

Seldom Theme by Incedo

Sep 15th, 2013
52,877
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.32 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. Seldom Theme by Incedo
  5. http://incedothemes.tumblr.com
  6. Please do not remove the credit.
  7. Updated 9/15/13
  8. ------------------------------------------>
  9.  
  10. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  11.  
  12. <head>
  13.  
  14. <title>{Title}</title>
  15.  
  16. <meta name="color:background" content="#ffffff" />
  17. <meta name="color:scrollbar" content="#c0c0c0" />
  18. <meta name="color:scrollbar background" content="#ffffff" />
  19. <meta name="color:text" content="#000000" />
  20. <meta name="color:buttons" content="#c0c0c0" />
  21. <meta name="color:description" content="#000000" />
  22. <meta name="color:link" content="#636363" />
  23. <meta name="color:link hover" content="#c0c0c0" />
  24. <meta name="color:buttons text" content="#ffffff" />
  25. <meta name="color:title" content="#c0c0c0" />
  26.  
  27. <meta name="if:sidebar top" content=""/>
  28. <meta name="if:sidebar middle" content="1"/>
  29. <meta name="if:sidebar bottom" content=""/>
  30. <meta name="if:small posts" content="1"/>
  31. <meta name="if:big posts" content=""/>
  32. <meta name="if:one column" content=""/>
  33. <meta name="if:two columns" content="1"/>
  34. <meta name="if:three columns" content=""/>
  35. <meta name="if:custom title font" content="1"/>
  36. <meta name="if:show sidebar image" content=""/>
  37. <meta name="if:show home link" content="1"/>
  38. <meta name="if:text perma on hover" content="1"/>
  39.  
  40. <meta name="font:title" content="georgia" />
  41.  
  42. <meta name="image:Left Background" content""/>
  43. <meta name="image:Right Background" content""/>
  44. <meta name="image:Tiled Background" content""/>
  45. <meta name="image:Cover Background" content""/>
  46. <meta name="image:Sidebar" content""/>
  47.  
  48. <meta name="text:home link title" content="home" />
  49. <meta name="text:ask link title" content="message" />
  50. <meta name="text:link 1 title" content="" />
  51. <meta name="text:link 1" content="" />
  52. <meta name="text:link 2 title" content="" />
  53. <meta name="text:link 2" content="" />
  54. <meta name="text:link 3 title" content="" />
  55. <meta name="text:link 3" content="" />
  56. <meta name="text:link 4 title" content="" />
  57. <meta name="text:link 4" content="" />
  58. <meta name="text:Post Title Size" content="12" />
  59. <meta name="text:Post Font Size" content="10" />
  60. <meta name="text:Blog Title Size" content="26" />
  61. <meta name="text:Description Size" content="9" />
  62. <meta name="text:Navigation Size" content="10" />
  63.  
  64. <link rel="stylesheet" media="screen" href="http://openfontlibrary.org/face/web-symbols" rel="stylesheet" type="text/css"/>
  65. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  66. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  67. <link rel="shortcut icon" href="{Favicon}" />
  68. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  69.  
  70. <style type="text/css">
  71.  
  72. body {
  73. background-color:{color:background};
  74. background-image: url({image:Left Background}), url({image:Right Background}), url({image:Tiled Background}), url({image:Cover Background});
  75. background-attachment: fixed;
  76. background-position: bottom 0px left 0px, bottom 0px right 0px, top left, top left;
  77. background-repeat: no-repeat, no-repeat, repeat, no-repeat;
  78. -webkit-background-size: auto, auto, auto, cover;
  79. -moz-background-size: auto, auto, auto, cover;
  80. -o-background-size: auto, auto, auto, cover;
  81. background-size: auto, auto, auto, cover;
  82. color:{color:text};
  83. font-family:consolas;
  84. font-size:{text:post font size}px;
  85. line-height:123%;
  86. text-align:left
  87. padding: 0px;}
  88.  
  89. ::-webkit-scrollbar {
  90. height: 5px;
  91. width: 8px;}
  92.  
  93. ::-webkit-scrollbar-thumb {
  94. background-color:{color:scrollbar};}
  95.  
  96. ::-webkit-scrollbar-track{
  97. background-color:{color:scrollbar background};}
  98.  
  99. ::-webkit-scrollbar-buttom{
  100. background-color:{color:scrollbar background};}
  101.  
  102. a:link, a:active, a:visited {
  103. color: {color:link};
  104. text-decoration:none;
  105. -webkit-transition: all 0.5s ease-in-out;
  106. -moz-transition: all 0.5s ease-in-out;
  107. -o-transition: all 0.5s ease-in-out;
  108. -ms-transition: all 0.5s ease-in-out;
  109. transition: all 0.5s ease-in-out;}
  110.  
  111. a:hover{
  112. color:{color:link hover};
  113. -webkit-transition: all 0.5s ease-in-out;
  114. -moz-transition: all 0.5s ease-in-out;
  115. -o-transition: all 0.5s ease-in-out;
  116. -ms-transition: all 0.5s ease-in-out;
  117. transition: all 0.5s ease-in-out;}
  118.  
  119. #wrapper {
  120. margin-left:auto;
  121. margin-right:auto;}
  122.  
  123. #rbar {
  124. width:200px;
  125. position:fixed;}
  126.  
  127. {block:ifsidebartop} #rbar {top:10%} {/block:ifsidebartop}
  128. {block:ifsidebarmiddle} #rbar {top:40%} {/block:ifsidebarmiddle}
  129. {block:ifsidebarbottom} #rbar {bottom:10%} {/block:ifsidebarbottom}
  130.  
  131. #rimg {width:inherit}
  132.  
  133. #rimg img {
  134. max-width:200px;
  135. border: 0px solid transparent;
  136. margin-bottom:10px;}
  137.  
  138. #title, #title a {
  139. {block:ifcustomtitlefont}font-family: 'Cedarville Cursive', cursive;{/block:ifcustomtitlefont}
  140. {block:ifnotcustomtitlefont}font-family: {font:title};{/block:ifnotcustomtitlefont}
  141. font-size: {text:blog title size}px;
  142. letter-spacing: 2px;
  143. text-align:center;
  144. color: {color:title};
  145. text-transform: lowercase;}
  146.  
  147. #desc {
  148. margin-top:10px;
  149. width:200px;
  150. color:{color:description};
  151. text-align:center;
  152. font-size:{text:description size}px;}
  153.  
  154. #nav {
  155. margin-top:10px;
  156. font-size:{text:navigation size}px;
  157. width:inherit;
  158. border:0px solid transparent;
  159. text-align:center;}
  160.  
  161. #nav a {
  162. color: {color:buttons text};
  163. letter-spacing:2px;
  164. font-style:none; text-align:center;
  165. font-size:9px;
  166. display: block;
  167. text-transform:uppercase;
  168. border: 0px solid transparent;
  169. line-height:100%;
  170. padding:0;}
  171.  
  172. #nav a:hover {color:{color:buttons};}
  173.  
  174. #button {background-color:{color:buttons};
  175. text-align:center;
  176. display:inline-block;
  177. margin:0px 2px;
  178. padding:2px 2px 2px 2px;
  179. border-radius: 2px;
  180. -moz-border-radius: 2px;
  181. -webkit-border-radius: 2px;
  182. border-color:transparent;
  183. border-width:0px;}
  184.  
  185. #button:hover {background-color:{color:buttons text};}
  186.  
  187. #button, #button a {font-smooth:always;}
  188.  
  189. #rbar * {
  190. -webkit-transition: all 0.5s ease-in-out;
  191. -moz-transition: all 0.5s ease-in-out;
  192. -o-transition: all 0.5s ease-in-out;
  193. -ms-transition: all 0.5s ease-in-out;
  194. transition: all 0.5s ease-in-out;}
  195.  
  196. #posts {
  197. float: left;
  198. height:auto;
  199. overflow:hidden;
  200. margin: 7px;}
  201.  
  202. #photo, #photo a, #photo a img, iframe.photoset {
  203. border: none;
  204. line-height:0;
  205. border-radius: 2px;
  206. -moz-border-radius: 2px;
  207. -webkit-border-radius: 2px;}
  208.  
  209. {block:ifsmallposts}
  210. {block:indexpage}
  211. #posts, #photo, #photo a img {width: 250px;}
  212. {/block:indexpage}
  213. {block:permalinkpage}
  214. #posts, #photo, #photo a img {width: 400px;}
  215. {/block:permalinkpage}
  216. {/block:ifsmallposts}
  217. {block:ifbigposts}
  218. #posts, #photo, #photo a img {width: 400px;}
  219. {/block:ifbigposts}
  220.  
  221. {block:ifonecolumn}
  222. {block:ifsmallposts}
  223. #entries {width: 264px}
  224. #wrapper {width: 524px}
  225. #rbar{margin-left:324px}
  226. {/block:ifsmallposts}
  227. {block:ifbigposts}
  228. #entries {width: 414px}
  229. #wrapper {width: 674px}
  230. #rbar{margin-left:474px}
  231. {/block:ifbigposts}
  232. {/block:ifonecolumn}
  233. {block:iftwocolumns}
  234. {block:ifsmallposts}
  235. #entries {width: 528px}
  236. #wrapper {width: 788px}
  237. #rbar{margin-left:588px}
  238. {/block:ifsmallposts}
  239. {block:ifbigposts}
  240. #entries {width: 828px}
  241. #wrapper {width: 1088px}
  242. #rbar{margin-left:888px}
  243. {/block:ifbigposts}
  244. {/block:iftwocolumns}
  245. {block:ifthreecolumns}
  246. {block:ifsmallposts}
  247. #entries {width: 792px}
  248. #wrapper {width: 1052px}
  249. #rbar{margin-left:852px}
  250. {/block:ifsmallposts}
  251. {block:ifbigposts}
  252. #entries {width: 1242px}
  253. #wrapper {width: 1502px}
  254. #rbar{margin-left:1302px}
  255. {/block:ifbigposts}
  256. {/block:ifthreecolumns}
  257.  
  258. #mhold {
  259. display:inline-block;
  260. width:100px;
  261. height:100px;}
  262.  
  263. #mart {
  264. position:absolute;
  265. width:100px;
  266. height:100px;
  267. overflow:hidden;}
  268.  
  269. #mart img {
  270. width:100px;
  271. position:absolute;}
  272.  
  273. #mart2 {
  274. position:absolute;
  275. width:100px;
  276. height:100px;
  277. background-color:{color:background};}
  278.  
  279. #mhold2 {
  280. position:absolute;
  281. display:inline-block;
  282. height:100px;
  283. margin-left:11px;}
  284.  
  285. {block:indexpage}
  286. {block:ifsmallposts}#mhold2{width:139px;}{/block:ifsmallposts}
  287. {block:ifbigposts}#mhold2{width:289px;}{/block:ifbigposts}
  288. {/block:indexpage}
  289. {block:permalinkpage}
  290. #mhold2{width:289px;}
  291. {/block:permalinkpage}
  292.  
  293. #mplayer {
  294. position:absolute;
  295. height:28px;
  296. width:28px;
  297. margin:9px;
  298. overflow:hidden;}
  299.  
  300. #mcircle {
  301. position:absolute;
  302. width:46px;
  303. height:46px;
  304. border-radius: 23px;
  305. -moz-border-radius: 23px;
  306. -webkit-border-radius: 23px;
  307. background-color:white;
  308. z-index:999999;
  309. margin:27px;
  310. opacity: .6;
  311. -moz-opacity: .6;
  312. filter: alpha(opacity = 60);
  313. -moz-transition: all 0.4s;
  314. -webkit-transition: all 0.4s;
  315. -o-transition: all 0.4s;
  316. transition: all 0.4;}
  317.  
  318. #mcircle:hover {
  319. opacity: .8;
  320. -moz-opacity: .8;
  321. filter: alpha(opacity = 80);
  322. -moz-transition: all 0.4s;
  323. -webkit-transition: all 0.4s;
  324. -o-transition: all 0.4s;
  325. transition: all 0.4;}
  326.  
  327. h2 {
  328. font-size: {text:Post Title Size}px;
  329. margin:0px;
  330. line-height:100%;}
  331.  
  332. .asker a {font-weight:bold;}
  333.  
  334. p, ul, ol {
  335. margin-top: 4px;
  336. margin-bottom: 4px;}
  337.  
  338. blockquote {
  339. margin-left:8px;
  340. padding-left:5px;
  341. padding-right:0px;
  342. margin-right:0px;}
  343.  
  344. img a {border:none;}
  345.  
  346. .chat ul, .chat li {list-style:none; margin:0px; padding:0px;}
  347.  
  348. img {max-width:100%;}
  349.  
  350. #c {
  351. position:fixed;
  352. bottom:4px;
  353. right:4px;
  354. font-size:13px;
  355. font-family:helvetica;}
  356.  
  357. /*for permalink*/
  358. #bperma {z-index:999999999999999999999; position:absolute; opacity:0; margin-top:7px; font-size:{text:navigation size}px; width:inherit; border:0px solid transparent; text-align:center; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  359. #posts:hover #bperma {opacity:1; -webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  360. #bperma a {color: {color:buttons text}; letter-spacing:2px; font-style:none; text-align:center; font-size:9px; display: block; text-transform:uppercase; border: 0px solid transparent; line-height:100%; padding:0;}
  361. #bperma a:hover {color:{color:buttons};}
  362. #bperma * {-webkit-transition: all 0.5s ease-in-out; -moz-transition: all 0.5s ease-in-out; -o-transition: all 0.5s ease-in-out; -ms-transition: all 0.5s ease-in-out; transition: all 0.5s ease-in-out;}
  363.  
  364. /*for multi columns*/
  365. .tumblrAutoPager_page_info, .tumblrAutoPager_page_separator {display:none;}
  366. #infscr-loading {display:none;}
  367. .navigation {display:none!important;}
  368.  
  369. </style>
  370.  
  371. <style type="text/css">{CustomCSS}</style>
  372.  
  373. <link href='http://fonts.googleapis.com/css?family=Cedarville+Cursive' rel='stylesheet' type='text/css'>
  374.  
  375. <script type="text/javascript" src="http://static.tumblr.com/uiqhh9x/aK8m1cpdr/like2.js"></script>
  376.  
  377. <div style="display:none"><iframe id="likeiframe" style="width: 1px; height: 1px;"></iframe></div>
  378.  
  379. <link href='http://fonts.googleapis.com/css?family=Dawning+of+a+New+Day' rel='stylesheet' type='text/css'>
  380.  
  381. <link href='http://fonts.googleapis.com/css?family=Butterfly+Kids' rel='stylesheet' type='text/css'>
  382.  
  383. <!for multi columns>
  384. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script><script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script src="http://static.tumblr.com/twte3d7/qNulm663d/infinite.js"></script><script type="text/javascript" src="http://static.tumblr.com/imovwvl/dJWl20ley/jqueryformasonry.js"></script><script type="text/javascript" src="jquery.masonry.min.js"></script><script src="http://static.tumblr.com/df28qmy/SHUlh3i7s/jquery.infinitescroll.js"></script>{block:IndexPage}<script src="http://masonry.desandro.com/jquery.masonry.min.js"></script>
  385. <script src="http://static.tumblr.com/twte3d7/C5Bllzh32/masonry.js"></script><script src="http://static.tumblr.com/twte3d7/0pellzh2t/infinitescroll.js"></script>{/block:IndexPage}
  386. <script type="text/javascript">
  387. $(window).load(function () {
  388. $('#entries').masonry(),
  389. $('.masonryWrap').infinitescroll({
  390. itemSelector : "#posts",
  391. navSelector : "div.navigation",
  392. nextSelector : ".navigation a#next",
  393. bufferPx : 1000000000000,
  394. loadingImg : "",
  395. loadingText : "",
  396. animation: true,
  397. extraScrollPx: 100000,
  398. },
  399. function() { $('#entries').masonry({ appendedContent: $(this) });
  400. });
  401. });</script>
  402.  
  403. </head>
  404.  
  405. <body>
  406.  
  407. <!for multi columns>
  408. <div class="navigation">
  409. {block:Pagination}
  410. {block:NextPage}<p id="page_nav"><a style="float:right" href="{NextPage}" id="next"></a>{/block:NextPage}
  411. {block:PreviousPage}<a style="float:left" href="{PreviousPage}"></a></p>{/block:PreviousPage}
  412. {/block:Pagination}
  413. </div>
  414.  
  415. {block:ContentSource}
  416. <!— {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  417. width="{LogoWidth}" height="{LogoHeight}" alt=”{SourceTitle}" />
  418. {/block:SourceLogo}
  419. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} —>
  420. {/block:ContentSource}
  421. {block:RebloggedFrom}<div style="display:none">{ReblogParentName}</div>{/block:RebloggedFrom}
  422.  
  423. <div id="wrapper">
  424.  
  425. <div id="rbar"><div id="rimg">
  426.  
  427. {block:ifshowsidebarimage}<img src="{image:sidebar}">{/block:ifshowsidebarimage}
  428.  
  429. <div id="title"><a href="/">{Title}</a></div>
  430.  
  431. <div id="desc">{Description}</div>
  432.  
  433. <div id="nav">
  434. {block:ifshowhomelink}<div id="button"><a href="/">{text:home link title}</a></div>{/block:ifshowhomelink}<div id="button"><a href="/ask">{text:ask link title}</a></div>{block:HasPages}{block:Pages}<div id="button"><a href="{URL}">{Label}</a></div>{/block:Pages}{/block:HasPages}{block:iflink1}<div id="button"><a href="{text:link 1}">{text:link 1 title}</a></div>{/block:iflink1}{block:iflink2}<div id="button"><a href="{text:link 2}">{text:link 2 title}</a></div>{/block:iflink2}{block:iflink3}<div id="button"><a href="{text:link 3}">{text:link 3 title}</a></div>{/block:iflink3}{block:iflink4}<div id="button"><a href="{text:link 4}">{text:link 4 title}</a></div>{/block:iflink4}<div id="button"><a href="http://incedo.tumblr.com/">theme</a></div>
  435. </div>
  436.  
  437. </div></div>
  438.  
  439. <div class = "autopagerize_page_element" >
  440. <div id="entries">
  441. {block:Posts}
  442. <div id="posts">
  443.  
  444. {block:indexpage}
  445. <div id="bperma"><div id="button"><a href="{reblogurl}" target="_blank">reblog</a></div><div id="button"><a href="{Permalink}">{NoteCountwithlabel}</a></div></div>{/block:indexpage}
  446.  
  447. {block:Text}
  448. {block:Title}<h2>{Title}</h2>{/block:Title}
  449. {Body}
  450. {/block:Text}
  451.  
  452. {block:Quote}
  453. "{Quote}” <div style="margin-left:20px;">— {Source}</div>
  454. {/block:Quote}
  455.  
  456. {block:Link}
  457. <a href="{URL}"><h2>{Name}</h2></a>
  458. {block:Description}<p>{Description}</p>{/block:Description}
  459. {/block:Link}
  460.  
  461. {block:Chat}
  462. <class="chat">{block:Lines}<div id="chatter"><class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</div>{/block:Lines}
  463. {/block:Chat}
  464.  
  465. {block:Answer}
  466. <div class="asker">{Asker} asked: {Question}<br>{Answer}</div>
  467. {/block:Answer}
  468.  
  469. {block:Audio}
  470. <div id="mhold">
  471. <div id="mart">
  472. <img src="http://static.tumblr.com/jn9hrij/20Ul2zzsr/albumart.jpg">
  473. {block:AlbumArt}<div id="mart2"><img src="{AlbumArtURL}"></div>{/block:AlbumArt}
  474. </div>
  475. <div id="mcircle"><div id="mplayer">{AudioPlayerwhite}</div></div>
  476. </div>
  477. <div id="mhold2">
  478. <p>Track:{block:TrackName} {TrackName}{/block:TrackName}</p>
  479. <p>Artist:{block:Artist} {Artist}{/block:Artist}</p>
  480. <p>Album:{block:Album} {Album}{/block:Album}</p>
  481. <p>Plays: {FormattedPlayCount}</p>
  482. </div>
  483. {/block:Audio}
  484.  
  485. {block:Video}
  486. {block:ifsmallposts}{Video-250}{/block:ifsmallposts}
  487. {block:ifbigposts}{Video-400}{/block:ifbigposts}
  488. {/block:indexpage}
  489. {block:permalinkpage}{Video-400}{/block:permalinkpage}
  490. {/block:Video}
  491.  
  492. {block:Photo}
  493. <div id="photo"><a href="{Permalink}"><img src="{PhotoURL-500}"/></a></div>
  494. {/block:Photo}
  495.  
  496. {block:Photoset}
  497. {block:indexpage}
  498. {block:ifsmallposts}{Photoset-250}{/block:ifsmallposts}
  499. {block:ifbigposts}{Photoset-400}{/block:ifbigposts}
  500. {/block:indexpage}
  501. {block:permalinkpage}{Photoset-400}{/block:permalinkpage}
  502. {/block:Photoset}
  503.  
  504. {block:PermalinkPage}
  505. {block:caption}{Caption}{/block:caption}<br>
  506. <center>Posted {TimeAgo} with {NoteCount} Notes</center><br>
  507. <div class="notes">{block:PostNotes}{PostNotes}{/block:PostNotes}</div>
  508. {/block:PermalinkPage}
  509.  
  510. </div>
  511. {/block:Posts}
  512. </div>
  513. </div>
  514.  
  515. </div>
  516.  
  517. <div id="c"><a href="http://incedo.tumblr.com">©</a></div>
  518.  
  519. </body>
  520. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement