Advertisement
seouless

SOLITARIUM theme

Jul 10th, 2012
5,891
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 16.18 KB | None | 0 0
  1. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  2. <head><title>{Title}{block:PostTitle}: {PostTitle}{/block:PostTitle}{block:PostSummary}: {PostSummary}{/block:PostSummary}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5.  
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10. <meta name="image:BG">
  11. <meta name="image:post BG">
  12. <meta name="image:side BG">
  13. <meta name="image:side" content="http://static.tumblr.com/wyykoyg/t2Xm6ymr7/tumblr_lxch8ln00h1qa8ipco1_500.png">
  14.  
  15. <meta name="color:BG" content="#f9f9f9">
  16. <meta name="color:post BG" content="#fff">
  17. <meta name="color:side BG" content="#fff">
  18. <meta name="color:text" content="#333">
  19. <meta name="color:sp text" content="#222">
  20. <meta name="color:links" content="#000">
  21. <meta name="color:links hover" content="#999">
  22. <meta name="color:link text shadow" content="#999">
  23. <meta name="color:box shadow" content="#ccc">
  24. <meta name="color:scroll" content="#999">
  25.  
  26. <meta name="if:white audio" content="1">
  27. <meta name="if:250px" content="1">
  28. <meta name="if:400px">
  29. <meta name="if:500px">
  30.  
  31. <meta name="text:side position" content="200px">
  32. <meta name="text:link one">
  33. <meta name="text:link one title" content="One">
  34. <meta name="text:link two">
  35. <meta name="text:link two title" content="Two">
  36. <meta name="text:link three">
  37. <meta name="text:link three title" content="Three">
  38. <meta name="text:link four">
  39. <meta name="text:link four title" content="Four">
  40. <meta name="text:link five">
  41. <meta name="text:link five title" content="Five">
  42.  
  43.  
  44. <style type="text/css">
  45.  
  46. iframe#tumblr_controls
  47. {right:3px !important; position: fixed !important;-webkit-transition: opacity 0.75s linear;opacity: 0.25;-webkit-transition: all 0.7s ease-out;-moz-transition: all 0.7s ease-out;transition: all 0.7s ease-out;z-index:9999999999;}
  48. iframe#tumblr_controls:hover
  49. {-webkit-transition: opacity 0.75s linear;opacity: 1;-webkit-transition: all 0.6s ease-out;-moz-transition: all 0.6s ease-out;transition: all 0.6s ease-out;}
  50.  
  51. ::-webkit-scrollbar-track-piece {background-color:{color:BG};}
  52. ::-webkit-scrollbar-thumb:vertical {background-color:{color:scroll};}
  53. ::-webkit-scrollbar-thumb:horizontal {background-color:{color:scroll};}
  54. ::-webkit-scrollbar-button:vertical {background-color:{color:scroll};height:10px;}
  55. ::-webkit-scrollbar {width:5px;height:3px;}
  56.  
  57.  
  58. body {
  59. background:{color:BG} url('{image:BG}') fixed repeat center;
  60. color:{color:text};
  61. font-family:calibri;
  62. font-size:10px;
  63. letter-spacing:0px;
  64. text-align:justify;
  65. text-transform:normal;
  66. line-height:10px;
  67. margin:0px;
  68. }
  69.  
  70. a {
  71. color:{color:links};
  72. text-shadow:0px 0px 2px {color:link text shadow};
  73. text-decoration:none;
  74. -webkit-transition:all 0.4s ease-in-out;
  75. -moz-transition:all 0.4s ease-in-out;
  76. -o-transition:all 0.4s ease-in-out;
  77. transition:all 0.4s ease-in-out;
  78. }
  79.  
  80. a:hover {
  81. color:{color:links hover};
  82. text-shadow:0px 0px 0px {color:BG};
  83. }
  84.  
  85. a:active {
  86. text-decoration:none;
  87. -webkit-transition:all 0.1s ease-in-out;
  88. -moz-transition:all 0.1s ease-in-out;
  89. -o-transition:all 0.1s ease-in-out;
  90. transition:all 0.1s ease-in-out;
  91. }
  92.  
  93. b, strong {
  94. color:{color:sp text};
  95. font-weight:heavy;
  96. }
  97.  
  98. i, em {
  99. color:{color:sp text};
  100. font-weight:light;
  101. }
  102.  
  103. blockquote {
  104. border-left:2px solid;
  105. margin-left:30px;
  106. padding-left:8px;
  107. }
  108.  
  109. #posts {
  110. height:100%;
  111. padding:5px 0px 0px 0px;
  112. background:transparent;
  113. {block:indexpage}
  114. width:280px;
  115. margin-left:450px;
  116. {/block:indexpage}
  117. {block:permalinkpage}
  118. width:500px;
  119. padding-top:15px;
  120. margin-left:350px;
  121. {/block:permalinkpage}
  122. }
  123.  
  124. #text {
  125. overflow:hidden;
  126. margin:15px 0px 15px 0px;
  127. background:{color:post BG} url('{image:post BG}') repeat center;
  128. box-shadow:1px 1px 5px {color:box shadow};
  129. {block:indexpage}
  130. padding:0px 15px 0px 15px;
  131. border:10px solid transparent;
  132. {block:if250px}width:220px;{/block:if250px}
  133. {block:if400px}width:370px;{/block:if400px}
  134. {block:if500px}width:470px;{/block:if500px}
  135. margin-left:10px;
  136. {/block:indexpage}
  137. {block:permalinkpage}
  138. padding:10px;
  139. width:500px;
  140. {/block:permalinkpage}
  141. }
  142.  
  143. #photo {
  144. border:10px solid transparent;
  145. margin:15px 0px 15px 0px;
  146. background:{color:post BG} url('{image:post BG}') repeat center;
  147. box-shadow:1px 1px 5px {color:box shadow};
  148. {block:indexpage}
  149. {block:if250px}width:250px;{/block:if250px}
  150. {block:if400px}width:400px;{/block:if400px}
  151. {block:if500px}width:500px;{/block:if500px}
  152. margin-left:10px;
  153. {/block:indexpage}
  154. {block:permalinkpage}width:500px;{/block:permalinkpage}
  155. }
  156.  
  157. {block:indexpage}
  158. #photo:hover img {
  159. opacity:.7;
  160. }
  161.  
  162. #photo:hover .fade {
  163. opacity:.7;
  164. }
  165. {/block:indexpage}
  166.  
  167. #photo img {
  168. opacity:1;
  169. -webkit-transition:all 0.4s ease-in-out;
  170. -moz-transition:all 0.4s ease-in-out;
  171. -o-transition:all 0.4s ease-in-out;
  172. transition:all 0.4s ease-in-out;
  173. }
  174.  
  175. {block:indexpage}
  176. #photo img:hover {
  177. opacity:.7;
  178. }
  179.  
  180. .fade:hover {
  181. opacity:.7;
  182. }
  183. {/block:indexpage}
  184.  
  185. .fade {
  186. opacity:1;
  187. -webkit-transition:all 0.4s ease-in-out;
  188. -moz-transition:all 0.4s ease-in-out;
  189. -o-transition:all 0.4s ease-in-out;
  190. transition:all 0.4s ease-in-out;
  191. }
  192.  
  193. #permalink {
  194. position:absolute;
  195. z-index:1;
  196. text-align:left;
  197. word-spacing:1px;
  198. -webkit-transition:all 0.4s ease-in-out;
  199. -moz-transition:all 0.4s ease-in-out;
  200. -o-transition:all 0.4s ease-in-out;
  201. transition:all 0.4s ease-in-out;
  202. }
  203.  
  204. #text:hover .txt {
  205. opacity:.9;
  206. }
  207.  
  208. #photo:hover .pht {
  209. opacity:.9;
  210. }
  211.  
  212. .txt {
  213. width:100px;
  214. padding:0px 5px 0px 5px;
  215. opacity:0;
  216. {block:if250px}margin-left:250px;{/block:if250px}
  217. {block:if400px}margin-left:400px;{/block:if400px}
  218. {block:if500px}margin-left:500px;{/block:if500px}
  219. -webkit-transition:all 0.4s ease-in-out;
  220. -moz-transition:all 0.4s ease-in-out;
  221. -o-transition:all 0.4s ease-in-out;
  222. transition:all 0.4s ease-in-out;
  223. }
  224.  
  225. .pht {
  226. padding:0px 5px 0px 5px;
  227. width:100px;
  228. opacity:0;
  229. margin-top:5px;
  230. {block:if250px}margin-left:265px;{/block:if250px}
  231. {block:if400px}margin-left:415px;{/block:if400px}
  232. {block:if500px}margin-left:515px;{/block:if500px}
  233. -webkit-transition:all 0.4s ease-in-out;
  234. -moz-transition:all 0.4s ease-in-out;
  235. -o-transition:all 0.4s ease-in-out;
  236. transition:all 0.4s ease-in-out;
  237. }
  238.  
  239. .heading {
  240. margin:0px 25px 0px 25px;
  241. font-family:trebuchet ms;
  242. font-size:11px;
  243. }
  244.  
  245. .quote {
  246. font-family:trebuchet ms;
  247. font-size:11px;
  248. }
  249.  
  250. .source {
  251. text-align:right;
  252. }
  253.  
  254. .audio {
  255. {block:ifwhiteaudio}background:#fff;{/block:ifwhiteaudio}
  256. {block:ifnotwhiteaudio}background:#000;{/block:ifnotwhiteaudio}
  257. }
  258.  
  259. .plink {
  260. font-family:trebuchet ms;
  261. font-size:11px;
  262. }
  263.  
  264. .perma {
  265. }
  266.  
  267. #side {
  268. position:fixed;
  269. bottom:{text:side position};
  270. width:200px;
  271. {block:indexpage}left:200px;{/block:indexpage}{block:permalinkpage}left:100px;{/block:permalinkpage}
  272. padding:10px;
  273. background:{color:side BG} url('{image:side BG}') repeat center;
  274. box-shadow:1px 1px 5px {color:box shadow};
  275. }
  276.  
  277. #side a {
  278. text-transform:uppercase;
  279. text-shadow:0px 0px 2px {color:link text shadow};
  280. padding:0px 4px 0px 4px;
  281. -webkit-transition:all 0.4s ease-in-out;
  282. -moz-transition:all 0.4s ease-in-out;
  283. -o-transition:all 0.4s ease-in-out;
  284. transition:all 0.4s ease-in-out;
  285. }
  286.  
  287. #side a:hover {
  288. text-shadow:0px 0px 0px {color:BG};
  289. text-decoration:line-through;
  290. }
  291.  
  292. .title {
  293. font-size:12px;
  294. letter-spacing:3px;
  295. padding-left:25px;
  296. font-family:trebuchet ms;
  297. }
  298.  
  299. .img {
  300. width:200px;
  301. padding:5px 0px 5px 0px;
  302. z-index:999;
  303. }
  304.  
  305. .desc {
  306. text-align:center;
  307. }
  308.  
  309. .links {
  310. position:fixed;
  311. width:190px;
  312. padding:5px;
  313. text-align:right;
  314. opacity:0;
  315. margin-top:5px;
  316. -webkit-transition:all 0.4s ease-in-out;
  317. -moz-transition:all 0.4s ease-in-out;
  318. -o-transition:all 0.4s ease-in-out;
  319. transition:all 0.4s ease-in-out;
  320. }
  321.  
  322. #side:hover .links {
  323. opacity:1;
  324. margin-top:10px;
  325. }
  326.  
  327.  
  328.  
  329. </style>
  330. <style type="text/css">{CustomCSS}</style>
  331. </head>
  332. <script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>
  333. </head>
  334. <body>
  335.  
  336. <div id="side">
  337. <div class="title"><a href="http://{name}.tumblr.com">{title}</a></div>
  338. <img src="{image:side}" class="img">
  339. <div class="desc">{description}</div>
  340. <div class="links">
  341. <a href="http://{name}.tumblr.com">Index</a>
  342. <a href="ask">Message</a>
  343. {block:iflinkone}<a href="{text:link one}">{text:link one title}</a>{/block:iflinkone}
  344. {block:iflinktwo}<a href="{text:link two}">{text:link two title}</a>{/block:iflinktwo}
  345. {block:iflinkthree}<a href="{text:link three}">{text:link three title}</a>{/block:iflinkthree}
  346. {block:iflinkfour}<a href="{text:link four}">{text:link four title}</a>{/block:iflinkfour}
  347. {block:iflinkfive}<a href="{text:link five}">{text:link five title}</a>{/block:iflinkfive}
  348. </div>
  349. </div>
  350.  
  351.  
  352.  
  353.  
  354. <div id="posts">
  355. {block:Posts}
  356.  
  357. {block:text}
  358. <div id="text">
  359. {block:indexpage}
  360. <div id="permalink" class="txt">
  361. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  362. </div>
  363. {/block:indexpage}
  364. {block:Title}<div class="heading">{Title}</div>{/block:Title}
  365. {Body}
  366. </div>
  367. {/block:text}
  368.  
  369. {block:photo}
  370. <div id="photo">
  371. {block:indexpage}
  372. <div id="permalink" class="pht">
  373. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  374. </div>
  375. <center><img src="{PhotoURL-500}" style="{block:if250px}max-width:250px;{/block:if250px}{block:if400px}max-width:400px;{/block:if400px}{block:if500px}max-width:500px;{/block:if500px}"></center>
  376. {/block:indexpage}
  377. {block:permalinkpage}
  378. {LinkOpenTag}<center><img src="{PhotoURL-500}" alt="{PhotoAlt}"></center>{LinkCloseTag}
  379. {block:HighRes}<div style="text-align:right;"><a href="{PhotoURL-HighRes}"><small>High Resolution ⇁</small></a></div>{/block:HighRes}
  380. {block:Caption}{Caption}{/block:Caption}
  381. {block:Camera}{Camera} {/block:Camera}{block:Aperture}Aperture: {Aperture} {/block:Aperture}{block:Exposure}Exposure: {Exposure} {/block:Exposure}{block:FocalLength}Focal lenth: {FocalLength} {/block:FocalLength}
  382. {/block:permalinkpage}
  383. </div>
  384. {/block:photo}
  385.  
  386. {block:Photoset}
  387. <div id="photo">
  388. {block:indexpage}
  389. <div id="permalink" class="pht">
  390. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  391. </div>
  392. <center><div class="fade">{block:if250px}{Photoset-250}{/block:if250px}{block:if400px}{Photoset-400}{/block:if400px}{block:if500px}{Photoset-500}{/block:if500px}</div></center>
  393. {/block:indexpage}
  394. {block:permalinkpage}
  395. <center>{Photoset-500}</center>
  396. {block:Caption}{Caption}{/block:Caption}
  397. {/block:permalinkpage}
  398. </div>
  399. {/block:Photoset}
  400.  
  401. {block:quote}
  402. <div id="text">
  403. {block:indexpage}
  404. <div id="permalink" class="txt">
  405. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  406. </div>
  407. {/block:indexpage}
  408. <span class="quote">"{Quote}"</span>
  409. {block:Source}<div class="source">— {Source}</div>{/block:Source}
  410. </div>
  411. {/block:quote}
  412.  
  413. {block:link}
  414. <div id="text">
  415. {block:indexpage}
  416. <div id="permalink" class="txt">
  417. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  418. </div>
  419. {/block:indexpage}
  420. <div class="plink"><a href="{URL}" target="_blank">{Name} ⇁</a></div>
  421. {block:permalinkpage}
  422. {block:Description}{Description}{/block:Description}
  423. {/block:permalinkpage}
  424. </div>
  425. {/block:link}
  426.  
  427. {block:chat}
  428. <div id="text">
  429. {block:indexpage}
  430. <div id="permalink" class="txt">
  431. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  432. </div>
  433. {/block:indexpage}
  434. {block:Title}<div class="heading">{Title}</div>{/block:Title}
  435. {block:Lines}{block:Label}<b>{Label}</b> &#160 {/block:Label}{Line}<br>{/block:Lines}
  436. </div>
  437. {/block:chat}
  438.  
  439. {block:audio}
  440. <div id="text">
  441. {block:indexpage}
  442. <div id="permalink" class="txt">
  443. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  444. </div>
  445. {block:AudioEmbed}{AudioEmbed-400}{/block:AudioEmbed}
  446. {block:AudioPlayer}<div class="audio"><center>{block:ifwhiteaudio}{AudioPlayerWhite}{/block:ifwhiteaudio}{block:ifnotwhiteaudio}{AudioPlayerBlack}{/block:ifnotwhiteaudio}</center></div>{/block:AudioPlayer}
  447. {block:TrackName}"{TrackName}" {/block:TrackName}{block:Artist}by {Artist}{/block:Artist}{block:PlayCount}<br>{PlayCountWithLabel}{/block:PlayCount}
  448. {/block:indexpage}
  449. {block:permalinkpage}
  450. {block:AudioEmbed}{AudioEmbed-500}{/block:AudioEmbed}
  451. {block:AudioPlayer}<div class="audio"><center>{block:ifwhiteaudio}{AudioPlayerWhite}{/block:ifwhiteaudio}{block:ifnotwhiteaudio}{AudioPlayerBlack}{/block:ifnotwhiteaudio}</center></div>{/block:AudioPlayer}
  452. {block:TrackName}"{TrackName}" {/block:TrackName}{block:Artist}by {Artist}{/block:Artist}{block:Album}<br><b>{Album}</b>{/block:Album}{block:PlayCount}<br>{PlayCountWithLabel}<br>{/block:PlayCount}
  453. {block:Caption}{Caption}{/block:Caption}
  454. {/block:permalinkpage}
  455. </div>
  456. {/block:audio}
  457.  
  458. {block:video}
  459. <div id="photo">
  460. {block:indexpage}
  461. <div id="permalink" class="pht">
  462. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  463. </div>
  464. <center><div class="fade">{block:if250px}{Video-250}{/block:if250px}{block:if400px}{Video-400};{/block:if400px}{block:if500px}{Video-500}{/block:if500px}</div></center>
  465. {PlayCountWithLabel}
  466. {/block:indexpage}
  467. {block:permalinkpage}
  468. <center>{Video-500}</center>
  469. {PlayCountWithLabel}
  470. {block:Caption}{Caption}{/block:Caption}
  471. {/block:permalinkpage}
  472. </div>
  473. {/block:video}
  474.  
  475. {block:Answer}
  476. <div id="text">
  477. {block:IndexPage}
  478. <div id="permalink" class="txt">
  479. <a href="{permalink}">&#8968 {block:Date}{MonthNumberWithZero}.{DayOfMonthWithZero} &#8971{/block:Date}</a>{block:HasTags}<br>Tagged: {block:Tags} <a href="{TagURL}"> #{Tag}&#160</a>{/block:Tags}{/block:HasTags}
  480. </div>
  481. {/block:IndexPage}
  482. <div class="heading"><a href="{AskerURL}"><span style="text-transform:capitalize;">{Asker}</span></a>: "{Question}"</div>
  483. <i>{Answer}</i>
  484. </div>
  485. {/block:Answer}
  486.  
  487. {block:permalinkpage}
  488. <div class="perma">{block:HasTags}Tagged — &#160{block:Tags}<a href="{TagURL}"># {Tag}</a> &#160{/block:Tags}<br>{/block:HasTags}
  489. Navigation — &#160<a href="http://{name}.tumblr.com">Home</a> &#160<a href="/ask">Message</a> &#160<a href="/archive">Archives</a> &#160<a href="/random">Random</a><br>
  490. {block:RebloggedFrom}Via — &#160<a href="{ReblogParentURL}" title="{ReblogParentTitle}">{ReblogParentName}</a><br>{/block:RebloggedFrom}
  491. {block:ContentSource}Source — &#160<a href="{SourceURL}">{SourceTitle}</a><br>{/block:ContentSource}
  492. {block:NoteCount}{NoteCountWithLabel}<br>{/block:NoteCount}
  493. {block:PostNotes}{PostNotes}{/block:PostNotes}
  494. </div>
  495. {/block:permalinkpage}
  496.  
  497. {/block:Posts}
  498. </div>
  499.  
  500. <a style="position:fixed;bottom:5px;left:10px;" href="http://subplanets.tumblr.com">theme</a>
  501.  
  502. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement