Advertisement
Daichi-Sama

Code for Becca (Lance)

Dec 22nd, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.15 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.  
  3.  
  4.  
  5. <!--
  6.  
  7. WINTER'S LADY THEMES
  8. ♛ this code was made by AGIRLINGREY@TUMBLR.
  9. ♛ do not remove credit or claim as your own.
  10.  
  11. -->
  12.  
  13.  
  14.  
  15.  
  16. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  17. <head>
  18.  
  19.  
  20.  
  21.  
  22. <!--
  23. TOOLTIP STYLING SCRIPT
  24. -->
  25.  
  26.  
  27. <link href="http://static.tumblr.com/5omyijl/bzrn2yg7i/style-my-tooltips.css" rel="stylesheet" type="text/css" />
  28. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  29. <script src="http://static.tumblr.com/5omyijl/RZtn2yg9v/jquery.style-my-tooltips.js"></script>
  30. <script>
  31. (function($){
  32. $(document).ready(function(){
  33. $("[title]").style_my_tooltips({
  34. tip_follows_cursor:true,
  35. tip_delay_time:200,
  36. tip_fade_speed:500
  37. });
  38. });
  39. })(jQuery);
  40. </script>
  41.  
  42. <title>{Title}</title>
  43. <link rel="shortcut icon" href="https://www.serebii.net/pokedex-sm/icon/149.png">
  44. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  45. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  46.  
  47. <meta name="color:background" content="#000000"/>
  48. <meta name="color:text" content="#a1a0a0"/>
  49. <meta name="color:description" content=transparent/>
  50. <meta name="color:link" content="#e0d3ed"/>
  51. <meta name="color:link hover" content="#989898" />
  52. <meta name="color:bold" content="#cdc2f0" />
  53. <meta name="color:italic" content="#ffffff" />
  54. <meta name="color:border" content="#292828" />
  55. <meta name="color:scrollbar" content="#ffffff" />
  56. <meta name="color:postbg" content=transparent />
  57. <meta name="color:blockquote" content="#121212" />
  58. <meta name="color:tags" content="#e0d3ed"/>
  59.  
  60. <meta name="image:background" content=""/>
  61.  
  62. <meta name="text:link 1" content="link 1"/>
  63. <meta name="text:link 1 url" content="/"/>
  64. <meta name="text:link 2" content="link 2"/>
  65. <meta name="text:link 2 url" content="/"/>
  66. <meta name="text:link 3" content="link 3"/>
  67. <meta name="text:link 3 url" content="/"/>
  68. <meta name="text:link 4" content="link 4"/>
  69. <meta name="text:link 4 url" content="/"/>
  70. <meta name="text:link 5" content="link 5"/>
  71. <meta name="text:link 5 url" content="/"/>
  72. <meta name="text:link 6" content="link 6"/>
  73. <meta name="text:link 6 url" content="/"/>
  74. <meta name="text:link 7" content="link 7"/>
  75. <meta name="text:link 7 url" content="/"/>
  76. <meta name="text:link 8" content="link 8"/>
  77. <meta name="text:link 8 url" content="/"/>
  78.  
  79. <meta name="if:tinycursor" content="1"/>
  80. <meta name="if:greyscale" content="0"/>
  81. <meta name="text:text size" content="12px" />
  82. <meta name="if:showsubmit" content="0"/>
  83.  
  84. <meta name="color:updates bar" content="#070707"/>
  85. <meta name="image:Updates" content=""/>
  86. <meta name="image:thekey" content=""/>
  87.  
  88.  
  89.  
  90. <!--
  91. CUSTOM FONTS
  92. -->
  93.  
  94.  
  95. <link href='https://fonts.googleapis.com/css?family=Playfair+Display' rel='stylesheet' type='text/css'>
  96.  
  97. <link href='https://fonts.googleapis.com/css?family=Montserrat' rel='stylesheet' type='text/css'>
  98.  
  99. <link href='https://fonts.googleapis.com/css?family=Arizonia' rel='stylesheet' type='text/css'>
  100.  
  101. <link href='https://fonts.googleapis.com/css?family=Roboto+Condensed' rel='stylesheet' type='text/css'>
  102.  
  103.  
  104. <style type="text/css">
  105.  
  106.  
  107.  
  108. /* the hover update thing */
  109.  
  110.  
  111.  
  112. #bite
  113. #bite a{
  114. display:block
  115. }
  116. #bite .death {
  117. margin-top:0px;filter: alpha(opacity = 1.0);
  118. opacity:1.0;-webkit-transition: all 0.5s ease-out;
  119. -moz-transition: all 0.5s ease-out;transition: all 0.5s ease-out;
  120. }
  121.  
  122. #bite:hover .death {
  123. margin-top:0px;
  124. -webkit-transition: all 0.8s ease-out;
  125. -moz-transition: all 0.8s ease-out;
  126. transition: all 0.8s ease-out;
  127. filter: alpha(opacity = 100);
  128. filter: alpha(opacity = 100);
  129. opacity:100;
  130. }
  131.  
  132.  
  133. /* selection font and background */
  134.  
  135.  
  136. ::selection {
  137. background: #444;
  138. color:#fff; }
  139.  
  140.  
  141. ::-moz-selection {
  142. background: #444;
  143. color:#fff; }
  144.  
  145.  
  146.  
  147. /* scrollbar details */
  148.  
  149.  
  150.  
  151. ::-webkit-scrollbar {
  152. height: 0px;
  153. width: 2px;
  154. background:transparent;
  155. border-left:0px solid transparent;
  156. border-right:0px solid transparent;}
  157.  
  158.  
  159. ::-webkit-scrollbar-thumb {
  160. background:transparent;}
  161.  
  162.  
  163.  
  164.  
  165.  
  166. /* the cursor */
  167.  
  168.  
  169.  
  170. body, a, a:hover{
  171. cursor: url('http://media.tumblr.com/28e8e2c9c0a422c5fb73ea368b58b529/tumblr_inline_mv7k3cbC5e1qmxe8x.png'), progress;}
  172.  
  173.  
  174. iframe#tumblr_controls {
  175. right:3px !important;
  176. position: fixed !important;
  177. -webkit-transition: opacity 0.7s
  178. linear;opacity: 0.2;
  179. -webkit-transition: all 0.8s ease-out;
  180. -moz-transition: all 0.8s ease-out;
  181. transition: all 0.8s ease-out;}
  182.  
  183. iframe#tumblr_controls:hover{
  184. -webkit-transition: opacity 0.7s linear;
  185. opacity: 1;
  186. -webkit-transition: all 0.4s ease-out;
  187. -moz-transition: all 0.4s ease-out;
  188. transition: all 0.4s ease-out;}
  189.  
  190.  
  191.  
  192. /* general look & background */
  193.  
  194.  
  195. body {
  196. background:#727272;
  197. background-image:url('https://static.tumblr.com/i7ohpuo/3K7p1e3zc/lancebg.png');
  198. background-attachment: fixed;
  199. background-repeat: no-repeat;
  200. background-position: left top;
  201. color:#a29f9a;
  202. font-family: calibri;
  203. text-align:justify;
  204. font-size: 10px;
  205. letter-spacing:1px;
  206. line-height:135%;
  207.  
  208. }
  209.  
  210. /* back to general look & details */
  211.  
  212.  
  213.  
  214. a:link, a:active, a:visited {
  215. text-decoration: none;
  216. color: #30516a;
  217. -moz-transition-duration:.6s;
  218. -webkit-transition-duration:.6s;
  219. -o-transition-duration:.6s;
  220. -webkit-filter: blur(0px);}
  221.  
  222. a:hover {
  223. color: #a29f9a;
  224. -moz-transition-duration:.6s;
  225. -webkit-transition-duration:.6s;
  226. -o-transition-duration:.6s;
  227. -webkit-filter: blur(1px);}
  228.  
  229.  
  230.  
  231. h1 {
  232. background-color: transparent;
  233. font-family: 'Montserrat', sans-serif;
  234. font-size: 16px;
  235. line-height: 20px;
  236. letter-spacing: 2px;
  237. text-align: center;
  238. text-transform:uppercase;
  239. color: #a29f9a;
  240. }
  241.  
  242.  
  243. h2 {
  244. background-color: transparent;
  245. font-family: 'Montserrat', sans-serif;
  246. font-size: 15px;
  247. line-height: 16px;
  248. letter-spacing: 2px;
  249. text-align: left;
  250. text-transform:uppercase;
  251. color: #a29f9a;
  252. }
  253.  
  254.  
  255.  
  256. h3 {
  257. background-color: transparent;
  258. background-image:url("https://static.tumblr.com/i7ohpuo/4S8p1e1tf/asdfghj.png");
  259. border:1px dotted #30516a;
  260. font-family: arial;
  261. font-weight:bold;
  262. color: #a29f9a;
  263. text-shadow:1px 1px 0px #2c2f34;
  264. font-size: 10px;
  265. line-height: 12px;
  266. letter-spacing: 2px;
  267. text-align: center;
  268. text-transform:uppercase;
  269. padding:1px;
  270. line-height:120%;}
  271.  
  272.  
  273.  
  274. quotetext {
  275. background-color: transparent;
  276. font-family: times;
  277. font-size: 14px;
  278. line-height: 20px;
  279. letter-spacing: 2px;
  280. text-align: center;
  281. text-transform:uppercase;
  282. color: #a29f9a;
  283. }
  284.  
  285.  
  286.  
  287. blockquote {
  288. word-wrap: break-word;
  289. padding:2px 7px;
  290. margin:3px 0 3px 10px;
  291. border-left:1px solid #30516a;
  292. background-color:transparent;}
  293.  
  294.  
  295. blockquote img{
  296. max-width:100%;
  297. height:auto;
  298. }
  299.  
  300. blockquote blockquote img{
  301. max-width:100%;
  302. height:auto;
  303. }
  304.  
  305.  
  306.  
  307.  
  308.  
  309.  
  310.  
  311. b, bold {
  312. font-size:10px;
  313. text-transform:uppercase;
  314. letter-spacing:1px;
  315. font-family: times;
  316. color: #cdc6b9;
  317. text-shadow:1px 1px 0px #4c5d74;
  318. }
  319.  
  320.  
  321. i, italic {
  322. font-size:12px;
  323. color: #cdc6b9;
  324. font-family: 'Roboto Condensed', sans-serif;
  325. text-shadow: 1px 1px 0px #4c5d74;
  326. letter-spacing:1px;
  327. text-transform:lowercase;
  328. }
  329.  
  330.  
  331.  
  332. p {
  333. margin-top:5px;
  334. margin-bottom:5px;}
  335.  
  336.  
  337. ol {
  338. list-style:normal;}
  339.  
  340.  
  341. ul {
  342. list-style:square;}
  343.  
  344.  
  345. small {
  346. font-size:10px}
  347.  
  348.  
  349. sup,sub {
  350. font-size:11px}
  351.  
  352.  
  353. pre {
  354. font-size: 10px;
  355. letter-spacing:3px;
  356. background-color:#7f7f7f;
  357. font-family: "Times New Roman", Times, serif;
  358. font-style: none;
  359. text-align:center;
  360. }
  361.  
  362.  
  363.  
  364. big {
  365. font-size:14px;
  366. text-transform:uppercase;
  367. letter-spacing:2px;
  368. font-family: "Times New Roman", Times, serif;
  369. color: #b8b8b8;
  370. text-shadow: 1px 1px 0px #30516a;
  371. }
  372.  
  373.  
  374.  
  375. {block:IfGreyscale}
  376.  
  377. img {
  378. -webkit-filter:grayscale(100%);
  379. -webkit-transition: all 0.9s ease-in-out;
  380. -moz-transition: all 0.9s ease-in-out;
  381. -o-transition: all 0.9s ease-in-out;
  382. -ms-transition: all 0.9s ease-in-out;
  383. transition: all 0.9s ease-in-out;}
  384.  
  385. img:hover {
  386. -webkit-filter:none;}
  387.  
  388. .html_photoset {
  389. -webkit-filter: grayscale(100%);
  390. -webkit-transition: all 0.9s ease-in-out;
  391. -moz-transition: all 0.9s ease-in-out;
  392. -o-transition: all 0.9s ease-in-out;
  393. -ms-transition: all 0.9s ease-in-out;
  394. transition: all 0.9s ease-in-out;}
  395.  
  396. .html_photoset:hover {
  397. -webkit-filter: none;}
  398.  
  399. {/block:IfGreyscale}
  400.  
  401.  
  402.  
  403. #pcontainer {
  404. background-color:transparent;
  405. width:330px;
  406. height:441px;
  407. padding: 20px;
  408. top:222px;
  409. margin-left: 582px;
  410. position:relative;
  411. overflow-y:scroll;
  412. overflow-x:hidden;
  413.  
  414. border:1px solid transparent;}
  415.  
  416.  
  417.  
  418. #pcontainer img {
  419. height:auto;
  420. max-width:100%;
  421. }
  422.  
  423.  
  424.  
  425. #content {
  426. margin-left:62px;
  427. width:310px;
  428. margin-top: -100px;
  429. }
  430.  
  431.  
  432. #posts {
  433. width:320px;
  434. padding:10px;
  435. margin-top: 85px;
  436. margin-left:-70px;
  437. padding-bottom:0px;}
  438.  
  439.  
  440.  
  441. #sidebar {
  442. margin-left: 1590px;
  443. line-height:15px;
  444. width: 180px;
  445. position: fixed;
  446. top: 200px;
  447. text-align: center; }
  448.  
  449.  
  450. #sidebar img {
  451. width:150px;
  452. padding-top:10px;
  453. padding-bottom:10px;}
  454.  
  455.  
  456. #description {
  457. margin-left: 0px;
  458. margin-top: -50px;
  459. width:180px;
  460. color:transparent;}
  461.  
  462.  
  463.  
  464. #actualnews {
  465. font-family: calibri;
  466. font-size:10px;
  467. text-align:justify;
  468. background:transparent;
  469. color: #a29f9a;
  470. width:156px;
  471. height:250px;
  472. padding-top:3px;
  473. border:0px solid #30516a;
  474. margin-left: 1052px;
  475. margin-top: -150px;
  476. position:fixed;
  477. }
  478.  
  479. #thekey {
  480. position:fixed;
  481. color:#7c7470;
  482. text-shadow: 1px 1px 0px #30516a;
  483. margin-top:175px;
  484. margin-left:55px;
  485. width:710px;
  486. padding:9px;
  487. letter-spacing:2px;
  488. word-spacing:5px; /*this defines the separation of each word of the links*/
  489. font-family: helvetica;
  490. font-size:12px;
  491. text-align:center;
  492. background:transparent;
  493. text-transform:uppercase;
  494. -webkit-transform: rotate(-90deg);
  495. -moz-transform: rotate(-90deg);
  496. -o-transform: rotate(-90deg);
  497. }
  498.  
  499.  
  500.  
  501.  
  502. /* JUMBLED LINKS */
  503.  
  504.  
  505.  
  506. .alinks {
  507. position:fixed;
  508. text-shadow: 1px 1px 0px #30516a;
  509. left:200px;
  510. top:120px;
  511. transform: rotate(0deg);
  512. font-family: 'Montserrat', sans-serif;
  513. font-size: 20px;}
  514.  
  515.  
  516. .alinks a {
  517. padding:10px;
  518. color:#cdc6b9;
  519. margin-right:0px;
  520. -webkit-filter: blur(0px);
  521. -webkit-transition: 0.8s ease-in;
  522. -moz-transition: 1s ease-in;
  523. transition: 1s ease-in;
  524. }
  525.  
  526. .alinks a:hover {
  527. opacity:1;
  528. -webkit-transition: all 0.6s ease-in-out;
  529. -moz-transition: all 0.6s ease-in-out;
  530. -o-transition: all 0.6s ease-in-out;
  531. -ms-transition: all 0.6s ease-in-out;
  532. transition: all 0.6s ease-in-out;
  533. color: #a29f9a;
  534. text-shadow: 3px 3px 3px #a29f9a;
  535. }
  536.  
  537.  
  538.  
  539.  
  540. .blinks {
  541. position:fixed;
  542. text-shadow: 1px 1px 0px #30516a;
  543. left:280px;
  544. top:50px;
  545. transform: rotate(0deg);
  546. font-family: 'Montserrat', sans-serif;
  547. font-size: 20px;}
  548.  
  549.  
  550. .blinks a {
  551. padding:10px;
  552. color:#cdc6b9;
  553. margin-right:0px;
  554. -webkit-filter: blur(0px);
  555. -webkit-transition: 0.8s ease-in;
  556. -moz-transition: 1s ease-in;
  557. transition: 1s ease-in;
  558. }
  559.  
  560. .blinks a:hover {
  561. -webkit-transition: all 0.6s ease-in-out;
  562. -moz-transition: all 0.6s ease-in-out;
  563. -o-transition: all 0.6s ease-in-out;
  564. -ms-transition: all 0.6s ease-in-out;
  565. transition: all 0.6s ease-in-out;
  566. color: #a29f9a;
  567. text-shadow: 2px 2px 2px #a29f9a;
  568. }
  569.  
  570.  
  571.  
  572.  
  573. .clinks {
  574. position:fixed;
  575. text-shadow: 1px 1px 0px #30516a;
  576. left:350px;
  577. top:80px;
  578. transform: rotate(0deg);
  579. font-family: 'Montserrat', sans-serif;
  580. font-size: 20px;}
  581.  
  582.  
  583. .clinks a {
  584. padding:10px;
  585. color:#cdc6b9;
  586. margin-right:0px;
  587. -webkit-filter: blur(0px);
  588. -webkit-transition: 0.8s ease-in;
  589. -moz-transition: 1s ease-in;
  590. transition: 1s ease-in;
  591. }
  592.  
  593. .clinks a:hover {
  594. -webkit-transition: all 0.6s ease-in-out;
  595. -moz-transition: all 0.6s ease-in-out;
  596. -o-transition: all 0.6s ease-in-out;
  597. -ms-transition: all 0.6s ease-in-out;
  598. transition: all 0.6s ease-in-out;
  599. color: #a29f9a;
  600. text-shadow: 2px 2px 2px #a29f9a;
  601. }
  602.  
  603.  
  604.  
  605.  
  606. .dlinks {
  607. position:fixed;
  608. text-shadow: 1px 1px 0px #30516a;
  609. left:510px;
  610. top:120px;
  611. transform: rotate(0deg);
  612. font-family: 'Montserrat', sans-serif;
  613. font-size: 20px;}
  614.  
  615.  
  616. .dlinks a {
  617. padding:10px;
  618. color:#cdc6b9;
  619. margin-right:0px;
  620. -webkit-filter: blur(0px);
  621. -webkit-transition: 0.8s ease-in;
  622. -moz-transition: 1s ease-in;
  623. transition: 1s ease-in;
  624. }
  625.  
  626. .dlinks a:hover {
  627. -webkit-transition: all 0.6s ease-in-out;
  628. -moz-transition: all 0.6s ease-in-out;
  629. -o-transition: all 0.6s ease-in-out;
  630. -ms-transition: all 0.6s ease-in-out;
  631. transition: all 0.6s ease-in-out;
  632. color: #a29f9a;
  633. text-shadow: 2px 2px 2px #a29f9a;
  634. }
  635.  
  636.  
  637.  
  638.  
  639. .elinks {
  640. position:fixed;
  641. text-shadow: 1px 1px 0px #30516a;
  642. left:520px;
  643. top:200px;
  644. transform: rotate(0deg);
  645. font-family: 'Montserrat', sans-serif;
  646. font-size: 20px;}
  647.  
  648.  
  649. .elinks a {
  650. padding:10px;
  651. color:#cdc6b9;
  652. margin-right:0px;
  653. -webkit-filter: blur(0px);
  654. -webkit-transition: 0.8s ease-in;
  655. -moz-transition: 1s ease-in;
  656. transition: 1s ease-in;
  657. }
  658.  
  659. .elinks a:hover {
  660. -webkit-transition: all 0.6s ease-in-out;
  661. -moz-transition: all 0.6s ease-in-out;
  662. -o-transition: all 0.6s ease-in-out;
  663. -ms-transition: all 0.6s ease-in-out;
  664. transition: all 0.6s ease-in-out;
  665. color: #a29f9a;
  666. text-shadow: 2px 2px 2px #a29f9a;
  667. }
  668.  
  669.  
  670.  
  671. .flinks {
  672. position:fixed;
  673. text-shadow: 1px 1px 0px #30516a;
  674. left:590px;
  675. top:260px;
  676. transform: rotate(0deg);
  677. font-family: 'Montserrat', sans-serif;
  678. font-size: 20px;}
  679.  
  680.  
  681. .flinks a {
  682. padding:10px;
  683. color:#cdc6b9;
  684. margin-right:0px;
  685. -webkit-filter: blur(0px);
  686. -webkit-transition: 0.8s ease-in;
  687. -moz-transition: 1s ease-in;
  688. transition: 1s ease-in;
  689. }
  690.  
  691. .flinks a:hover {
  692. -webkit-transition: all 0.6s ease-in-out;
  693. -moz-transition: all 0.6s ease-in-out;
  694. -o-transition: all 0.6s ease-in-out;
  695. -ms-transition: all 0.6s ease-in-out;
  696. transition: all 0.6s ease-in-out;
  697. color: #a29f9a;
  698. text-shadow: 2px 2px 2px #a29f9a;
  699. }
  700.  
  701.  
  702.  
  703. .credit {
  704. position:fixed;
  705. text-shadow: 0px 0px 11px #a29f9a;
  706. right:15px;
  707. bottom:15px;
  708. transform: rotate(0deg);
  709. font-family: helvetica;
  710. font-size: 14px; }
  711.  
  712.  
  713. .credit a {
  714. padding:10px;
  715. color:#30516a;
  716. margin-right:0px;
  717. -webkit-filter: blur(0.5px);
  718. -webkit-transition: 0.8s ease-in;
  719. -moz-transition: 1s ease-in;
  720. transition: 1s ease-in;
  721. }
  722.  
  723. .credit a:hover {
  724. -webkit-transition: all 0.6s ease-in-out;
  725. -moz-transition: all 0.6s ease-in-out;
  726. -o-transition: all 0.6s ease-in-out;
  727. -ms-transition: all 0.6s ease-in-out;
  728. transition: all 0.6s ease-in-out;
  729. color: #a29f9a;
  730. text-shadow: 2px 2px 2px #30516a;
  731. }
  732.  
  733. /* JUMBLED LINKS ENDS */
  734.  
  735.  
  736.  
  737. #pagination {
  738. position:fixed;
  739. font-family:times;
  740. width:300px;
  741. font-size:8px;
  742. top:113px;
  743. left:540px;
  744. letter-spacing:3px;
  745. text-align:center;
  746. z-index:999999999999;
  747. }
  748.  
  749. #pagination a {
  750. text-transform:uppercase;
  751. color:#30516a;
  752. -webkit-filter: blur(0px);
  753. -webkit-transition: 0.8s ease-in;
  754. -moz-transition: 1s ease-in;
  755. transition: 1s ease-in;
  756. z-index:999999999999;
  757. }
  758.  
  759. #pagination a:hover {
  760. color:#a29f9a;
  761. -webkit-filter: blur(0px);
  762. -webkit-transition: 0.2s ease-in;
  763. -moz-transition: 1s ease-in;
  764. transition: 1s ease-in;
  765. }
  766.  
  767.  
  768. .audio {
  769. width:335px;
  770. padding-bottom:10px;
  771. background-color:{color:#000000};}
  772.  
  773. .albumart {
  774. float:left;
  775. padding:0px 10px 10px 0px;}
  776.  
  777. .albumart img {
  778. width:65px;
  779. height:65px;}
  780.  
  781. .playercontainer {
  782. text-align:left;
  783. padding:10px;
  784. background-color:#090909;
  785. width:335px;}
  786.  
  787. .audioinfo {
  788. padding:10px;
  789. color:{color:text};}
  790.  
  791.  
  792.  
  793.  
  794.  
  795. /* QUESTIONS & ANSWERS DETAILS */
  796.  
  797.  
  798. #asker {
  799. font-family: 'Arizonia', cursive;
  800. font-style:none;
  801. letter-spacing:2px;
  802. text-align:center;
  803. padding-top: 10px;
  804. margin-left:0px;
  805. text-transform:lowercase;
  806. color: #c9c9c9;
  807. font-size:30px;
  808. padding:5px;
  809. letter-spacing:0px
  810. text-shadow:1px 1px 0px #aeaeae;
  811. }
  812.  
  813.  
  814. #asker a{
  815. font-family: 'Arizonia', cursive;
  816. font-style:none;
  817. letter-spacing:2px;
  818. text-transform:lowercase;
  819. font-size:30px;
  820. letter-spacing: 0px;
  821. text-shadow: none;
  822. color: #30516a;
  823. text-shadow:1px 1px 0px #1a1a1a;
  824. -webkit-filter: blur(0.5px);
  825. }
  826.  
  827.  
  828. #asker a:hover {
  829. color: #a29f9a;
  830. letter-spacing: 0px;
  831. text-shadow:2px 2px 2px #000;
  832. -webkit-filter: blur(2px);
  833. -webkit-transition:all .5s ease-in-out;
  834. -moz-transition:all .5s ease-in-out;
  835. transition:all .5s ease-in-out;
  836. }
  837.  
  838.  
  839.  
  840. #ask {
  841. font-family: times;
  842. width:300px;
  843. font-size:8px;
  844. text-align:center;
  845. padding-top: 5px;
  846. margin-left:0px;
  847. text-transform:auto;
  848. letter-spacing:3px
  849. margin-top:-10px;
  850. padding:5px;
  851. background: #000;
  852. background: url("https://static.tumblr.com/i7ohpuo/4S8p1e1tf/asdfghj.png");
  853. color:#cdc6b9;
  854. text-transform: uppercase;
  855. border-bottom-left-radius: 10px;
  856. border-bottom-right-radius: 10px;
  857. border-top-left-radius: 10px;
  858. border-top-right-radius: 10px;
  859. padding:10px;
  860. letter-spacing:2px;
  861. border-bottom:solid 1px #30516a;
  862. border-top:solid 1px #30516a;
  863. }
  864.  
  865.  
  866. .ans {
  867. text-align:center;
  868. padding:10px;
  869. }
  870.  
  871.  
  872. /* POST INFO DETAILS */
  873.  
  874.  
  875.  
  876. #info {
  877. background: url("https://static.tumblr.com/i7ohpuo/4S8p1e1tf/asdfghj.png");
  878. border: 1px solid #30516a;
  879. border-bottom-right-radius: 15px;
  880. border-bottom-left-radius: 15px;
  881. border-top-right-radius: 15px;
  882. border-top-left-radius: 15px;
  883. width:320px;
  884. height:25px;
  885. text-align:center;
  886. letter-spacing:10px;
  887. margin-top:8px;
  888. margin-bottom:50px;
  889. text-transform:uppercase;
  890. font-size:15px;
  891. font-style:none;
  892. }
  893.  
  894.  
  895.  
  896.  
  897. #info a {
  898. color:#cdc6b9;}
  899.  
  900. #info a:hover {
  901. color:#a29f9a;}
  902.  
  903.  
  904.  
  905.  
  906. #tags {
  907. font-family: helvetica;
  908. color:#a29f9a;
  909. padding-bottom:35px;
  910. letter-spacing:2px;
  911. text-transform:uppercase;
  912. font-size:7px;
  913. font-style:normal;
  914. margin-top:10px;
  915. text-align:right;
  916. float:right;
  917. }
  918.  
  919.  
  920. #tags a {
  921. display:inline-block;
  922. padding:-3px;
  923. opacity:0.8;
  924. text-align:center;
  925. color:#30516a;
  926.  
  927. }
  928.  
  929.  
  930. #tags a:hover {
  931. color:#a29f9a;
  932. }
  933.  
  934.  
  935.  
  936.  
  937.  
  938.  
  939. .note {
  940. text-transform:uppercase;
  941. font-style:normal;
  942. letter-spacing:0px;
  943. font-size: 10px;
  944. text-align:left;
  945. line-height:90%;
  946. margin-left:-40px;}
  947.  
  948. .note li {
  949. list-style-type:none;
  950. border-bottom:0px solid #30516a;
  951. padding:10px 25px 10px 25px;
  952. text-align:left;
  953. margin:0px;
  954. -moz-transition-duration:0.5s;
  955. -webkit-transition-duration:0.5s;
  956. -o-transition-duration:0.5s;}
  957.  
  958. .note img.avatar {
  959. margin-right: 10px;
  960. width: 16px;
  961. height: 16px;}
  962.  
  963.  
  964.  
  965.  
  966.  
  967.  
  968.  
  969.  
  970. /*--TOOLTIP DETAILS--*/
  971.  
  972.  
  973.  
  974. #s-m-t-tooltip{
  975. max-width:400px;
  976. margin:15px;
  977. padding:2px 8px;
  978. background: #dcdcdc;
  979. background-image:url('https://static.tumblr.com/i7ohpuo/4S8p1e1tf/asdfghj.png');
  980. border:1px dotted;
  981. border-color: #30516a;
  982. color:#9b9b9b;
  983. z-index:99999999999999999999;
  984. font-size:9px;
  985. letter-spacing:2px;
  986. font-style:bold;
  987. letter-spacing:2px;
  988. font-family:'helvetica';
  989. text-transform:uppercase;
  990. box-shadow:1px 1px 3px rgba(0,0,0,.1);}
  991.  
  992.  
  993.  
  994.  
  995.  
  996. </style>
  997.  
  998.  
  999. </head>
  1000.  
  1001. <body>
  1002.  
  1003. <div id="content">
  1004.  
  1005. <div id="sidebar">
  1006.  
  1007. <img src="{image:Sidebar}" />
  1008.  
  1009. <div id="description">{description}</div>
  1010.  
  1011. </div>
  1012.  
  1013. <div id="pagination">
  1014. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}">previous</a> • {/block:PreviousPage}{block:NextPage} <a href="{NextPage}">next</a>{/block:NextPage}{/block:Pagination}
  1015. </div>
  1016.  
  1017.  
  1018. <div id="links">
  1019.  
  1020.  
  1021. <div id="linkbar">
  1022.  
  1023.  
  1024. <div class="alinks">
  1025. <a href="/" title="refresh."> ✦ </a>
  1026. </div>
  1027.  
  1028.  
  1029. <div class="blinks">
  1030. <a href="/ask" title="ask."> ✦ </a>
  1031. </div>
  1032.  
  1033.  
  1034. <div class="clinks">
  1035. <a href="/rules" title="laws."> ✦ </a>
  1036. </div>
  1037.  
  1038.  
  1039. <div class="dlinks">
  1040. <a href="/bio" title="about."> ✦ </a>
  1041. </div>
  1042.  
  1043.  
  1044.  
  1045. <div class="elinks">
  1046. <a href="/pokemon" title="pokemon."> ✦ </a>
  1047. </div>
  1048.  
  1049.  
  1050.  
  1051. <div class="flinks">
  1052. <a href="/mun" title="mun."> ✦ </a>
  1053. </div>
  1054.  
  1055.  
  1056. <div class="credit">
  1057. <a href="http://agirlingrey.tumblr.com/" title="agirlingrey.">A.</a>
  1058. </div>
  1059.  
  1060.  
  1061. </div></div>
  1062.  
  1063.  
  1064. <div id="pcontainer">
  1065.  
  1066. <div id="content"><div id="posts">
  1067. {block:Posts}
  1068.  
  1069.  
  1070. {block:Quote}<quotetext>"{Quote}"</quotetext>&nbsp; <br><br> &nbsp;&nbsp;&nbsp;&nbsp;&nbsp; — {Source} {/block:Quote}
  1071. {block:Title}<h1>{Title}&nbsp;</h1>{/block:Title}
  1072. {block:Text}{Body}{/block:Text}
  1073.  
  1074. {block:Link}<a href="{URL}" class="link" {Target}><h1>{Name}&nbsp;</h1></a>
  1075.  
  1076. {block:Description}<P>{Description}</p>{/block:Description}{/block:Link}
  1077.  
  1078. {block:Photo}<center>{LinkOpenTag}<img src="{PhotoURL-HighRes}" width="360px">{LinkCloseTag}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  1079. {block:Photoset}<center>{Photoset}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  1080.  
  1081. {block:Chat}<ul class="chat"><BR>{block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li><BR>{/block:Lines}</ul>{/block:Chat}
  1082.  
  1083. {block:Video}{Video-250}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  1084.  
  1085.  
  1086. {block:Answer}<div id="asker" style="width:300px; text-shadow:1px 1px 0px #000; ">{Asker}:<div id="ask"> <p><p><p><p><p>{Question}</div></span></div><font face="calibri"><span style="font-family:calibri;font-size:; marging-left:0px;">{Answer}</span>{/block:Answer}
  1087.  
  1088.  
  1089. {block:Audio}<div class="audio">
  1090.  
  1091. {block:AlbumArt}
  1092. {/block:AlbumArt}
  1093.  
  1094.  
  1095. <div class="audioinfo">{block:TrackName}<b>Title:</b> {TrackName}<br />{/block:TrackName}{block:Artist}<b>Artist:</b> {Artist}<br />{/block:Artist}
  1096. {/block:ExternalAudio}<b>Played:</b> {PlayCount} times</div>
  1097. <br><div class="playercontainer">{AudioPlayerBlack}</div></div>
  1098. {block:Caption}{Caption}{/block:Caption}<br>{/block:Audio}
  1099.  
  1100.  
  1101. <div id="info">
  1102. <br>
  1103.  
  1104. &nbsp; &nbsp;
  1105.  
  1106.  
  1107. {block:Date}
  1108. <a href="{Permalink}" style="position:absolute; margin-left:-100px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 1px 1px 0px #30516a;" title=" {ShortMonth} {DayOfMonthWithZero} - {TimeAgo} "> ✦ </a>
  1109. {/block:Date}
  1110.  
  1111.  
  1112. {block:RebloggedFrom}
  1113. <a href="{ReblogParentURL}" style="position:absolute; margin-left:-65px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 1px 1px 0px #30516a;" title=" via. {ReblogParentName} "> ✦ </a>
  1114. {/block:RebloggedFrom}
  1115.  
  1116.  
  1117. {block:ContentSource}
  1118. <a href="{SourceURL}" style="position:absolute; margin-left:-30px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 1px 1px 0px #30516a;" title=" source. {SourceTitle} "> ✦ </a>
  1119. {/block:ContentSource}
  1120.  
  1121.  
  1122. <a href="{Permalink}" style="position:absolute; margin-left:5px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 1px 1px 0px #30516a;" title=" {NoteCount} notes "> ✦ </a>
  1123.  
  1124.  
  1125. <a href="{ReblogURL}" style="position:absolute; margin-left:40px; margin-top:-8px;-webkit-transform: rotate(0deg);-ms-transform: rotate(0deg);transform: rotate(0deg); text-shadow: 1px 1px 0px #30516a;" title="reblog"> ✦ </a>
  1126.  
  1127.  
  1128. <br>
  1129.  
  1130. {block:HasTags}<div id="tags">{block:Tags} & <a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div> &nbsp;
  1131. {/block:Posts}
  1132. <div class="note">
  1133. {block:PostNotes}{PostNotes}{/block:PostNotes}
  1134. </div>
  1135.  
  1136. {/block:Posts}</div></div>
  1137.  
  1138.  
  1139.  
  1140. </div> </div> </div> </div> </div> </div>
  1141.  
  1142.  
  1143.  
  1144. </body>
  1145.  
  1146. <div id="bite">
  1147. <div id="thekey"></div>
  1148. <div class="death">
  1149. <div id="actualnews">
  1150.  
  1151. <center>
  1152.  
  1153. <div style="width:auto;height:280px;overflow:scroll;padding:5px;">
  1154.  
  1155. <h3>
  1156. DRAGON MASTER
  1157. </h3>
  1158.  
  1159. Ind roleplay blog for Lance - Pokemon.
  1160. <br><br>
  1161. <b>Mutuals only</b>, <i>selective & private </i>
  1162. <br><br>
  1163. This blog is OC, multimuse & crossover friendly.
  1164. <br><br>
  1165. Please read my <b>rules</b> <i>before</i> any interaction!
  1166. <br><br>
  1167. Penned by <b>Becca</b>.
  1168.  
  1169.  
  1170.  
  1171.  
  1172.  
  1173. </center>
  1174.  
  1175.  
  1176. </div>
  1177. </div></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement