helloyesplease

Schätze

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