Advertisement
hypnohs

Zeitgeist

Feb 15th, 2015
694
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 10.19 KB | None | 0 0
  1. <!---
  2. THEME /// ZEITGEIST
  3. by hypnohs (lena)
  4. - don't steal -
  5. - don't (re)move the credit -
  6. - don't use as a base -
  7. - have fun ily -
  8. --->
  9.  
  10. <!DOCTYPE html>
  11. <head>
  12.  
  13.  
  14. <title>{Title}</title>
  15.  
  16. <link rel="shortcut icon" href="{Favicon}">
  17. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  18. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  19.  
  20. <meta name="color:Background" content="#ffffff"/>
  21. <meta name="color:Blogtitle" content="" />
  22. <meta name="color:Text" content=""/>
  23. <meta name="color:Link" content="#000000"/>
  24. <meta name="color:Link Hover" content="" />
  25.  
  26. <meta name="text:Link 1 URL" content="" />
  27. <meta name="text:Link 1" content="" />
  28. <meta name="text:Link 2 URL" content="" />
  29. <meta name="text:Link 2" content="" />
  30. <meta name="text:Link 3 URL" content="" />
  31. <meta name="text:Link 3" content="" />
  32. <meta name="text:Link 4 URL" content="" />
  33. <meta name="text:Link 4" content="" />
  34. <meta name="text:Link 5 URL" content="" />
  35. <meta name="text:Link 5" content="" />
  36.  
  37. <!-- jquery for tooltips-->
  38.  
  39.  
  40. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  41.  
  42. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  43.  
  44. <script>
  45.  
  46. (function($){
  47.  
  48. $(document).ready(function(){
  49.  
  50. $("a[title]").style_my_tooltips({
  51.  
  52. tip_follows_cursor:true,
  53.  
  54. tip_delay_time:30,
  55.  
  56. tip_fade_speed:300,
  57.  
  58. attribute:"title"
  59.  
  60. });
  61.  
  62. });
  63.  
  64. })(jQuery);
  65.  
  66. </script>
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73. <!--CSS customization here. -->
  74.  
  75. <style type="text/css">
  76.  
  77. #s-m-t-tooltip{
  78. position:absolute;
  79. margin:15px;
  80. z-index:9999;
  81. letter-spacing:2px;
  82. border:1px solid black;
  83. font-size:8px;
  84. font-family:arial;
  85. background:#ffffff;
  86. color:#000;
  87. text-transform:lowercase;
  88. padding:2px 5px 2px 5px;
  89. }
  90.  
  91. /*scrollbar*/
  92. ::-webkit-scrollbar{height: 4px;
  93. width: 8px;
  94. background-color:#ffffff}
  95. ::-webkit-scrollbar-thumb{background-color:#b2b2b2;}
  96. ::-webkit-scrollbar-track{background-color:#ffffff;}
  97.  
  98. /*basics*/
  99. blockquote {padding:2px 0 2px 20px;
  100. border-left:1px solid {color:text};
  101. margin-left:20px;
  102. }
  103.  
  104. body {
  105. background:{color:background};
  106. color:{color:text};
  107. font-family:trebuchet ms;
  108. font-size:11px;
  109. text-align:justify;
  110. margin:0;
  111. line-height:16px;}
  112.  
  113.  
  114. a {
  115. color:{color:link};
  116. text-decoration:none;
  117. }
  118.  
  119. a:hover {
  120. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  121. color:{color:link hover};
  122. }
  123.  
  124. img{opacity:1;
  125. border:none;
  126. text-decoration:none}
  127.  
  128.  
  129. small {
  130. font-size:9px;}
  131.  
  132. big {
  133. font-size:12px;}
  134.  
  135.  
  136. #title {
  137. font-size:12px;
  138. line-height:18px;
  139. font-weight:bold;
  140. margin-bottom:10px;
  141. text-transform:uppercase;
  142. text-align:left;
  143. }
  144.  
  145.  
  146. /*sidebar*/
  147. #spidey {text-align:right;
  148. position:fixed;
  149. margin-left:-275px;
  150. margin-top:50px;
  151. width:250px;
  152. }
  153.  
  154. #tonyst {
  155. font-family: 'Montserrat', sans-serif;
  156. letter-spacing:3px;
  157. line-height:110%;
  158. margin-left:0px;
  159. padding:20px 15px 20px 20px;
  160. background-color:#ffffff;
  161. border-bottom:1px solid #343434;
  162. border-right:9px solid #343434;
  163. color:{color:Blogtitle};
  164. text-align:right;
  165. text-transform:uppercase;
  166. font-size:25px;
  167. -moz-transition-duration:0.6s;
  168. -webkit-transition-duration:0.6s;
  169. -o-transition-duration:.0.6s;
  170. }
  171.  
  172. #tonyst:hover {
  173. letter-spacing:5px;
  174. -moz-transition-duration:0.6s;
  175. -webkit-transition-duration:0.6s;
  176. -o-transition-duration:.0.6s;
  177. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  178. }
  179.  
  180. #what {
  181. color:#343434;
  182. text-transform:lowercase;
  183. font-family: 'Lato', sans-serif;
  184. padding-top:16px;
  185. margin-top:0px;
  186. padding-bottom:12px;
  187. padding-right:12px;
  188. margin-bottom:20px;
  189. border-bottom:1px #343434;
  190. border-right:6px #343434;
  191. letter-spacing:1px;
  192. word-spacing:3px;
  193. text-align:right;
  194. }
  195.  
  196. .buckybear {
  197. text-transform:lowercase;
  198. font-family: 'Montserrat', sans-serif;
  199. font-weight:400;
  200. padding:10px;
  201. margin-top:-20px;
  202. border-bottom:1px #343434;
  203. border-right:6px #343434;
  204. letter-spacing:1px;
  205. word-spacing:3px;
  206. text-align:right;
  207. margin-bottom:20px;
  208. -moz-transition-duration:0.7s;
  209. -webkit-transition-duration:0.7s;
  210. -o-transition-duration:0.7s;
  211. }
  212.  
  213. .buckybear:hover {
  214. text-decoration:none;
  215. cursor: url(http://cur.cursors-4u.net/others/oth-6/oth589.cur), progress !important;
  216. box-shadow:inset 285px 0 0 #f9f9f9;
  217. -moz-transition-duration:0.7s;
  218. -webkit-transition-duration:0.7s;
  219. -o-transition-duration:0.7s;
  220. }
  221.  
  222.  
  223. /*pagination*/
  224. #pagination {
  225. margin:50px 0;
  226. text-transform:lowercase;
  227. font-weight:bold;
  228. }
  229. #pagination a {
  230. padding:0 15px;
  231. }
  232.  
  233. /*container*/
  234. #con {
  235. left:50%;
  236. margin-left:-220px;
  237. position:absolute;
  238. }
  239.  
  240.  
  241.  
  242. /*posts*/
  243.  
  244. #entries {
  245. margin-top:75px;
  246. margin-left:60px;
  247. width:500px;
  248. }
  249.  
  250.  
  251.  
  252. #posts {
  253. width:500px;
  254. {block:IndexPage}
  255. margin-bottom:75px;
  256. {/block:IndexPage}
  257. {block:PermalinkPage}
  258. margin-bottom:50px;
  259. {/block:PermalinkPage}
  260.  
  261. }
  262. #posts img {
  263. max-width:500px;
  264. }
  265.  
  266. #posts img, #posts li, #posts blockquote {max-width: 100%;}
  267. .caption {width:100%;
  268. margin-top:10px;
  269.  
  270. }
  271.  
  272. /*quote*/
  273.  
  274. #titlequote{text-align:left;
  275. font-size:14px;
  276. line-height:18px;
  277. font-weight:bold;
  278. }
  279. #source {
  280. margin-top:15px;
  281. margin-left:15px;}
  282.  
  283. /*audio*/
  284.  
  285. .player {
  286. width:25px;
  287. height:25px;
  288. margin-top:18px;
  289. position:absolute;
  290. margin-left:18px;
  291. overflow:hidden;
  292. padding:3px;
  293. }
  294.  
  295. .audioinfo {
  296. height:40px;
  297. margin-left:0px;
  298. display:block;
  299. line-height:20px;
  300. padding-top:14px;
  301. font-family:arial;
  302. padding-left:65px;
  303. padding-bottom:13px;
  304. font-size:9px;
  305. border:1px solid black;
  306. letter-spacing:0px;
  307. font-weight:400;
  308. letter-spacing:1px;
  309. text-align:left;
  310. margin-bottom:20px;
  311. }
  312.  
  313.  
  314. /*asks*/
  315. .q {margin-bottom:10px;
  316. }
  317. .as {
  318. font-weight:bold;}
  319.  
  320. .a {
  321. margin-top:10px;
  322. }
  323.  
  324.  
  325. /*chat*/
  326.  
  327. .chat ol {
  328. margin:0;
  329. padding:0;
  330. line-height:180%;
  331. list-style:none;
  332. }
  333.  
  334.  
  335. .line.odd {
  336. padding:5px 10px;
  337. background:{color:accents};
  338. color:{color:accent text};
  339. }
  340.  
  341. .line.even {
  342. padding:5px 10px;
  343. }
  344.  
  345. .label {font-weight:bold;
  346. font-size:9px;
  347. text-transform:uppercase;
  348. font-family:trebuchet ms;
  349. letter-spacing:1px;
  350. display:inline-block;
  351. }
  352.  
  353.  
  354.  
  355.  
  356. /*permalink and notes*/
  357.  
  358. #permalink {
  359. margin-top:15px;
  360. font-size:9px;
  361. text-transform:uppercase;
  362. }
  363. #permalink a {
  364. margin-right:10px;
  365. }
  366.  
  367.  
  368. .tags {
  369. word-break:break-all;
  370. font-size:9px;
  371. font-style:italic;
  372. }
  373.  
  374. .pagenotes {
  375. {block:IndexPage}
  376. display: none!important;
  377. {/block:IndexPage}
  378. width:400px;
  379. text-align:left;
  380.  
  381. }
  382. .pagenotes img {
  383. display:none!important;}
  384. .pagenotes li {
  385. list-style-type:none;
  386. padding:5px 0px;
  387. text-align:left;
  388. margin:0 0 0 -40px;
  389. }
  390.  
  391. #cr {
  392. bottom:0;
  393. right:0;
  394. font-size:10px;
  395. opacity:.8;
  396. position:fixed;
  397. padding:5px;
  398. }
  399.  
  400. #cr:hover {
  401. opacity:1;
  402. }
  403.  
  404. {CustomCSS}
  405.  
  406.  
  407. </style>
  408.  
  409.  
  410.  
  411. </head>
  412.  
  413. <body>
  414.  
  415. <div id="con">
  416.  
  417. <div id="spidey">
  418. <div id="tonyst">{Title}</div>
  419. <div id="what">{Description}</div>
  420. {block:ifLink1}<a href="{text:Link 1 URL}">
  421. <div class="buckybear">{text:Link 1}</div></a>{/block:ifLink1}
  422. {block:ifLink2}<a href="{text:Link 2 URL}">
  423. <div class="buckybear">{text:Link 2}</div></a>{/block:ifLink2}
  424. {block:ifLink3}<a href="{text:Link 3 URL}">
  425. <div class="buckybear">{text:Link 3}</div></a> {/block:ifLink3}
  426. {block:ifLink4}<a href="{text:Link 4 URL}">
  427. <div class="buckybear">{text:Link 4}</div></a> {/block:ifLink4}
  428. {block:ifLink5}<a href="{text:Link 5 URL}">
  429. <div class="buckybear">{text:Link 5}</div></a> {/block:ifLink5}
  430.  
  431. </div>
  432.  
  433.  
  434.  
  435.  
  436. <div id="entries">
  437.  
  438. {block:Posts}
  439. <div id="posts">
  440.  
  441.  
  442. {block:Quote}
  443.  
  444.  
  445. <div id="titlequote">“{Quote}”</div>
  446. {block:Source}<div id="source">&mdash; {Source}</div>{/block:Source}
  447. {/block:Quote}
  448.  
  449.  
  450.  
  451. {block:Text}
  452.  
  453. {block:Title}
  454. <div id="title">{Title}</div>{/block:Title}
  455. {Body}
  456. {/block:Text}
  457.  
  458. {block:Link}
  459. <div id="title"><a href="{URL}">{Name}</a></div>{block:Description}{Description}{/block:Description}
  460. {/block:Link}
  461.  
  462. {block:Chat}
  463. {block:Title}
  464. <h1>{Title}</h1>
  465. {/block:Title}
  466. <div class="chat">
  467. <ol>{block:Lines}
  468. <li class="line {Alt}">
  469. {block:Label}
  470. <span class="label">
  471. {Label}</span>
  472. {/block:Label}{Line}</li>
  473. {/block:Lines}
  474. </ol></div>
  475. {/block:Chat}
  476.  
  477. {block:Photo}
  478. {LinkOpenTag}<img src="{PhotoURL-500}" alt="{PhotoAlt}"/>{LinkCloseTag}
  479. {/block:Photo}
  480.  
  481. {block:Photoset}
  482. {Photoset-500}
  483. {/block:Photoset}
  484.  
  485. {block:Video}
  486. {Video-500}
  487. {/block:Video}
  488.  
  489. {block:Audio}
  490. <div class="player">{AudioPlayerWhite}</div>
  491. <div class="audioinfo">
  492. {block:TrackName}{TrackName}{/block:TrackName}{block:Artist}<br>{Artist}{/block:Artist}
  493. </div>
  494. {/block:Audio}
  495.  
  496. {block:Answer}
  497. <div class="q">
  498. <div class="as">{Asker} said: </div>
  499. {Question}</div>
  500. <div class="a">{Answer}</div>
  501. {/block:Answer}
  502.  
  503. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  504.  
  505. {block:Date}
  506. <div id="permalink">
  507. <a href="{Permalink}" title="{timeago}">{shortmonth} {dayofmonth}{dayofmonthsuffix}</a>{block:NoteCount}<a href="{Permalink}">+ {NoteCount}</a>{/block:NoteCount}{block:RebloggedFrom}<a href="{ReblogParentURL}" title="{ReblogParentName}">via</a>{block:ContentSource}<a href="{ReblogRootURL}" title="{ReblogRootName}">source</a>{/block:ContentSource}{/block:RebloggedFrom}
  508. {block:HasTags}<div class="tags">{block:Tags}<a href="{TagUrl}">#{Tag}</a>{/block:Tags}</div>{/block:HasTags}
  509. </div>
  510. {/block:Date}
  511.  
  512.  
  513.  
  514.  
  515. </div>
  516.  
  517.  
  518. {block:PostNotes}
  519. <div class="pagenotes">
  520. {PostNotes}
  521. </div>
  522. {/block:PostNotes}
  523.  
  524.  
  525. {/block:Posts}
  526.  
  527. <div id="pagination">
  528. {block:Pagination}
  529. {block:PreviousPage}
  530. <a href="{PreviousPage}">&larr; previous </a>
  531. {/block:PreviousPage}
  532.  
  533.  
  534. {block:NextPage}
  535. <a href="{NextPage}">next &rarr;</a>
  536. {/block:NextPage}
  537. {/block:Pagination}
  538. </div>
  539.  
  540.  
  541.  
  542. </div>
  543.  
  544. </div>
  545.  
  546.  
  547. {block:ContentSource}
  548. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  549. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  550. {/block:SourceLogo}
  551. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  552. {/block:ContentSource}
  553.  
  554. <div id="cr">
  555. <a href="http://hypnos.tumblr.com" title="theme by hypnos"><img src="http://static.tumblr.com/uhxkout/6panjtxcj/credit.png" height="25"></a>
  556. </div>
  557.  
  558. </body></html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement