dansmilth

Too Good

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