dansmilth

Hold Me Down

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