Advertisement
seouless

SINGULUS theme

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