Advertisement
ancrestas

minions 2.0

Apr 27th, 2014
714
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 12.44 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. #updates {
  146. width: 150px ;
  147. height:120px;
  148. font-size:10px;
  149. font-family:arial;
  150. text-align:left;
  151. margin-left:250px;
  152. margin-top:-303px;
  153. font-style:none;
  154. text-transform:lowercase;
  155. position:fixed;
  156. opacity: 0;
  157. border-left:4px solid;
  158. border-color:#5AC9E1;
  159. padding-left: 5px;
  160. -webkit-transition:all 0.6s;
  161. -moz-transition:all 0.6s;
  162. -ms-transition:all 0.6s;
  163. -o-transition:all 0.6s;
  164. transition:all 0.6s;
  165. }
  166.  
  167. #sidebar:hover #updates {
  168. opacity: 1;
  169. -webkit-transition:all 0.6s;
  170. -moz-transition:all 0.6s;
  171. -ms-transition:all 0.6s;
  172. -o-transition:all 0.6s;
  173. transition:all 0.6s;
  174. }
  175.  
  176. #blogtitle {
  177. color:{color:Title};
  178. font-size:20px;
  179. font-family:arial;
  180. text-align:left;
  181. letter-spacing:-2px;
  182. margin-left:-30px;
  183. margin-top:-25px;
  184. font-style:none;
  185. font-weight:bold;
  186. text-transform:lowercase;
  187. padding:4px;
  188. padding-top:0px;
  189. padding-bottom:8px;
  190. padding-right:0px;
  191. position:fixed;
  192. padding-left:px;
  193. width:240px;
  194. padding-left:29px;
  195. }
  196.  
  197. .links {
  198. margin-top:7px;
  199. }
  200.  
  201. .links a {
  202. text-align:left;
  203. margin-top:2px;
  204. padding:3px 5px;
  205. font-size:10px;
  206. font-family:calibri;
  207. letter-spacing:1px;
  208. text-transform:uppercase;
  209. display:block;
  210. background-color:{color:sidebar links};
  211. border-left:4px solid {color:accent};
  212. -webkit-transition:all 0.9s ease-out;
  213. -moz-transition:all 0.9s ease-out;
  214. transition:all 0.9s ease-out;
  215. }
  216.  
  217. .links a:hover {
  218. text-align:left;
  219. background-color:{color:accent};
  220. border-left:4px solid {color:sidebar links};
  221. letter-spacing:7px;
  222. -moz-transition-duration:0.3s;
  223. -webkit-transition-duration:0.3s;
  224. -o-transition-duration:0.3s;
  225. -webkit-transition:all 0.8s ease-out;
  226. -moz-transition:all 0.8s ease-out;
  227. transition:all 0.8s ease-out;
  228. }
  229.  
  230.  
  231. #description {
  232. text-align:Justify;
  233. font-family:'calibri';
  234. text-transform:none;
  235. width:240px;
  236. margin-top:460px;
  237. font-size:10px;
  238. position:fixed;
  239. letter-spacing:0px;
  240. padding:13px;
  241. color:#999;
  242. line-height:100%;
  243. margin-left:-10px;
  244. }
  245.  
  246. #description a {
  247. color:#888;
  248. }
  249.  
  250. #description a:hover {
  251. color:#fff;
  252. }
  253.  
  254.  
  255. #pagination {
  256. width:500px;
  257. font-size:9px;
  258. text-align:center;
  259. margin-left:0px;
  260. margin-top:-43px;
  261. padding:12px;
  262. color:#000;
  263. text-transform:uppercase;
  264. font-family:calibri;
  265. letter-spacing:1px;
  266. }
  267.  
  268.  
  269. #entries {
  270. padding:14px;
  271. width:427px;
  272. margin-left:584px;
  273. margin-top:-30px;
  274. font-size:10px;
  275. font-family:'arial';
  276. letter-spacing:0px;
  277. }
  278.  
  279. #post {
  280. width:500px;
  281. padding-bottom:40px;
  282. padding:17px;
  283. margin-top:50px;
  284. border:1px solid;
  285. border-color:#fff;
  286. padding-bottom:30px;
  287. border:1px solid;
  288. border-color:#fff;
  289. }
  290.  
  291. .tags {
  292. font-family:calibri;
  293. font-size:10px;
  294. margin-top:-9px;
  295. padding-left:0px;
  296. }
  297.  
  298. .tags a, .tags a:hover {
  299. text-transform:lowercase;
  300. background:transparent;
  301. text-decoration:none;
  302. margin-left:-5px;
  303. padding:1px 2px 1px 2px;
  304. }
  305.  
  306. #askbox {
  307. height:auto;
  308. min-height:48px;
  309. width:500px;
  310. }
  311.  
  312. .askimg {
  313. background:transparent;
  314. padding:0;
  315. width:48px;
  316. height:48px;
  317. }
  318.  
  319. .askimg img {
  320. width:48px;
  321. height:48px;
  322. float:left;
  323. -webkit-border-radius:0px;
  324. -moz-border-radius:0px;
  325. border-radius:0px;
  326. }
  327.  
  328. .question {
  329. font-family:arial;
  330. font-size:10px;
  331. font-style:none;
  332. min-height:48px;
  333. margin-left:60px;
  334. margin-top:-38px;
  335. }
  336.  
  337. .asker {
  338. text-transform:none;
  339. font-weight:bold;
  340. font-size:9px;
  341. }
  342.  
  343. .answer {
  344. padding:-10px 10px 4px 10px;
  345. }
  346.  
  347. .audio {
  348. width:500px;
  349. padding-bottom:10px;
  350. background-color:{color:infobg};
  351. }
  352.  
  353. .albumart {
  354. float:left;
  355. padding:0px 10px 10px 0px;
  356. }
  357.  
  358. .albumart img {
  359. width:45px;
  360. height:45px;
  361. }
  362.  
  363. .playercontainer {
  364. text-align:left;
  365. padding:10px;
  366. background-color:#ffffff;
  367. width:480px;
  368. }
  369.  
  370. .audioinfo {
  371. padding:10px;
  372. color:{color:text};
  373. }
  374.  
  375. #info {
  376. width:500px;
  377. border-bottom:0px solid #f9f9f9;
  378. font-family:calibri;
  379. text-align:left;
  380. font-size:10px;
  381. padding-top:5px;
  382. padding-bottom:0px;
  383. text-transform:lowercase;
  384. margin-bottom:10px;
  385. line-height:90%;
  386. color:{color:info};
  387. }
  388.  
  389. #infotwo {
  390. text-align:left;
  391. width:490px;
  392. padding:0px;
  393. opacity:1;
  394. padding-top:0px;
  395. line-height:0%;
  396. color:{color:info};
  397. }
  398.  
  399. #postinfo a:hover {
  400. color:{color:hover};
  401. }
  402.  
  403. .note {
  404. text-transform:uppercase;
  405. font-style:normal;
  406. letter-spacing:0px;
  407. font-size: 9px;
  408. text-align:left;
  409. line-height:90%;
  410. margin-left:-40px;
  411. }
  412.  
  413. .note li {
  414. list-style-type:none;
  415. padding:10px 25px 10px 25px;
  416. text-align:left;
  417. margin:0px;
  418. -moz-transition-duration:0.5s;
  419. -webkit-transition-duration:0.5s;
  420. -o-transition-duration:0.5s;
  421. }
  422.  
  423. ul.chat, .chat ol, .chat li {
  424. list-style:none;
  425. margin:0px;
  426. padding:2px;
  427. }
  428.  
  429. .label {
  430. padding-right:1px;
  431. text-transform:uppercase;
  432. font-weight:bold;
  433. color:{color:link};
  434. }
  435.  
  436. .line.odd {
  437. padding:7px;
  438. margin-bottom:6px;
  439. background:#f4f4f4;
  440. }
  441.  
  442. .line.even {
  443. padding:7px;
  444. margin-bottom:6px;
  445. background:#fafafa;
  446. }
  447.  
  448. #credit {
  449. font-size:11px;
  450. bottom:0;
  451. right:0;
  452. position:fixed;
  453. text-transform:uppercase;
  454. padding:5px;
  455. }
  456.  
  457. #side {
  458. width:160px;
  459. height: 1000%;
  460. position:fixed;
  461. background:#000000;
  462. border-right:4px solid;
  463. border-color:{color:accent};
  464. margin-bottom: -10px; margin-left: -10px;
  465. }
  466.  
  467. {CustomCSS}
  468. </style>
  469. </head>
  470. <div id="side"></div>
  471. <div id="sidebar">
  472. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  473. <div id="description">
  474. <div id="blogtitle">{Title};</div>
  475. {Description}
  476.  
  477. <div class="links">
  478.  
  479. <a href="{text:Link 1}">{text:Link 1 text}</a>
  480. <a href="{text:Link 2}">{text:Link 2 text}</a>
  481. <a href="{text:Link 3}">{text:Link 3 text}</a>
  482. <a href="{text:Link 4}">{text:Link 4 text}</a>
  483. <a href="{text:Link 5}">{text:Link 5 text}</a>
  484. <div id="updates">write your updates here</div>
  485. </div>
  486. </div>
  487.  
  488. </div>
  489.  
  490. <div id="entries">
  491. {block:Posts}
  492. <div id="post">
  493.  
  494. {block:Text}<h2>{block:Title}{Title}{/block:Title}</h2>{Body}{/block:Text}
  495.  
  496. {block:Quote}
  497. <h2>❝ {Quote} ❞</h2>
  498. {block:Source}
  499. <div class="source">— {Source}</div>{/block:Source}
  500. {/block:Quote}
  501.  
  502. {block:Link}
  503. <a href="{URL}"><h2>{Name}</h2></a>
  504. {block:Description}
  505. <p>{Description}</p>
  506. {/block:Description}
  507. {/block:Link}
  508.  
  509. {block:Photo}
  510. <center><img src="{PhotoURL-500}"/></center>
  511. {block:Caption}
  512. {Caption}
  513. {/block:Caption}
  514. {/block:Photo}
  515.  
  516. {block:Photoset}
  517. <center>
  518. {Photoset-500}
  519. </center>
  520. {block:Caption}
  521. {Caption}
  522. {/block:Caption}
  523. {/block:Photoset}
  524.  
  525. {block:Link}
  526. <h1><a href="{URL}" {Target}>{Name}</a></h1>
  527. {block:Description}<blockquote>{Description}</blockquote>{/block:Description}
  528. {/block:Link}
  529.  
  530. {block:Chat}
  531. {block:Title}
  532. <h1>{Title}</h1>
  533. {/block:Title}
  534. <div class="chat">
  535. <ol>{block:Lines}
  536. <li class="line {Alt}">
  537. {block:Label}
  538. <span class="label">
  539. {Label}</span>
  540. {/block:Label}{Line}</li>
  541. {/block:Lines}
  542. </ol></div>
  543. {/block:Chat}
  544.  
  545. {block:Video}
  546. {Video-500}
  547. {block:Caption}
  548. {Caption}
  549. {/block:Caption}
  550. {/block:Video}
  551.  
  552. {block:Answer}
  553. <div id="askbox">
  554. <div class="askimg">
  555. <a href="{AskerURL}">
  556. <img src="{AskerPortraitURL-48}" />
  557. </a></div>
  558. <div class="question">
  559. <span class="asker">
  560. {Asker}:</span><br>
  561. {Question}</div></div>
  562. <div class="answer">
  563. {Answer}</div>
  564. {/block:Answer}
  565.  
  566. {block:Audio}
  567. <div class="audio">
  568. {block:AlbumArt}
  569. <div class="albumart"><img src="{AlbumArtURL}"/></div>
  570. {/block:AlbumArt}
  571. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />
  572. {/block:TrackName}
  573. {block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  574. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  575. <br><div class="playercontainer">{AudioPlayerWhite}</div></div>
  576. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  577.  
  578. <p>
  579.  
  580. <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>
  581.  
  582. <div id="border"></div>
  583.  
  584. <div class="tags">
  585. {block:HasTags}
  586. <u>tags</u>:
  587. {block:Tags}
  588. &nbsp;<a href="{TagURL}"> {Tag}</a>
  589. {/block:Tags}
  590. {/block:HasTags}
  591. </div>
  592. </div>
  593.  
  594. {block:PostNotes}{PostNotes}{/block:PostNotes}
  595. {/block:Posts}
  596.  
  597. <br><br><br><br>
  598.  
  599. {block:Pagination}<div id="pagination">
  600. {block:PreviousPage}<a href="{PreviousPage}">back</a>&nbsp;&nbsp;{/block:PreviousPage}
  601. {block:JumpPagination length="5"}
  602. {block:CurrentPage}<span class="current_page">{PageNumber}</span>&nbsp;&nbsp;{/block:CurrentPage}
  603. {block:JumpPage}<a class="jump_page" href="{URL}">{PageNumber}</a>&nbsp;&nbsp;{/block:JumpPage}
  604. {/block:JumpPagination}
  605. {block:NextPage}<a href="{NextPage}">next</a>{/block:NextPage}
  606. </div>{/block:Pagination}
  607.  
  608. </div>
  609.  
  610. </div></div></div>
  611. <br><br><br>
  612.  
  613. </div>
  614.  
  615. <div id="credit"><a href="http://mathewsdaddario.tumblr.com/" title="thai's themes">thai</a></div>
  616.  
  617. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  618. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  619. <script>
  620. (function($){
  621. $(document).ready(function(){
  622. $("a[title]").style_my_tooltips({
  623. tip_follows_cursor:true,
  624. tip_delay_time:150,
  625. tip_fade_speed:700,
  626. attribute:"title"
  627. });
  628. });
  629. })(jQuery);
  630. </script>
  631.  
  632.  
  633. </body>
  634. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement