Advertisement
sniprwolfs

Purple Soul Theme

Feb 8th, 2016
110
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.27 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:#6e6a71;
  94. background-image: url(http://i.imgur.com/uXchnEl.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 #575757;
  102. line-height:100%;
  103. text-align:left;
  104. text-transform:none;
  105. }
  106. body img {
  107. max-width:100%;
  108.  
  109. }
  110.  
  111. b, strong {
  112. font-weight: bold;
  113. color:#ccc;
  114. font-family: 'Lemon/Milk';
  115. text-shadow:2px 2px 1px #575757;
  116. font-size:17px;
  117. }
  118.  
  119. i, em {
  120. text-transform: italic;
  121. text-shadow:0px 0px 3px #575757;
  122. color:#ccc;
  123. letter-spacing:1px;
  124. font-family: 'Satisfy', cursive;
  125. font-size:20px;
  126. }
  127.  
  128. /*edit links*/
  129.  
  130. a {
  131. text-decoration:none;
  132. outline:none;
  133. -moz-outline-style:none;
  134. color:#ffffff;
  135. text-shadow: 0px 0px 4px #525252;
  136. font-family:'Keep Calm';
  137. -moz-transition-duration:0.8s;
  138. -webkit-transition-duration:0.8s;
  139. -o-transition-duration:0.8s;
  140. }
  141.  
  142. /*edit link hover*/
  143.  
  144. a:hover {
  145. color:#575757;
  146. outline:none;
  147. -moz-outline-style:none;
  148. text-decoration:none;
  149. }
  150.  
  151. pre {
  152. font-family: 'Lemon/Milk';
  153. text-transform: italic;
  154. font-size:30px;
  155. font-weight:bold;
  156. box-shadow: 3px 3px 3px #282828;
  157. text-shadow: 0px 0px 2px white;
  158. letter-spacing:2px;
  159. color:#fff;
  160. padding:1px;
  161. border: dotted white 1px;
  162. background-color:transparent;
  163. background-image: url('http://i.imgur.com/Ewae4fx.png');
  164. width:80%;
  165. white-space:pre-wrap;
  166. word-wrap:break-word;
  167. }
  168.  
  169.  
  170. img {
  171. border:none;
  172. }
  173.  
  174. img:hover{
  175. -webkit-transition: opacity 0.4s linear;
  176. opacity: .5;
  177. }
  178.  
  179. blockquote {
  180. padding-left:15px;
  181. border-left:3px solid #414141;
  182. border-radius: 15px;
  183. margin-left:15px;
  184. }
  185.  
  186. blockquote blockquote {
  187. padding-left:8px;
  188. border-left:3px solid #414141;
  189. border-radius:10px;
  190. }
  191.  
  192. h1 {
  193. font-size:20px;
  194. text-align:left;
  195. font-family:'Colors Of Autumn';
  196. letter-spacing:1px;
  197. color:#c6c6c6;
  198. text-shadow:1px 1px 1px #575757;
  199. }
  200.  
  201. h2 {
  202. font-size:20px;
  203. font-family:'Colors Of Autumn';
  204. letter-spacing:1px;
  205. text-shadow:1px 1px 1px #575757;
  206. color:#c6c6c6;
  207. }
  208. /* extra text settings */
  209.  
  210. small {
  211. font-size:12px;}
  212.  
  213. big {
  214. font-size:12px;}
  215.  
  216. pre {
  217. white-space: pre-wrap;
  218. white-space: -moz-pre-wrap;
  219. white-space: -pre-wrap;
  220. white-space: -o-pre-wrap;
  221. word-wrap: break-word;
  222. }
  223.  
  224. /* this is the positioning of the whole entire sidebar*/
  225.  
  226. #sidebar {
  227. width:250px;
  228. position:fixed;
  229. margin-left:235px;
  230. margin-top:365px;
  231. }
  232.  
  233. /*sidebar title*/
  234.  
  235. #title {
  236. color:#000000;
  237. font-family:calibri;
  238. font-size:16px;
  239. text-transform:uppercase;
  240. font-weight:bold;
  241. letter-spacing:0px;
  242. padding:4px;
  243. margin-top:-20px;
  244. margin-left:-14px;
  245. position:fixed;
  246. text-align:left;
  247. }
  248.  
  249. /*sidebar image*/
  250.  
  251. #sidebarimage {
  252. position:fixed;
  253. width:250px;
  254. }
  255.  
  256. /*the actual sidebar image*/
  257.  
  258. #sidebarimage img {
  259. width:250px;
  260. margin-left:21px;
  261. margin-top:-200px;
  262. border-radius:150px;
  263. -moz-border-radius:150px;
  264. -webkit-border-radius:150px;
  265. opacity:.9;
  266. }
  267.  
  268. /*sidebar links*/
  269.  
  270. #links1 {
  271. -ms-transform: rotate(10deg);
  272. -webkit-transform: rotate(10deg);
  273. transform: rotate(-20deg);
  274. color: transparent;
  275. text-shadow: #fff 0 0 4px;
  276. text-decoration:none;
  277. display:block;
  278. position:bottom;
  279. font-family:calibri;
  280. width:1px;
  281. margin-top:70px;
  282. margin-left:600px;
  283. font-size:20px;
  284. font-style:normal;
  285. letter-spacing:0px;
  286. text-transform:uppercase;
  287. text-align:left;
  288. }
  289.  
  290. #links1 a{
  291. display:block;
  292. font-style:normal;
  293. padding-right:5px;
  294. color:#c5b9cb;
  295. text-shadow: #c5b9cb 0px 0px 5px;
  296. text-decoration:none;
  297. -moz-transition-duration:.7s;
  298. -webkit-transition-duration:.7s;
  299. -o-transition-duration:.7s;
  300. }
  301.  
  302. #links1 a:hover {
  303. color: transparent;
  304. text-shadow: #454545 0 0 5px;
  305. text-decoration:none;
  306. background:transparent;
  307. letter-spacing:2px;
  308. font-style:normal;
  309. width:1px;
  310. -moz-transition-duration:0.7s;
  311. -webkit-transition-duration:0.7s;
  312. -o-transition-duration:0.7s;
  313. -ms-transform: rotate(0deg);
  314. -webkit-transform: rotate(0deg);
  315. transform: rotate(0deg);
  316. }
  317.  
  318.  
  319. #links2 {
  320. -ms-transform: rotate(10deg);
  321. -webkit-transform: rotate(10deg);
  322. transform: rotate(-45deg);
  323. color: transparent;
  324. text-shadow: #fff 0 0 4px;
  325. text-decoration:none;
  326. display:block;
  327. position:fixed;
  328. font-family:calibri;
  329. width:1px;
  330. margin-top:10px;
  331. margin-left:625px;
  332. font-size:20px;
  333. font-style:normal;
  334. letter-spacing:0px;
  335. text-transform:uppercase;
  336. text-align:left;
  337. }
  338.  
  339. #links2 a{
  340. display:block;
  341. font-style:normal;
  342. padding-right:5px;
  343. color:#c5b9cb;
  344. text-shadow: #c5b9cb 0px 0px 5px;
  345. text-decoration:none;
  346. -moz-transition-duration:.7s;
  347. -webkit-transition-duration:.7s;
  348. -o-transition-duration:.7s;
  349. }
  350.  
  351. #links2 a:hover {
  352. color: transparent;
  353. text-shadow: #454545 0 0 5px;
  354. text-decoration:none;
  355. background:transparent;
  356. letter-spacing:2px;
  357. font-style:normal;
  358. width:1px;
  359. -moz-transition-duration:0.7s;
  360. -webkit-transition-duration:0.7s;
  361. -o-transition-duration:0.7s;
  362. -ms-transform: rotate(0deg);
  363. -webkit-transform: rotate(0deg);
  364. transform: rotate(0deg);
  365. }
  366.  
  367.  
  368. #links3 {
  369. -ms-transform: rotate(10deg);
  370. -webkit-transform: rotate(10deg);
  371. transform: rotate(-10deg);
  372. color: transparent;
  373. text-shadow: #fff 0 0 4px;
  374. text-decoration:none;
  375. display:block;
  376. position:fixed;
  377. font-family:calibri;
  378. width:1px;
  379. margin-top:30px;
  380. margin-left:600px;
  381. font-size:20px;
  382. font-style:normal;
  383. letter-spacing:0px;
  384. text-transform:uppercase;
  385. text-align:left;
  386. }
  387.  
  388. #links3 a{
  389. display:block;
  390. font-style:normal;
  391. padding-right:5px;
  392. color:#c5b9cb;
  393. text-shadow: #c5b9cb 0px 0px 5px;
  394. text-decoration:none;
  395. -moz-transition-duration:.7s;
  396. -webkit-transition-duration:.7s;
  397. -o-transition-duration:.7s;
  398. }
  399.  
  400. #links3 a:hover {
  401. color: transparent;
  402. text-shadow: #454545 0 0 5px;
  403. text-decoration:none;
  404. background:transparent;
  405. letter-spacing:2px;
  406. font-style:normal;
  407. width:1px;
  408. -moz-transition-duration:0.7s;
  409. -webkit-transition-duration:0.7s;
  410. -o-transition-duration:0.7s;
  411. -ms-transform: rotate(0deg);
  412. -webkit-transform: rotate(0deg);
  413. transform: rotate(0deg);
  414. }
  415.  
  416.  
  417. #links4 {
  418. -ms-transform: rotate(20deg);
  419. -webkit-transform: rotate(20deg);
  420. transform: rotate(20deg);
  421. color: transparent;
  422. text-shadow: #fff 0 0 4px;
  423. text-decoration:none;
  424. display:block;
  425. position:fixed;
  426. font-family:calibri;
  427. width:1px;
  428. margin-top:50px;
  429. margin-left:570px;
  430. font-size:20px;
  431. font-style:normal;
  432. letter-spacing:0px;
  433. text-transform:uppercase;
  434. text-align:left;
  435. }
  436.  
  437. #links4 a{
  438. display:block;
  439. font-style:normal;
  440. padding-right:5px;
  441. color:#c5b9cb;
  442. text-shadow: #c5b9cb 0px 0px 5px;
  443. text-decoration:none;
  444. -moz-transition-duration:.7s;
  445. -webkit-transition-duration:.7s;
  446. -o-transition-duration:.7s;
  447. }
  448.  
  449. #links4 a:hover {
  450. color: transparent;
  451. text-shadow: #454545 0 0 5px;
  452. text-decoration:none;
  453. background:transparent;
  454. letter-spacing:2px;
  455. font-style:normal;
  456. width:1px;
  457. -moz-transition-duration:0.7s;
  458. -webkit-transition-duration:0.7s;
  459. -o-transition-duration:0.7s;
  460. -ms-transform: rotate(0deg);
  461. -webkit-transform: rotate(0deg);
  462. transform: rotate(0deg);
  463. }
  464.  
  465.  
  466. #links5 {
  467. -ms-transform: rotate(-5deg);
  468. -webkit-transform: rotate(-5deg);
  469. transform: rotate(-5deg);
  470. color: transparent;
  471. text-shadow: #fff 0 0 4px;
  472. text-decoration:none;
  473. display:block;
  474. position:fixed;
  475. font-family:calibri;
  476. width:1px;
  477. margin-top:67px;
  478. margin-left:623px;
  479. font-size:20px;
  480. font-style:normal;
  481. letter-spacing:0px;
  482. text-transform:uppercase;
  483. text-align:left;
  484. }
  485.  
  486. #links5 a{
  487. display:block;
  488. font-style:normal;
  489. padding-right:5px;
  490. color:#c5b9cb;
  491. text-shadow:#8d8686 0px 0px 7px;
  492. text-decoration:none;
  493. -moz-transition-duration:.7s;
  494. -webkit-transition-duration:.7s;
  495. -o-transition-duration:.7s;
  496. }
  497.  
  498. #links5 a:hover {
  499. color: transparent;
  500. text-shadow: #454545 0 0 5px;
  501. text-decoration:none;
  502. background:transparent;
  503. letter-spacing:2px;
  504. font-style:normal;
  505. width:1px;
  506. -moz-transition-duration:0.7s;
  507. -webkit-transition-duration:0.7s;
  508. -o-transition-duration:0.7s;
  509. -ms-transform: rotate(0deg);
  510. -webkit-transform: rotate(0deg);
  511. transform: rotate(0deg);
  512. }
  513.  
  514.  
  515. #links6 {
  516. -ms-transform: rotate(-15deg);
  517. -webkit-transform: rotate(-15deg);
  518. transform: rotate(-15deg);
  519. color: transparent;
  520. text-shadow: #fff 0 0 4px;
  521. text-decoration:none;
  522. display:block;
  523. position:fixed;
  524. font-family:calibri;
  525. width:1px;
  526. margin-top:90px;
  527. margin-left:410px;;
  528. font-size:20px;
  529. font-style:normal;
  530. letter-spacing:0px;
  531. text-transform:uppercase;
  532. text-align:left;
  533. }
  534.  
  535. #links6 a{
  536. display:block;
  537. font-style:normal;
  538. padding-right:5px;
  539. color:#c5b9cb;
  540. text-shadow:#c5b9cb 0px 0px 7px;
  541. text-decoration:none;
  542. -moz-transition-duration:.7s;
  543. -webkit-transition-duration:.7s;
  544. -o-transition-duration:.7s;
  545. }
  546.  
  547. #links6 a:hover {
  548. color: transparent;
  549. text-shadow: #454545 0 0 5px;
  550. text-decoration:none;
  551. background:transparent;
  552. letter-spacing:2px;
  553. font-style:normal;
  554. width:1px;
  555. -moz-transition-duration:0.7s;
  556. -webkit-transition-duration:0.7s;
  557. -o-transition-duration:0.7s;
  558. -ms-transform: rotate(0deg);
  559. -webkit-transform: rotate(0deg);
  560. transform: rotate(0deg);
  561. }
  562.  
  563.  
  564. #links7 {
  565. -ms-transform: rotate(-15deg);
  566. -webkit-transform: rotate(-15deg);
  567. transform: rotate(-15deg);
  568. color: transparent;
  569. text-shadow: #fff 0 0 4px;
  570. text-decoration:none;
  571. display:block;
  572. position:fixed;
  573. font-family:calibri;
  574. width:1px;
  575. margin-top:95px;
  576. margin-left:610px;;
  577. font-size:20px;
  578. font-style:normal;
  579. letter-spacing:0px;
  580. text-transform:uppercase;
  581. text-align:left;
  582. }
  583.  
  584. #links7 a{
  585. display:block;
  586. font-style:normal;
  587. padding-right:5px;
  588. color:#c5b9cb;
  589. text-shadow:#c5b9cb 0px 0px 7px;
  590. text-decoration:none;
  591. -moz-transition-duration:.7s;
  592. -webkit-transition-duration:.7s;
  593. -o-transition-duration:.7s;
  594. }
  595.  
  596. #links7 a:hover {
  597. color: transparent;
  598. text-shadow: #454545 0 0 5px;
  599. text-decoration:none;
  600. background:transparent;
  601. letter-spacing:2px;
  602. font-style:normal;
  603. width:1px;
  604. -moz-transition-duration:0.7s;
  605. -webkit-transition-duration:0.7s;
  606. -o-transition-duration:0.7s;
  607. -ms-transform: rotate(0deg);
  608. -webkit-transform: rotate(0deg);
  609. transform: rotate(0deg);
  610.  
  611. }
  612.  
  613.  
  614.  
  615. /* this is the box that comes up when you hover over something with a title*/
  616.  
  617. #s-m-t-tooltip {
  618. margin:-10px 0 0 10px;
  619. display:none;
  620. text-align:left;
  621. position:absolute;
  622. letter-spacing:2px;
  623. text-transform:uppercase;
  624. font-family:calibri;
  625. font-size:8px;
  626. max-width:200px;
  627. z-index:999;
  628. padding:2px 3px;
  629. line-height:12px;
  630. border:1px dotted #fff;
  631. color:#ffffff;
  632. background: #484a48;
  633. background-image: url('http://i.imgur.com/DflzgND.jpg');
  634. -webkit-transition-duration: 1.0s;
  635.  
  636. }
  637.  
  638. /*next page and previous page*/
  639.  
  640. #pagination {
  641. margin-left: 220px;
  642. margin-top: 590px;
  643. width:62px;
  644. position: relative;
  645. text-align: center;
  646. letter-spacing:1px;
  647. text-transform: uppercase;
  648. font-family: 'Lemon/Milk';
  649. font-weight:400;
  650. font-size: 10px;
  651. }
  652.  
  653.  
  654. #pagination a {
  655. padding: 0px;
  656. color:#b3b3b3;
  657. }
  658.  
  659. #pagination a:hover {
  660. color:transparent;
  661. }
  662.  
  663. #pcontainer {
  664. width:310px;
  665. height:350px;
  666. padding: 10px;
  667. top:200px;
  668. left:655px;
  669. margin: auto;
  670. position:fixed;
  671. overflow-y:scroll;
  672. overflow-x:hidden;
  673. border-radius:0px;
  674. -moz-border-radius:0px;
  675. -webkit-border-radius:0px;
  676. }
  677.  
  678. #entries {
  679. padding:5px;
  680. width:310px;
  681. margin-bottom: -20px;
  682. }
  683.  
  684. #post {
  685. width:310px;
  686. margin-left:-7px;
  687. padding-bottom:5px;
  688. background:none;
  689. text-align:left;
  690. }
  691.  
  692. #post:hover{
  693. -webkit-filter:none;
  694. -webkit-transition: all 0.5s ease-in-out;
  695. }
  696.  
  697.  
  698. /*time posted, note count, via and source*/
  699.  
  700. #info {
  701. font-family: 'VT323',serif ;
  702. width:300px;
  703. margin-top:0px;
  704. padding-top:4px;
  705. margin-left:auto;
  706. margin-right:auto;
  707. padding-BOTTOM:1px;
  708. font-size:14px;
  709. text-transform:uppercase;
  710. letter-spacing:1px;
  711. font-style:normal;
  712. text-align:center;
  713. padding:4px;
  714. background:url("http://i.imgur.com/1JxPmP0.png");
  715. BORDER:2px solid {color:info border};
  716. -moz-transition-duration:0.2s;
  717. -webkit-transition-duration:0.2s;
  718. -o-transition-duration:0.2s;
  719. }
  720.  
  721. #info a {
  722. font-size:15px;
  723. color:#f1f1f1;
  724. text-shadow: 0px 0px 3px {color:info link shadow};
  725. padding:5px;
  726. font-style:normal;
  727. }
  728.  
  729. #info a:hover {
  730. color:{color:info hover};
  731. -webkit-filter: blur(0px);
  732. -moz-transition-duration:0.2s;
  733. -webkit-transition-duration:0.2s;
  734. -o-transition-duration:0.2s;
  735.  
  736.  
  737.  
  738.  
  739. }
  740.  
  741. /*tags*/
  742.  
  743. .tags {
  744. font-family:'8-bit Operator+';
  745. font-style:normal;
  746. width:310px;
  747. text-transform:italic;
  748. text-shadow:2px 2px 1px #575757;
  749. color:#575757;
  750. line-height:100%;
  751. font-size:11px;
  752. text-align:center;
  753. padding-top:0px;
  754. -moz-transition-duration:0.2s;
  755. -webkit-transition-duration:0.2s;
  756. -o-transition-duration:0.2s;
  757. }
  758.  
  759. #post .tags {
  760. opacity:0;
  761. -moz-transition-duration:1s;
  762. -webkit-transition-duration:1s;
  763. -o-transition-duration:1s;
  764. }
  765.  
  766. #post:hover .tags {
  767. width:310px;
  768. opacity:1;
  769. -moz-transition-duration:1s;
  770. -webkit-transition-duration:1s;
  771. -o-transition-duration:1s;
  772.  
  773. }
  774.  
  775. .postnote {
  776. width:310px;
  777. margin-top:40px;
  778. font-family:calibri;
  779. text-transform:lowercase;
  780. font-style:normal;
  781. letter-spacing:0px;
  782. font-size:10px;
  783. text-align:left;
  784. text-shadow:2px 2px 1px #575757;
  785. }
  786.  
  787. /*asks*/
  788.  
  789. #question {
  790. font-size:15px;
  791. font-style:none;
  792. font-family:'Lemon/Milk';
  793. letter-spacing:0px;
  794. line-height:15px;
  795. text-align:center;
  796. padding-top: 1px;
  797. padding-bottom: 1px;
  798. text-transform:none;
  799. padding-left:0px;
  800. background-image: url('http://i.imgur.com/1JxPmP0.png');
  801. box-shadow: 3px 3px 3px #282828;
  802. border-top:1px solid #cecece;
  803. border-bottom:double #cecece;
  804. border-radius:0px;
  805. color:#fff;
  806. text-shadow: 2px 2px 1px #000;
  807. }
  808.  
  809. #question a{
  810. color:#fff;
  811. text-shadow:1px 1px 3px #fff;
  812. font-size: 30px;
  813. font-family:'Lemon/Milk';
  814. text-transform:lowercase;
  815. text-decoration: none;
  816. }
  817.  
  818. #question a:hover{
  819. color: transparent;
  820. text-shadow: 0 0 5px rgba(0,0,0,0.5);
  821. }
  822.  
  823. #question img {
  824. float:left;
  825. margin-top:0px;
  826. margin-right:15px;
  827. max-height:40px;
  828. border-radius:38px;
  829. -moz-border-radius:38px;
  830. -webkit-border-radius:38px;
  831. }
  832.  
  833. #answer {
  834. line-height:10px;
  835. padding-top:10px;
  836. }
  837.  
  838. #answer img {
  839. max-height:100%;
  840. border:none;
  841. border-radius:none;
  842. }
  843.  
  844. /*audio player container*/
  845.  
  846. .playercontainer {
  847. text-align:left;
  848. padding:10px;
  849. padding-left:0px;
  850. background-color:#fff;
  851. width:290px;
  852. }
  853.  
  854. /*artist, song, etc.*/
  855.  
  856. .musicinfo {
  857. padding-top:7px;
  858. padding-left:50px;
  859. color:#000;
  860. text-align:justify;
  861. }
  862.  
  863. /*credit. only change this if you actually make the code your own*/
  864.  
  865. #credit {
  866. position:fixed;
  867. font-size:12px;
  868. color:#3b689e;
  869. font-weight:bold;
  870. line-height:150%;
  871. letter-spacing:2px;
  872. left:10px;
  873. bottom:10px;
  874. text-transform:uppercase;
  875. text-shadow:2px 2px 1px #000;
  876. text-align:center;
  877. }
  878.  
  879. #credit a {
  880. letter-spacing: 0px;
  881. padding:3px;
  882. color:#575757;
  883. text-shadow:1px 1px 1px #000;
  884. }
  885.  
  886. #credit a:hover {
  887. background:none;
  888. color:transparent;
  889. }
  890.  
  891. /*----------------------------------------
  892. Update Tab #1 (CSS Left) by Incedo
  893. http://incedothemes.tumblr.com
  894. Please do not remove the credit.
  895. Instructions @ http://incedothenes.tumblr.com/tab
  896. Updated 8/7/14
  897. ------------------------------------------*/
  898.  
  899. #updatetab {
  900. font-family: helvetica; /*this is the font*/
  901. color: #968f9a;} /*this is the font color*/
  902. #tabtitle, #dropdown {
  903. background-color:transparent;/*this is the background color*/
  904. border-color: transparent;} /*this is the border color*/
  905. #dropdown p {
  906. border-color: #fff;
  907. }
  908.  
  909. #updatetab {
  910. width:125px;
  911. position:fixed;
  912. top:180px;
  913. left:490px;}
  914.  
  915. #tabtitle {
  916. text-align:center;
  917. padding:1px 3px;
  918. letter-spacing:2px;
  919. font-size:14px;
  920. text-transform:italic;
  921. border-width:1px;
  922. border-style:solid;
  923. border-radius: 2px;
  924. -moz-border-radius: 2px;
  925. -webkit-border-radius: 2px;}
  926.  
  927. #dropdown {
  928. border-style:solid;
  929. border-width:0px 1px 1px 1px;
  930. padding:2px 5px 0px 5px;
  931. background-color:#181818;
  932. border-bottom-right-radius: 2px;
  933. -moz-border-bottom-right-radius: 2px;
  934. -webkit-border-bottom-right-radius: 2px;
  935. border-bottom-left-radius: 2px;
  936. -moz-border-bottom-left-radius: 2px;
  937. -webkit-border-bottom-left-radius: 2px;
  938. opacity:0;
  939. -webkit-transition: all 0.5s ease-in-out;
  940. -moz-transition: all 0.5s ease-in-out;
  941. -o-transition: all 0.5s ease-in-out;
  942. -ms-transition: all 0.5s ease-in-out;
  943. transition: all 0.5s ease-in-out;}
  944.  
  945. #updatetab:hover #dropdown {
  946. opacity:.8;
  947. -webkit-transition: all 0.5s ease-in-out;
  948. -moz-transition: all 0.5s ease-in-out;
  949. -o-transition: all 0.5s ease-in-out;
  950. -ms-transition: all 0.5s ease-in-out;
  951. transition: all 0.5s ease-in-out;}
  952.  
  953. #dropdown p {
  954. padding-top:3px;
  955. padding-bottom:3px;
  956. border-width:0px 0px 1px 0px;
  957. border-style:solid;
  958. font-size:10px;}
  959.  
  960. #dropdown p:last-of-type {
  961. border-bottom:0px solid transparent;}
  962.  
  963. #updatetab p, #updatetab ul, #updatetab li, #updatetab ol {
  964. margin: 0px 0px 0px 0px;}
  965.  
  966. /* popup start */
  967.  
  968. .popup_block{
  969. display:none;
  970. background-color:transparent;
  971. background-image: url('http://i.imgur.com/W6Z6XZZ.png');
  972. background-repeat: no-repeat;
  973. padding:15px;
  974. position:fixed;
  975. height: 387px;
  976. top:59.2%; left:59.5%;
  977. z-index: 99999;
  978. box-shadow: none;
  979. overflow-y:hidden;
  980. overflow-x:hidden;
  981. }
  982.  
  983. *html #fade {position: absolute;}
  984. *html .popup_block {position: absolute;}
  985. #fade {
  986. display:none;
  987. position:fixed;
  988. left:0px;
  989. top:0px;
  990. width:100%;
  991. height:100%;
  992. z-index:9999;
  993. background:#fff;
  994. opacity:0;
  995. }
  996.  
  997. #contained {
  998. padding:5px;
  999. width:310px;
  1000. overflow:auto;
  1001. margin-top:0px;
  1002. margin-left:0px;
  1003. height:350px;
  1004. }
  1005.  
  1006. #continue {
  1007. margin-top:10px;
  1008. }
  1009.  
  1010. #navilink {
  1011. display:inline-block;
  1012. border: 1px solid #343434;
  1013. width:100px; font-family: helvetica;
  1014. padding:5px;
  1015. color:#ffffff;
  1016. letter-spacing:2px;
  1017. font-size:8px;
  1018. text-transform:uppercase;
  1019. text-align:center;
  1020. margin-left:17px;
  1021. margin-bottom:20px;
  1022. }
  1023.  
  1024. #continue a {
  1025. display:inline-block;
  1026. background-color:#a6a6a6;
  1027. width:35px; font-family: 'satisfy', cursive';
  1028. padding:5px;
  1029. color:#ffffff;
  1030. letter-spacing:2px;
  1031. font-size:8px;
  1032. text-transform:uppercase;
  1033. text-align:center;
  1034. border-bottom:2px solid transparent;
  1035. -webkit-transition: all 0.3s ease-in-out;
  1036. -moz-transition: all 0.3s ease-in-out;
  1037. transition: all 0.3s ease-in-out;
  1038. }
  1039.  
  1040. /* popup end */
  1041.  
  1042.  
  1043. @import url(http://weloveiconfonts.com/api/?family=fontawesome);
  1044.  
  1045. /* fontawesome */
  1046. [class*="fontawesome-"]:before {
  1047. font-family: 'FontAwesome', sans-serif;
  1048. }
  1049.  
  1050. .newspaper {
  1051. height:400px;
  1052. -webkit-column-count: 2; /* Chrome, Safari, Opera */
  1053. -moz-column-count: 2; /* Firefox */
  1054. column-count: 2;
  1055. -webkit-column-gap: 40px; /* Chrome, Safari, Opera */
  1056. -moz-column-gap: 40px; /* Firefox */
  1057. column-gap: 40px;
  1058. }
  1059.  
  1060.  
  1061. </style></head>
  1062.  
  1063. <body><iframe src="https://www.tumblr.com/dashboard/iframe?tumblelogName=perseverancex&amp;src=http%3A%2F%2F%3A%2F%2Fperseverancex.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>
  1064.  
  1065. <!----------------------------------------
  1066. Update Tab #1 (HTML) by Incedo
  1067. http://incedothemes.tumblr.com
  1068. Please do not remove the credit.
  1069. Instructions @ http://incedothenes.tumblr.com/tab
  1070. Updated 9/21/13
  1071. ------------------------------------------>
  1072.  
  1073. <div id="updatetab">
  1074.  
  1075. <div id="tabtitle">
  1076. <!---this is where you put title of your updates tab--->
  1077. <font face="satisfy, cursive">Hover.</font></div>
  1078.  
  1079. <div id="dropdown">
  1080. <!---this is where you put your individual updates, make sure to put each update between a set of <p> and </p>--->
  1081.  
  1082. <p></p><center><small><i>Bailey Lukas</i></small><br>
  1083. <b>PURPLE SOUL.</b><br>
  1084.  
  1085. <small><sub>Est. Dec. 29th, 2015</p>
  1086.  
  1087. <p><marquee>Art and icons are not for public use<i>!!</i></marquee></p>
  1088.  
  1089. <p><b>Trait:</b> Perseverance.<br>
  1090.  
  1091. <b>Associated Items:</b> <br>
  1092. Torn Notebook and Cloudy Glasses.</p>
  1093.  
  1094. <p>Indie <b><font face="Daniel">&&</font></b> Selective <br>
  1095.  
  1096. <sup>Purple Soul</sup> from Undertale.<br>
  1097.  
  1098. <p>Written by<br><i>Xania</i></p>
  1099. </sub></small></center><small>
  1100.  
  1101. </small></div><small>
  1102.  
  1103.  
  1104. </small></div><small>
  1105.  
  1106. <div id="box2" class="popup_block">
  1107. <div id="contained">
  1108.  
  1109.  
  1110. <center><pre>DISCLAIMER.</pre></center>
  1111.  
  1112. <blockquote> Here go your rules!!</blockquote>
  1113. Separate them using
  1114. <p> < p >
  1115.  
  1116. </div></div>
  1117.  
  1118.  
  1119. <div id="box3" class="popup_block">
  1120. <div id="contained">
  1121. <center><pre>Verses</pre>
  1122.  
  1123. <center>
  1124. <a href="http://perseverancex.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1125.  
  1126. <blockquote>Description of verse!</blockquote>
  1127.  
  1128. <center>
  1129.  
  1130. <a href="http://perseverancex.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1131.  
  1132. <blockquote>Description of verse!</blockquote>
  1133.  
  1134. <center><a href="http://perseverancex.tumblr.com/tagged/verse here"> verse name here.</a></center>
  1135.  
  1136. <blockquote>Description of verse!</blockquote>
  1137.  
  1138. </div></div>
  1139.  
  1140.  
  1141.  
  1142.  
  1143. <div id="box4" class="popup_block">
  1144. <div id="contained">
  1145.  
  1146. <center><img src="http://i.imgur.com/4CQU8hJ.png"/></center>
  1147.  
  1148. <blockquote>
  1149. <p>
  1150. » age: 12.<br>
  1151. » birthday: ---.<br>
  1152. » species: human.<br>
  1153. » gender: genderfluid. (they/them.) <br>
  1154. » sex: female.<br>
  1155. » orientation: --.<br>
  1156. » profession: --</p>
  1157. </blockquote>
  1158.  
  1159. <center><pre>physical</pre></center>
  1160. <blockquote>
  1161. <p>
  1162. » hair: short & messy orange hair. it’s not quite straight, but it’s not necessarily curly either. it’s got a bit of a wave to it.<br>
  1163.  
  1164. » eyes: a light shade of blue, usually hidden behind a pair of dirty glasses that they can never seem to clean.<br>
  1165.  
  1166. » skin: fair <i>&&</i> covered in freckles.<br>
  1167.  
  1168. » height: 4'5“. </p></blockquote>
  1169.  
  1170. <center><pre>skills</pre></center>
  1171.  
  1172. <blockquote><p>» physical prowess: --- <br>
  1173.  
  1174. » hobbies: --- </p></blockquote>
  1175.  
  1176. <center><pre>traits</pre></center>
  1177.  
  1178. <blockquote>
  1179. <p>positive: --- <br>
  1180.  
  1181. negative: --- </p></blockquote>
  1182.  
  1183. <center><pre>likes</pre></center>
  1184.  
  1185. <blockquote>
  1186.  
  1187. <p>» colors: --- <br>
  1188.  
  1189. » smells: --- <br>
  1190.  
  1191. » foods: --- <br>
  1192.  
  1193. » drinks: --- <br>
  1194.  
  1195. </p></blockquote>
  1196.  
  1197. <center><pre>misc</pre></center>
  1198.  
  1199. <blockquote>
  1200.  
  1201. <p>» smokes?: no.<br>
  1202.  
  1203. » drugs?: no.<br>
  1204.  
  1205. » driver’s license?: no.<br>
  1206.  
  1207. » ever been arrested?: no.</p>
  1208.  
  1209. </blockquote>
  1210. </div></div>
  1211.  
  1212.  
  1213.  
  1214.  
  1215. <div id="boxnavi" class="popup_block">
  1216. <div id="contained">
  1217. <center><pre>Navigate</pre>
  1218.  
  1219. <center></center><table><tbody><tr><td>
  1220.  
  1221. <div class="links2">
  1222. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/hc">HEADCANONS</a></div>
  1223.  
  1224.  
  1225. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/answered">IC ANSWERS</a></div>
  1226.  
  1227.  
  1228. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/❥║░║ xania is a murderer 2K16 ( OOC. )">OOC ASKS</a></div>
  1229.  
  1230. </div></td>
  1231.  
  1232.  
  1233.  
  1234. <td>
  1235. <div class="links2">
  1236.  
  1237. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/❥║░║ meme.">MEMES</a></div>
  1238.  
  1239.  
  1240. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/❥║░║ still you persevere. ( SELF )">IC THINGS</a></div>
  1241.  
  1242.  
  1243. <div id="navilink" style="background-image:url('http://i.imgur.com/gA0PFpt.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://perseverancex.tumblr.com/tagged/art">ART</a></div>
  1244.  
  1245. </div>
  1246. </td></tr></tbody></table>
  1247. </center></div>
  1248. </div>
  1249.  
  1250. </div></div>
  1251.  
  1252.  
  1253.  
  1254. <div id="box7" class="popup_block">
  1255. <div id="contained">
  1256. <center><pre>Canon</pre>
  1257. TBA
  1258. <pre>Non Canon</pre>
  1259. TBA</center>
  1260. </div></div>
  1261.  
  1262.  
  1263.  
  1264. <div id="box1" class="popup_block">
  1265. <div id="contained">
  1266. <center><iframe frameborder="0" height="350" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/perseverancex.tumblr.com" width="100%" style="height: 299px;"></iframe></center>
  1267. </div></div>
  1268.  
  1269.  
  1270. </div>
  1271.  
  1272.  
  1273. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1274. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1275.  
  1276. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1277. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1278. <script>
  1279.  
  1280. <script>
  1281. (function($){
  1282. $(document).ready(function(){
  1283. $("[title]").style_my_tooltips({
  1284. tip_follows_cursor:true,
  1285. tip_delay_time:0,
  1286. tip_fade_speed:0,
  1287. attribute:"title"
  1288. });
  1289. });
  1290. })(jQuery);
  1291. </script>
  1292.  
  1293. <div id="links1"><a href="/" title="home.">❤</a></div>
  1294.  
  1295. <div id="links2"><a href="#?w=357" rel="box1" class="poplight" title="cellphone.">❤</a></div>
  1296.  
  1297. <div id="links3"><a href="#?w=357" rel="box2" class="poplight" title="law.">❤</a></div>
  1298.  
  1299. <div id="links4"><a href="#?w=357" rel="box3" class="poplight" title="verses.">❤</a></div>
  1300.  
  1301. <div id="links5"><a href="#?w=357" rel="box4" class="poplight" title="dossier.">❤</a></div>
  1302.  
  1303. <div id="links7"><a href="#?w=357" rel="boxnavi" class="poplight" title="navi.">❤</a></div>
  1304.  
  1305. <div id="links6"><a href="#?w=357" rel="box5" class="poplight" title="mains."></a></div>
  1306.  
  1307.  
  1308. <div id="sidebar">
  1309.  
  1310. <div id="sidebarimage"><img src="http://assets.tumblr.com/images/x.gif?v=1"></div>
  1311.  
  1312.  
  1313. <div id="description"></div>
  1314.  
  1315. </div>
  1316.  
  1317. <div id="pagination">
  1318. {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>
  1319. </div></div></div>
  1320.  
  1321.  
  1322.  
  1323. </div>
  1324.  
  1325.  
  1326.  
  1327.  
  1328.  
  1329. <div id="pcontainer">
  1330. <div id="entries">{block:Posts}<div id="post">
  1331.  
  1332. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  1333.  
  1334. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1335.  
  1336. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1337.  
  1338. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  1339.  
  1340. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  1341.  
  1342. {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}
  1343.  
  1344. {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}
  1345. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  1346.  
  1347. {block:Video}{Video-500}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1348.  
  1349. {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}
  1350.  
  1351. {block:Date}<div id="info"> <a href="{Permalink}" title="{TimeAgo}">✦</a>
  1352. {/block:Date} {block:NoteCount} <a href="{Permalink}" title="{NoteCount}">✦</a> {/block:NoteCount}
  1353.  
  1354. {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>
  1355.  
  1356. {block:HasTags}
  1357. <div class="tags">
  1358. <center> {block:Tags} <a href="{TagURL}">&nbsp; #{Tag} </a> {/block:Tags} </div></center>
  1359. {/block:HasTags}
  1360. </div>
  1361. </div>
  1362.  
  1363. <div class="postnote">
  1364. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1365.  
  1366.  
  1367. {/block:Posts}
  1368.  
  1369.  
  1370. </div>
  1371.  
  1372.  
  1373.  
  1374. </div></div>
  1375.  
  1376.  
  1377. <!-- SCRIPTS -->
  1378.  
  1379. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  1380. <script src="http://static.tumblr.com/iuw14ew/VSQma1786/jquery.style-my-tooltips.js"></script>
  1381.  
  1382. <script>
  1383. (function($){
  1384. $(document).ready(function(){
  1385. $("[title]").style_my_tooltips({
  1386. tip_follows_cursor:true,
  1387. tip_delay_time:90,
  1388. tip_fade_speed:600,
  1389. attribute:"title"});
  1390. });})(jQuery);
  1391. </script>
  1392.  
  1393. </div>
  1394.  
  1395.  
  1396.  
  1397.  
  1398. </body>
  1399. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement