Advertisement
hypnohs

Stimmen

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