Advertisement
ancrestas

minions

Apr 21st, 2014
304
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 11.82 KB | None | 0 0
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
  2. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  3.  
  4. <html>
  5. <head>
  6.  
  7. <meta name="image:sidebar" content=""/>
  8. <meta name="color:background" content="#FFFFFF">
  9. <meta name="color:sidebar bg" content="#000000">
  10. <meta name="color:accent" content="#FFFFFF">
  11. <meta name="color:link" content="#928f8f">
  12. <meta name="color:post links" content="#928f8f">
  13. <meta name="color:hover" content="#454545">
  14. <meta name="color:info" content="#dadada">
  15. <meta name="color:infobg" content="#dadada">
  16. <meta name="color:text" content="#9A9A9A">
  17. <meta name="color:title" content="#0a0a0a">
  18. <meta name="color:titlebg" content="#54b3a3">
  19. <meta name="text:Link 1" content="" />
  20. <meta name="text:Link 1 Text" content="" />
  21. <meta name="text:Link 2" content="" />
  22. <meta name="text:Link 2 Text" content="" />
  23. <meta name="text:Link 3" content="" />
  24. <meta name="text:Link 3 Text" content="" />
  25. <meta name="text:Link 4" content="" />
  26. <meta name="text:Link 4 Text" content="" />
  27. <meta name="text:Link 5" content="" />
  28. <meta name="text:Link 5 Text" content="" />
  29.  
  30.  
  31. <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
  32. <title>{Title}</title> {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  33. <link rel="shortcut icon" href="{Favicon}" />
  34. <link rel="alternate" type="application/rss+xml" href="{RSS}" />
  35.  
  36. <script type="text/javascript"
  37. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  38.  
  39.  
  40. <style type="text/css">
  41.  
  42. #s-m-t-tooltip {
  43. max-width:300px;
  44. padding:5px;
  45. margin:10px 0px 0px 10px;
  46. background-color:{color:titlebg};
  47. font-family:trebuchet ms;
  48. font-size:7px;
  49. letter-spacing:1px;
  50. font-style:none;
  51. text-transform:uppercase;
  52. padding-bottom:3px;
  53. color:#fff;
  54. z-index:999999999999999999999999999999999999;
  55. }
  56.  
  57. ::-webkit-scrollbar-thumb {
  58. height:auto;
  59. background-color: #555;
  60. border:1px solid #fff;
  61. }
  62.  
  63. ::-webkit-scrollbar {
  64. height:9px;
  65. width:5px;
  66. background-color: #ddd;
  67. border:2px solid #fff;
  68. }
  69.  
  70. a {
  71. text-decoration:none;
  72. color:{color:link};
  73. text-decoration:none;
  74. outline:none;
  75. -moz-outline-style:none;
  76. color:{color:Post Links};
  77. -moz-transition-duration:0.5s;
  78. -webkit-transition-duration:0.5s;
  79. -o-transition-duration:0.5s;
  80. }
  81.  
  82. a:hover {
  83. color:{color:hover};
  84. text-decoration:none;
  85. cursor: url(http://media.tumblr.com/tumblr_m2umkqvNUT1qfamg6.gif), auto;
  86. -moz-transition-duration:0.5s;
  87. -webkit-transition-duration:0.5s;
  88. -o-transition-duration:0.5s;
  89. }
  90.  
  91. body {
  92. background-color:{color:background};
  93. cursor: url(http://media.tumblr.com/tumblr_lqs4idHqTZ1qfoi4t.png), auto;
  94. margin:0px;
  95. color:{color:text};
  96. font-family:calibri;
  97. font-size:10px;
  98. line-height:100%;
  99. text-align:justify;
  100. }
  101.  
  102. h1 {
  103. font-weight:normal;
  104. font-size:10px;
  105. text-align:center;
  106. font-style:normal;
  107. line-height:80%;
  108. letter-spacing:1px;
  109. text-transform:uppercase;
  110. color:{color:text};
  111. }
  112.  
  113. h2 {
  114. font-size:21px;
  115. text-align:left;
  116. text-transform:lowercase;
  117. font-family:calibri;
  118. font-style:none;
  119. color:{color:title};
  120. letter-spacing:-2px;
  121. margin-bottom:6px
  122. }
  123.  
  124. blockquote {
  125. padding-left:5px;
  126. border-left:2px solid;
  127. }
  128.  
  129. #sidebar {
  130. width:250px;
  131. height:100px;
  132. position:fixed;
  133. margin-top:0px;
  134. margin-left:165px;
  135. }
  136.  
  137. #sidebarimage {
  138. width 250px;
  139. height:120px;
  140. margin-top:315px;
  141. position:fixed;
  142. overflow:hidden;
  143. }
  144.  
  145. #blogtitle {
  146. color:{color:Title};
  147. font-size:20px;
  148. font-family:arial;
  149. text-align:left;
  150. letter-spacing:-2px;
  151. margin-left:-30px;
  152. margin-top:-25px;
  153. font-style:none;
  154. font-weight:bold;
  155. text-transform:lowercase;
  156. padding:4px;
  157. padding-top:0px;
  158. padding-bottom:8px;
  159. padding-right:0px;
  160. position:fixed;
  161. padding-left:px;
  162. width:240px;
  163. padding-left:29px;
  164. }
  165.  
  166. .links {
  167. margin-top:7px;
  168. }
  169.  
  170. .links a {
  171. text-align:left;
  172. margin-top:2px;
  173. padding:3px 5px;
  174. font-size:10px;
  175. font-family:calibri;
  176. letter-spacing:1px;
  177. text-transform:uppercase;
  178. display:block;
  179. background-color:{color:sidebar links};
  180. border-left:4px solid {color:accent};
  181. -webkit-transition:all 0.9s ease-out;
  182. -moz-transition:all 0.9s ease-out;
  183. transition:all 0.9s ease-out;
  184. }
  185.  
  186. .links a:hover {
  187. text-align:left;
  188. background-color:{color:accent};
  189. border-left:4px solid {color:sidebar links};
  190. letter-spacing:7px;
  191. -moz-transition-duration:0.3s;
  192. -webkit-transition-duration:0.3s;
  193. -o-transition-duration:0.3s;
  194. -webkit-transition:all 0.8s ease-out;
  195. -moz-transition:all 0.8s ease-out;
  196. transition:all 0.8s ease-out;
  197. }
  198.  
  199.  
  200. #description {
  201. text-align:Justify;
  202. font-family:'calibri';
  203. text-transform:none;
  204. width:240px;
  205. margin-top:460px;
  206. font-size:10px;
  207. position:fixed;
  208. letter-spacing:0px;
  209. padding:13px;
  210. color:#999;
  211. line-height:100%;
  212. margin-left:-10px;
  213. }
  214.  
  215. #description a {
  216. color:#888;
  217. }
  218.  
  219. #description a:hover {
  220. color:#fff;
  221. }
  222.  
  223.  
  224. #pagination {
  225. width:500px;
  226. font-size:9px;
  227. text-align:center;
  228. margin-left:0px;
  229. margin-top:-43px;
  230. padding:12px;
  231. color:#000;
  232. text-transform:uppercase;
  233. font-family:calibri;
  234. letter-spacing:1px;
  235. }
  236.  
  237.  
  238. #entries {
  239. padding:14px;
  240. width:427px;
  241. margin-left:584px;
  242. margin-top:-30px;
  243. font-size:10px;
  244. font-family:'arial';
  245. letter-spacing:0px;
  246. }
  247.  
  248. #post {
  249. width:500px;
  250. padding-bottom:40px;
  251. padding:17px;
  252. margin-top:50px;
  253. border:1px solid;
  254. border-color:#fff;
  255. padding-bottom:30px;
  256. border:1px solid;
  257. border-color:#fff;
  258. }
  259.  
  260. .tags {
  261. font-family:calibri;
  262. font-size:10px;
  263. margin-top:-9px;
  264. padding-left:0px;
  265. }
  266.  
  267. .tags a, .tags a:hover {
  268. text-transform:lowercase;
  269. background:transparent;
  270. text-decoration:none;
  271. margin-left:-5px;
  272. padding:1px 2px 1px 2px;
  273. }
  274.  
  275. #askbox {
  276. height:auto;
  277. min-height:48px;
  278. width:500px;
  279. }
  280.  
  281. .askimg {
  282. background:transparent;
  283. padding:0;
  284. width:48px;
  285. height:48px;
  286. }
  287.  
  288. .askimg img {
  289. width:48px;
  290. height:48px;
  291. float:left;
  292. -webkit-border-radius:0px;
  293. -moz-border-radius:0px;
  294. border-radius:0px;
  295. }
  296.  
  297. .question {
  298. font-family:arial;
  299. font-size:10px;
  300. font-style:none;
  301. min-height:48px;
  302. margin-left:60px;
  303. margin-top:-38px;
  304. }
  305.  
  306. .asker {
  307. text-transform:none;
  308. font-weight:bold;
  309. font-size:9px;
  310. }
  311.  
  312. .answer {
  313. padding:-10px 10px 4px 10px;
  314. }
  315.  
  316. .audio {
  317. width:500px;
  318. padding-bottom:10px;
  319. background-color:{color:infobg};
  320. }
  321.  
  322. .albumart {
  323. float:left;
  324. padding:0px 10px 10px 0px;
  325. }
  326.  
  327. .albumart img {
  328. width:45px;
  329. height:45px;
  330. }
  331.  
  332. .playercontainer {
  333. text-align:left;
  334. padding:10px;
  335. background-color:#ffffff;
  336. width:480px;
  337. }
  338.  
  339. .audioinfo {
  340. padding:10px;
  341. color:{color:text};
  342. }
  343.  
  344. #info {
  345. width:500px;
  346. border-bottom:0px solid #f9f9f9;
  347. font-family:calibri;
  348. text-align:left;
  349. font-size:10px;
  350. padding-top:5px;
  351. padding-bottom:0px;
  352. text-transform:lowercase;
  353. margin-bottom:10px;
  354. line-height:90%;
  355. color:{color:info};
  356. }
  357.  
  358. #infotwo {
  359. text-align:left;
  360. width:490px;
  361. padding:0px;
  362. opacity:1;
  363. padding-top:0px;
  364. line-height:0%;
  365. color:{color:info};
  366. }
  367.  
  368. #postinfo a:hover {
  369. color:{color:hover};
  370. }
  371.  
  372. .note {
  373. text-transform:uppercase;
  374. font-style:normal;
  375. letter-spacing:0px;
  376. font-size: 9px;
  377. text-align:left;
  378. line-height:90%;
  379. margin-left:-40px;
  380. }
  381.  
  382. .note li {
  383. list-style-type:none;
  384. padding:10px 25px 10px 25px;
  385. text-align:left;
  386. margin:0px;
  387. -moz-transition-duration:0.5s;
  388. -webkit-transition-duration:0.5s;
  389. -o-transition-duration:0.5s;
  390. }
  391.  
  392. ul.chat, .chat ol, .chat li {
  393. list-style:none;
  394. margin:0px;
  395. padding:2px;
  396. }
  397.  
  398. .label {
  399. padding-right:1px;
  400. text-transform:uppercase;
  401. font-weight:bold;
  402. color:{color:link};
  403. }
  404.  
  405. .line.odd {
  406. padding:7px;
  407. margin-bottom:6px;
  408. background:#f4f4f4;
  409. }
  410.  
  411. .line.even {
  412. padding:7px;
  413. margin-bottom:6px;
  414. background:#fafafa;
  415. }
  416.  
  417. #credit {
  418. font-size:11px;
  419. bottom:0;
  420. right:0;
  421. position:fixed;
  422. text-transform:uppercase;
  423. padding:5px;
  424. }
  425.  
  426. #side {
  427. width:160px;
  428. height: 1000%;
  429. position:fixed;
  430. background:#000000;
  431. border-right:4px solid;
  432. border-color:{color:accent};
  433. margin-bottom: -10px; margin-left: -10px;
  434. }
  435.  
  436. {CustomCSS}
  437. </style>
  438. </head>
  439. <div id="side"></div>
  440. <div id="sidebar">
  441. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  442. <div id="description">
  443. <div id="blogtitle">{Title};</div>
  444. {Description}
  445.  
  446. <div class="links">
  447.  
  448. <a href="{text:Link 1}">{text:Link 1 text}</a>
  449. <a href="{text:Link 2}">{text:Link 2 text}</a>
  450. <a href="{text:Link 3}">{text:Link 3 text}</a>
  451. <a href="{text:Link 4}">{text:Link 4 text}</a>
  452. <a href="{text:Link 5}">{text:Link 5 text}</a>
  453. </div>
  454. </div>
  455.  
  456. </div>
  457.  
  458. <div id="entries">
  459. {block:Posts}
  460. <div id="post">
  461.  
  462. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  463.  
  464. {block:Quote}
  465. <h2>❝ {Quote} ❞</h2>
  466. {block:Source}
  467. <div class="source">— {Source}</div>{/block:Source}
  468. {/block:Quote}
  469.  
  470. {block:Link}
  471. <a href="{URL}"><h2>{Name}</h2></a>
  472. {block:Description}
  473. <p>{Description}</p>
  474. {/block:Description}
  475. {/block:Link}
  476.  
  477. {block:Photo}
  478. <center><img src="{PhotoURL-500}"/></center>
  479. {block:Caption}
  480. {Caption}
  481. {/block:Caption}
  482. {/block:Photo}
  483.  
  484. {block:Photoset}
  485. <center>
  486. {Photoset-500}
  487. </center>
  488. {block:Caption}
  489. {Caption}
  490. {/block:Caption}
  491. {/block:Photoset}
  492.  
  493. {block:Link}
  494. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  495. {block:Description}<blockquote>{Description}</blockquote>{/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:Video}
  514. {Video-500}
  515. {block:Caption}
  516. {Caption}
  517. {/block:Caption}
  518. {/block:Video}
  519.  
  520. {block:Answer}
  521. <div id="askbox">
  522. <div class="askimg">
  523. <a href="{AskerURL}">
  524. <img src="{AskerPortraitURL-48}" />
  525. </a></div>
  526. <div class="question">
  527. <span class="asker">
  528. {Asker}:</span><br>
  529. {Question}</div></div>
  530. <div class="answer">
  531. {Answer}</div>
  532. {/block:Answer}
  533.  
  534. {block:Audio}
  535. <div class="audio">
  536. {block:AlbumArt}
  537. <div class="albumart"><img src="{AlbumArtURL}"/></div>
  538. {/block:AlbumArt}
  539. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />
  540. {/block:TrackName}
  541. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  542. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  543. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  544. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  545.  
  546. <p>
  547.  
  548. <div id="info">{block:Date}<a href="{Permalink}">{Month} {DayOfMonth}{DayOfMonthSuffix}{/block:Date}</a> {block:NoteCount} — with <a href="{Permalink}"> {NoteCount} notes{/block:NoteCount}</a> {block:ContentSource}</a> / <a href="{SourceURL}">source</a>{/block:ContentSource} / <a href="{ReblogURL}">Reblog</a></div>
  549.  
  550. <div id="border"></div>
  551.  
  552. <div class="tags">
  553. {block:HasTags}
  554. <u>tags</u>:
  555. {block:Tags}
  556. &nbsp;<a href="{TagURL}"> {Tag}</a>
  557. {/block:Tags}
  558. {/block:HasTags}
  559. </div>
  560. </div>
  561.  
  562. {block:PostNotes}{PostNotes}{/block:PostNotes}
  563. {/block:Posts}
  564.  
  565. <br><br><br><br>
  566.  
  567. {block:Pagination}<div id="pagination">
  568. {block:PreviousPage}<a href="{PreviousPage}">back</a>&nbsp;&nbsp;{/block:PreviousPage}
  569. {block:JumpPagination length="5"}
  570. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  571. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  572. {/block:JumpPagination}
  573. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  574. </div>{/block:Pagination}
  575.  
  576. </div>
  577.  
  578. </div></div></div>
  579. <br><br><br>
  580.  
  581. </div>
  582.  
  583. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">thai</a></div>
  584.  
  585. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  586. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  587. <script>
  588. (function($){
  589. $(document).ready(function(){
  590. $("a[title]").style_my_tooltips({
  591. tip_follows_cursor:true,
  592. tip_delay_time:150,
  593. tip_fade_speed:700,
  594. attribute:"title"
  595. });
  596. });
  597. })(jQuery);
  598. </script>
  599.  
  600.  
  601. </body>
  602. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement