Advertisement
sniprwolfs

Sans Theme

Feb 20th, 2016
64
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 39.36 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:#a8a9ac;
  94. background-image: url(http://i.imgur.com/WwIMy0u.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:#ccc;
  118. font-family: 'Lemon/Milk';
  119. text-shadow:2px 2px 1px #373f42;
  120. font-size:17px;
  121. }
  122.  
  123. i, em {
  124. text-transform: italic;
  125. text-shadow:0px 0px 3px #373f42;
  126. color:#ccc;
  127. letter-spacing:1px;
  128. font-family: 'Satisfy', 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:#ffffff;
  139. text-shadow: 0px 0px 4px #373f42;
  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/gfGCPOF.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:'Lemon/Milk';
  200. letter-spacing:1px;
  201. color:#c6c6c6;
  202. text-shadow:1px 1px 1px #373f42;
  203. }
  204.  
  205. h2 {
  206. font-size:20px;
  207. text-align:center;
  208. font-family:'Lemon/Milk';
  209. letter-spacing:1px;
  210. text-shadow:1px 1px 1px #373f42;
  211. color:#c6c6c6;
  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:#a8a9ac;
  300. text-shadow: #a6a7ab 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: #a6a7ab 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:#a8a9ac;
  349. text-shadow: #a6a7ab 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: #a6a7ab 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:#a8a9ac;
  398. text-shadow: #a6a7ab 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: #a6a7ab 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:#a8a9ac;
  447. text-shadow: #a6a7ab 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: #a6a7ab 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:#a8a9ac;
  496. text-shadow:#a6a7ab 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: #a6a7ab 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:#a8a9ac;
  545. text-shadow:#a6a7ab 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: #a6a7ab 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:#a8a9ac;
  594. text-shadow:#a6a7ab 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: #a6a7ab 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/kmenH1a.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/doNPbtE.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:#f1f1f1;
  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=mrskele-puns&amp;src=http%3A%2F%2F%3A%2F%2Fmrskele-puns.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>Sans Serif</i></small><br>
  1087. <b>THE SKELETON.</b><br>
  1088.  
  1089. <small><sub>Est. Dec. 13, 2015.</p>
  1090.  
  1091. <p><marquee>Icons are not for public use<i>!!</i></marquee></p>
  1092.  
  1093. <p>❛❛ Take care of <strong>yourself</strong>, kid. 'Cause someone really <strong>cares</strong> about you.</p>
  1094.  
  1095. <p>Indie <b><font face="Daniel">&&</font></b> Selective <br>
  1096.  
  1097. <sup>Sans The Skeleton</sup> from <strong>Undertale</strong>.<br>
  1098.  
  1099. <p>Written by<br><i>Airon</i></p>
  1100. </sub></small></center><small>
  1101.  
  1102. </small></div><small>
  1103.  
  1104.  
  1105. </small></div><small>
  1106.  
  1107. <div id="box2" class="popup_block">
  1108. <div id="contained">
  1109.  
  1110.  
  1111. <center><pre>DISCLAIMER.</pre></center>
  1112.  
  1113. <blockquote> I do not created Sans 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>
  1114.  
  1115. <center><pre>RULES.</pre></center>
  1116.  
  1117. <blockquote>
  1118. <p> This blog is <u>independent</u> and <u>semi-selective</u>, and <u>semi-exclusive</u> </p>
  1119.  
  1120. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Indie</b>: Independent. Usually mean a roleplay blog that is not tied to a roleplay group.</p>
  1121.  
  1122. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Selective</b>: When a roleplayer will sometimes be choosy with who they decide to roleplay with. Out of person A, B, and C, they may roleplay with B and C, but decide not to roleplay with A for whatever reason.</p>
  1123.  
  1124. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Semi Exclusive</b>: The roleplayer can choose to RP with certain version of a character more than with others. That won’t stop them from RPing with more than one version of said character.</p>
  1125.  
  1126. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; <b>Mutuals</b>: This is when you follow someone’s blog, but they also follow you back. I will <u>only</u> write with you if we are mutuals. Asks are fine; they are open to everyone. But do not make starters for me. I won't respond them. </p>
  1127.  
  1128. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>I may roleplay</b>: Extreme violence including blood and gore; pre-established relationships; ( Talk to me about it first <i>!!</i>)</p>
  1129.  
  1130. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>I will NOT roleplay</b>: Smut; sexual or child abuse, or rape.</p>
  1131.  
  1132. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Why don't write smut?</b> Mun is not 18+. Sorry, but if you send sexual content, it will be ignored. If insisted, <u>blocked</u>. </p>
  1133.  
  1134. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Shipping</b>: Multiship. The romantic involvement which one character in one thread does not interfere or coincide with the romantic relationship with another character in an entirely different thread. </p>
  1135.  
  1136. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Tracking</b>: I’m tracking the tag <u>#MRSKELE-PUNS</u>. I’ll track you by your username, but if you want me to tag another thing (if not saying in your rules page or anywhere), tell me.</p>
  1137.  
  1138. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Alternative Universes</b>: I am open to AUs and different verses! I will have a list of well-developed verses later. For now, message me what you have in mind. </p>
  1139.  
  1140. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Original Characters</b>: I love <u>well-developed</u> OCs, so if your character gets along fine in the Undertale verse, please step up. If you are a <u>Undertale OC</u>, all the merrier! I only follow blogs with rules and dossier pages.</p>
  1141.  
  1142. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Regarding Replies</b>: Sometimes I may do one-liners. I like to at least have one short paragraph. For the most part, I try to write the same amount as my partners, but often times may exceed. You don’t have to match. As for when to expect replies, remember that I won’t always be on. However, if you’ve been waiting on me for a week, give me a notice.</p>
  1143.  
  1144. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Trigger Warnings</b>: As a said before, this blog is smut-free, but still it may contain some dark themes, such as blood, death, knives, and such stuff who makes appearance in the game. I'll be trying to tag them all as "cw: content". Please, tag spiders. (Muffet is <u>fine</u>!)</p>
  1145.  
  1146. </blockquote>
  1147.  
  1148. <center><pre>STUFF NOT ALLOWED.</pre></center>
  1149.  
  1150. <blockquote>
  1151. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Godmodding</b>: A character whose abilities are limitless. Often acts of forcibly causing something to happen, i.e. making someone else’s character move without consent, is godmodding. This is MY Sans, and if you dislike the way I portray him, please, just unfollow me. </p>
  1152.  
  1153. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Magic Anons</b>: The Magic!Anon has the ‘ability’ to make the character do or become anything. If you send, sorry pal, I'll ignore you and delete the ask. If you continue to do, I'll be forced to block you. Sometimes this can just ruin a thread.</p>
  1154.  
  1155. </p><p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b>Forced ships</b>:Where someones keeps trying to ship a muse with another, with the mun doesn't wanting such. Seriously, don't do this. If you do I'll probraly drop our thread and stop talking to you. If I said no, it's <u>no</u>.</p>
  1156.  
  1157. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;<b></b></p>
  1158.  
  1159. <center><pre>THANK YOU!</pre></center>
  1160.  
  1161. <p>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;If you've read all that I thank you! Reading someone's rules can be so time consuming and I <b>really</b> appreciate the effort that you gave to make sure you understood my blog. I <b>can't</b> express how much I can't wait to interact with you all<i>!</i></p>
  1162. </blockquote></div></div>
  1163. <p>
  1164.  
  1165. </div></div>
  1166.  
  1167.  
  1168. <div id="box3" class="popup_block">
  1169. <div id="contained">
  1170. <center><pre>Verses</pre>
  1171.  
  1172. <center>
  1173. <a href="http://mrskele-puns.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1174.  
  1175. <blockquote>Description of verse!</blockquote>
  1176.  
  1177. <center>
  1178.  
  1179. <a href="http://mrskele-puns.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1180.  
  1181. <blockquote>Description of verse!</blockquote>
  1182.  
  1183. <center><a href="http://mrskele-puns.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1184.  
  1185. <blockquote>Description of verse!</blockquote>
  1186.  
  1187. </div></div>
  1188.  
  1189.  
  1190.  
  1191.  
  1192. <div id="box4" class="popup_block">
  1193. <div id="contained">
  1194.  
  1195. <center><img src="http://i.imgur.com/wrfQb3U.png"/></center>
  1196.  
  1197. <blockquote>
  1198. <p>
  1199. » age: unknown.<br>
  1200. » birthday: april 21th.<br>
  1201. » species: monster/skeleton.<br>
  1202. » gender: he/him. <br>
  1203. » sex: male.<br>
  1204. » orientation: pansexual.<br>
  1205. » profession: snowdin's sentry.</p>
  1206. </blockquote>
  1207.  
  1208. <center><pre>physical</pre></center>
  1209. <blockquote>
  1210. <p>
  1211. » hair: none. he's a freaking skeleton.<br>
  1212.  
  1213. » eyes: sans has white eyes, and during serious moments, his pupils will disappear leaving empty black sockets. when using magic, his left eye flashes cyan and yellow, and his right pupil disappears. <br>
  1214.  
  1215. » skin: bones. <br>
  1216.  
  1217. » height: 4'5“. </p></blockquote>
  1218.  
  1219. <center><pre>skills</pre></center>
  1220.  
  1221. <blockquote><p>
  1222.  
  1223. » physical prowess: agile and fast. <br>
  1224.  
  1225. » hobbies: sleeping. </p></blockquote>
  1226.  
  1227. <center><pre>traits</pre></center>
  1228.  
  1229. <blockquote>
  1230.  
  1231. <p>positive: sans is always trying to look as animated as possible. <br>
  1232.  
  1233. negative: silent, depressed, lazy. </p></blockquote>
  1234.  
  1235. <center><pre>likes</pre></center>
  1236.  
  1237. <blockquote>
  1238.  
  1239. <p>» colors: blue <i>&&</i> white. <br>
  1240.  
  1241. » smells: waterfalls, <br>
  1242.  
  1243. » foods: fries, hamburguers, noodles, spaghetti. <br>
  1244.  
  1245. » drinks: water & ketchup. <br>
  1246.  
  1247. </p></blockquote>
  1248.  
  1249. <center><pre>misc</pre></center>
  1250.  
  1251. <blockquote>
  1252.  
  1253. <p>
  1254. » smokes?: no.<br>
  1255.  
  1256. » drugs?: no.<br>
  1257.  
  1258. » driver’s license?: yes.<br>
  1259.  
  1260. » ever been arrested?: no.</p>
  1261.  
  1262. </blockquote>
  1263. </div></div>
  1264.  
  1265.  
  1266.  
  1267.  
  1268. <div id="boxnavi" class="popup_block">
  1269. <div id="contained">
  1270. <center><pre>Navigate</pre>
  1271.  
  1272. <center></center><table><tbody><tr><td>
  1273.  
  1274. <div class="links2">
  1275. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/hc">HEADCANONS</a></div>
  1276.  
  1277.  
  1278. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/answered">IC ANSWERS</a></div>
  1279.  
  1280.  
  1281. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/❥║░║ xania is a murderer 2K16 ( OOC. )">OOC ASKS</a></div>
  1282.  
  1283. </div></td>
  1284.  
  1285.  
  1286.  
  1287. <td>
  1288. <div class="links2">
  1289.  
  1290. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/❥║░║ meme.">MEMES</a></div>
  1291.  
  1292.  
  1293. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/❥║░║ still you persevere. ( SELF )">IC THINGS</a></div>
  1294.  
  1295.  
  1296. <div id="navilink" style="background-image:url('http://i.imgur.com/gfGCPOF.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://mrskele-puns.tumblr.com/tagged/art">ART</a></div>
  1297.  
  1298. </div>
  1299. </td></tr></tbody></table>
  1300. </center></div>
  1301. </div>
  1302.  
  1303. </div></div>
  1304.  
  1305.  
  1306.  
  1307. <div id="box7" class="popup_block">
  1308. <div id="contained">
  1309. <center><pre>Canon</pre>
  1310. TBA
  1311. <pre>Non Canon</pre>
  1312. TBA</center>
  1313. </div></div>
  1314.  
  1315.  
  1316.  
  1317. <div id="box1" class="popup_block">
  1318. <div id="contained">
  1319. <center><iframe frameborder="0" height="350" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/mrskele-puns.tumblr.com" width="100%" style="height: 299px;"></iframe></center>
  1320. </div></div>
  1321.  
  1322.  
  1323. </div>
  1324.  
  1325.  
  1326. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1327. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1328.  
  1329. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1330. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1331. <script>
  1332.  
  1333. <script>
  1334. (function($){
  1335. $(document).ready(function(){
  1336. $("[title]").style_my_tooltips({
  1337. tip_follows_cursor:true,
  1338. tip_delay_time:0,
  1339. tip_fade_speed:0,
  1340. attribute:"title"
  1341. });
  1342. });
  1343. })(jQuery);
  1344. </script>
  1345.  
  1346. <div id="links1"><a href="/" title="home.">❤</a></div>
  1347.  
  1348. <div id="links2"><a href="#?w=357" rel="box1" class="poplight" title="cellphone.">❤</a></div>
  1349.  
  1350. <div id="links3"><a href="#?w=357" rel="box2" class="poplight" title="law.">❤</a></div>
  1351.  
  1352. <div id="links4"><a href="#?w=357" rel="box3" class="poplight" title="verses.">❤</a></div>
  1353.  
  1354. <div id="links5"><a href="#?w=357" rel="box4" class="poplight" title="dossier.">❤</a></div>
  1355.  
  1356. <div id="links7"><a href="#?w=357" rel="boxnavi" class="poplight" title="navi.">❤</a></div>
  1357.  
  1358. <div id="links6"><a href="#?w=357" rel="box5" class="poplight" title="mains."></a></div>
  1359.  
  1360.  
  1361. <div id="sidebar">
  1362.  
  1363. <div id="sidebarimage"><img src="http://assets.tumblr.com/images/x.gif?v=1"></div>
  1364.  
  1365.  
  1366. <div id="description"></div>
  1367.  
  1368. </div>
  1369.  
  1370. <div id="pagination">
  1371. {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>
  1372. </div></div></div>
  1373.  
  1374.  
  1375.  
  1376. </div>
  1377.  
  1378.  
  1379.  
  1380.  
  1381.  
  1382. <div id="pcontainer">
  1383. <div id="entries">{block:Posts}<div id="post">
  1384.  
  1385. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1386.  
  1387. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1388.  
  1389. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1390.  
  1391. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1392.  
  1393. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1394.  
  1395. {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}
  1396.  
  1397. {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}
  1398. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1399.  
  1400. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1401.  
  1402. {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}
  1403.  
  1404. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✦</a>
  1405. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">✦</a> {/block:NoteCount}
  1406.  
  1407. {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>
  1408.  
  1409. {block:HasTags}
  1410. <div class="tags">
  1411. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  1412. {/block:HasTags}
  1413. </div>
  1414. </div>
  1415.  
  1416. <div class="postnote">
  1417. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1418.  
  1419.  
  1420. {/block:Posts}
  1421.  
  1422.  
  1423. </div>
  1424.  
  1425.  
  1426.  
  1427. </div></div>
  1428.  
  1429.  
  1430. <!-- SCRIPTS -->
  1431.  
  1432. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1433. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1434.  
  1435. <script>
  1436. (function($){
  1437. $(document).ready(function(){
  1438. $("[title]").style_my_tooltips({
  1439. tip_follows_cursor:true,
  1440. tip_delay_time:90,
  1441. tip_fade_speed:600,
  1442. attribute:"title"});
  1443. });})(jQuery);
  1444. </script>
  1445.  
  1446. </div>
  1447.  
  1448.  
  1449.  
  1450.  
  1451. </body>
  1452. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement