helloyesplease

Stimmen - White Version

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