Advertisement
sniprwolfs

Mettaton NEO Theme

Mar 14th, 2016
125
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 36.66 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. <head><title>{title}</title>
  4. <link rel="shortcut icon" href="{Favicon}">
  5. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  6. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  7.  
  8. <!---- this is theme 41 by Hollywhood
  9. please don't remove the credit
  10. thank you
  11. --->
  12.  
  13. <meta name="color:Background" content="#ffffff"/>
  14. <meta name="color:Text" content="#9B9B9B"/>
  15. <meta name="color:Link" content="#b8b8b8"/>
  16. <meta name="color:scrollbar" content="#999999">
  17. <meta name="color:title" content="#999999">
  18. <meta name="color:Link Hover" content="#eeeeee"/>
  19.  
  20. <meta name="image:sidebar" content=""/>
  21. <meta name="text:sidebartitle" content="">
  22.  
  23. <meta name="text:link 1" content="Link 1"/>
  24. <meta name="text:link 1 url" content="/"/>
  25. <meta name="text:link 2" content="Link 2"/>
  26. <meta name="text:link 2 url" content="/"/>
  27. <meta name="text:link 3" content="Link 3"/>
  28. <meta name="text:link 3 url" content="/"/>
  29. <meta name="text:link 4" content="Link 4"/>
  30. <meta name="text:link 4 url" content="/"/>
  31. <meta name="text:link 5" content="Link 5"/>
  32. <meta name="text:link 5 url" content="/"/>
  33.  
  34. <!-- popup -->
  35.  
  36. <script type="text/javascript" src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  37. <script>
  38. $(document).ready(function() {
  39. //
  40. $('a.poplight[href^=#]').click(function() {
  41. var popID = $(this).attr('rel'); //Get Popup Name
  42. var popURL = $(this).attr('href'); //Get Popup href to define size
  43. var query= popURL.split('?');
  44. var dim= query[1].split('&');
  45. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  46. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  47. var popMargTop = ($('#' + popID).height() + 80) / 2;
  48. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  49. //Apply Margin to Popup
  50. $('#' + popID).css({
  51. 'margin-top' : -popMargTop,
  52. 'margin-left' : -popMargLeft
  53. });
  54. $('body').append('<div id="fade"></div>');
  55. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  56. return false;
  57. });
  58. $('a.close, #fade').live('click', function() {
  59. $('#fade , .popup_block').fadeOut(function() {
  60. $('#fade, a.close').remove(); //fade them both out
  61. });
  62. return false;
  63. });
  64. });
  65. </script>
  66.  
  67. <!-- pop up end -->
  68.  
  69.  
  70.  
  71. <style type="text/css">
  72.  
  73. /*edit scrollbar*/
  74.  
  75. ::-webkit-scrollbar-thumb {
  76. height:auto;
  77. background-color:transparent;
  78. }
  79.  
  80. ::-webkit-scrollbar {
  81. height:3px;
  82. width:2px;
  83. padding-right:2px;
  84. }
  85.  
  86. /* this sets background and keeps it static/full page */
  87.  
  88.  
  89.  
  90. /*edit the body this is what post text looks like, background color, etc.*/
  91.  
  92. body {
  93. background:#000000;
  94. background-image: url(http://i.imgur.com/FU13Toh.png);
  95. background-position:top left;
  96. background-repeat:no-repeat;
  97. font-family: 'Keep Calm', cursive;
  98. margin:0px;
  99. color:#c6c6c6;
  100. font-size:20px;
  101. text-shadow: 1px 1px 1px #373f42;
  102. line-height:100%;
  103. text-align:left;
  104. text-transform:none;
  105. }
  106. body img {
  107. max-width:100%;
  108.  
  109. }
  110.  
  111. img {-webkit-filter: grayscale(100%);}
  112. img {-webkit-transition-duration: .90s;}
  113. img:hover {-webkit-filter: grayscale(100%);}
  114.  
  115. b, strong {
  116. font-weight: bold;
  117. color:#602628;
  118. font-family: 'Intro';
  119. text-shadow:2px 2px 1px #290a0b;
  120. font-size:17px;
  121. }
  122.  
  123. i, em {
  124. text-transform: italic;
  125. text-shadow:0px 0px 3px #290a0b;
  126. color:#602628;
  127. letter-spacing:1px;
  128. font-family: 'Grand Hotel', cursive;
  129. font-size:19px;
  130. }
  131.  
  132. /*edit links*/
  133.  
  134. a {
  135. text-decoration:none;
  136. outline:none;
  137. -moz-outline-style:none;
  138. color:#290a0b;
  139. text-shadow: 0px 0px 4px #321314;
  140. font-family:'Keep Calm';
  141. -moz-transition-duration:0.8s;
  142. -webkit-transition-duration:0.8s;
  143. -o-transition-duration:0.8s;
  144. }
  145.  
  146. /*edit link hover*/
  147.  
  148. a:hover {
  149. color:#575757;
  150. outline:none;
  151. -moz-outline-style:none;
  152. text-decoration:none;
  153. }
  154.  
  155. pre {
  156. font-family: 'Lemon/Milk';
  157. text-transform: italic;
  158. font-size:30px;
  159. font-weight:bold;
  160. box-shadow: 3px 3px 3px #282828;
  161. text-shadow: 0px 0px 2px white;
  162. letter-spacing:2px;
  163. color:#fff;
  164. padding:1px;
  165. border: dotted white 1px;
  166. background-color:transparent;
  167. background-image: url('http://i.imgur.com/FAI3ksR.png');
  168. width:80%;
  169. white-space:pre-wrap;
  170. word-wrap:break-word;
  171. }
  172.  
  173.  
  174. img {
  175. border:none;
  176. }
  177.  
  178. img:hover{
  179. -webkit-transition: opacity 0.4s linear;
  180. opacity: .5;
  181. }
  182.  
  183. blockquote {
  184. padding-left:15px;
  185. border-left:3px solid #414141;
  186. border-radius: 15px;
  187. margin-left:15px;
  188. }
  189.  
  190. blockquote blockquote {
  191. padding-left:8px;
  192. border-left:3px solid #414141;
  193. border-radius:10px;
  194. }
  195.  
  196. h1 {
  197. font-size:20px;
  198. text-align:right;
  199. font-family:'8-bit Operator+';
  200. letter-spacing:1px;
  201. color:#602628;
  202. text-shadow:1px 1px 1px #290a0b;
  203. }
  204.  
  205. h2 {
  206. font-size:20px;
  207. text-align:center;
  208. font-family:'8-bit Operator+';v
  209. letter-spacing:1px;
  210. text-shadow:1px 1px 1px #290a0b;
  211. color:#602628;
  212. }
  213. /* extra text settings */
  214.  
  215. small {
  216. font-size:12px;}
  217.  
  218. big {
  219. font-size:12px;}
  220.  
  221. pre {
  222. white-space: pre-wrap;
  223. white-space: -moz-pre-wrap;
  224. white-space: -pre-wrap;
  225. white-space: -o-pre-wrap;
  226. word-wrap: break-word;
  227. }
  228.  
  229. /* this is the positioning of the whole entire sidebar*/
  230.  
  231. #sidebar {
  232. width:250px;
  233. position:fixed;
  234. margin-left:235px;
  235. margin-top:365px;
  236. }
  237.  
  238. /*sidebar title*/
  239.  
  240. #title {
  241. color:#000000;
  242. font-family:calibri;
  243. font-size:16px;
  244. text-transform:uppercase;
  245. font-weight:bold;
  246. letter-spacing:0px;
  247. padding:4px;
  248. margin-top:-20px;
  249. margin-left:-14px;
  250. position:fixed;
  251. text-align:left;
  252. }
  253.  
  254. /*sidebar image*/
  255.  
  256. #sidebarimage {
  257. position:fixed;
  258. width:250px;
  259. }
  260.  
  261. /*the actual sidebar image*/
  262.  
  263. #sidebarimage img {
  264. width:250px;
  265. margin-left:21px;
  266. margin-top:-200px;
  267. border-radius:150px;
  268. -moz-border-radius:150px;
  269. -webkit-border-radius:150px;
  270. opacity:.9;
  271. }
  272.  
  273. /*sidebar links*/
  274.  
  275. #links1 {
  276. -ms-transform: rotate(10deg);
  277. -webkit-transform: rotate(10deg);
  278. transform: rotate(-20deg);
  279. color: transparent;
  280. text-shadow: #fff 0 0 4px;
  281. text-decoration:none;
  282. display:block;
  283. position:bottom;
  284. font-family:calibri;
  285. width:1px;
  286. margin-top:300px;
  287. margin-left:64px;
  288. font-size:90px;
  289. font-style:normal;
  290. letter-spacing:0px;
  291. text-transform:uppercase;
  292. text-align:left;
  293. }
  294.  
  295. #links1 a{
  296. display:block;
  297. font-style:normal;
  298. padding-right:5px;
  299. color:#724444;
  300. text-shadow: #290a0b 0px 0px 5px;
  301. text-decoration:none;
  302. -moz-transition-duration:.7s;
  303. -webkit-transition-duration:.7s;
  304. -o-transition-duration:.7s;
  305. }
  306.  
  307. #links1 a:hover {
  308. color: transparent;
  309. text-shadow: #290a0b 0 0 5px;
  310. text-decoration:none;
  311. background:transparent;
  312. letter-spacing:2px;
  313. font-style:normal;
  314. width:1px;
  315. -moz-transition-duration:0.7s;
  316. -webkit-transition-duration:0.7s;
  317. -o-transition-duration:0.7s;
  318. -ms-transform: rotate(0deg);
  319. -webkit-transform: rotate(0deg);
  320. transform: rotate(0deg);
  321. }
  322.  
  323.  
  324. #links2 {
  325. -ms-transform: rotate(10deg);
  326. -webkit-transform: rotate(10deg);
  327. transform: rotate(-20deg);
  328. color: transparent;
  329. text-shadow: #fff 0 0 4px;
  330. text-decoration:none;
  331. display:block;
  332. position:fixed;
  333. font-family:calibri;
  334. width:1px;
  335. margin-top:-130px;
  336. margin-left:70px;
  337. font-size:90px;
  338. font-style:normal;
  339. letter-spacing:0px;
  340. text-transform:uppercase;
  341. text-align:left;
  342. }
  343.  
  344. #links2 a{
  345. display:block;
  346. font-style:normal;
  347. padding-right:5px;
  348. color:#724444;
  349. text-shadow: #290a0b 0px 0px 5px;
  350. text-decoration:none;
  351. -moz-transition-duration:.7s;
  352. -webkit-transition-duration:.7s;
  353. -o-transition-duration:.7s;
  354. }
  355.  
  356. #links2 a:hover {
  357. color: transparent;
  358. text-shadow: #290a0b 0 0 5px;
  359. text-decoration:none;
  360. background:transparent;
  361. letter-spacing:2px;
  362. font-style:normal;
  363. width:1px;
  364. -moz-transition-duration:0.7s;
  365. -webkit-transition-duration:0.7s;
  366. -o-transition-duration:0.7s;
  367. -ms-transform: rotate(0deg);
  368. -webkit-transform: rotate(0deg);
  369. transform: rotate(0deg);
  370. }
  371.  
  372.  
  373. #links3 {
  374. -ms-transform: rotate(10deg);
  375. -webkit-transform: rotate(10deg);
  376. transform: rotate(-15deg);
  377. color: transparent;
  378. text-shadow: #fff 0 0 4px;
  379. text-decoration:none;
  380. display:block;
  381. position:fixed;
  382. font-family:calibri;
  383. width:1px;
  384. margin-top:-225px;
  385. margin-left:140px;
  386. font-size:90px;
  387. font-style:normal;
  388. letter-spacing:0px;
  389. text-transform:uppercase;
  390. text-align:left;
  391. }
  392.  
  393. #links3 a{
  394. display:block;
  395. font-style:normal;
  396. padding-right:5px;
  397. color:#724444;
  398. text-shadow: #290a0b 0px 0px 5px;
  399. text-decoration:none;
  400. -moz-transition-duration:.7s;
  401. -webkit-transition-duration:.7s;
  402. -o-transition-duration:.7s;
  403. }
  404.  
  405. #links3 a:hover {
  406. color: transparent;
  407. text-shadow: #290a0b 0 0 5px;
  408. text-decoration:none;
  409. background:transparent;
  410. letter-spacing:2px;
  411. font-style:normal;
  412. width:1px;
  413. -moz-transition-duration:0.7s;
  414. -webkit-transition-duration:0.7s;
  415. -o-transition-duration:0.7s;
  416. -ms-transform: rotate(0deg);
  417. -webkit-transform: rotate(0deg);
  418. transform: rotate(0deg);
  419. }
  420.  
  421.  
  422. #links4 {
  423. -ms-transform: rotate(20deg);
  424. -webkit-transform: rotate(20deg);
  425. transform: rotate(10deg);
  426. color: transparent;
  427. text-shadow: #fff 0 0 4px;
  428. text-decoration:none;
  429. display:block;
  430. position:fixed;
  431. font-family:calibri;
  432. width:1px;
  433. margin-top:-250px;
  434. margin-left:310px;
  435. font-size:90px;
  436. font-style:normal;
  437. letter-spacing:0px;
  438. text-transform:uppercase;
  439. text-align:left;
  440. }
  441.  
  442. #links4 a{
  443. display:block;
  444. font-style:normal;
  445. padding-right:5px;
  446. color:#724444;
  447. text-shadow: #290a0b 0px 0px 5px;
  448. text-decoration:none;
  449. -moz-transition-duration:.7s;
  450. -webkit-transition-duration:.7s;
  451. -o-transition-duration:.7s;
  452. }
  453.  
  454. #links4 a:hover {
  455. color: transparent;
  456. text-shadow: #290a0b 0 0 5px;
  457. text-decoration:none;
  458. background:transparent;
  459. letter-spacing:2px;
  460. font-style:normal;
  461. width:1px;
  462. -moz-transition-duration:0.7s;
  463. -webkit-transition-duration:0.7s;
  464. -o-transition-duration:0.7s;
  465. -ms-transform: rotate(0deg);
  466. -webkit-transform: rotate(0deg);
  467. transform: rotate(0deg);
  468. }
  469.  
  470.  
  471. #links5 {
  472. -ms-transform: rotate(-5deg);
  473. -webkit-transform: rotate(-5deg);
  474. transform: rotate(25deg);
  475. color: transparent;
  476. text-shadow: #fff 0 0 4px;
  477. text-decoration:none;
  478. display:block;
  479. position:fixed;
  480. font-family:calibri;
  481. width:1px;
  482. margin-top:-175px;
  483. margin-left:455px;
  484. font-size:90px;
  485. font-style:normal;
  486. letter-spacing:0px;
  487. text-transform:uppercase;
  488. text-align:left;
  489. }
  490.  
  491. #links5 a{
  492. display:block;
  493. font-style:normal;
  494. padding-right:5px;
  495. color:#724444;
  496. text-shadow:#290a0b 0px 0px 5px;
  497. text-decoration:none;
  498. -moz-transition-duration:.7s;
  499. -webkit-transition-duration:.7s;
  500. -o-transition-duration:.7s;
  501. }
  502.  
  503. #links5 a:hover {
  504. color: transparent;
  505. text-shadow: #290a0b 0 0 5px;
  506. text-decoration:none;
  507. background:transparent;
  508. letter-spacing:2px;
  509. font-style:normal;
  510. width:1px;
  511. -moz-transition-duration:0.7s;
  512. -webkit-transition-duration:0.7s;
  513. -o-transition-duration:0.7s;
  514. -ms-transform: rotate(0deg);
  515. -webkit-transform: rotate(0deg);
  516. transform: rotate(0deg);
  517. }
  518.  
  519.  
  520. #links6 {
  521. -ms-transform: rotate(-15deg);
  522. -webkit-transform: rotate(-15deg);
  523. transform: rotate(-15deg);
  524. color: transparent;
  525. text-shadow: #fff 0 0 4px;
  526. text-decoration:none;
  527. display:block;
  528. position:fixed;
  529. font-family:calibri;
  530. width:1px;
  531. margin-top:90px;
  532. margin-left:410px;;
  533. font-size:20px;
  534. font-style:normal;
  535. letter-spacing:0px;
  536. text-transform:uppercase;
  537. text-align:left;
  538. }
  539.  
  540. #links6 a{
  541. display:block;
  542. font-style:normal;
  543. padding-right:5px;
  544. color:#724444;
  545. text-shadow:#290a0b 0px 0px 7px;
  546. text-decoration:none;
  547. -moz-transition-duration:.7s;
  548. -webkit-transition-duration:.7s;
  549. -o-transition-duration:.7s;
  550. }
  551.  
  552. #links6 a:hover {
  553. color: transparent;
  554. text-shadow: #290a0b 0 0 5px;
  555. text-decoration:none;
  556. background:transparent;
  557. letter-spacing:2px;
  558. font-style:normal;
  559. width:1px;
  560. -moz-transition-duration:0.7s;
  561. -webkit-transition-duration:0.7s;
  562. -o-transition-duration:0.7s;
  563. -ms-transform: rotate(0deg);
  564. -webkit-transform: rotate(0deg);
  565. transform: rotate(0deg);
  566. }
  567.  
  568.  
  569. #links7 {
  570. -ms-transform: rotate(-15deg);
  571. -webkit-transform: rotate(-15deg);
  572. transform: rotate(20deg);
  573. color: transparent;
  574. text-shadow: #fff 0 0 4px;
  575. text-decoration:none;
  576. display:block;
  577. position:fixed;
  578. font-family:calibri;
  579. width:1px;
  580. margin-top:-65px;
  581. margin-left:460px;;
  582. font-size:90px;
  583. font-style:normal;
  584. letter-spacing:0px;
  585. text-transform:uppercase;
  586. text-align:left;
  587. }
  588.  
  589. #links7 a{
  590. display:block;
  591. font-style:normal;
  592. padding-right:5px;
  593. color:#724444;
  594. text-shadow:#290a0b 0px 0px 7px;
  595. text-decoration:none;
  596. -moz-transition-duration:.7s;
  597. -webkit-transition-duration:.7s;
  598. -o-transition-duration:.7s;
  599. }
  600.  
  601. #links7 a:hover {
  602. color: transparent;
  603. text-shadow: #290a0b 0 0 5px;
  604. text-decoration:none;
  605. background:transparent;
  606. letter-spacing:2px;
  607. font-style:normal;
  608. width:1px;
  609. -moz-transition-duration:0.7s;
  610. -webkit-transition-duration:0.7s;
  611. -o-transition-duration:0.7s;
  612. -ms-transform: rotate(0deg);
  613. -webkit-transform: rotate(0deg);
  614. transform: rotate(0deg);
  615.  
  616. }
  617.  
  618.  
  619.  
  620. /* this is the box that comes up when you hover over something with a title*/
  621.  
  622. #s-m-t-tooltip {
  623. margin:-10px 0 0 10px;
  624. display:none;
  625. text-align:left;
  626. position:absolute;
  627. letter-spacing:2px;
  628. text-transform:uppercase;
  629. font-family:calibri;
  630. font-size:8px;
  631. max-width:200px;
  632. z-index:999;
  633. padding:2px 3px;
  634. line-height:12px;
  635. border:1px dotted #fff;
  636. color:#ffffff;
  637. background: #484a48;
  638. background-image: url('http://i.imgur.com/uKWGva6.png');
  639. -webkit-transition-duration: 1.0s;
  640.  
  641. }
  642.  
  643. /*next page and previous page*/
  644.  
  645. #pagination {
  646. margin-left: 220px;
  647. margin-top: 590px;
  648. width:62px;
  649. position: relative;
  650. text-align: center;
  651. letter-spacing:1px;
  652. text-transform: uppercase;
  653. font-family: 'Lemon/Milk';
  654. font-weight:400;
  655. font-size: 10px;
  656. }
  657.  
  658.  
  659. #pagination a {
  660. padding: 0px;
  661. color:#b3b3b3;
  662. }
  663.  
  664. #pagination a:hover {
  665. color:transparent;
  666. }
  667.  
  668. #pcontainer {
  669. width:310px;
  670. height:350px;
  671. padding: 10px;
  672. top:200px;
  673. left:655px;
  674. margin: auto;
  675. position:fixed;
  676. overflow-y:scroll;
  677. overflow-x:hidden;
  678. border-radius:0px;
  679. -moz-border-radius:0px;
  680. -webkit-border-radius:0px;
  681. }
  682.  
  683. #entries {
  684. padding:5px;
  685. width:310px;
  686. margin-bottom: -20px;
  687. }
  688.  
  689. #post {
  690. width:310px;
  691. margin-left:-7px;
  692. padding-bottom:5px;
  693. background:none;
  694. text-align:left;
  695. }
  696.  
  697. #post:hover{
  698. -webkit-filter:none;
  699. -webkit-transition: all 0.5s ease-in-out;
  700. }
  701.  
  702.  
  703. /*time posted, note count, via and source*/
  704.  
  705. #info {
  706. font-family: 'VT323',serif ;
  707. width:300px;
  708. margin-top:0px;
  709. padding-top:4px;
  710. margin-left:auto;
  711. margin-right:auto;
  712. padding-BOTTOM:1px;
  713. font-size:14px;
  714. text-transform:uppercase;
  715. letter-spacing:1px;
  716. font-style:normal;
  717. text-align:center;
  718. padding:4px;
  719. background:url("http://i.imgur.com/Qnqz1wj.png");
  720. BORDER:2px solid {color:info border};
  721. -moz-transition-duration:0.2s;
  722. -webkit-transition-duration:0.2s;
  723. -o-transition-duration:0.2s;
  724. }
  725.  
  726. #info a {
  727. font-size:15px;
  728. color:#321314;
  729. text-shadow: 0px 0px 3px {color:info link shadow};
  730. padding:5px;
  731. font-style:normal;
  732. }
  733.  
  734. #info a:hover {
  735. color:{color:info hover};
  736. -webkit-filter: blur(3px);
  737. -moz-transition-duration:0.2s;
  738. -webkit-transition-duration:0.2s;
  739. -o-transition-duration:0.2s;
  740.  
  741.  
  742.  
  743.  
  744. }
  745.  
  746. /*tags*/
  747.  
  748. .tags {
  749. font-family:'8-bit Operator+';
  750. font-style:normal;
  751. width:310px;
  752. text-transform:italic;
  753. text-shadow:2px 2px 1px #575757;
  754. color:#575757;
  755. line-height:100%;
  756. font-size:11px;
  757. text-align:center;
  758. padding-top:0px;
  759. -moz-transition-duration:0.2s;
  760. -webkit-transition-duration:0.2s;
  761. -o-transition-duration:0.2s;
  762. }
  763.  
  764. #post .tags {
  765. opacity:0;
  766. -moz-transition-duration:1s;
  767. -webkit-transition-duration:1s;
  768. -o-transition-duration:1s;
  769. }
  770.  
  771. #post:hover .tags {
  772. width:310px;
  773. opacity:1;
  774. -moz-transition-duration:1s;
  775. -webkit-transition-duration:1s;
  776. -o-transition-duration:1s;
  777.  
  778. }
  779.  
  780. .postnote {
  781. width:310px;
  782. font-family: 'Keep Calm', cursive;
  783. margin:0px;
  784. color:#c6c6c6;
  785. font-size:12px;
  786. text-shadow: 1px 1px 1px #373f42;
  787. line-height:100%;
  788. text-align:left;
  789. text-transform:none;
  790. }
  791.  
  792. /*asks*/
  793.  
  794. #question {
  795. font-size:15px;
  796. font-style:none;
  797. font-family:'Allura';
  798. letter-spacing:0px;
  799. line-height:15px;
  800. text-align:center;
  801. padding-top: 1px;
  802. padding-bottom: 1px;
  803. text-transform:none;
  804. padding-left:0px;
  805. background-image: url('http://i.imgur.com/1JxPmP0.png');
  806. box-shadow: 3px 3px 3px #282828;
  807. border-top:1px solid #cecece;
  808. border-bottom:double #cecece;
  809. border-radius:0px;
  810. color:#fff;
  811. text-shadow: 2px 2px 1px #000;
  812. }
  813.  
  814. #question a{
  815. color:#fff;
  816. text-shadow:1px 1px 3px #fff;
  817. font-size: 30px;
  818. font-family:'Lemon/Milk';
  819. text-transform:lowercase;
  820. text-decoration: none;
  821. }
  822.  
  823. #question a:hover{
  824. color: transparent;
  825. text-shadow: 0 0 5px rgba(0,0,0,0.5);
  826. }
  827.  
  828. #question img {
  829. float:left;
  830. margin-top:0px;
  831. margin-right:15px;
  832. max-height:40px;
  833. border-radius:38px;
  834. -moz-border-radius:38px;
  835. -webkit-border-radius:38px;
  836. }
  837.  
  838. #answer {
  839. line-height:10px;
  840. padding-top:10px;
  841. }
  842.  
  843. #answer img {
  844. max-height:100%;
  845. border:none;
  846. border-radius:none;
  847. }
  848.  
  849. /*audio player container*/
  850.  
  851. .playercontainer {
  852. text-align:left;
  853. padding:10px;
  854. padding-left:0px;
  855. background-color:#fff;
  856. width:290px;
  857. }
  858.  
  859. /*artist, song, etc.*/
  860.  
  861. .musicinfo {
  862. padding-top:7px;
  863. padding-left:50px;
  864. color:#000;
  865. text-align:justify;
  866. }
  867.  
  868. /*credit. only change this if you actually make the code your own*/
  869.  
  870. #credit {
  871. position:fixed;
  872. font-size:12px;
  873. color:#3b689e;
  874. font-weight:bold;
  875. line-height:150%;
  876. letter-spacing:2px;
  877. left:10px;
  878. bottom:10px;
  879. text-transform:uppercase;
  880. text-shadow:2px 2px 1px #000;
  881. text-align:center;
  882. }
  883.  
  884. #credit a {
  885. letter-spacing: 0px;
  886. padding:3px;
  887. color:#575757;
  888. text-shadow:1px 1px 1px #000;
  889. }
  890.  
  891. #credit a:hover {
  892. background:none;
  893. color:transparent;
  894. }
  895.  
  896. /*----------------------------------------
  897. Update Tab #1 (CSS Left) by Incedo
  898. http://incedothemes.tumblr.com
  899. Please do not remove the credit.
  900. Instructions @ http://incedothenes.tumblr.com/tab
  901. Updated 8/7/14
  902. ------------------------------------------*/
  903.  
  904. #updatetab {
  905. font-family: helvetica; /*this is the font*/
  906. color: #a7a9ac;} /*this is the font color*/
  907. #tabtitle, #dropdown {
  908. background-color:transparent;/*this is the background color*/
  909. border-color: transparent;} /*this is the border color*/
  910. #dropdown p {
  911. border-color: #fff;
  912. }
  913.  
  914. #updatetab {
  915. width:125px;
  916. position:fixed;
  917. top:180px;
  918. right:780px;}
  919.  
  920. #tabtitle {
  921. text-align:center;
  922. padding:1px 3px;
  923. letter-spacing:2px;
  924. font-size:14px;
  925. text-transform:italic;
  926. border-width:1px;
  927. border-style:solid;
  928. border-radius: 2px;
  929. -moz-border-radius: 2px;
  930. -webkit-border-radius: 2px;}
  931.  
  932. #dropdown {
  933. border-style:solid;
  934. border-width:0px 1px 1px 1px;
  935. padding:2px 5px 0px 5px;
  936. background-color:#181818;
  937. border-bottom-right-radius: 2px;
  938. -moz-border-bottom-right-radius: 2px;
  939. -webkit-border-bottom-right-radius: 2px;
  940. border-bottom-left-radius: 2px;
  941. -moz-border-bottom-left-radius: 2px;
  942. -webkit-border-bottom-left-radius: 2px;
  943. opacity:0;
  944. -webkit-transition: all 0.5s ease-in-out;
  945. -moz-transition: all 0.5s ease-in-out;
  946. -o-transition: all 0.5s ease-in-out;
  947. -ms-transition: all 0.5s ease-in-out;
  948. transition: all 0.5s ease-in-out;}
  949.  
  950. #updatetab:hover #dropdown {
  951. opacity:.8;
  952. -webkit-transition: all 0.5s ease-in-out;
  953. -moz-transition: all 0.5s ease-in-out;
  954. -o-transition: all 0.5s ease-in-out;
  955. -ms-transition: all 0.5s ease-in-out;
  956. transition: all 0.5s ease-in-out;}
  957.  
  958. #dropdown p {
  959. padding-top:3px;
  960. padding-bottom:3px;
  961. border-width:0px 0px 1px 0px;
  962. border-style:solid;
  963. font-size:10px;}
  964.  
  965. #dropdown p:last-of-type {
  966. border-bottom:0px solid transparent;}
  967.  
  968. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  969. margin: 0px 0px 0px 0px;}
  970.  
  971. /* popup start */
  972.  
  973. .popup_block{
  974. display:none;
  975. background-color:transparent;
  976. background-image: url('http://i.imgur.com/W6Z6XZZ.png');
  977. background-repeat: no-repeat;
  978. padding:15px;
  979. position:fixed;
  980. height: 387px;
  981. top:59.2%; left:59.5%;
  982. z-index: 99999;
  983. box-shadow: none;
  984. overflow-y:hidden;
  985. overflow-x:hidden;
  986. }
  987.  
  988. *html #fade {position: absolute;}
  989. *html .popup_block {position: absolute;}
  990. #fade {
  991. display:none;
  992. position:fixed;
  993. left:0px;
  994. top:0px;
  995. width:100%;
  996. height:100%;
  997. z-index:9999;
  998. background:#fff;
  999. opacity:0;
  1000. }
  1001.  
  1002. #contained {
  1003. padding:5px;
  1004. width:310px;
  1005. overflow:auto;
  1006. margin-top:0px;
  1007. margin-left:0px;
  1008. height:350px;
  1009. }
  1010.  
  1011. #continue {
  1012. margin-top:10px;
  1013. }
  1014.  
  1015. #navilink {
  1016. display:inline-block;
  1017. border: 1px solid #343434;
  1018. width:100px; font-family: helvetica;
  1019. padding:5px;
  1020. color:#ffffff;
  1021. letter-spacing:2px;
  1022. font-size:8px;
  1023. text-transform:uppercase;
  1024. text-align:center;
  1025. margin-left:17px;
  1026. margin-bottom:20px;
  1027. }
  1028.  
  1029. #continue a {
  1030. display:inline-block;
  1031. background-color:#a6a6a6;
  1032. width:35px; font-family: 'satisfy', cursive';
  1033. padding:5px;
  1034. color:#ffffff;
  1035. letter-spacing:2px;
  1036. font-size:8px;
  1037. text-transform:uppercase;
  1038. text-align:center;
  1039. border-bottom:2px solid transparent;
  1040. -webkit-transition: all 0.3s ease-in-out;
  1041. -moz-transition: all 0.3s ease-in-out;
  1042. transition: all 0.3s ease-in-out;
  1043. }
  1044.  
  1045. /* popup end */
  1046.  
  1047.  
  1048. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  1049.  
  1050. /* fontawesome */
  1051. [class*="fontawesome-"]:before {
  1052. font-family: 'FontAwesome', sans-serif;
  1053. }
  1054.  
  1055. .newspaper {
  1056. height:400px;
  1057. -webkit-column-count: 2; /* Chrome, Safari, Opera */
  1058. -moz-column-count: 2; /* Firefox */
  1059. column-count: 2;
  1060. -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  1061. -moz-column-gap: 40px; /* Firefox */
  1062. column-gap: 40px;
  1063. }
  1064.  
  1065. </style></head>
  1066.  
  1067. <body><iframe src="https://www.tumblr.com/dashboard/iframe?tumblelogName=neoiisms&amp;src=http%3A%2F%2F%3A%2F%2Fneoiisms.tumblr.com%2Fpage%2F100&amp;is_mobile=false" width="0" height="0" frameborder="0" scrolling="no" name="desktop-loggedin-controls" class="tmblr-iframe tmblr-iframe--desktop-loggedin-controls iframe-controls--desktop"></iframe><div class="ui_dialog_lock" style="display: none;"></div>
  1068.  
  1069. <!----------------------------------------
  1070. Update Tab #1 (HTML) by Incedo
  1071. http://incedothemes.tumblr.com
  1072. Please do not remove the credit.
  1073. Instructions @ http://incedothenes.tumblr.com/tab
  1074. Updated 9/21/13
  1075. ------------------------------------------>
  1076.  
  1077. <div id="updatetab">
  1078.  
  1079. <div id="tabtitle">
  1080. <!---this is where you put title of your updates tab--->
  1081. <font face="satisfy, cursive">Hover.</font></div>
  1082.  
  1083. <div id="dropdown">
  1084. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  1085.  
  1086. <p></p><center><small><i>Mettaton NEO</i></small><br>
  1087. <b>Dr. Alphys's greatest invention.</b><br>
  1088.  
  1089. <small><sub>Est. [Month Here]. [Day], [Year].</p>
  1090.  
  1091. <p><marquee>Icons are not for public use<i>!</i></marquee></p>
  1092.  
  1093. <p>❛❛ I CAN'T BE A <b>STAR</b> WITHOUT AN <b>AUDIENCE</b>. AND BESIDES... THERE ARE <b>SOME PEOPLE</b>... I WANT TO <i>PROTECT</i>. </p>
  1094.  
  1095. <p>Indie <b><font face="Daniel">&&</font></b> Selective <br>
  1096.  
  1097. <sup>Mettaton NEO</sup> from <strong>Undertale</strong>.<br>
  1098.  
  1099. <p>Written by<br><i> [your name here] </i></p>
  1100. </sub></small></center><small>
  1101.  
  1102.  
  1103. <!--------------
  1104.  
  1105. there is the little bar that appears when your cursor goes on the lil' 'hover' thing. change it as you like!
  1106.  
  1107. --->
  1108.  
  1109. </small></div><small>
  1110.  
  1111.  
  1112. </small></div><small>
  1113.  
  1114.  
  1115. <div id="box2" class="popup_block">
  1116. <div id="contained">
  1117.  
  1118.  
  1119. <!-------
  1120.  
  1121. here are the pop ups. change them as you like! there's 4 pop ups pages that you can edit. the askbox is also a pop up. i reccomend that you only write what you need; and if you need my help just IM me.
  1122.  
  1123. ------------>
  1124.  
  1125. <center><pre>DISCLAIMER.</pre></center>
  1126.  
  1127. <blockquote> I do not created Mettaton or any Undertale character. He belongs to Toby Fox. I don't have any involvement on the game's creation. This blog is for fun only.</blockquote>
  1128.  
  1129. <center><pre>RULES.</pre></center>
  1130.  
  1131. <blockquote>
  1132. <p> This blog is <u>write here</u> and <u>write here</u>, and <u>write here</u> </p>
  1133.  
  1134. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1135.  
  1136. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1137.  
  1138. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE. </b>: rule here.</p>
  1139.  
  1140. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1141.  
  1142. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1143.  
  1144. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1145.  
  1146. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b> rule here.</p>
  1147.  
  1148. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here. </p>
  1149.  
  1150. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1151.  
  1152. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1153.  
  1154. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1155.  
  1156. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1157.  
  1158. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>TOPIC HERE.</b>: rule here.</p>
  1159.  
  1160. </blockquote>
  1161.  
  1162. <center><pre>STUFF NOT ALLOWED.</pre></center>
  1163.  
  1164. <blockquote>
  1165. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>NOT ALLOWED</b>: nope nope.</p>
  1166.  
  1167. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>NOT ALLOWED</b>: nope nope.</p>
  1168.  
  1169. </p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>NOT ALLOWED</b>: nope nope.</p>
  1170.  
  1171. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b></b></p>
  1172.  
  1173. <center><pre>WRITE ANYTHING YOU WANT HERE.</pre></center>
  1174.  
  1175. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; now here you can write anything you want, like, a 'thank you for reading my rules' or/and a password thing. it's up to you!
  1176.  
  1177.  
  1178. </p>
  1179. </blockquote></div></div>
  1180. <p>
  1181.  
  1182. </div></div>
  1183.  
  1184.  
  1185. <div id="box3" class="popup_block">
  1186. <div id="contained">
  1187. <center><pre>Verses</pre>
  1188.  
  1189. <center>
  1190. <a href="http://mxstake.co.vu/tagged/verse here"> verse name here.</a></center>
  1191.  
  1192. <blockquote>Description of verse!</blockquote>
  1193.  
  1194. <center>
  1195.  
  1196. <a href="http://mxstake.co.vu/tagged/verse here"> verse name here.</a></center>
  1197.  
  1198. <blockquote>Description of verse!</blockquote>
  1199.  
  1200. <center><a href="http://mxstake.co.vu/tagged//tagged/verse here"> verse name here.</a></center>
  1201.  
  1202. <blockquote>Description of verse!</blockquote>
  1203.  
  1204. </div></div>
  1205.  
  1206.  
  1207.  
  1208.  
  1209. <div id="box4" class="popup_block">
  1210. <div id="contained">
  1211.  
  1212. <center><img src="http://i.imgur.com/IijnfT3.png"/></center>
  1213.  
  1214. <blockquote>
  1215. <p>
  1216. » age: mtt age.<br>
  1217. » birthday: mtt birthday.<br>
  1218. » species: robot.<br>
  1219. » gender: he/him. <br>
  1220. » sex: male.<br>
  1221. » orientation: mtt orientation.<br>
  1222. » profession: fab. robot.</p>
  1223. </blockquote>
  1224.  
  1225. <center><pre>physical</pre></center>
  1226. <blockquote>
  1227. <p>
  1228. » hair: mtt hair looks like...<br>
  1229.  
  1230. » eyes: mtt eyes look like.. <br>
  1231.  
  1232. » skin: mtt "skin" looks like... <br>
  1233.  
  1234. » height: how tall is mtt? </p></blockquote>
  1235.  
  1236. <center><pre>skills</pre></center>
  1237.  
  1238. <blockquote><p>
  1239.  
  1240. » physical prowess: agile and fast. <br>
  1241.  
  1242. » hobbies: torturing frisk tbh. </p></blockquote>
  1243.  
  1244. <center><pre>traits</pre></center>
  1245.  
  1246. <blockquote>
  1247.  
  1248. <p>positive: mtt positive side. <br>
  1249.  
  1250. negative: mtt negative side. </p></blockquote>
  1251.  
  1252. <center><pre>likes</pre></center>
  1253.  
  1254. <blockquote>
  1255.  
  1256. <p>» colors: color mtt like. <br>
  1257.  
  1258. » smells: smells mtt like. <br>
  1259.  
  1260. » foods: GLAMBU... food mtt likes. <br>
  1261.  
  1262. » drinks: starf... drink mtt likes. <br>
  1263.  
  1264. </p></blockquote>
  1265.  
  1266. <center><pre>misc</pre></center>
  1267.  
  1268. <blockquote>
  1269.  
  1270. <p>
  1271. » smokes?: eh?<br>
  1272.  
  1273. » drugs?: eh??<br>
  1274.  
  1275. » driver’s license?: eh???<br>
  1276.  
  1277. » ever been arrested?: eh????</p>
  1278.  
  1279. </blockquote>
  1280. </div></div>
  1281.  
  1282.  
  1283.  
  1284.  
  1285. <div id="boxnavi" class="popup_block">
  1286. <div id="contained">
  1287. <center><pre>Navigate</pre>
  1288.  
  1289. <center></center><table><tbody><tr><td>
  1290.  
  1291. <div class="links2">
  1292. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href="http://mxstake.co.vu/tagged/yourtagforheadcanons.">HEADCANONS</a></div>
  1293.  
  1294.  
  1295. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href="http://mxstake.co.vu/tagged/icanswertag">IC ANSWERS</a></div>
  1296.  
  1297.  
  1298. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href="http://mxstake.co.vu/tagged/tagforoocs.">OOC ASKS</a></div>
  1299.  
  1300. </div></td>
  1301.  
  1302.  
  1303.  
  1304. <td>
  1305. <div class="links2">
  1306.  
  1307. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href="http://mxstake.co.vu/tagged/memestag.">MEMES</a></div>
  1308.  
  1309.  
  1310. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href=" http://mxstake.co.vu/tagged/mttaethesticposts.">AESTHETIC.</a></div>
  1311.  
  1312.  
  1313. <div id="navilink" style="background-image:url('http://i.imgur.com/FlHfT3A.png'); border:dotted white 1px; font-size:12px; height:3px; box-shadow:3px 3px 3px #282828; text-shadow: 3px 3px 3px 282828;"><a href="http://mxstake.co.vu/submit">SUBMIT.</a></div>
  1314.  
  1315. </div>
  1316. </td></tr></tbody></table>
  1317. </center></div>
  1318. </div>
  1319.  
  1320. </div></div>
  1321.  
  1322.  
  1323.  
  1324. <div id="box7" class="popup_block">
  1325. <div id="contained">
  1326. <center><pre>Canon</pre>
  1327. TBA
  1328. <pre>Non Canon</pre>
  1329. TBA</center>
  1330. </div></div>
  1331.  
  1332.  
  1333.  
  1334. <div id="box1" class="popup_block">
  1335. <div id="contained">
  1336. <center><iframe frameborder="0" height="350" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/neoiisms.tumblr.com" width="100%" style="height: 299px;"></iframe></center>
  1337. </div></div>
  1338.  
  1339.  
  1340. </div>
  1341.  
  1342.  
  1343. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1344. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1345.  
  1346. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1347. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1348. <script>
  1349.  
  1350. <script>
  1351. (function($){
  1352. $(document).ready(function(){
  1353. $("[title]").style_my_tooltips({
  1354. tip_follows_cursor:true,
  1355. tip_delay_time:0,
  1356. tip_fade_speed:0,
  1357. attribute:"title"
  1358. });
  1359. });
  1360. })(jQuery);
  1361. </script>
  1362.  
  1363. <div id="links1"><a href="/" title="home.">✖</a></div>
  1364.  
  1365. <div id="links2"><a href="#?w=357" rel="box1" class="poplight" title="cellphone.">✖</a></div>
  1366.  
  1367. <div id="links3"><a href="#?w=357" rel="box2" class="poplight" title="law.">✖</a></div>
  1368.  
  1369. <div id="links4"><a href="#?w=357" rel="box3" class="poplight" title="verses.">✖</a></div>
  1370.  
  1371. <div id="links5"><a href="#?w=357" rel="box4" class="poplight" title="dossier.">✖</a></div>
  1372.  
  1373. <div id="links7"><a href="#?w=357" rel="boxnavi" class="poplight" title="navi.">✖</a></div>
  1374.  
  1375. <div id="links6"><a href="#?w=357" rel="box5" class="poplight" title="mains."></a></div>
  1376.  
  1377.  
  1378. <div id="sidebar">
  1379.  
  1380. <div id="sidebarimage"><img src="http://assets.tumblr.com/images/x.gif?v=1"></div>
  1381.  
  1382.  
  1383. <div id="description"></div>
  1384.  
  1385. </div>
  1386.  
  1387. <div id="pagination">
  1388. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">next</a><br />{/block:NextPage}{/block:Pagination}</div>
  1389. </div></div></div>
  1390.  
  1391.  
  1392.  
  1393. </div>
  1394.  
  1395.  
  1396.  
  1397.  
  1398.  
  1399. <div id="pcontainer">
  1400. <div id="entries">{block:Posts}<div id="post">
  1401.  
  1402. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1403.  
  1404. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1405.  
  1406. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1407.  
  1408. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1409.  
  1410. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1411.  
  1412. {block:Chat}{block:Title}<h1>{Title}</h1>{/block:Title}{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br>{/block:Lines}{/block:Chat}{hw}
  1413.  
  1414. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}<br>{block:TrackName}&nbsp;&nbsp;&nbsp;&nbsp; {TrackName}{/block:TrackName}
  1415. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1416.  
  1417. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1418.  
  1419. {block:Answer}<div id="ask"><img src="{AskerPortraitURL-24}" style="margin-left:7px;margin-right:13px;border:1px solid #e3e3e3;padding:2px;"></div> <em>{Asker}:</em><br> "{Question}"<br><br>{Answer}{/block:Answer}
  1420.  
  1421. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✦</a>
  1422. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">✦</a> {/block:NoteCount}
  1423.  
  1424. {block:RebloggedFrom}<a title="{ReblogParentName}" href="{ReblogParentURL}">✦</a> {/block:RebloggedFrom}{block:ContentSource} <a title="{SourceTitle}" href="{SourceURL}">✦</a>{/block:ContentSource} {/block:RebloggedFrom} <a href="{ReblogURL}"target="_blank" title="REBLOG?">✦</a> </div>
  1425.  
  1426. {block:HasTags}
  1427. <div class="tags">
  1428. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  1429. {/block:HasTags}
  1430. </div>
  1431. </div>
  1432.  
  1433. <div class="postnote">
  1434. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1435.  
  1436.  
  1437. {/block:Posts}
  1438.  
  1439.  
  1440. </div>
  1441.  
  1442.  
  1443.  
  1444. </div></div>
  1445.  
  1446.  
  1447. <!-- SCRIPTS -->
  1448.  
  1449. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1450. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1451.  
  1452. <script>
  1453. (function($){
  1454. $(document).ready(function(){
  1455. $("[title]").style_my_tooltips({
  1456. tip_follows_cursor:true,
  1457. tip_delay_time:90,
  1458. tip_fade_speed:600,
  1459. attribute:"title"});
  1460. });})(jQuery);
  1461. </script>
  1462.  
  1463. </div>
  1464.  
  1465.  
  1466.  
  1467.  
  1468. </body>
  1469. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement