Advertisement
mrsmilicevic

friction

Feb 18th, 2015
14,565
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.80 KB | None | 0 0
  1. <!DOCTYPE html>
  2. <head><title>{Title}</title>
  3. <link rel="shortcut icon" href="{Favicon}">
  4. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  5. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  6.  
  7.  
  8. <!-----------theme 12. friction by mrsthemes@tumblr
  9. edit if you want but don't steal or remove credit------------>
  10.  
  11.  
  12. <!--------default variables-------->
  13. <meta name="color:background" content="#ffffff"/>
  14. <meta name="color:text" content="#5a5a5a"/>
  15. <meta name="color:links" content="#5b5b5b"/>
  16. <meta name="color:links hover" content="#c9c9c9"/>
  17. <meta name="color:sidetitle" content="#333333"/>
  18. <meta name="color:sbar links hover" content="#333333"/>
  19. <meta name="color:links bg" content="#f8f8f8">
  20. <meta name="color:scrollbar bg" content="#ffffff"/>
  21. <meta name="color:scrollbar" content="#eeeeee">
  22. <meta name="color:borders" content="#eeeeee">
  23. <meta name="color:post info" content="#fafafa">
  24.  
  25. <meta name="image:sidebar image" content=""/>
  26. <meta name="image:background image" content=""/>
  27.  
  28. <meta name="text:link 1 title" content="link">
  29. <meta name="text:link 1" content=" ">
  30. <meta name="text:link 2 title" content="link">
  31. <meta name="text:link 2" content=" ">
  32. <meta name="text:link 3 title" content="link">
  33. <meta name="text:link 3" content=" ">
  34.  
  35.  
  36. <meta name="if:show link 1" content="1" />
  37. <meta name="if:show link 2" content="1" />
  38. <meta name="if:show link 3" content="1" />
  39. <meta name="if:show sidebar image" content="1" />
  40. <meta name="if:show reblog button" content="1" />
  41. <meta name="if:endless scrolling" content="0" />
  42. <meta name="if:400px" content="0" />
  43.  
  44.  
  45. <!-------------------------------------------------------------------->
  46.  
  47. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  48. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  49. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  50. <script>
  51. (function($){
  52. $(document).ready(function(){
  53. $("[title]").style_my_tooltips({
  54. tip_follows_cursor:true,
  55. tip_delay_time:200,
  56. tip_fade_speed:300
  57. });
  58. });
  59. })(jQuery);
  60. </script>
  61.  
  62.  
  63. <!-------------------------------------------------------------------->
  64.  
  65. {block:IfEndlessScrolling}
  66. <script type="text/javascript" src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js"></script>
  67. {/block:IfEndlessScrolling}
  68.  
  69.  
  70. <style type="text/css">
  71.  
  72. /*----------tooltips---------*/
  73.  
  74. #s-m-t-tooltip {
  75. max-width:300px;
  76. margin:15px;
  77. padding:5px;
  78. background:#ffffff;
  79. color:{color:text};
  80. z-index:999999;
  81. font-size:8px;
  82. font-style:none;
  83. letter-spacing:1px;
  84. font-family:arial;
  85. text-transform:lowercase;
  86. box-shadow:1px 1px 3px rgba(0,0,0,.0);
  87. }
  88.  
  89.  
  90. /*----------scrollbar---------*/
  91.  
  92. ::-webkit-scrollbar {
  93. background-color: {color:scrollbar bg};
  94. height:8px;
  95. width:5px
  96. }
  97.  
  98. ::-webkit-scrollbar-thumb:vertical {
  99. background-color:{color:scrollbar};
  100. height:50px
  101. }
  102.  
  103. ::-webkit-scrollbar-thumb:horizontal {
  104. background-color:{color:scrollbar bg};
  105. height:8px!important
  106. }
  107.  
  108.  
  109. /*----------basics---------*/
  110.  
  111. body {
  112. background:{color:background} url({image:background image}) repeat right top fixed;
  113. color:{color:text};
  114. font-family:arial;
  115. line-height:15px;
  116. font-size:10px;
  117. margin:0;
  118. text-align:left;
  119. }
  120.  
  121. blockquote {
  122. padding:0px 0px 0px 15px;
  123. border-left:1px solid;
  124. border-color:{color:borders};
  125. margin:8px;
  126. }
  127.  
  128. a {
  129. color:{color:links};
  130. text-decoration:none;
  131. }
  132.  
  133. a:hover {
  134. text-decoration:none;
  135. color: {color:links hover};
  136. -webkit-transition:all 0.5s;
  137. -moz-transition:all 0.5s;
  138. -ms-transition:all 0.5s;
  139. -o-transition:all 0.5s;
  140. transition:all 0.5s;
  141. }
  142.  
  143. img {
  144. opacity:1;
  145. text-decoration:none;
  146. }
  147.  
  148. h1 {
  149. font-size:11px;
  150. font-weight:bold;
  151. text-align:center;
  152. }
  153.  
  154.  
  155. /*----------posts---------*/
  156.  
  157. .container {
  158. left:50%;
  159. position:absolute;
  160. }
  161.  
  162. .posts {
  163. {block:IndexPage}
  164. margin-bottom:120px;
  165. {/block:IndexPage}
  166. {block:PermalinkPage}
  167. margin-bottom:40px;
  168. {/block:PermalinkPage}
  169. {block:IfNot400px}
  170. width:500px;
  171. {/block:IfNot400px}
  172. {block:If400px}
  173. width:400px;
  174. {/block:If400px}
  175. }
  176.  
  177. .entries {
  178. margin-left:-60px;
  179. width:500px;
  180. margin-top:80px;
  181. margin-bottom:50px;
  182. }
  183.  
  184. .posts img, .posts li, .posts blockquote {
  185. max-width: 100%;
  186. }
  187.  
  188. .posts li {
  189. list-style: square;
  190. }
  191.  
  192. blockquote img {
  193. max-width:320px!important;
  194. }
  195.  
  196. .caption {
  197. padding:8px;
  198. }
  199.  
  200.  
  201. /*----------post info---------*/
  202.  
  203. .info {
  204. background:{color:post info};
  205. padding:20px 10px 15px 10px;
  206. text-transform:lowercase;
  207. font-size:9px;
  208. letter-spacing:0px;
  209. margin-top:15px;
  210. text-align:center;
  211. }
  212.  
  213. .tags {
  214. background:{color:post info};
  215. margin-top:-30px;
  216. padding:20px 20px 20px 20px;
  217. font-size:9px;
  218. letter-spacing:0px;
  219. font-style:none;
  220. text-align:center;
  221. font-style:none;
  222. }
  223.  
  224. .tags a {
  225. margin-right:8px;
  226. }
  227.  
  228.  
  229. /*----------post notes---------*/
  230.  
  231. ol.notes {
  232. padding: 0px;
  233. margin: 45px 0px;
  234. font-size:9px;
  235. {block:If400px}
  236. width:400px;
  237. {/block:If400px}
  238. {block:IfNot400px}
  239. width:500px;
  240. {/block:IfNot400px}
  241. list-style: none;
  242. border-bottom: solid 1px #f5f5f5;
  243. }
  244.  
  245. ol.notes li.note {
  246. border-top: solid 1px #f5f5f5;
  247. padding: 10px;
  248. list-style: none;
  249. }
  250.  
  251. ol.notes li.note img.avatar {
  252. vertical-align: -4px;
  253. margin-right: 10px;
  254. width: 16px;
  255. height: 16px;
  256. border-radius:0%;
  257. }
  258.  
  259. ol.notes li.note span.action {
  260. font-weight: lighter;
  261. }
  262.  
  263. ol.notes li.note .answer_content {
  264. font-weight: normal;
  265. }
  266.  
  267. ol.notes li.note blockquote {
  268. border-color: {color:borders};
  269. padding: 4px 10px;
  270. margin: 10px 0px 0px 25px;
  271. }
  272.  
  273. ol.notes li.note blockquote a {
  274. text-decoration: none;
  275. }
  276.  
  277. .pagenotes {
  278. text-align:left;
  279. }
  280.  
  281. /*----------sidebar---------*/
  282.  
  283. .sidebar {
  284. position:fixed;
  285. width:150px;
  286. margin-left:-400px;
  287. {block:IfShowSidebarImage}
  288. top:160px;
  289. {/block:IfShowSidebarImage}
  290. {block:IfNotShowSidebarImage}
  291. top:230px;
  292. {/block:IfNotShowSidebarImage}
  293. }
  294.  
  295. .sidebarimage {
  296. width:140px;
  297. }
  298.  
  299. .sidebarimage img {
  300. width:140px;
  301. }
  302.  
  303. .sidetitle {
  304. margin-top:10px;
  305. font-size:12px;
  306. text-transform:uppercase;
  307. font-weight:bold;
  308. width:150px;
  309. text-align:left;
  310. color:{color:sidetitle};
  311. }
  312.  
  313. .description {
  314. width:150px;
  315. text-align:left;
  316. margin-top:5px;
  317. font-size:9px;
  318. }
  319.  
  320. .links {
  321. width:150px;
  322. margin-top:10px;
  323. margin-left:-5px;
  324. font-size:9px;
  325. color:{color:links};
  326. background:transparent;
  327. }
  328.  
  329. .links a {
  330. color:{color:links};
  331. padding:5px 5px 5px 5px;
  332. border-bottom:1px solid {color:borders};
  333. width:140px;
  334. text-align:left;
  335. text-transform:lowercase;
  336. display:block;
  337. background-image: linear-gradient(to left, transparent,transparent 50%, {color:links bg} 50%,{color:links bg});
  338. background-position: 100% 0;
  339. background-size: 200% 100%;
  340. transition: all .4s ease-in;
  341. }
  342.  
  343. .links a:hover {
  344. background-position: 0 0;
  345. color:{color:sbar links hover};
  346. }
  347.  
  348. .pagination {
  349. {block:IfNot400px}
  350. width:480px;
  351. {/block:IfNot400px}
  352. {block:If400px}
  353. width:380px;
  354. {/block:If400px}
  355. padding:10px;
  356. text-align:right;
  357. text-transform:lowercase;
  358. font-size:9px;
  359. word-spacing:5px;
  360. margin-top:-80px;
  361. z-index:999999;
  362. }
  363.  
  364.  
  365. /*----------quotes---------*/
  366.  
  367. .quote {
  368. font-size:14px;
  369. line-height:150%;
  370. padding:0px;
  371. margin-top:-10px;
  372. font-style:italic;
  373. text-align:center;
  374. }
  375.  
  376. .quotesource {
  377. margin-top:7px;
  378. font-size:9px;
  379. text-transform:uppercase;
  380. letter-spacing:1px;
  381. text-align:center;
  382. }
  383.  
  384.  
  385. /*----------chat---------*/
  386.  
  387. .chat {
  388. line-height:15px;
  389. list-style:none;
  390. margin-left:-3px;
  391. }
  392.  
  393. .line.odd {
  394. background:#fafafa;
  395. margin-bottom:2px;
  396. padding:8px;
  397. list-style:none;
  398. font-size:10px;
  399. }
  400.  
  401. .line.even {
  402. background:#ffffff;
  403. margin-bottom:2px;
  404. padding:8px;
  405. list-style:none;
  406. font-size:10px;
  407. }
  408.  
  409. .label {
  410. padding-right:1px;
  411. text-transform:uppercase;
  412. font-weight:bold;
  413. color:{color:links};
  414. }
  415.  
  416.  
  417. /*----------questions---------*/
  418.  
  419. .question {
  420. padding:5px 5px 10px 5px;
  421. font-style:none;
  422. text-align:justify;
  423. z-index:1;
  424. border-bottom:1px solid {color:borders};
  425. }
  426.  
  427. .asker {
  428. text-transform:uppercase;
  429. font-size:8px;
  430. letter-spacing:0.5px;
  431. }
  432.  
  433. .answer {
  434. margin-left:2px;
  435. padding:5px;
  436. margin-top:-10px;
  437. margin-bottom:-5px;
  438. }
  439.  
  440. /*----------audio---------*/
  441.  
  442. .newplayerbutton {
  443. position: relative;
  444. width: 30px;
  445. height: 30px;
  446. overflow: hidden;
  447. }
  448.  
  449. .playerbuttonhug {
  450. position: absolute;
  451. top: -2px;
  452. left: 8px;
  453. }
  454.  
  455. .tumblr_audio_player {
  456. border: none;
  457. padding: 0px;
  458. margin: 0px;
  459. height: 50px;
  460. width: 500px;
  461. }
  462.  
  463. .playerbuttonbg {
  464. position: absolute;
  465. left: 10px;
  466. top: 10px;
  467. width: 46px;
  468. height: 46px;
  469. background-color: #e4e4e4;
  470. padding: 10px;
  471. -webkit-border-radius: 0px;
  472. -moz-border-radius: 0px;
  473. border-radius: 0px;
  474. opacity: 0;
  475. filter: alpha(opacity=40);
  476. -moz-opacity: 0.4;
  477. -khtml-opacity: 0.4;
  478. transition: opacity .7s ease-in-out;
  479. -moz-transition: opacity .7s ease-in-out;
  480. -webkit-transition: opacity .7s ease-in-out;
  481. }
  482.  
  483. .playerbuttonbg:hover {
  484. opacity: 1;
  485. filter: alpha(opacity=100);
  486. -moz-opacity: 1;
  487. -khtml-opacity: 1;
  488. }
  489.  
  490. .audioimgwrapper {
  491. position: absolute;
  492. left: 0px;
  493. top: 0px;
  494. -webkit-border-radius: 50px;
  495. -moz-border-radius: 50px;
  496. border-radius: 0px;
  497. overflow: hidden;
  498. width: 65px;
  499. height: 65px;
  500. background:#fff;
  501. padding:10px 10px 10px 10px;
  502. border:1px solid #eeeeee;
  503. }
  504.  
  505. .audioimgwrapper img {
  506. width:100%;
  507. height:auto;
  508. -webkit-border-radius:50px;
  509. -moz-border-radius:50px;
  510. border-radius:0px;
  511. }
  512.  
  513. .trackdetails {
  514. {block:If400px}
  515. width:280px;
  516. {/block:If400px}
  517. {block:IfNot400px}
  518. width:380px;
  519. {/block:IfNot400px}
  520. display:inline-block;
  521. margin-left:84px;
  522. min-height:62px;
  523. font-size:9px;
  524. letter-spacing:0.5px;
  525. text-transform:lowercase;
  526. line-height:20px;
  527. padding:13px 10px 10px 20px;
  528. background-color:transparent;
  529. border:1px solid {color:borders};
  530. }
  531.  
  532. .audiowrapper {
  533. position: relative;
  534. display:inline-block;
  535. }
  536.  
  537. .acaption {
  538. margin-top:15px;
  539. }
  540.  
  541. /*----------credit---------*/
  542.  
  543. .credit {
  544. font-size:9px;
  545. position:fixed;
  546. font-weight:bold;
  547. bottom:10px;
  548. right:15px;
  549. z-index:10;
  550. text-align:right;
  551. letter-spacing:1px;
  552. }
  553.  
  554. .credit a {
  555. color:{color:links};
  556. text-decoration:none;
  557. }
  558.  
  559. .credit a:hover {
  560. color:{color:links hover};
  561. text-decoration:none;
  562. }
  563.  
  564.  
  565. </style>
  566. </head>
  567.  
  568. <body>
  569. <div class="container">
  570.  
  571. <div class="credit">
  572. <a title="theme" href="http://mrsthemes.tumblr.com/" target="_blank">M</a></div>
  573.  
  574.  
  575. <div class="sidebar">
  576.  
  577. {block:IfShowSidebarImage}
  578. <div class="sidebarimage">
  579. <a href="/"><img src="{image:sidebar image}">
  580. </a></div>
  581. {/block:IfShowSidebarImage}
  582.  
  583. <div class="sidetitle">{Title}</div>
  584.  
  585. <div class="description">{Description}</div>
  586.  
  587. <div class="links">
  588. <a href="/">index</a>
  589. <a href="/ask">message</a>
  590. {block:IfShowLink1}<a href="{text:link 1}">{text:link 1 title}</a>{/block:IfShowLink1}
  591. {block:IfShowLink2}<a href="{text:link 2}">{text:link 2 title}</a>{/block:IfShowLink2}
  592. {block:IfShowLink3}<a href="{text:link 3}">{text:link 3 title}</a>{/block:IfShowLink3}
  593. </div>
  594.  
  595.  
  596. </div>
  597.  
  598. {block:IfEndlessScrolling}
  599. <div class="autopagerize_page_element">
  600. {/block:IfEndlessScrolling}
  601.  
  602. <div class="entries">
  603. {block:Posts}
  604. <div class="posts">
  605.  
  606. {block:Text}
  607. <h1>{block:Title}{Title}{/block:Title}</h1>
  608. <div class="caption">{Body}</div>{/block:Text}
  609.  
  610.  
  611.  
  612. {block:Photo}{block:IfNot400px}{LinkOpenTag}<img src="{PhotoURL-500}">{LinkCloseTag}{/block:IfNot400px}{block:If400px}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{/block:If400px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photo}
  613.  
  614.  
  615. {block:Photoset}{block:IfNot400px}{Photoset-500}{/block:IfNot400px}{block:If400px}{Photoset-400}{/block:If400px}{block:Caption}<div class="caption">{Caption}</div>{/block:Caption}{/block:Photoset}
  616.  
  617.  
  618. {block:Quote}
  619. <div class="quote">"{Quote}"</div>
  620. {block:Source}<div class="quotesource"> — {Source}</div>
  621. {/block:Source}{/block:Quote}
  622.  
  623.  
  624. {block:Link}
  625. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  626. {block:Description}{Description}{/block:Description}
  627. {/block:Link}
  628.  
  629.  
  630. {block:Chat}
  631. {block:Title}<h1>{Title}</h1>{/block:Title} <div class="chat"> {block:Lines} <li class="line {Alt}"> {block:Label} <span class="label"> {Label}</span> {/block:Label}{Line}</li> {/block:Lines}</div>
  632. {/block:Chat}
  633.  
  634.  
  635. {block:Audio}{block:AudioPlayer}
  636. <div class="audiowrapper">
  637. {block:AlbumArt}
  638. <div class="audioimgwrapper"><img src="{AlbumArtURL}"></div>
  639. {/block:AlbumArt}
  640.  
  641. <div class="playerbuttonbg">
  642. <div class="newplayerbutton">
  643. <div class="playerbuttonhug">
  644. {AudioPlayerGrey}
  645. </div></div></div>
  646.  
  647. <div class="trackdetails">
  648. {block:TrackName}<b>TRACK:</b> {TrackName}{/block:TrackName}<br/>
  649. {block:Artist}<b>ARTIST:</b> {Artist}{/block:Artist}<br/>
  650. <b>PLAYS:</b> {FormattedPlayCount}</div></div>
  651. {/block:AudioPlayer}
  652. {block:Caption}{Caption}{/block:Caption}
  653. {/block:Audio}
  654.  
  655.  
  656. {block:Video}
  657. {block:IfNot400px}{Video-500}{/block:IfNot400px}
  658. {block:If400px}{Video-400}{/block:If400px}
  659. {block:Caption}<div class="caption">{Caption}</div>
  660. {/block:Caption}
  661. {/block:Video}
  662.  
  663.  
  664. {block:Answer}
  665. <div class="question">
  666. <div class="asker"><b>{Asker} said:</b></div>
  667. {Question}</div><br>
  668. <div class="answer">
  669. {Answer}</div>
  670. {/block:Answer}
  671.  
  672.  
  673. <div class="info">
  674. {block:Date}
  675. <b><a href="{Permalink}">{DayOfMonthWithZero}.{MonthNumberWithZero}.{ShortYear}</b></a>
  676. {/block:Date}
  677.  
  678. &nbsp;&nbsp;
  679. <a href="{Permalink}">(+{NoteCount})</a>
  680. &nbsp;&nbsp;
  681.  
  682. {block:RebloggedFrom}
  683. <a href="{ReblogParentURL}" title="{ReblogParenttitle}">via &nbsp;&nbsp;</a>
  684. {block:ContentSource}
  685. <a href="{ReblogRootURL}" "{ReblogRootName}" title="{ReblogRoottitle}"> source &nbsp;&nbsp;</a>
  686. {/block:ContentSource}
  687. {/block:RebloggedFrom}
  688.  
  689. {block:IfShowReblogButton}
  690. <a href="{ReblogURL}" target="_blank" class="details"> reblog</a>
  691. {/block:IfShowReblogButton}
  692. </div>
  693.  
  694.  
  695. {block:HasTags}
  696. <div class="tags">
  697. {block:Tags}
  698. <a href="{TagURL}">{Tag}</a>
  699. {/block:Tags}
  700. </div>
  701. {/block:HasTags}
  702.  
  703.  
  704.  
  705. </div>
  706.  
  707.  
  708. {block:PostNotes}
  709. {PostNotes}
  710. {/block:PostNotes}
  711.  
  712.  
  713. {/block:Posts}
  714.  
  715. {block:IfNotEndlessScrolling}
  716. {block:Pagination}
  717. <div class="pagination">
  718. {block:PreviousPage}
  719. <a href="{PreviousPage}">&lsaquo; back</a>
  720. {/block:PreviousPage}{block:JumpPagination length="5"}{block:CurrentPage}
  721. <span class="current_page">{PageNumber}</span>
  722. {/block:CurrentPage}{block:JumpPage}
  723. <a class="jump_page" href="{URL}">{PageNumber}</a>
  724. {/block:JumpPage}{/block:JumpPagination}{block:NextPage}
  725. <a href="{NextPage}">forth &rsaquo;</a>
  726. {/block:NextPage}</div>{/block:Pagination}
  727. {/block:IfNotEndlessScrolling}
  728.  
  729.  
  730. {block:ContentSource}
  731. <!---{SourceURL}{block:SourceLogo}<img src=”{BlackLogoURL}”
  732. width=”{LogoWidth}” height=”{LogoHeight}” alt=”{SourceTitle}” />
  733. {/block:SourceLogo}
  734. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} --->
  735. {/block:ContentSource}{block:ReblogParent}{/block:ReblogParent}
  736.  
  737.  
  738. </body>
  739.  
  740. </div></div></div></div></div></div></div></div></div></div></div>
  741. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement