Advertisement
Guest User

golden boobs ( last )

a guest
May 26th, 2015
232
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 29.83 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. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  4. <head><title>{Title}</title>
  5. <link rel="shortcut icon" href="{Favicon}">
  6. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  7. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  8.  
  9. <meta name="color:background" content="#f1f0ef"/>
  10. <meta name="color:nav" content="#fff"/>
  11. <meta name="color:navbg" content="#222"/>
  12. <meta name="color:navbghover" content="#333"/>
  13. <meta name="color:text" content="#5a565a"/>
  14. <meta name="color:title" content="#1b1919"/>
  15. <meta name="color:description" content="#1b1919"/>
  16. <meta name="color:link" content="#4e5067"/>
  17. <meta name="color:hover" content="#7494a9"/>
  18. <meta name="color:border" content="#332f2f"/>
  19. <meta name="color:bold" content="#d1b4d4" />
  20. <meta name="color:italic" content="#9d94ac" />
  21. <meta name="color:blockquote" content="#67565d" />
  22.  
  23.  
  24. <meta name="if:greyscale" content="0"/>
  25. <meta name="font:body font" content="Gibson">
  26. <meta name="text:text size" content="11px" />
  27.  
  28. <meta name="text:status" content=""/>
  29. <meta name="text:drafts" content=""/>
  30. <meta name="text:starters" content=""/>
  31. <meta name="text:inbox" content=""/>
  32.  
  33. <script type="text/javascript"
  34. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  35. <script>
  36. $(document).ready(function() {
  37. //
  38. $('a.poplight[href^=#]').click(function() {
  39. var popID = $(this).attr('rel'); //Get Popup Name
  40. var popURL = $(this).attr('href'); //Get Popup href to define size
  41. var query= popURL.split('?');
  42. var dim= query[1].split('&');
  43. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  44. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  45. var popMargTop = ($('#' + popID).height() + 80) / 2;
  46. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  47. //Apply Margin to Popup
  48. $('#' + popID).css({
  49. 'margin-top' : -popMargTop,
  50. 'margin-left' : -popMargLeft
  51. });
  52. $('body').append('<div id="fade"></div>');
  53. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  54. return false;
  55. });
  56. $('a.close, #fade').live('click', function() {
  57. $('#fade , .popup_block , .popup_block2').fadeOut(function() {
  58. $('#fade, a.close').remove(); //fade them both out
  59. });
  60. return false;
  61. });
  62. });
  63. </script>
  64.  
  65.  
  66. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  67.  
  68. <script src="//use.edgefonts.net/couture.js"></script>
  69. <script type="text/javascript" src="http://static.tumblr.com/d0qlne1/DiAl6ekb7/jquery-1.4.2.min.js"></script>
  70. <script src="http://static.tumblr.com/twte3d7/H8Glm663z/masonry.js"></script>
  71. <script type=”text/javascript” language=”javascript” src=”http://assets.tumblr.com/javascript/tumblelog.js?7”></script>
  72. <script type=”text/javascript”>
  73. $(window).load(function () {
  74. $(‘.content’).masonry({
  75. itemSelector : “.container”,
  76. },
  77. function() { $(‘.content’).masonry({ appendedContent: $(this) }); }
  78. );
  79. });
  80. </script>
  81.  
  82. <script src="http://ajax.googleapis.com/ajax/libs/jquery/1.7/jquery.min.js"></script>
  83. <script type="text/javascript">
  84. $(document).ready(function () {
  85. $("#clk").toggle(function() {
  86. $("#upd").show();
  87. }, function() {
  88. $("#upd").hide();
  89. });
  90. });
  91. </script>
  92.  
  93. <style type="text/css">
  94.  
  95.  
  96. #fade {
  97. display: none;
  98. background: #000;
  99. position: fixed;
  100. left: 0;
  101. top: 0;
  102. width: 100%;
  103. height: 100%;
  104. opacity: .80;
  105. z-index: 9999;
  106. }
  107.  
  108. .popup_block{
  109. display:none;
  110. background:#fff;
  111. padding:20px;
  112. float:left;
  113. position:fixed;
  114. top:50%;left:50%;
  115. z-index: 99999;
  116. height: 280px;
  117. }
  118.  
  119. .popup_block2{
  120. display:none;
  121. background:#fff;
  122. padding:20px;
  123. border:1px solid #eee; /* if you want a solid white pop-up, delete this */
  124. float:left;
  125. position:fixed;
  126. top:50%;left:50%;
  127. z-index: 99999;
  128. height: 370px;
  129. opacity:0.95;
  130. }
  131.  
  132. *html #fade {position: absolute;}
  133. *html .popup_block {position: absolute;}
  134. *html .popup_block2 {position: absolute;}
  135.  
  136.  
  137.  
  138. ::-webkit-scrollbar {
  139. width: 3px;height: 3px;}
  140. ::-webkit-scrollbar-button:start:decrement,
  141. ::-webkit-scrollbar-button:end:increment {
  142. height: 6px;display: block;background-color: transparent;}
  143. ::-webkit-scrollbar-track-piece {
  144. background-color: transparent;}
  145. ::-webkit-scrollbar-thumb:vertical {
  146. height: 9px;background-color: #f1f0ef;}
  147.  
  148. body {
  149. background-color:{color:background};
  150. background-image: url(http://i.imgur.com/2N1aENN.gif);
  151. background-size: initial;
  152. margin-top:0px;
  153. word-wrap: break-word;
  154. background-position: 0px 0px;
  155. background-attachment: fixed;
  156. background-repeat: no-repeat;
  157. line-height:120%;
  158. color: {color:text};
  159. font-family: georgia;
  160. font-size: 10px;}
  161.  
  162. a {
  163. text-decoration:none;
  164. outline:none;
  165. -moz-outline-style:none;
  166. color:{color:link};
  167. -webkit-transition: all 0.7s ease;
  168. -moz-transition: all 0.7s ease;
  169. -o-transition: all 0.7s ease;}
  170.  
  171. a:hover {
  172. color:{color:hover};
  173. -webkit-transition: all 0.7s ease;
  174. -moz-transition: all 0.7s ease;
  175. -o-transition: all 0.7s ease;}
  176.  
  177. blockquote {
  178. border-left: solid;
  179. border-radius: 4px;
  180. border-left-width: 1.7px;
  181. border-color: {color:Blockquote};
  182. padding-left: 7px;
  183. margin-left: 10px;
  184. }
  185.  
  186. blockquote img {
  187. max-width:100%;}
  188.  
  189. b, strong {
  190. color:{color:bold};
  191. text-shadow: 0px 0px 4px #5F0C0C;}
  192.  
  193. i, em {
  194. color:{color:italic};}
  195.  
  196. small,sup,sub {
  197. font-size:10px}
  198.  
  199. big {
  200. text-transform:uppercase;
  201. letter-spacing:2px;
  202. font-weight:none;
  203. font-size:11px;
  204. color:#fff;
  205. font-family: COUTURE;
  206. }
  207.  
  208. pre {
  209. color:#000;
  210. width:95%;
  211. margin-left:auto;
  212. margin-right:auto;
  213. padding:4px;
  214. padding:10px;
  215. text-align:left;
  216. background:#e9e5e1;
  217. white-space:pre-wrap;
  218. word-wrap:break-word;
  219. font-size:9px;
  220. }
  221.  
  222. img {
  223. max-width:100%;}
  224.  
  225. h1 {
  226. font-size:14px;
  227. letter-spacing: 1.5px;
  228. line-height: 120%;
  229. color:{color:text};
  230. font-family: COUTURE;
  231. font-style: none;
  232. }
  233.  
  234. #navlinks{
  235. position:fixed;
  236. left:780px;
  237. top:328px;
  238. z-index:999;
  239. margin-left:-320px;
  240. font-size: 16px;
  241. letter-spacing:3px;
  242. font-style: none;
  243. text-align: left;
  244. line-height: 40pt;
  245. font-weight: bold;
  246. text-transform: lowercase;
  247. font-family: couture;}
  248.  
  249. #navlinks a{
  250. color: #716565;}
  251.  
  252. #navlinks a:hover{
  253. color: #716565;
  254. transition-duration: 0.5s;
  255. -moz-transition-duration: 0.5s;
  256. -webkit-transition-duration: 0.5s;
  257. -o-transition-duration: 0.5s; }
  258.  
  259.  
  260. #post {
  261. line-height:120%;
  262. padding: 10px 10px 10px;
  263. width:400px;
  264. padding-bottom:10px;
  265. margin-top:40px;
  266. margin-bottom:0px;
  267. text-align: justify;
  268. margin-left: 70px;
  269. font-size:10px;
  270. background:transparent;
  271. }
  272.  
  273.  
  274. #qsource {
  275. margin:0px;
  276. margin-top:-32px;
  277. text-align:center;
  278. letter-spacing:1px;
  279. text-transform:uppercase;
  280. font-size:8px; }
  281.  
  282. #post img {
  283. max-width: 100%;}
  284.  
  285. #container {
  286. background: transparent;
  287. width: 540px;
  288. height:185px;
  289. margin-top:405px;
  290. margin-left:410px;
  291. z-index:999;
  292. opacity:3;
  293. position:absolute;
  294. overflow-y:scroll;
  295. overflow-x:hidden;
  296. padding-top:-20px;
  297. }
  298.  
  299. #side {
  300. position:fixed;
  301. left:{text:sidebar margin left}px;
  302. top:{text:sidebar margin top}px;
  303. width:400px;
  304. height: 40px;
  305. background:transparent;}
  306.  
  307.  
  308. #pagi {
  309. font-family: COUTURE;
  310. line-height:100%;
  311. margin-top:330px;
  312. margin-left:550px;
  313. padding:20px;
  314. width: 250px;
  315. color: #B48E8E;
  316. text-align: center;
  317. font-size: 11px;
  318. letter-spacing: 1px;
  319. z-index:9999;
  320. }
  321.  
  322. #pagi a{
  323. color: #fff;}
  324.  
  325. #pagi a:hover{
  326. color: #1e121f;
  327. transition-duration: 0.5s;
  328. -moz-transition-duration: 0.5s;
  329. -webkit-transition-duration: 0.5s;
  330. -o-transition-duration: 0.5s; }
  331.  
  332. .info {
  333. text-transform:uppercase;
  334. padding-top:5px;
  335. font-size:8px;
  336. text-align:center;
  337. margin-top:10px;
  338. line-height:15px;
  339. color:#776567;
  340. }
  341.  
  342. .tag {
  343. color:#776567;
  344. font-size:8px;
  345. font-style:normal;
  346. line-height:10px;
  347. text-align:center;
  348.  
  349. transition-duration: 0.4s;
  350. -moz-transition-duration: 0.4s;
  351. -webkit-transition-duration: 0.4s;
  352. -o-transition-duration: 0.4s;
  353. }
  354.  
  355. .tag a {
  356. color:#555555;
  357. padding:5px;
  358. }
  359.  
  360.  
  361. #asker {
  362. float: left;
  363. margin-right: 10px;}
  364.  
  365. #askurl {
  366. font-family:COUTURE;
  367. font-size:14px;
  368. letter-spacing:2px;
  369. margin-left:10px;
  370. margin-top:-36px;}
  371.  
  372. #question {
  373. font-style: italic;
  374. font-size: 10px;
  375. margin-left:0px;
  376. margin-right:0px;
  377. margin-top:12px;
  378. padding:10px;
  379. text-align:justify;
  380. background:#b7b1b8;
  381. }
  382.  
  383. #quote {
  384. font-size:28px;
  385. letter-spacing:0px;
  386. font-weight:normal;
  387. padding:0px;
  388. font-family:FLORENCE;
  389. line-height:25px;
  390. border-bottom:1px solid {color:text};
  391. padding-bottom:15px;}
  392.  
  393. #cover {
  394. position: relative;
  395. z-index: 1;
  396. height: 80px;
  397. float:left;
  398. margin:4px;
  399. box-shadow:0px 0px 5px {color:box shadow};}
  400.  
  401. #button {
  402. width:20px;
  403. height:30px;
  404. overflow: hidden;
  405. position: relative;
  406. z-index: 99;
  407. margin: 15px 24px 13px 16px;}
  408.  
  409. #buttons {
  410. background-color: #fff;
  411. position: absolute;
  412. z-index: 99;
  413. margin-top: 15px;
  414. margin-left: 15px;
  415. opacity: 0;
  416. -webkit-transition: opacity 0.5s linear;
  417. -webkit-transition: all 0.5s linear;
  418. -moz-transition: all 0.5s linear;
  419. -o-transition: all 0.5s linear;}
  420.  
  421. #post:hover #buttons {
  422. opacity:1;}
  423.  
  424. .audio {
  425. width: 400px;
  426. margin-bottom: 5px;
  427. text-align: center;
  428. font-size: 12px;
  429. }
  430.  
  431. .audio img {
  432. position: absolute;
  433. filter: url("data:image/svg+xml;utf8,<svg xmlns=\'http://www.w3.org/2000/svg\'><filter id=\'grayscale\'><feColorMatrix type=\'matrix\' values=\'0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0.3333 0.3333 0.3333 0 0 0 0 0 1 0\'/></filter></svg>#grayscale"); /* Firefox 10+, Firefox on Android */
  434. filter: gray; /* IE6-9 */
  435. -webkit-filter: grayscale(100%); /* Chrome 19+, Safari 6+, Safari 6+ iOS */
  436. }
  437.  
  438. #play {
  439. position: absolute;
  440. width: 400px;
  441. background-color: white;
  442. opacity: 0.6;
  443. margin-top: -27px;
  444. text-align: center;
  445. }
  446.  
  447. .button {
  448. width:30px;
  449. height:40px;
  450. overflow:hidden;
  451. position:relative;
  452. z-index:1000;
  453. }
  454.  
  455. .note {
  456. text-transform:uppercase;
  457. width:400px;
  458. font-style:normal;
  459. letter-spacing:0px;
  460. font-size: 8px;
  461. text-align:left;
  462. line-height:100%;
  463. margin-left:4px;}
  464.  
  465. .note li {
  466. list-style-type:none;
  467. border-bottom:1px solid {color:line};
  468. padding:10px 25px 10px 25px;
  469. text-align:left;
  470. -moz-transition-duration:0.5s;
  471. -webkit-transition-duration:0.5s;
  472. -o-transition-duration:0.5s;}
  473.  
  474. .note img.avatar {
  475. margin-right: 10px;
  476. width: 16px;
  477. height: 16px;}
  478.  
  479. #links {
  480. text-align:center;}
  481.  
  482. .links {
  483. display:inline-block;
  484. font-size:12px;
  485. color:{color:nav};
  486. line-height:21px;
  487. text-align:center;
  488. width:22px;
  489. font-weight:normal;
  490. text-transform:uppercase;
  491. letter-spacing:1px;}
  492.  
  493. .link:hover {
  494. opacity:0.7;
  495. color:{color:hover};}
  496.  
  497. div#qTip {
  498. padding:4px 4px;
  499. display: none;
  500. text-align: center;
  501. position: absolute;
  502. font-size:7px;
  503. line-height:10px;
  504. z-index: 9999999;
  505. color: {color:title};
  506. letter-spacing: 2px;
  507. text-transform:uppercase;
  508. border: 1px dotted #ded4d3;
  509. background:#131013;
  510. color:#ded4d3;
  511. font-family: helvetica;
  512. margin:-40px 0 10px -50px; }
  513.  
  514.  
  515.  
  516. #box {
  517. top: 490px;
  518. left: 1075px;
  519. overflow: hidden;
  520. position: fixed;
  521. width: 35px;
  522. height: 35px;
  523. border-radius: 90px;
  524. border: 0px solid #ccc; }
  525. #box img {
  526. margin-top: 10px;
  527. margin-left: -10px;
  528. position: fixed;
  529. -webkit-transition: all 0.7s ease-in-out;
  530. -moz-transition: all 0.7s ease-in-out;
  531. -o-transition: all 0.7s ease-in-out;
  532. -ms-transition: all 0.7s ease-in-out;
  533. transition: all 0.7s ease-in-out; }
  534. #box:hover img {
  535. opacity: 0;
  536. margin-top: 30px;
  537. -webkit-transition: all 0.7s ease-in-out;
  538. -moz-transition: all 0.7s ease-in-out;
  539. -o-transition: all 0.7s ease-in-out;
  540. -ms-transition: all 0.7s ease-in-out;
  541. transition: all 0.7s ease-in-out; }
  542. #player {
  543. margin-top: 12px;
  544. margin-left: 11px;
  545. overflow: hidden;
  546. opacity: 0;
  547. width: 14px;
  548. -webkit-transition: all 0.7s ease-in-out;
  549. -moz-transition: all 0.7s ease-in-out;
  550. -o-transition: all 0.7s ease-in-out;
  551. -ms-transition: all 0.7s ease-in-out;
  552. transition: all 0.7s ease-in-out; }
  553. #box:hover #player {
  554. opacity: 0.5;
  555. -webkit-transition: all 0.7s ease-in-out;
  556. -moz-transition: all 0.7s ease-in-out;
  557. -o-transition: all 0.7s ease-in-out;
  558. -ms-transition: all 0.7s ease-in-out;
  559. transition: all 0.7s ease-in-out; }
  560.  
  561.  
  562.  
  563. #credit {
  564. font-size:10px;
  565. font-family:COUTURE;
  566. font-style: none;
  567. -moz-transition-duration:0.5s;
  568. -webkit-transition-duration:0.5s;
  569. -o-transition-duration:0.5s;
  570. }
  571.  
  572. #credit a {
  573. padding:5px;
  574. position:fixed;
  575. right:20px;
  576. bottom:10px
  577. }
  578.  
  579. #credit a:hover {
  580. color:#fff;
  581. }
  582.  
  583. /* PUT THIS BETWEEN < style type="text/css"> AND < /style> */
  584.  
  585. #updatestab {
  586. /* UPDATES TAB BY: MARIESTHEMES.TUMBLR.COM
  587. DO NOT REMOVE THIS CREDIT, EDIT AS MUCH AS YOU LIKE */
  588. height:15px;
  589. width:114px;
  590. left:0px;
  591. top:90px;
  592. z-index:999999;
  593. position:fixed;}
  594. #updatestab:hover {
  595. height:auto;}
  596.  
  597. .updatescontent {
  598. width:100px;
  599. height:auto;
  600. margin-left:-110px;
  601. padding:10px 5px 14px 5px;
  602. font-size:7px; /* CHANGE THE FONT SIZE */
  603. letter-spacing:1px; /* CHENGE THE LETTER SPACING*/
  604. font-family:tahoma; /* CHANGE THE FONT */
  605. line-height:1.15; /* CHAGE THE LINE HEIGHT */
  606. text-transform:uppercase; /* UPPERCASE OR LOWERCASE */
  607. color:#afa5a5; /* TEXT COLOR */
  608.  
  609. text-align:center;
  610. background-color:transparent;
  611. -webkit-transition:all 0.6s ease-out;
  612. -moz-transition:all 0.6s ease-out;
  613. transition:all 0.6s ease-out;}
  614. #updatestab:hover .updatescontent {
  615. margin-left:4px;
  616. -webkit-transition:all 0.6s ease-out;
  617. -moz-transition:all 0.6s ease-out;
  618. transition:all 0.6s ease-out;}
  619.  
  620. .updatesheadline {
  621. padding:3px 5px;
  622. font-size:7px; /* CHANGE THE TITLE FONT SIZE */
  623. letter-spacing:2px; /* CHENGE THE TITLE LETTER SPACING*/
  624. font-family:tahoma; /* CHANGE THE TITLE FONT */
  625. text-transform:uppercase; /* TITLE UPPERCASE OR LOWERCASE */
  626. color:#b09b9b; /* UN-HOVER TITLE TEXT COLOR */
  627. background-color:transparent; /* UN-HOVER TITLE BACKGROUND COLOR */
  628. border-left:4px solid #1e1e1e; /* UN-HOVER TITLE BORDER COLOR */
  629. -webkit-transition:all 0.7s ease-out;
  630. -moz-transition:all 0.7s ease-out;
  631. transition:all 0.7 ease-out;}
  632. #updatestab:hover .updatesheadline {
  633.  
  634. color:#9b8e8e; /* HOVER TITLE TEXT COLOR */
  635. background-color:transparent; /* HOVER TITLE BACKGROUND COLOR */
  636. border-left:4px solid #9b8e8e; /* HOVER TITLE BORDER COLOR */
  637. -webkit-transition:all 0.4s ease-out;
  638. -moz-transition:all 0.4s ease-out;
  639. transition:all 0.4s ease-out;}
  640.  
  641. .big { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  642. font-size:8px;
  643. letter-spacing:1px;
  644. font-family:calibri;
  645. line-height:1.15;
  646. text-transform:uppercase;}
  647.  
  648. .bodytext { /* YOU DON'T HAVE TO USE THESE IF YOU DON'T WANT TO */
  649. font-family:arial;
  650. font-size:8px;
  651. letter-spacing:1px;
  652. text-transform:none;
  653. text-align:justify;
  654. line-height:1.15;}
  655.  
  656.  
  657. @font-face {font-family:COUTURE; src: url(http://static.tumblr.com/tn3choy/tI5nj04rm/couture-bld.otf) format(“truetype”); }
  658.  
  659. @font-face {font-family:FLORENCE; src: url(http://static.tumblr.com/tn3choy/cZ9nj3krz/florence-regular.ttf) format(“truetype”); }
  660.  
  661.  
  662.  
  663. </style></head><body>
  664.  
  665.  
  666.  
  667.  
  668.  
  669.  
  670. </div></div>
  671. <div id="side">
  672. <div id="credit"><a href="http://rexofsilva.tumblr.com/">MC</a></div>
  673. <div id="pagi">{Description}<p>{block:Pagination}
  674. {block:PreviousPage}<a href="{PreviousPage}">back</a>{/block:PreviousPage} &nbsp;&nbsp; {block:NextPage}<a href="{NextPage}">forth</a>
  675. {/block:NextPage}
  676. {/block:Pagination}<p>
  677. <div id="navlinks">
  678. <a href="/" title="wildfire">✕</a>&nbsp;
  679. <a href="#?w=500" rel="box1" class="poplight" title="audience">✕</a>&nbsp;
  680. <a href="#?w=500" rel="box3" class="poplight" title="dossier">✕</a>&nbsp;
  681. <a href="#?w=450" rel="box4" class="poplight" title="regulations">✕</a>&nbsp;
  682. <a href="#?w=500" rel="box2" class="poplight" title="navigation">✕</a>
  683. </div>
  684.  
  685. </div>
  686. </div>
  687.  
  688. </div>
  689.  
  690. </div></div>
  691.  
  692.  
  693.  
  694.  
  695. <div id="container">
  696.  
  697. {block:Posts}
  698.  
  699. <div id="post">
  700. {block:Title}<h1>{Title}</h1>{/block:Title}
  701. {block:Text}{Body}{/block:Text}
  702.  
  703. {block:Photo}<center><img src="{PhotoURL-400}"/></center>{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  704.  
  705. {block:Photoset}<center>{Photoset-400}</center>{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  706.  
  707. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  708.  
  709. {block:Quote}<div id="quote"><span style="font-family:calibri;font-size:25px;">&#10077; </span> {Quote}</div><br>{block:Source}<div class="qsource"><center>{Source}</center></div>{/block:Source}{/block:Quote}
  710.  
  711. {block:Audio}<div class="audio">
  712. <div style="background-image:url('http://i.imgur.com/P9LwcCD.png'); width: 400px; height:100px; background-position:center;">&nbsp;</div>
  713. <div id="play"><center><div class="button">{AudioPlayerWhite}</div></center></div><p><br>
  714. {block:TrackName}<span style="font-size:10px;"><b>{TrackName}</b></span>{/block:TrackName}
  715. {block:Artist}<span style="font-size:10px;">by <b>{Artist}</b></span>{/block:Artist}
  716. {block:Album}<span style="font-size:10px;">from "<b>{Album}</b>" Album</span>{/block:Album}</div>
  717. {block:Caption}{Caption}{/block:Caption}{/block:Audio}<br>
  718.  
  719. {block:Video}
  720. {Video-400}
  721. {block:Caption}{Caption}{/block:Caption}
  722. {/block:Video}
  723.  
  724. {block:Chat}<font size="1">{block:Lines}{block:Label}<b>{Label}</b>{/block:Label} {Line}<br><br>{/block:Lines}</font>{/block:Chat}
  725.  
  726. {block:Answer}
  727. <div id="ask"><div id="asker"></div><div id="askurl">{Asker}:</div>
  728. <div id="question">{Question}</div></div>{Answer}{/block:Answer}
  729.  
  730. <div class="info">
  731. {block:date}<a href="{Permalink}">
  732. {block:Date}{TimeAgo}</a>{/block:Date}
  733. {block:NoteCount}
  734. with <a href="{Permalink}">{NoteCountWithLabel}</a>{/block:NoteCount} {block:RebloggedFrom}
  735. via: <a href="{ReblogParentURL}">{ReblogParentName}</a>
  736. source: <a href="{ReblogRootURL}">{ReblogRootName}</a>
  737. {/block:RebloggedFrom} - <a href="{ReblogURL}">reblog</a><br>
  738. </div>
  739.  
  740. <div class="tag">{block:HasTags}{block:Tags}<a href="{TagURL}"># {Tag}</a> {/block:Tags}{/block:HasTags}</div>
  741. </div>
  742.  
  743. {block:PostNotes}
  744. <div class="note">
  745. {PostNotes}
  746. </div>
  747. {/block:PostNotes}
  748.  
  749. {/block:Posts}
  750.  
  751. </div>
  752.  
  753. {block:ContentSource}
  754. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  755. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  756. {/block:SourceLogo}
  757. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  758. {/block:ContentSource}
  759. </div>
  760.  
  761. </div>
  762. </div>
  763.  
  764. <!-- PUT THIS BETWEEN < body> and < /body> -->
  765.  
  766. <div id="updatestab">
  767. <div class="updatesheadline">INFORMATION & UPDATES</div>
  768. <div class="updatescontent">
  769.  
  770. <!-- WRITE YOUR UPDATES BETWEEN THIS -->
  771.  
  772. <div class="big"><b>W I L D F I R E</b></div></p>
  773.  
  774. <div class="bodytext"><center>Independent & Selective<br> Cersei Lannister<br> Based on the works of George R.R. Martin.<br>ASoIaF.<br><br>Status:Away</br><br> Drafts: 16</br>
  775. <br>Asks: 18</br><br>Starters: 28</br>
  776.  
  777. <br><br>Written by Michelle
  778. <br>( The Thrashqueen )
  779.  
  780. <br><br><b>#lionessism</b>
  781. <br><br><embed src="http://www.sheepproductions.com/billy/billy.swf?autoplay=true&f0=https://www.tumblr.com/audio_file/truquirat/69297158492/tumblr_mxgdu6P2uL1sa1l1i?play_key=e6ba8f023e92bbb5aaf06052cd0c6551&tumblelog=truquirat&post_id=69297158492&t0=Castamere&total=1" quality="high" wmode="transparent" width="200" height="10" name="billy" align="middle" type="application/x-shockwave-flash" />
  782. <br><br><br><marquee><code>Please read rules and about page before interacting.</code></marquee><br><br>
  783.  
  784. </center></div>
  785.  
  786. <!-- AND THIS -->
  787. </body>
  788.  
  789. <div id="box1" class="popup_block" style="height:260px; background:transparent;">
  790. <iframe frameborder="0" height="260" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  791. </div>
  792.  
  793. <div id="box3" class="popup_block2" style="font-size:10px">
  794. <pre><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">CERSEI LANNISTER</span></pre>
  795. <p><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;"><img src="https://41.media.tumblr.com/5d80f27bd18f753e8d0f205a63f83516/tumblr_inline_nlzioqK3dC1tnuxzo_500.png" /></span></p>
  796. <p><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Titles:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Queen of the Seven Kingdoms, Lady of Casterly Rock<br />Allegiance : House &nbsp;Lannister<br />Culture: Westerlands&nbsp;<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Race:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Human<br />Birth Date / Place : 266 AC at Casterly Rock<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Gender:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Female<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Sexuality:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Bisexual<br /></span><span style="font-size: 10px; line-height: 12px;">Age: 34<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Realms ruled:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Seven Kingdoms<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Spouse:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;King Robert Baratheon (Deceased)&nbsp;<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Height:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;5&rsquo;8&rdquo;<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Eye colour:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;&nbsp;Green&nbsp;<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Hair colour:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Golden<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Skin tone:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Pale<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Build:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Slender<br /></span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 12px;">Posture:</span><span style="color: #575757; font-family: georgia; font-size: 10px; line-height: 1.4;">&nbsp;Elegant, Straight back</span></p>
  797. </div>
  798.  
  799. <div id="box4" class="popup_block2" style="font-size:9px; overflow-x:hidden; scrolling:yes; text-align:justify; ">
  800. <b>i.</b>
  801. <blockquote> Selective && Exclusive Cersei Lannister. Strictly Book Canon. (Based on the works of George R.R. Martin. ASoIaF.)
  802. </blockquote>
  803.  
  804. <b>ii.</b>
  805. <blockquote> I MAKE MY OWN GIFS/ ICONS.<b> You may not use them.</b>
  806. </blockquote>
  807.  
  808. <b>iii.</b>
  809. <blockquote> The name is Michelle. 21. Don’t be afraid to talk to me, ask questions, request a RP, reply to a meme or to a starter, etc.You can always message me for personal things too, and I wouldn’t be bothered at all, I would gladly listen to you.</blockquote>
  810.  
  811. <b>iv.</b>
  812. <blockquote> This blog is Selective, meaning I will not be following back everyone that follows me, and will be picky about threads. I am exclusive, and will not roleplay with the other versions of the muses I have in my exclusivity list.</blockquote>
  813.  
  814. <b>v.</b>
  815. <blockquote><b> Mutuals only, I will only be threading with those whom follow me and that I follow back. If we are not MUTUALS, please do not send me questions regarding the issue, I am bound to break your heart. Memes are MUTUALS only as well.</b>Multi-fandom ; meaning I will roleplay with you even though our characters are from different fandoms.</blockquote>
  816.  
  817. <b>vi.</b>
  818. <blockquote> You can always ask for my Skype && Kik for plotting or chatting, etc.</blockquote>
  819.  
  820. <b>vii.</b>
  821. <blockquote> Please read my PSA's before interaction. Thank you so much for taking the time to read.</blockquote>
  822. </div>
  823.  
  824. <div id="box2" class="popup_block" style="font-size:8px;">
  825. <center><h2>N A V I G A T I O N</h2></center><br>
  826. <table>
  827. <tr>
  828. <td><div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/submit">SUBMIT</a></div>
  829. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;width:200px;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/belovedqueen">ALL WILDFIRE</a></div>
  830. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/[-brother/lover-]">BROTHER, LOVER</a></div>
  831. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/family;">BONDS</a></div>
  832. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/meme">MEME</a></div>
  833. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/starter">STARTER</a></div>
  834. <div style="margin-left:33px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/thread tracker">THREAD TRACKER</a></div>
  835. </td>
  836. <td>
  837. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;width:200px;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/starter call ;">STARTER CALL</a></div>
  838. <div style="margin-left:30px;font-size:9px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/outoffire;">OUT OF FIRE</a></div>
  839. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/tbd">DELETE LAYER</a></div>
  840. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/[&&keepsakes]">KEEPSAKES</a></div>
  841. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/replied;">REPLIED</a></div>
  842. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;border-bottom:1px solid #cccccc;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/psa;">PSA</a></div>
  843. <div style="margin-left:30px;font-size:8px;color:#453220;text-align:center;letter-spacing:4px;font-family:calibri;padding-top:10px;padding-bottom:10px;text-transform:uppercase;"><a href="/tagged/important.">IMPORTANT</a></div>
  844. </td>
  845. </tr>
  846. </table>
  847.  
  848. </div>
  849. </div>
  850.  
  851.  
  852. </div></div></div></div></div></div></div></div></div></div>
  853. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement