Advertisement
vassilias

Theme 09. Mind Mischief

Jul 23rd, 2015
4,323
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 13.76 KB | None | 0 0
  1. <!DOCTYPE html>
  2.  
  3. <head>
  4.  
  5.  
  6. <title>{Title}</title>
  7.  
  8. <link rel="shortcut icon" href="{Favicon}">
  9. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  10. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  11.  
  12.  
  13. <!--- Theme 09. Mind Mischief by vassilias
  14. Please do not redistribute the theme as your own, use it as a base code, or remove the credit.
  15. Feel free to edit the theme to your needs and don’t hesitate to message for help if you may need it.--->
  16.  
  17.  
  18. <!--Default Variables-->
  19. <meta name="color:Text" content="#000"/>
  20. <meta name="color:Links" content="#000"/>
  21. <meta name="color:Border" content="#eee"/>
  22. <meta name="color:Links Hover Color" content="#ccc"/>
  23. <meta name="color:Header Links Color" content="#000000"/>
  24. <meta name="color:Header Links Hover Color" content="#ccc"/>
  25. <meta name="color:Blog Title Color" content="#000000"/>
  26. <meta name="color:Blog Title Hover Color" content="#000000"/>
  27. <meta name="color:Scrollbar" content="#fff" />
  28. <meta name="color:Scrollbar Background" content="#000" />
  29. <meta name="image:Header" content="https://41.media.tumblr.com/6451767e89e7be52b6b5400456d28698/tumblr_nryq9fCOKz1szsox9o1_400.png"/>
  30.  
  31.  
  32.  
  33. <meta name="text:Link 1" content="link" />
  34. <meta name="text:Link 1 URL" content="/" />
  35. <meta name="text:Link 2" content="link" />
  36. <meta name="text:Link 2 URL" content="/" />
  37. <meta name="text:Link 3" content="link" />
  38. <meta name="text:Link 3 URL" content="/" />
  39. <meta name="text:Link 4" content="link" />
  40. <meta name="text:Link 4 URL" content="/" />
  41. <meta name="text:Link 5" content="link" />
  42. <meta name="text:Link 5 URL" content="/" />
  43.  
  44.  
  45. <!-- jquery for tooltips-->
  46.  
  47. <link href='http://fonts.googleapis.com/css?family=PT+Serif:400,700' rel='stylesheet' type='text/css'>
  48.  
  49. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  50.  
  51. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  52.  
  53. <script>
  54. (function($){
  55. $(document).ready(function(){
  56. $("a[title]").style_my_tooltips({
  57. tip_follows_cursor:true,
  58. tip_delay_time:30,
  59. tip_fade_speed:300,
  60. attribute:"title"
  61. });
  62. });
  63. })(jQuery);
  64. </script>
  65.  
  66. <!-- fonts -->
  67. <link href='http://fonts.googleapis.com/css?family=Lato:400,700|Roboto+Mono:400,700' rel='stylesheet' type='text/css'>
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. /* misc */
  73.  
  74. #s-m-t-tooltip{
  75. position:absolute;
  76. margin-top: 15px;
  77. z-index:9999;
  78. font-family: helvetica;
  79. font-weight: lighter;
  80. font-size: 6px;
  81. letter-spacing: 1px;
  82. padding: 3px 6px 3px 6px;
  83. text-transform: uppercase;
  84. color:#000;
  85. background: #fafafa;
  86. border: solid 1px #eee;
  87. }
  88.  
  89. ::-webkit-scrollbar {
  90. height: 8px;
  91. width: 8px;
  92. background: {color:Scrollbar Background};
  93. }
  94.  
  95. ::-webkit-scrollbar-thumb {
  96. background: {color:Scrollbar};
  97. }
  98.  
  99. /* basics */
  100.  
  101. body {
  102. background: #fff;
  103. margin:0px;
  104. color: {color:Text};
  105. font-family: helvetica;
  106. letter-spacing: 0.5px;
  107. font-weight: lighter;
  108. font-size:10px;
  109. line-height: 23px;
  110. }
  111.  
  112. a {
  113. font-family: Roboto Mono;
  114. color: {color:Links};
  115. text-decoration:none;
  116. padding: 0px;
  117. -webkit-transition: all 0.3s ease-out;
  118. -moz-transition: all 0.3s ease-out;
  119. -o-transition: all 0.3s ease-out;
  120. }
  121.  
  122. a:hover {
  123. text-decoration:none;
  124. color: {color:Links Hover Color};
  125. -webkit-transition: all 0.3s ease-out;
  126. -moz-transition: all 0.3s ease-out;
  127. -o-transition: all 0.3s ease-out;
  128. }
  129.  
  130. blockquote {
  131. padding-left:15px;
  132. padding-right: 5px;
  133. padding-top: 5px;
  134. padding-bottom: 5px;
  135. border-left:1px solid {color:Border};
  136. margin-left:20px;
  137. }
  138.  
  139. .caption {
  140. padding:20px;
  141. }
  142.  
  143. h1 {
  144. font-family: roboto mono;
  145. font-size: 12px;
  146. -webkit-margin-before: 0.67em;
  147. -webkit-margin-after: 0.67em;
  148. -webkit-margin-start: 0px;
  149. -webkit-margin-end: 0px;
  150. font-weight: bold;
  151. }
  152.  
  153. /* posts and entries */
  154.  
  155. .entries {
  156. float:left;
  157. margin-left:400px;
  158. margin-bottom:100px;
  159. }
  160.  
  161. #posts {
  162. width:400px;
  163. padding:50px;
  164. margin-top:80px;
  165. margin-bottom: 80px;
  166. }
  167.  
  168. .img {
  169. max-width:100%
  170. height:auto;
  171. }
  172.  
  173. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  174.  
  175. /* header */
  176.  
  177. .header {
  178. margin-left:450px;
  179. margin-top:-110px;
  180. width: 450px;
  181. font-size: 12px;
  182. padding-right: 20px;
  183. }
  184.  
  185. .title a {
  186. font-family: roboto mono;
  187. font-size: 12px;
  188. text-decoration: underline;
  189. color:{color:Blog Title Color};
  190. }
  191.  
  192. .title a:hover {
  193. color:{color:Blog Title Hover Color};
  194. }
  195.  
  196. .image {
  197. margin-left: 280px;
  198. margin-top: 100px;
  199. width: 120px;
  200. height: 120px;
  201. border-radius:100%;
  202. overflow:hidden;
  203. }
  204.  
  205. .image img {
  206. max-width:120px;
  207. }
  208.  
  209. .description {
  210. padding-right: 20px;
  211. padding-top: 10px;
  212. padding-bottom: 20px;
  213. text-align:justify;
  214. font-size: 10px;
  215. }
  216.  
  217. .links {
  218. text-align:justify
  219. font-size: 10px;
  220. }
  221.  
  222. .links a {
  223. color:{color:Header Links Color};
  224. margin-right: 8px;
  225. text-transform:lowercase;
  226. font-size:10px;
  227. }
  228.  
  229. .links a:hover {
  230. color:{color:Header Links Hover Color};
  231. }
  232.  
  233. /* pagination */
  234.  
  235. #pagination {
  236. margin:0px;
  237. text-transform:uppercase;
  238. font-size: 9px;
  239. font-family: roboto mono;
  240. padding: 3px;
  241. font-weight: none;
  242. letter-spacing: 1px;
  243. text-align: center;
  244. }
  245.  
  246. #pagination a {
  247. padding: 5px;
  248. font-weight: none;
  249. text-transform:uppercase;
  250. font-size: 9px;
  251. letter-spacing: 1px;
  252. }
  253.  
  254. /* permalinks */
  255.  
  256. #permalink {
  257. font-size:8px;
  258. letter-spacing:1px;
  259. text-align:center;
  260. text-transform:uppercase;
  261. -webkit-transition:all 1.0s;
  262. -moz-transition:all 1.0s;
  263. -ms-transition:all 1.0s;
  264. -o-transition:all 1.0s;
  265. transition:all 1.0s;
  266. border-top: solid 1px {color:Border};
  267. padding: 20px;
  268. {block:PermalinkPage}
  269. border-top: solid 1px {color:Border};
  270. padding: 40px;
  271. margin-top: 50px;
  272. {/block:PermalinkPage}
  273. }
  274.  
  275. #posts:hover #permalink {
  276. opacity:1;-webkit-transition:all 1.0s;
  277. -moz-transition:all 1.0s;
  278. -ms-transition:all 1.0s;
  279. -o-transition:all 1.0s;
  280. transition:all 1.0s;
  281. }
  282.  
  283. #permalink a {
  284. display:inline-block;
  285. margin-right:5px;
  286. }
  287.  
  288. /* tags */
  289.  
  290. .tags {
  291. word-break:break-all;
  292. font-size:9px;
  293. text-transform:none;
  294. }
  295.  
  296. .tags a {
  297. font-size: 9px;
  298. }
  299.  
  300. #posts .tags {
  301. {block:IndexPage}
  302. margin-top:5px;
  303. opacity:0;
  304. -webkit-transition: all 0.4s ease-out;
  305. -moz-transition: all 0.4s ease-out;
  306. -o-transition: all 0.4s ease-out;
  307. {/block:IndexPage}
  308. }
  309.  
  310. #posts:hover .tags {
  311. {block:IndexPage}
  312. margin-top: 5px;
  313. opacity: 1;
  314. -webkit-transition: all 0.4s ease-out;
  315. -moz-transition: all 0.4s ease-out;
  316. -o-transition: all 0.4s ease-out;
  317. {/block:IndexPage}
  318. }
  319.  
  320. /* audio */
  321.  
  322. .audio{
  323. min-height:70px;
  324. text-align:center;
  325. font-family: roboto mono;
  326. padding-bottom: 10px;
  327. }
  328.  
  329. .audioplayer {
  330. position:absolute;
  331. margin-left:20px;
  332. margin-top:20px;
  333. width:29px;
  334. height:30px;
  335. overflow:hidden;
  336. z-index:999999;
  337. }
  338.  
  339. .audioimgwrapper {
  340. position: absolute;
  341. overflow: hidden;
  342. width:70px;
  343. height:70px;
  344. }
  345.  
  346. .audioimgwrapper img {
  347. width: 100%;
  348. }
  349.  
  350. .audioi {
  351. position:relative;
  352. height:50px;
  353. padding-left: 30px;
  354. font-family: helvetica;
  355. text-align:center;
  356. }
  357.  
  358. .tracktitle{
  359. font-family: roboto mono;
  360. padding-top:10px;
  361. text-transform:uppercase;
  362. letter-spacing:2px;
  363. font-weight:bold;
  364. }
  365.  
  366. /* quote */
  367.  
  368. #titlequote{
  369. text-align:justify;
  370. font-size:9px;
  371. padding: 20px;
  372. }
  373.  
  374. #source {
  375. padding: 20px;
  376. }
  377.  
  378. /* ask */
  379.  
  380. .askimg {
  381. float:left;
  382. width: 30px;
  383. background-color:none;
  384. }
  385.  
  386. .askimg img {
  387. width:30px;
  388. height:30px;
  389. float:left;
  390. border-radius:100px;
  391. }
  392.  
  393. .asker {
  394. text-transform:uppercase;
  395. font-weight:bold;
  396. }
  397.  
  398. .question {
  399. padding:10px;
  400. margin-left: 30px;
  401. margin-top: -13px;
  402. }
  403.  
  404. .answer {
  405. margin-top: 10px;
  406. padding: 10px;
  407. border-top: dotted 1px {color:Border};
  408. }
  409.  
  410. /*chat*/
  411.  
  412. .chat ol {
  413. padding: 5px;
  414. list-style:none;
  415. }
  416.  
  417. .line {
  418. padding:5px 0;
  419. }
  420.  
  421. .label {
  422. font-weight:bold;
  423. font-family: roboto mono;
  424. }
  425.  
  426.  
  427. /* page notes */
  428.  
  429. .pagenotes {
  430. {block:IndexPage}
  431. display: none!important;
  432. {/block:IndexPage}
  433. width:400px;
  434. text-align:left;
  435. font-size: 8px;
  436. letter-spacing: 1px;
  437. text-transform:uppercase;
  438. padding: 50px;
  439. margin-bottom: 100px;
  440. margin-top: -170px;
  441. }
  442.  
  443. .pagenotes img {
  444. display:none!important;
  445. }
  446.  
  447. .pagenotes li {
  448. list-style-type:none;
  449. padding:5px 0px;
  450. text-align:left;
  451. margin:0 0 0 -40px;
  452. }
  453.  
  454. .pagenotes a {
  455. font-weight: bold;
  456. }
  457.  
  458. /*Credit - DO NOT REMOVE */
  459.  
  460. .credit a {
  461. position: fixed;
  462. bottom: 0;
  463. right: 0;
  464. color: #000;
  465. padding: 15px;
  466. font-family: Helvetica;
  467. font-size: 8px;
  468. letter-spacing: 1;
  469. }
  470.  
  471. .credit a:hover {
  472. text-decoration: none;
  473. }
  474.  
  475. {CustomCSS}</style>
  476.  
  477. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/8mXm7q8vn/jquery.js"></script>
  478. <script type="text/javascript" src="http://static.tumblr.com/bmdsqsc/ogWm7q8w1/lazyload.js"></script>
  479. <script type="text/javascript" charset="utf-8">
  480. var $j = jQuery.noConflict();
  481. $j(function() {
  482. if (navigator.platform == "iPad" || navigator.platform == "iPhone") return;
  483. $j("img").lazyload({
  484. placeholder : "http://static.tumblr.com/twte3d7/RSvlio0k5/grey.gif",
  485. effect: "fadeIn",
  486. });
  487. });
  488. </script>
  489.  
  490. </head>
  491.  
  492. <body>
  493.  
  494. <div class="credit"><a title="vassilias" href="http://vassilias.tumblr.com">&copy;</div></a>
  495.  
  496.  
  497. <div class="image"><a href="/"><img src="{image:Header}"></a></div>
  498.  
  499. <div class="header">
  500. <div class="title"><a href="/">{Title}</a></div><P>
  501. <div class="links">
  502. {block:IfLink1}<a href="{text:Link 1 URL}">{text:Link 1}</a>{/block:IfLink1}
  503. {block:IfLink2}<a href="{text:Link 2 URL}">{text:Link 2}</a>{/block:IfLink2}
  504. {block:IfLink3}<a href="{text:Link 3 URL}">{text:Link 3}</a>{/block:IfLink3}
  505. {block:IfLink4}<a href="{text:Link 4 URL}">{text:Link 4}</a>{/block:IfLink4}
  506. {block:IfLink5}<a href="{text:Link 5 URL}">{text:Link 5}</a>{/block:IfLink5}
  507. </div>
  508. <div class="description">{Description}</div>
  509. </div>
  510.  
  511.  
  512.  
  513. <div class="entries">{block:Posts}<div id="posts">
  514.  
  515. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  516.  
  517. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}
  518. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  519. {/block:Photo}
  520.  
  521. {block:Photoset}{Photoset-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  522.  
  523. {block:Quote}
  524. <div id="titlequote">β€œ{Quote}”</div>
  525. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  526. {/block:Quote}
  527.  
  528. {block:Link}<h1>&raquo; <a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  529.  
  530. {block:Chat}
  531. {block:Title}
  532. <h1>{Title}</h1>
  533. {/block:Title}
  534. <div class="chat">
  535. <ol>{block:Lines}
  536. <li class="line {Alt}">
  537. {block:Label}
  538. <span class="label">
  539. {Label}</span>
  540. {/block:Label}{Line}</li>
  541. {/block:Lines}
  542. </ol></div>
  543. {/block:Chat}
  544.  
  545. {block:Audio}
  546. <div class="audio">
  547. <div class="audioart">
  548. <div class="audioplayer">{AudioPlayerBlack}</div>
  549. {block:AlbumArt}
  550. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  551. {/block:AlbumArt}</div>
  552. <div class="audioi">
  553. {block:TrackName}
  554. <div class="tracktitle">{TrackName}</div>
  555. {/block:TrackName}
  556. {block:Artist}{Artist}{/block:Artist}
  557. </div>
  558. </div>
  559. {/block:Audio}
  560.  
  561. {block:Video}{Video-400}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Video}
  562.  
  563. {block:Answer}<div class="askimg"><a href="{AskerURL}"><img src="{AskerPortraitURL-30}"></a></div><div class="question"><span class="asker"><span style="font-family: Roboto Mono;">{Asker} ASKED...</span></span><br>{Question}</div><div class="answer">{Answer}</div>{/block:Answer}
  564.  
  565.  
  566. {block:ContentSource}
  567. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  568. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  569. {/block:SourceLogo}
  570. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  571. {/block:ContentSource}
  572.  
  573.  
  574. {block:Date}
  575. <div id="permalink">
  576. <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix}</a>&nbsp; {block:NoteCount}<a href="{Permalink}">{NoteCount} NOTES</a>{/block:NoteCount}
  577. <p>
  578. {block:PermalinkPage}{block:RebloggedFrom} <b>VIA:</b>
  579. <a href="{ReblogParentURL}">{ReblogParentName}</a>
  580.  
  581. {block:ContentSource}<b>SOURCE:</b> <a href="{ReblogRootURL}">{ReblogRootName}</a>{/block:ContentSource}{/block:RebloggedFrom}{/block:PermalinkPage}<p>
  582.  
  583. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}" style="font-size: 8px;">#&nbsp;{Tag}</a>&nbsp;{/block:Tags}</div>{/block:HasTags}
  584. </div>
  585. {/block:Date}
  586. </div>
  587.  
  588.  
  589. {block:PostNotes}
  590. <div class="pagenotes">
  591. {PostNotes}
  592. </div>
  593. {/block:PostNotes}
  594. {/block:Posts}
  595.  
  596.  
  597. {block:Pagination}
  598. <div id="pagination">
  599. {block:PreviousPage}
  600. <a href="{PreviousPage}">Previous</a>
  601. {/block:PreviousPage}
  602.  
  603. {block:JumpPagination length="5"}
  604. {block:CurrentPage}
  605. <span class="current_page">{PageNumber}</span>
  606. {/block:CurrentPage}
  607.  
  608. {block:JumpPage}
  609. <a class="jump_page" href="{URL}">{PageNumber}</a>
  610. {/block:JumpPage}
  611. {/block:JumpPagination}
  612.  
  613. {block:NextPage}
  614. <a href="{NextPage}">Next</a>
  615. {/block:NextPage}
  616. </div>
  617. {/block:Pagination}
  618.  
  619. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement