Advertisement
hypnohs

Geistesblitz

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