Advertisement
Guest User

Untitled

a guest
Jan 19th, 2017
85
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.98 KB | None | 0 0
  1.  
  2. <head>
  3. <title>{Title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}
  7. <meta name="description" content="{MetaDescription}" />
  8. {/block:Description}
  9.  
  10.  
  11. <meta name="image:side" content="">
  12. <meta name="image:Background" content=""/>
  13.  
  14. <meta name="color:Background" content="#ffffff"/>
  15. <meta name="color:Content Background" content="#ffffff"/>
  16. <meta name="color:Text" content="#000000"/>
  17. <meta name="color:Links" content="#444444"/>
  18. <meta name="color:Hover" content="#000000"/>
  19. <meta name="color:Borders" content="#eeeeee"/>
  20.  
  21. <meta name="text:Link One Title" content="" />
  22. <meta name="text:Link One" content="" />
  23. <meta name="text:Link Two Title" content="" />
  24. <meta name="text:Link Two" content="" />
  25. <meta name="text:Link Three Title" content="" />
  26. <meta name="text:Link Three" content="" />
  27. <meta name="text:Link Four Title" content="" />
  28. <meta name="text:Link Four" content="" />
  29. <meta name="text:Link Five Title" content="" />
  30. <meta name="text:Link Five" content="" />
  31.  
  32. <style type="text/css">
  33.  
  34. body {
  35. margin:0px;
  36. background:{color:background};
  37. font-family: tahoma;
  38. font-size:11px;
  39. line-height:140%;
  40. color: {color:text};
  41. }
  42.  
  43. a {
  44. color:{color:link};
  45. }
  46.  
  47. a:hover{
  48. color:{color:hover};
  49. -webkit-transition-duration: .3s;
  50. -moz-transition-duration: .3s;
  51. -o-transition-duration: .3s;
  52. }
  53.  
  54. ::-webkit-scrollbar-thumb{
  55. background:#555;
  56. border:3px solid #fff;
  57. height:auto;
  58. }
  59.  
  60. ::-webkit-scrollbar{
  61. height:auto;
  62. width:11px;
  63. background:#555;
  64. border:5px solid #fff;
  65. }
  66.  
  67. #wrapper{
  68. width:600px;
  69. margin:50px auto;
  70. }
  71.  
  72. #content{
  73. width:315px;
  74. margin-left:100px;
  75. overflow:hidden;
  76. }
  77.  
  78. #sidebar {
  79. color:{color:sidebartext};
  80. margin-top:100px;
  81. width:120px;
  82. margin-left:-100px;
  83. text-align:center;
  84. position:fixed;
  85. background:#fff;
  86. padding:14px 17px 14px 17px;
  87. border:1px solid {color:borders};
  88. }
  89.  
  90. #sidebar img {
  91. margin-left:0px;
  92. margin-top:2px;
  93. width:{text:sidebarsize}px;
  94. }
  95.  
  96. .post{
  97. width:250px;
  98. margin:0 0 60px 0;
  99. overflow:hidden;
  100. padding:30px;
  101. background:#fff;
  102. }
  103.  
  104. #sidebar img, .post img{
  105. max-width:100%;
  106. }
  107.  
  108. #notes {
  109. padding:2px 2px 2px 2px;
  110. text-align:left;
  111. margin-left:-0px;
  112. width:244px;
  113. font-size:11.5px;
  114. }
  115.  
  116. .media{
  117. margin:0 0 10px 0;
  118. }
  119.  
  120. .title{
  121. font-weight:normal;
  122. font-size:18px;
  123. margin:0 0 10px 0;
  124. }
  125.  
  126. .quote{
  127. font-weight:normal;
  128. font-size:16px;
  129. font-style:italic;
  130. margin:0 0 10px 0;
  131. }
  132.  
  133. .question{
  134. margin-bottom:10px;
  135. }
  136.  
  137. .post blockquote{
  138. margin:0 0 0px 5px;
  139. border-left: solid 2px {color:blockquote};
  140. padding-left: 10px;
  141. }
  142.  
  143. .caption blockquote {
  144. {block:IndexPage}
  145. display:none;
  146. {/block:IndexPage}
  147. border-left:none;
  148. margin:auto;
  149. padding-left:0px;
  150. margin-top:-3px;
  151. }
  152.  
  153. #audio {
  154. width:100%;
  155. height:50px;
  156. margin-bottom:10px;
  157. display:block;
  158. }
  159.  
  160. /*
  161. post footers - date, tags, via and source
  162. */
  163. .post .footer{
  164. margin:0;
  165. text-align:left;
  166. }
  167.  
  168. /*
  169. post notes
  170. */
  171. ol.notes{
  172. max-height:250px;
  173. overflow-y:scroll;
  174. }
  175.  
  176. /*-- tooltips --*/
  177.  
  178. #s-m-t-tooltip {
  179. color:{color:text};
  180. background-color:#fafafa;
  181. border:1px solid #eee;
  182. font-size:calc({select:font size} - 2px);
  183. font-family:{select:font}, helvetica, sans-serif;
  184. letter-spacing:0.5px;
  185. text-transform:uppercase;
  186. text-align:center;
  187. position:absolute;
  188. padding:0px 5px 0px 5px;
  189. margin-top:30px;
  190. z-index:99999999!important;
  191. }
  192.  
  193. /*-- tumblr controls --*/
  194.  
  195. .tmblr-iframe--desktop-logged-in-controls, #tumblr_controls {
  196. white-space:nowrap;
  197. -webkit-filter: invert(100%);
  198. -moz-filter: invert(100%);
  199. -o-filter: invert(100%);
  200. -ms-filter: invert(100%);
  201. filter: invert(100%);
  202. position:fixed;
  203. margin-top:10px;
  204. margin-right:10px;
  205. padding-right:30px;
  206. opacity:0;
  207. transition: opacity 0.6s ease-in-out;
  208. -moz-transition: opacity 0.6s ease-in-out;
  209. -webkit-transition: opacity 0.6s ease-in-out;
  210. z-index:99999999999999!important;
  211. }
  212.  
  213. .tmblr-iframe--desktop-logged-in-controls:hover, #tumblr_controls:hover {
  214. opacity:0.2;
  215. }
  216.  
  217. /*-- lightbox --*/
  218.  
  219. #tumblr_lightbox, .tmblr-lightbox {
  220. background-color:{color:background}!important;
  221. z-index:999999!important;
  222. }
  223.  
  224. #vignette, .vignette { opacity:0; }
  225.  
  226. #tumblr_lightbox img, .lightbox-image {
  227. box-shadow:none!important;
  228. border-radius:0!important;
  229. }
  230.  
  231. #tumblr_lightbox_caption, .lightbox-caption { visibility:hidden; }
  232.  
  233.  
  234.  
  235.  
  236. {CustomCSS}
  237. </style>
  238.  
  239. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  240. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  241. <script>
  242. (function($){
  243. $(document).ready(function(){
  244. $("a[title]").style_my_tooltips({
  245. tip_follows_cursor:true,
  246. tip_delay_time:0,
  247. tip_fade_speed:0,
  248. attribute:"title"
  249. });
  250. });
  251. })(jQuery);
  252. </script>
  253.  
  254.  
  255. <script type="text/javascript" src="http://codysherman.tumblr.com/tools/infinite-scrolling/code"></script>
  256.  
  257. <script type="text/javascript"
  258. src="http://static.tumblr.com/q0etgkr/EIBmz7s0p/infinitescrolling.js" ></script>
  259.  
  260.  
  261. </head>
  262.  
  263. <body>
  264.  
  265. <div id="wrapper">
  266.  
  267.  
  268. <div id="sidebar">
  269. <a href="/"><img src="{image:side}"></a>
  270.  
  271.  
  272. <div style="padding:5px;margin-top:-2px;">{Description}</div>
  273.  
  274. <a href="{text:Link One}">{text:Link One Title}</a>
  275. <a href="{text:Link Two}">{text:Link Two Title}</a>
  276. <a href="{text:Link Three}">{text:Link Three Title}</a>
  277. <a href="{text:Link Four}">{text:Link Four Title}</a>
  278. <a href="{text:Link Five}">{text:Link Five Title}</a>
  279.  
  280. </div>
  281.  
  282.  
  283. <div id="content">
  284. {block:Posts}
  285.  
  286. <div class="post">
  287.  
  288. {block:Text}
  289. {block:Title}
  290. <div class="title">{Title}</div>
  291. {/block:Title}
  292. {Body}
  293. {/block:Text}
  294.  
  295. {block:Photo}{block:PermalinkPage}{LinkOpenTag}{/block:PermalinkPage}<img src="{PhotoURL-HighRes}">{block:PermalinkPage}{LinkCloseTag}{/block:PermalinkPage}{block:PermalinkPage}
  296. {block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:PermalinkPage}
  297. {/block:Photo}
  298.  
  299. {block:Photoset}<div style="width:100%;opacity:1.0;margin:0 0 -1px 0;">{Photoset}</div>{block:Caption}<div class="cap">{Caption}</div>{/block:Caption}{/block:Photoset}
  300.  
  301. {block:Quote}
  302. <div class="quote">"{Quote}"</div>
  303. {block:Source}
  304. <div class="quotesource">{Source}</div>
  305. {/block:Source}
  306. {/block:Quote}
  307.  
  308. {block:Link}
  309. <div class="title"><a href="{URL}">{Name}</a></div>
  310. {block:Description}
  311. <div class="description">{Description}</div>
  312. {/block:Description}
  313. {/block:Link}
  314.  
  315. {block:Chat}
  316. {block:Title}
  317. <div class="title">{Title}</div>
  318. {/block:Title}
  319.  
  320. {block:Lines}
  321. <div class="{Alt} user_{UserNumber}">
  322. {block:Label}
  323. <b>{Label}</b>{/block:Label}
  324. &nbsp;{Line}
  325. </div>
  326. {/block:Lines}
  327. {/block:Chat}
  328.  
  329. {block:Video}
  330. <div class="media">{Video-250}</div>
  331. {block:Caption}<div class="caption">{Caption}</div>{/block:Caption}
  332. {/block:Video}
  333.  
  334. {block:Audio}
  335. {block:AudioPlayer}
  336. {AudioPlayer}
  337. {block:AudioPlayer}
  338. <div style="padding-bottom:5px;"><i>
  339. {block:TrackName}
  340. {TrackName}
  341. {/block:TrackName}</i> /
  342. {block:Artist}
  343. {Artist}
  344. {/block:Artist}</div>
  345. {/block:Audio}
  346.  
  347. {block:Answer}
  348. <div class="question">{Asker}: {Question}</div>
  349. <div class="caption">{Answer}</div>
  350. {/block:Answer}
  351.  
  352. {block:Date}
  353. <div class="footer">
  354. <div id="notes" style="margin-top:3px;text-align:right;"><a href="{Permalink}">
  355. {block:NoteCount}{NoteCountWithLabel}{/block:NoteCount}</a>
  356. </div>
  357. </div>
  358.  
  359. {block:PermalinkPage}
  360. {block:NoteCount}
  361. {block:PostNotes}{PostNotes}{/block:PostNotes}
  362. {/block:NoteCount}
  363. {block:HasTags}<br>{block:Tags}<a href="{TagURL}">#{Tag}</a> {/block:Tags}{/block:HasTags}
  364. {/block:PermalinkPage}
  365. {/block:Date}
  366.  
  367. </div>
  368. {/block:Posts}
  369.  
  370. {block:ContentSource}
  371. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  372. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  373. {/block:SourceLogo}
  374. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  375. {/block:ContentSource}
  376.  
  377. <!--{block:NoRebloggedFrom}{block:RebloggedFrom}{ReblogParentName}{/block:RebloggedFrom}{/block:NoRebloggedFrom} -->
  378.  
  379. {block:ifdashboardcaptions}
  380. <script>
  381. $(document).ready(function(){
  382. $('.posts').unnest({
  383. yourCaption: ".c",
  384. wrapName: ".tumblr_parent",
  385. newCaptionUsername: true,
  386. originalPostCaptionUsername: false,
  387. tumblrAvatars: true,
  388. tumblrAvatarClass: ".tumblr_avatar",
  389. usernameColon: true
  390. });
  391. });
  392. </script>
  393. {/block:ifdashboardcaptions}
  394.  
  395. <!-- tooltips script -->
  396. <script src="http://static.tumblr.com/rzl30kg/eAxm7a751/jquery.style-my-tooltips.js"></script>
  397.  
  398. <script type="text/javascript">
  399.  
  400. //tooltips
  401. (function($){
  402. $(document).ready(function(){
  403. $("[title]").style_my_tooltips({
  404. tip_follows_cursor:true,
  405. tip_delay_time:200,
  406. tip_fade_speed:300
  407. });
  408. });
  409. })(jQuery);
  410.  
  411. //scroll to top
  412.  
  413. $(window).scroll(function() {
  414. if ( $(window).scrollTop() > 100 ) {
  415. $('.st').fadeIn('slow');
  416. } else {
  417. $('.st').fadeOut('slow');
  418. }
  419. });
  420. $('.st').click(function() {
  421. $('html, body').animate({scrollTop: 0}, 700);
  422. return false;
  423. });
  424.  
  425.  
  426. </script>
  427.  
  428. </body>
  429. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement