Advertisement
mindspalace

Theme 13

Feb 28th, 2014
2,644
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.05 KB | None | 0 0
  1. <html>
  2.  
  3. <!-- Theme 13 by mindspalace -->
  4.  
  5. <head>
  6.  
  7. <meta name="if:Infinite Scroll" content="0"/>
  8.  
  9. <meta name="image:Background Image" content=""/>
  10. <meta name="image:Sidebar BG Image" content=""/>
  11.  
  12. <meta name="color:Background" content="#f0f0f0"/>
  13. <meta name="color:Post Background" content="#fff"/>
  14. <meta name="color:Text" content="#707070"/>
  15. <meta name="color:Sidebar Background" content="#fff"/>
  16. <meta name="color:Sidebar Text" content="#707070"/>
  17. <meta name="color:Accent" content="#7bbb75"/>
  18. <meta name="color:Tags" content="#c0c0c0"/>
  19. <meta name="color:Scrollbar" content="#7bbb75"/>
  20.  
  21. <meta name="text:Link 1" content="Home"/>
  22. <meta name="text:Link 1 URL" content="/"/>
  23. <meta name="text:Link 2" content="Ask"/>
  24. <meta name="text:Link 2 URL" content="/ask"/>
  25. <meta name="text:Link 3" content=""/>
  26. <meta name="text:Link 3 URL" content=""/>
  27. <meta name="text:Link 4" content=""/>
  28. <meta name="text:Link 4 URL" content=""/>
  29. <meta name="text:Link 5" content=""/>
  30. <meta name="text:Link 5 URL" content=""/>
  31. <meta name="text:Link 6" content=""/>
  32. <meta name="text:Link 6 URL" content=""/>
  33.  
  34. <title>{Title}</title>
  35. <link rel="shortcut icon" href="{Favicon}">
  36. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  37. {block:Description}<meta name="description" content="{MetaDescription}">{/block:Description}
  38.  
  39. <link href="style-my-tooltips.css" rel="stylesheet" type="text/css"/>
  40. <link href="http://static.tumblr.com/7keqqcr/OL5mw8lik/style-my-tooltips.css" rel="stylesheet" type="text/css"/>
  41. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  42. <script src="http://static.tumblr.com/7keqqcr/VHtmw8lji/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45. (function($){
  46. $(document).ready(function(){
  47. $("[title]").style_my_tooltips({
  48. tip_follows_cursor:true,
  49. tip_delay_time:100,
  50. tip_fade_speed:300,
  51. attribute:"title"
  52. });
  53. });
  54. })(jQuery);
  55. </script>
  56.  
  57. <link href='http://fonts.googleapis.com/css?family=Inconsolata' rel='stylesheet' type='text/css'>
  58.  
  59. <style type="text/css">
  60.  
  61. #s-m-t-tooltip {
  62. background-color: #fff;
  63. color: #000;
  64. font: 10px/10px 'Calibri', sans-serif;
  65. letter-spacing: 1px;
  66. text-transform: lowercase;
  67. -moz-border-radius: 0;
  68. -webkit-border-radius: 0;
  69. border-radius: 0;
  70. margin: 10px 14px 7px 12px;
  71. padding: 5px 6px;
  72. max-width: 300px;
  73. z-index: 9999999;
  74. -moz-box-shadow: none;
  75. -webkit-box-shadow: none;
  76. box-shadow: none;
  77. }
  78.  
  79. ::-webkit-scrollbar {width: 5px; height: 5px;}
  80. ::-webkit-scrollbar-track {background-color: {color:Background};}
  81. ::-webkit-scrollbar-thumb {background-color: {color:Scrollbar};}
  82.  
  83. iframe#tumblr_controls {padding: 3px 3px 0 0; white-space: nowrap; -webkit-filter: invert(100%); -moz-filter: invert(100%); -o-filter: invert(100%); -ms-filter: invert(100%); filter: invert(100%); opacity: 0.5;}
  84.  
  85.  
  86. /* ------------------- BODY ------------------- */
  87.  
  88. body {
  89. color: {color:Text};
  90. background-color: {color:Background};
  91. background-image: url('{image:Background Image}');
  92. background-attachment: fixed;
  93. background-repeat: repeat;
  94. font: 10px/16px 'Calibri', sans-serif;
  95. margin: 0;
  96. padding: 0;
  97. }
  98.  
  99. a {
  100. color: {color:Accent};
  101. text-decoration: none;
  102. }
  103. a:hover {
  104. text-decoration: underline;
  105. }
  106.  
  107. blockquote {
  108. border-left: 1px solid #b0b0b0;
  109. margin: 0 8px;
  110. padding: 0 0 0 14px;
  111. }
  112.  
  113.  
  114. /* ------------------- SIDEBAR ------------------- */
  115.  
  116. #sidebar {
  117. background-color: {color:Sidebar Background};
  118. background-image: url('{image:Sidebar BG Image}');
  119. background-attachment: fixed;
  120. background-repeat: repeat;
  121. color: {color:Sidebar Text};
  122. width: 270px;
  123. height: 100%;
  124. top: 0; left: 0;
  125. position: fixed;
  126. z-index: 9999;
  127. }
  128.  
  129. #sb {
  130. margin: 100px 60px;
  131. }
  132.  
  133. #navigation {
  134. font-size: 9px;
  135. line-height: 9px;
  136. text-transform: uppercase;
  137. }
  138. #navigation a {
  139. color: {color:Sidebar Text};
  140. margin-top: 2px;
  141. padding: 5px;
  142. display: block;
  143. }
  144. #navigation a:hover {
  145. background-color: {color:Accent};
  146. color: #fff;
  147. text-decoration: none;
  148. }
  149.  
  150. #description {
  151. border: 1px solid #d0d0d0;
  152. text-align: justify;
  153. margin-top: 15px;
  154. padding: 20px;
  155. opacity: 0.8;
  156. }
  157.  
  158. #pagination {
  159. text-transform: lowercase;
  160. margin-top: 10px;
  161. text-align: right;
  162. }
  163. #pagination a {
  164. color: {color:Sidebar Text};
  165. margin: 0 3px;
  166. display: inline-block;
  167. }
  168.  
  169.  
  170. /* ------------------- POSTS ------------------- */
  171.  
  172. #entries {
  173. width: 540px;
  174. margin-left: 340px;
  175. padding-bottom: 50px;
  176. }
  177.  
  178. #post {
  179. background-color: {color:Post Background};
  180. border: 20px solid {color:Post Background};
  181. width: 500px;
  182. margin-top: 50px;
  183. overflow: hidden;
  184. }
  185.  
  186. .info {
  187. background-color: {color:Post Background};
  188. font-size: 8px;
  189. line-height: 10px;
  190. letter-spacing: 1px;
  191. text-transform: uppercase;
  192. text-align: center;
  193. margin-top: 5px;
  194. padding: 3px;
  195. }
  196. .info a {
  197. color: {color:Text};
  198. }
  199. .info a:hover {
  200. color: {color:Accent};
  201. text-decoration: none;
  202. }
  203.  
  204. .tags {
  205. line-height: 10px;
  206. text-align: center;
  207. margin-top: 3px;
  208. }
  209. .tags a {
  210. color: {color:Tags};
  211. margin: 0 5px;
  212. }
  213. .tags a:hover {
  214. color: {color:Text};
  215. text-decoration: none;
  216. }
  217.  
  218.  
  219. .title {
  220. color: {color:Accent};
  221. font-size: 11px;
  222. text-transform: uppercase;
  223. }
  224.  
  225. .caption {
  226. margin-top: 10px;
  227. }
  228.  
  229. /* ------------------- POST TYPES ------------------- */
  230.  
  231. .quote {
  232. font-size: 15px;
  233. letter-spacing: -1px;
  234. }
  235. .qu_mark {
  236. font-weight: bold;
  237. margin: 0 2px;
  238. display: inline-block;
  239. }
  240. .quote_source {
  241. text-align: right;
  242. margin-top: 10px;
  243. }
  244.  
  245. a.link {
  246. font-size: 11px;
  247. text-transform: uppercase;
  248. }
  249.  
  250. .chat .title {
  251. padding-bottom: 10px;
  252. }
  253. .chat_label {
  254. color: {color:Accent};
  255. text-transform: uppercase;
  256. margin-right: 2px;
  257. display: inline-block;
  258. }
  259. .even, .odd {
  260. margin-top: 2px;
  261. }
  262.  
  263. .audio {
  264. min-height: 50px;
  265. }
  266. .audio img {
  267. width: 50px;
  268. height: 50px;
  269. position: absolute;
  270. float: left;
  271. }
  272. .audio_p {
  273. border: 12px solid #fff;
  274. width: 26px;
  275. height: 26px;
  276. overflow: hidden;
  277. position: absolute;
  278. opacity: 0;
  279. -webkit-transition: all 0.4s ease-in-out;
  280. -moz-transition: all 0.4s ease-in-out;
  281. -o-transition: all 0.4s ease-in-out;
  282. transition: all 0.4s ease-in-out;
  283. }
  284. .audio_info {
  285. font-size: 10px;
  286. line-height: 12px;
  287. width: 426px;
  288. margin-left: 50px;
  289. padding: 0 10px;
  290. }
  291. .audio_name {
  292. color: {color:Accent};
  293. font-style: normal;
  294. font-weight: bold;
  295. }
  296. div.audio_p:hover {
  297. opacity: 1;
  298. -webkit-transition: all 0.4s ease-in-out;
  299. -moz-transition: all 0.4s ease-in-out;
  300. -o-transition: all 0.4s ease-in-out;
  301. transition: all 0.4s ease-in-out;
  302. }
  303.  
  304. .question {
  305. font-size: 10px;
  306. width: 422px;
  307. padding: 0 15px;
  308. float: left;
  309. }
  310. img.asker {
  311. float: left;
  312. }
  313. .answer {
  314. padding-top: 10px;
  315. clear: both;
  316. }
  317.  
  318.  
  319. /* ------------------- NOTES ------------------- */
  320.  
  321. ol.notes {
  322. background-color: {color:Post Background};
  323. list-style-type: none;
  324. margin: 10px 0 0 0;
  325. padding: 20px 30px 30px 30px;
  326. }
  327. ol.notes li {
  328. margin-top: 10px;
  329. }
  330. ol.notes img {
  331. margin-right: 10px;
  332. }
  333. .notes blockquote {
  334. margin: 8px 30px;
  335. }
  336.  
  337.  
  338. #cr {
  339. font: 8px 'Calibri', sans-serif;
  340. padding: 3px;
  341. bottom: 4px; right: 4px;
  342. position: fixed;
  343. z-index: 99;
  344. }
  345. #cr a {
  346. color: #808080;
  347. }
  348. #cr a:hover {
  349. text-decoration: underline;
  350. }
  351.  
  352. </style>
  353. </head>
  354. <body>
  355.  
  356. <div id="cr">
  357. <a title="theme by mindspalace" target="_blank" href="http://mindspalace.tumblr.com">THEME</a>
  358. </div>
  359.  
  360. {block:ifInfiniteScroll}<script type="text/javascript" src="http://codysherman.com/tools/infinite-scrolling/code"></script>{/block:ifInfiniteScroll}
  361.  
  362. <div id="sidebar">
  363. <div id="sb">
  364. <div id="navigation">
  365. {block:ifLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:ifLink1}
  366. {block:ifLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:ifLink2}
  367. {block:ifLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:ifLink3}
  368. {block:ifLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:ifLink4}
  369. {block:ifLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:ifLink5}
  370. {block:ifLink6}<a href="{text:Link 6 URL}">{text:Link 6}</a>{/block:ifLink6}
  371. </div>
  372. <div id="description">{Description}</div>
  373.  
  374. {block:ifNotInfiniteScroll}
  375. {block:Pagination}<div id="pagination">
  376. {block:PreviousPage}<a href="{PreviousPage}">{lang:Prev}</a>{/block:PreviousPage}
  377. {block:NextPage}{block:PreviousPage}/{/block:PreviousPage} <a href="{NextPage}">{lang:Next}</a>{/block:NextPage}
  378. </div>{/block:Pagination}
  379. {/block:ifNotInfiniteScroll}
  380.  
  381. {block:PermalinkPagination}<div id="pagination">
  382. {block:PreviousPost}<a href="{PreviousPost}">{lang:Prev}</a>{/block:PreviousPost}
  383. {block:NextPost}{block:PreviousPost}/{/block:PreviousPost}<a href="{NextPost}">{lang:Next}</a>{/block:NextPost}
  384. </div>{/block:PermalinkPagination}
  385. </div>
  386. </div>
  387.  
  388. <div id="entries">
  389. {block:ifInfiniteScroll}<div class="autopagerize_page_element">{/block:ifInfiniteScroll}
  390. {block:Posts}
  391. <div id="post">
  392.  
  393. {block:Text}
  394. {block:Title}<div class="title">{Title}</div>{/block:Title}
  395. {Body}
  396. {/block:Text}
  397.  
  398. {block:Photo}
  399. {block:Title}<div class="title">{Title}</div>{/block:Title}
  400. <img src="{PhotoURL-500}" alt="{PhotoAlt}"/>
  401. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  402. {/block:Photo}
  403.  
  404. {block:Panorama}
  405. {LinkOpenTag}<img src="{PhotoURL-Panorama}" alt="{PhotoAlt}" />{LinkCloseTag}
  406. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  407. {/block:Panorama}
  408.  
  409. {block:Photoset}
  410. {Photoset-500}
  411. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  412. {/block:Photoset}
  413.  
  414. {block:Quote}
  415. <div class="quote"><span class="qu_mark">&ldquo;</span>{Quote}<span class="qu_mark">&rdquo;</span></div>
  416. {block:Source}<div class="quote_source">&mdash; {Source}</div>{/block:Source}
  417. {/block:Quote}
  418.  
  419. {block:Link}
  420. <a class="link" href="{URL}" {Target}>{Name} &rarr;</a>
  421. {block:Description}<div class="caption">{Description}</div>
  422. {/block:Description}{/block:Link}
  423.  
  424. {block:Chat}<div class="chat">
  425. {block:Title}<div class="title">{Title}</div>{/block:Title}
  426. {block:Lines}
  427. <div class="{Alt}">{block:Label}<span class="chat_label">{Label}</span>{/block:Label}{Line}</div>
  428. {/block:Lines}
  429. </div>{/block:Chat}
  430.  
  431. {block:Video}
  432. {Video-500}
  433. {block:Caption}<div clss="caption">{Caption}</div>{/block:Caption}
  434. {/block:Video}
  435.  
  436. {block:Audio}<div class="audio">
  437. <img src=""/>
  438. {block:AlbumArt}<img src="{AlbumArtURL}"/>{/block:AlbumArt}
  439. <div class="audio_p">{AudioPlayerWhite}</div>
  440. <div class="audio_info">
  441. {block:TrackName}<div class="audio_name">{TrackName}</div>{/block:TrackName}
  442. {block:Artist}{Artist}{/block:Artist}
  443. {block:Album}<div>{Album}</div>{/block:Album}
  444. {block:PlayCount}<div>{PlayCountWithLabel}</div>{/block:PlayCount}
  445. </div>
  446. </div>
  447. {block:Caption}<div class="caption">{Caption}</div>{block:Caption}
  448. {/block:Audio}
  449.  
  450. {block:Answer}
  451. <a title="{AskerName}" href="{AskerURL}"><img class="asker" src="{AskerPortraitURL-48}"/></a>
  452. <div class="question">{Question}</div>
  453. <div class="answer">{Answer}</div>
  454. {/block:Answer}
  455.  
  456. </div>
  457.  
  458. {block:Date}
  459. <div class="info">
  460. {block:ContentSource}<!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}" width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />{/block:SourceLogo}{block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->{/block:ContentSource}
  461.  
  462. <a href="{Permalink}">{TimeAgo}</a>
  463. {block:NoteCount}with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount}
  464. {block:RebloggedFrom}
  465. <a title="{ReblogParentName}" href="{ReblogParentURL}">Via</a>
  466. <a title="{ReblogRootName}" href="{ReblogRootURL}">{lang:Source}</a>
  467. {/block:RebloggedFrom}
  468.  
  469. <a title="Reblog this post" href="{ReblogURL}" target="_blank">(+)</a>
  470. </div>
  471.  
  472. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagURL}"># {Tag}</a>{/block:Tags}</div>{/block:HasTags}
  473. {/block:Date}
  474.  
  475. {block:PostNotes}{PostNotes}{/block:PostNotes}
  476.  
  477. {/block:Posts}
  478. {block:ifInfiniteScroll}</div>{/block:ifInfiniteScroll}
  479. </div>
  480.  
  481. </body>
  482. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement