Advertisement
mariachillin

meg's thor !!!

May 6th, 2018
236
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 28.26 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>
  4. <script type="text/javascript"
  5. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  6. <script>
  7. $(document).ready(function() {
  8. //
  9. $('a.poplight[href^=#]').click(function() {
  10. var popID = $(this).attr('rel'); //Get Popup Name
  11. var popURL = $(this).attr('href'); //Get Popup href to define size
  12. var query= popURL.split('?');
  13. var dim= query[1].split('&');
  14. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  15. $('#' + popID).fadeIn().css({ 'width': Number(280) }).prepend('<a href="#" class="close"></a>');
  16. var popMargTop = ($('#' + popID).height() + 80) / 2;
  17. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  18. //Apply Margin to Popup
  19. $('#' + popID).css({
  20. 'margin-top' : -popMargTop,
  21. 'margin-left' : -popMargLeft
  22. });
  23. $('body').append('<div id="fade"></div>');
  24. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  25. return false;
  26. });
  27. $('a.close, #fade').live('click', function() {
  28. $('#fade , .popup_block').fadeOut(function() {
  29. $('#fade, a.close').remove(); //fade them both out
  30. });
  31. return false;
  32. });
  33. });
  34. </script>
  35.  
  36.  
  37. <title>{Title}</title>
  38. <link href='https://fonts.googleapis.com/css?family=Poppins' rel='stylesheet' type='text/css'>
  39. <link href='https://fonts.googleapis.com/css?family=Satisfy' rel='stylesheet' type='text/css'>
  40. <link href='https://fonts.googleapis.com/css?family=Fjalla+One' rel='stylesheet' type='text/css'>
  41. <link href='https://fonts.googleapis.com/css?family=Orbitron:900' rel='stylesheet' type='text/css'>
  42. <link rel="shortcut icon" href="{Favicon}">
  43. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  44. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  45.  
  46.  
  47. <!---- this is theme 30 by Hollywhood
  48. please don't remove the credit
  49. thank yo
  50. --->
  51.  
  52. <meta name="color:Background" content="#ffffff"/>
  53. <meta name="color:Text" content="#9B9B9B"/>
  54. <meta name="color:bold" content="#bebebe" />
  55. <meta name="color:italic" content="#b77779" />
  56. <meta name="color:Link" content="#b8b8b8"/>
  57. <meta name="color:border" content="#F2F2F2"/>
  58. <meta name="color:scrollbar" content="#D6D5D5">
  59. <meta name="color:Link Hover" content="#eeeeee"/>
  60.  
  61. <meta name="image:background" content=""/>
  62. <meta name="image:render" content=""/>
  63. <meta name="image:info background" content=""/>
  64.  
  65.  
  66. <script language="JavaScript" src="http://dl.dropbox.com/u/3173073/GothicDarkness/qTip.js" type="text/JavaScript"></script>
  67. <script type="text/javascript" src="http://static.tumblr.com/86jccts/wpsmuemne/hoverqtip.js"></script>
  68.  
  69.  
  70. <style>
  71. div#qTip {
  72. padding: 5px;
  73. display: none;
  74. text-align: center;
  75. position: absolute;
  76. font-size:7px;
  77. margin-left:10px;
  78. margin-top:-2px;
  79. line-height:9px;
  80. font-family:arial;
  81. z-index: 1000;
  82. border-radius: 20px;
  83. border-left: 5px solid #ceb269;
  84. border-right: 5px solid #ceb269;
  85. background-color: #2d2d3e;
  86. color: #ceb269;
  87. text-transform:uppercase;
  88. letter-spacing: 2px;
  89. }
  90. </style>
  91.  
  92. <style type="text/css">
  93.  
  94. .popup_block{
  95. width: 300px;
  96. height: 375px;
  97. overflow-y:scroll;
  98. overflow-x:hidden;
  99. display: none; /*--hidden by default--*/
  100. background-image: url('https://78.media.tumblr.com/a9dad2b7e2f43ea870fd237bbe9dac34/tumblr_p8c0fvsTHT1qm1uvho1_400.png');
  101. padding: 10px;
  102. float: left;
  103. position: fixed;
  104. top: 50%;
  105. left: 50%;
  106. z-index: 99999;
  107. background-color:transparent;
  108. background-repeat:no-repeat;
  109. }
  110.  
  111. img.btn_close {
  112. float: right;
  113. margin: -20 -20px 0 0; /* don't touch this */
  114. }
  115. /*--Making IE6 Understand Fixed Positioning--*/
  116. *html #fade {
  117. position: absolute;
  118. }
  119. *html .popup_block {
  120. position: absolute;
  121. }
  122.  
  123. *html #fade {position: absolute;}
  124. *html .popup_block {position: absolute;}
  125. #fade {
  126. display:none;
  127. position:fixed;
  128. left:0px;
  129. top:0px;
  130. width:100%;
  131. height:100%;
  132. z-index:9999;
  133. background:#272727; /* change to #fff for solid white */
  134. opacity:.9; /* change to opacity:1; */
  135. }
  136.  
  137. #popupin {
  138. -webkit-mask-image: -webkit-gradient(linear, left 35%, left top, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  139. margin-left:0px;
  140. margin-top:160px;
  141. width:280px;
  142. height:203px;
  143. padding-left:0px;
  144. background-color:transparent;
  145. overflow-x:hidden;
  146. overflow-y:scroll;
  147. }
  148.  
  149.  
  150. ::-webkit-scrollbar-thumb{
  151. background-color: transparent;
  152. border: 3px solid transparent;
  153. height:auto;
  154. }
  155.  
  156. ::-webkit-scrollbar {
  157. height:auto;
  158. width:2px;
  159. background-color: transparent;
  160. border:5px solid transparent;
  161. }
  162.  
  163.  
  164. iframe#tumblr_controls {
  165. white-space:nowrap;
  166. -webkit-filter: invert(100%);
  167. -moz-filter: invert(100%);
  168. -o-filter: invert(100%);
  169. -ms-filter: invert(100%);
  170. filter: invert(100%);
  171. opacity:.2;transition: .8s ease-in-out;
  172. -webkit-transition: .8s ease-in-out;
  173. -moz-transition: .8s ease-in-out;
  174. -o-transition: .8s ease-in-out;
  175. }
  176.  
  177. h1 {
  178. font-weight:normal;
  179. font-size:13px;
  180. text-align:center;
  181. font-style:normal;
  182. line-height:100%;
  183. letter-spacing:1px;
  184. text-transform:bold;
  185. color:#2d2d3e;
  186. }
  187.  
  188. h2 {
  189. font-size:20px;
  190. text-align:left;
  191. line-height:100%;
  192. letter-spacing:-0.5px;
  193. color:{color:bold};
  194. font-weight:normal;
  195. text-transform:lowercase;
  196. padding:5px;
  197. padding-bottom:2px;
  198. }
  199.  
  200.  
  201. blockquote {
  202. border-left:5px solid {color:border};
  203. border-radius: 15px;
  204. padding-left:5px;
  205. margin:5px;
  206. padding-top: 7px;
  207. padding-bottom:7px;
  208. }
  209.  
  210.  
  211. body {
  212. background:{color:background};
  213. background-image:url('{image:background}');
  214. background-repeat: no-repeat;
  215. background-attachment:fixed;
  216. background-position: top left;
  217. margin:0px;
  218. color:{color:text};
  219. font-family: 'Poppins', sans-serif;
  220. font-size:12px;
  221. line-height:100%;
  222. }
  223.  
  224. a {
  225. text-decoration:none;
  226. outline:none;
  227. -moz-outline-style:none;
  228. font-family: 'Fjalla One', sans-serif;
  229. text-transform:uppercase;
  230. font-weight: bold;
  231. color:{color:link};
  232. -moz-transition-duration:0.5s;
  233. -webkit-transition-duration:0.5s;
  234. -o-transition-duration:0.5s;
  235. }
  236.  
  237. a:hover {
  238. text-decoration:none;
  239. text-shadow: 0 0 1px #ef68d7;
  240. outline:none;
  241. -moz-outline-style:none;
  242. color:{color:link hover};
  243. }
  244. b, strong {
  245. font-size: 16px;
  246. color:{color:bold};
  247. font-family: 'Fjalla One', sans-serif;
  248. text-transform:uppercase;
  249. text-shadow: 0 0 5px #fff;
  250. }
  251.  
  252. i, em {
  253. font-size: 17px;
  254. color:{color:italic};
  255. font-family: 'Satisfy', cursive;
  256. text-transform:lowercase;
  257. text-shadow: 0 0 1px #fff;
  258.  
  259. }
  260.  
  261. img {
  262. border:none;
  263. }
  264.  
  265. blockquote {
  266. padding-left:5px;
  267. border-left: 4px solid #ceb269;
  268. }
  269.  
  270. blockquote blockquote {
  271. padding-left:5px;
  272. border-left:4px solid #ceb269;
  273. }
  274.  
  275. #theme {
  276. width:400px;
  277. margin:0 auto -12px auto;
  278. }
  279.  
  280. #post {
  281. width:400px;
  282. padding-bottom:5px;
  283. margin-top:10px;
  284. }
  285.  
  286.  
  287. #entries {
  288. -webkit-mask-image: -webkit-gradient(linear, left 35%, left bottom, from(rgba(0,0,0,1)), to(rgba(0,0,0,0)));
  289. padding:5px;
  290. left:196px;
  291. top:10px;
  292. position:fixed;
  293. background-color: transparent;
  294. width:500px;
  295. height:530px;
  296. top:0px;
  297. padding: 20px;
  298. overflow-x:scroll;
  299. scroll:right;
  300. overflow-x:hidden;
  301. }
  302.  
  303. #navi {
  304. position:fixed;
  305. font-size:9px;
  306. width:15px;
  307. margin-top:-540px;
  308. margin-left:130px;
  309. line-height:45px;
  310. height:20px;
  311. }
  312.  
  313. @-webkit-keyframes rotate {
  314. from {-webkit-transform: rotate(0deg);}
  315. to {-webkit-transform: rotate(360deg);}
  316. }
  317.  
  318. @-moz-keyframes rotate {
  319. from {-moz-transform: rotate(0deg);}
  320. to {-moz-transform: rotate(360deg);}
  321. }
  322.  
  323. @keyframes rotate {
  324. from {transform: rotate(0deg);}
  325. to {transform: rotate(360deg);}
  326. }
  327.  
  328. #nav1 a {
  329. opacity:1;
  330. display: inline-block;
  331. margin-top:20px;
  332. margin-left:-5px;
  333. border-radius:100px;
  334. color:#ceb269;
  335. text-shadow: -1px -2px #e4defd;
  336. -webkit-text-stroke: 1px #2d2d3e;
  337. text-decoration:none;
  338. outline:none;
  339. -moz-outline-style:none;
  340. font-size:40px;
  341. -webkit-transform: rotate(21deg);
  342. -moz-transform: rotate(21deg);
  343. -o-transform: rotate(21deg);
  344. }
  345.  
  346. #nav1 a:hover {
  347. opacity:1;
  348. color:#e4defd;
  349. -webkit-transition: all 0.5s ease-in-out;
  350. -moz-transition: all 0.5s ease-in-out;
  351. -o-transition: all 0.5s ease-in-out;
  352. -webkit-animation-name: rotate;
  353. -webkit-animation-duration: 2s;
  354. -webkit-animation-iteration-count: infinite;
  355. -webkit-animation-timing-function: linear;
  356. -moz-animation-name: rotate;
  357. -moz-animation-duration: 2s;
  358. -moz-animation-iteration-count: infinite;
  359. -moz-animation-timing-function: linear;
  360. animation-name: rotate;
  361. animation-duration: 2s;
  362. animation-iteration-count: infinite;
  363. animation-timing-function: linear;
  364. text-shadow: 0 0 30px #fff;
  365. }
  366.  
  367.  
  368. #nav2 a {
  369. opacity:1;
  370. display: inline-block;
  371. margin-top:40px;
  372. margin-left:600px;
  373. border-radius:100px;
  374. color:#ceb269;
  375. text-shadow: -1px -2px #e4defd;
  376. -webkit-text-stroke: 1px #2d2d3e;
  377. text-decoration:none;
  378. outline:none;
  379. -moz-outline-style:none;
  380. font-size:30px;
  381. -webkit-transform: rotate(-21deg);
  382. -moz-transform: rotate(-21deg);
  383. -o-transform: rotate(-21deg);
  384. }
  385.  
  386. #nav2 a:hover {
  387. opacity:1;
  388. color:#e4defd;
  389. -webkit-transition: all 0.5s ease-in-out;
  390. -moz-transition: all 0.5s ease-in-out;
  391. -o-transition: all 0.5s ease-in-out;
  392. -webkit-animation-name: rotate;
  393. -webkit-animation-duration: 2s;
  394. -webkit-animation-iteration-count: infinite;
  395. -webkit-animation-timing-function: linear;
  396. -moz-animation-name: rotate;
  397. -moz-animation-duration: 2s;
  398. -moz-animation-iteration-count: infinite;
  399. -moz-animation-timing-function: linear;
  400. animation-name: rotate;
  401. animation-duration: 2s;
  402. animation-iteration-count: infinite;
  403. animation-timing-function: linear;
  404. text-shadow: 0 0 30px #fff;
  405. }
  406.  
  407. #nav3 a {
  408. opacity:1;
  409. display: inline-block;
  410. margin-top:-20px;
  411. margin-left:-115px;
  412. border-radius:100px;
  413. color:#ceb269;
  414. text-shadow: -1px -2px #e4defd;
  415. -webkit-text-stroke: 1px #2d2d3e;
  416. text-decoration:none;
  417. outline:none;
  418. -moz-outline-style:none;
  419. font-size:35px;
  420. -webkit-transform: rotate(22deg);
  421. -moz-transform: rotate(22deg);
  422. -o-transform: rotate(22deg);
  423. }
  424.  
  425. #nav3 a:hover {
  426. opacity:1;
  427. color:#e4defd;
  428. -webkit-transition: all 0.5s ease-in-out;
  429. -moz-transition: all 0.5s ease-in-out;
  430. -o-transition: all 0.5s ease-in-out;
  431. -webkit-animation-name: rotate;
  432. -webkit-animation-duration: 2s;
  433. -webkit-animation-iteration-count: infinite;
  434. -webkit-animation-timing-function: linear;
  435. -moz-animation-name: rotate;
  436. -moz-animation-duration: 2s;
  437. -moz-animation-iteration-count: infinite;
  438. -moz-animation-timing-function: linear;
  439. animation-name: rotate;
  440. animation-duration: 2s;
  441. animation-iteration-count: infinite;
  442. animation-timing-function: linear;
  443. text-shadow: 0 0 30px #fff;
  444. }
  445.  
  446. #nav4 a {
  447. opacity:1;
  448. display: inline-block;
  449. margin-left:-75px;
  450. margin-top:210px;
  451. border-radius:100px;
  452. color:#ceb269;
  453. text-shadow: -1px -2px #e4defd;
  454. -webkit-text-stroke: 1px #2d2d3e;
  455. text-decoration:none;
  456. outline:none;
  457. -moz-outline-style:none;
  458. font-size:40px;
  459. -webkit-transform: rotate(-21deg);
  460. -moz-transform: rotate(-21deg);
  461. -o-transform: rotate(-21deg);
  462. }
  463.  
  464. #nav4 a:hover {
  465. opacity:1;
  466. color:#e4defd;
  467. -webkit-transition: all 0.5s ease-in-out;
  468. -moz-transition: all 0.5s ease-in-out;
  469. -o-transition: all 0.5s ease-in-out;
  470. -webkit-animation-name: rotate;
  471. -webkit-animation-duration: 2s;
  472. -webkit-animation-iteration-count: infinite;
  473. -webkit-animation-timing-function: linear;
  474. -moz-animation-name: rotate;
  475. -moz-animation-duration: 2s;
  476. -moz-animation-iteration-count: infinite;
  477. -moz-animation-timing-function: linear;
  478. animation-name: rotate;
  479. animation-duration: 2s;
  480. animation-iteration-count: infinite;
  481. animation-timing-function: linear;
  482. text-shadow: 0 0 30px #fff;
  483. }
  484.  
  485. #nav5 a {
  486. opacity:1;
  487. display: inline-block;
  488. margin-left:540px;
  489. margin-top:10px;
  490. border-radius:100px;
  491. color:#ceb269;
  492. text-shadow: -1px -2px #e4defd;
  493. -webkit-text-stroke: 1px #2d2d3e;
  494. text-decoration:none;
  495. outline:none;
  496. -moz-outline-style:none;
  497. font-size:40px;
  498. -webkit-transform: rotate(21deg);
  499. -moz-transform: rotate(21deg);
  500. -o-transform: rotate(21deg);
  501. }
  502.  
  503. #nav5 a:hover {
  504. opacity:1;
  505. color:#e4defd;
  506. -webkit-transition: all 0.5s ease-in-out;
  507. -moz-transition: all 0.5s ease-in-out;
  508. -o-transition: all 0.5s ease-in-out;
  509. -webkit-animation-name: rotate;
  510. -webkit-animation-duration: 2s;
  511. -webkit-animation-iteration-count: infinite;
  512. -webkit-animation-timing-function: linear;
  513. -moz-animation-name: rotate;
  514. -moz-animation-duration: 2s;
  515. -moz-animation-iteration-count: infinite;
  516. -moz-animation-timing-function: linear;
  517. animation-name: rotate;
  518. animation-duration: 2s;
  519. animation-iteration-count: infinite;
  520. animation-timing-function: linear;
  521. text-shadow: 0 0 30px #fff;
  522. }
  523.  
  524. #pagination {
  525. font-family: 'Orbitron', sans-serif;
  526. width:100px;
  527. font-size:15px;
  528. text-transform:normal;
  529. margin-top:525px;
  530. margin-left:1180px;
  531. }
  532.  
  533. #pagination a {
  534. color: #ceb269;
  535. text-shadow: 0 0 5px #fff;
  536. }
  537.  
  538. #pagination a:hover {
  539. color: #e4defd;
  540. text-shadow:1px 1px 10px #fff;
  541. -moz-transition-duration:.4s;
  542. -webkit-transition-duration:.4s;
  543. -o-transition-duration:.4s;
  544.  
  545. }
  546.  
  547. #info {
  548. font-family:couture;
  549. border-left: 5px solid #ceb269;
  550. border-right: 5px solid #ceb269;
  551. border-radius: 20px;
  552. width:393px;
  553. height: 15px;
  554. padding-top:7px;
  555. background-image:url('https://78.media.tumblr.com/7cc1df1dd941cbf789010b0d233f272b/tumblr_p8bx1ht1031qm1uvho1_1280.png');
  556. background-repeat:repeat;
  557. background-attachment:fixed;
  558. font-size:20px;
  559. color:#ceb269;
  560. text-transform:uppercase;
  561. text-align:center;
  562. }
  563.  
  564.  
  565. #info a {
  566. color:#ceb269;
  567. text-shadow:1px 1px 10px #fff;
  568. text-align:center;
  569. }
  570.  
  571. #info a:hover {
  572. color: #e4defd;
  573. text-shadow: #fff 0 0 10px;
  574. text-decoration:none;
  575. }
  576.  
  577.  
  578. .tags {
  579. font-family: 'Poppins', sans-serif;
  580. width:400px;
  581. color:#e4defd;
  582. line-height:120%;
  583. opacity:1;
  584. font-size:11px;
  585. text-align:center;
  586. padding-top:15px;
  587. -moz-transition-duration:0.4s;
  588. -webkit-transition-duration:0.4s;
  589. -o-transition-duration:0.4s;
  590. }
  591.  
  592. #post:hover .tags {
  593. opacity:1;
  594.  
  595. -moz-transition-duration:0.4s;
  596. -webkit-transition-duration:0.4s;
  597. -o-transition-duration:0.4s;
  598. }
  599.  
  600. .audio{
  601. background-color:#2d2d3e;
  602. height:65px;
  603. border-left: 5px solid #69398e;
  604. border-right: 5px solid #69398e;
  605. border-radius: 20px;
  606. overflow:hidden;
  607. }
  608.  
  609. .question {
  610. padding-left:9px;
  611. padding-right:9px;
  612. padding-top:4px;
  613. padding-bottom:4px;
  614. text-align:left;
  615. text-transform:italic;
  616. color:{color:text};
  617. background: transparent;
  618. border-top:2px solid #ceb269;
  619. border-bottom:2px solid #ceb269;
  620. border-radius:10px;
  621. line-height:120%;
  622. }
  623.  
  624. .answer {
  625. text-align:left;
  626. padding:7px;
  627. color:{color:text};
  628. }
  629.  
  630. #credit {
  631. font-size:14px;
  632. font-family:cambria;
  633. letter-spacing:1px;
  634. -moz-transition-duration:0.5s;
  635. -webkit-transition-duration:0.5s;
  636. -o-transition-duration:0.5s;
  637. }
  638.  
  639. #credit a {
  640. background-color: transparent;
  641. padding:1px;
  642. border-radius: 0px;
  643. position:fixed;
  644. right:15px;
  645. bottom:10px
  646. }
  647.  
  648. #credit a:hover {
  649. color:#e4defd;
  650. background-color:transparent;
  651. }
  652.  
  653. #updatesbox {/*the styling of the whole updates box; tutorial by http://bangjensen.tumblr.com*/
  654. line-height:100%;/*don't change this!*/
  655. display:block;/*don't change this either lol*/
  656. border:0px solid {color:scrollbar};/*the border of the whole box; 1px is the width, #eee is the hex color (go to colorpicker.com and pick one)*/
  657. height:40px;/*the height of the box before hover*/
  658. width:100px;/*the width of the box before hover*/
  659. padding:0px 5px 5px 5px;/*don't change this!*/
  660. z-index:0;/*don't change this!*/
  661. top:225px;/*distance from top of page*/
  662. left:1145px;/*distance from left of page*/
  663. color:{color:text};/*color of text*/
  664. position:fixed;/*don't change this!*/
  665. background:transparent;/*background color of updates box*/
  666. overflow:hidden;/*don't change this!*/
  667. text-align:center;/*text alignment of everything in updates box*/
  668. -moz-transition-duration:0.6s;
  669. -webkit-transition-duration:0.6s;
  670. -o-transition-duration:0.6s;
  671. }
  672.  
  673. #updatesbox:hover {/*the updates box after hover*/
  674. height:220px;/*the height of the box after hover*/
  675. width:100px;/*the width of the box after hover*/
  676. -moz-transition-duration:0.5s;
  677. -webkit-transition-duration:0.5s;
  678. -o-transition-duration:0.5s;
  679. }
  680.  
  681. /*tutorial by bangjensen.tumblr.com; please don't remove this note*/
  682.  
  683. #updatestitle {/*the title of the updates box*/
  684. color:#ceb269;
  685. -webkit-text-stroke: 1px #2d2d3e;
  686. text-shadow: -1px -2px #e4defd;
  687. line-height:17px;/*don't change this!*/
  688. text-transform:uppercase;/*can be uppercase, lowercase, none*/
  689. font-size:40px;/*font size of updates title*/
  690. }
  691.  
  692. #inside {/*the actual updates*/
  693. font-size:10px;/*the font size of the actual updates*/
  694. width:100px;/*if you increase the width of #updatesbox:hover , increase the width of #inside by the same value. for instance, if you increase the width of #updatesbox:hover from 90px to 100px, change the width of #inside to 100px*/
  695. line-height:10px;/*don't change this!*/
  696. -moz-transition-duration:0.5s;
  697. -webkit-transition-duration:0.5s;
  698. -o-transition-duration:0.5s;
  699. }
  700.  
  701. {CustomCSS}
  702. </style></head><body>
  703.  
  704. <!-- begin updates box -->
  705. <div id="updatesbox">
  706. <span id="updatestitle"><br>★</span>
  707. <div id="inside">
  708.  
  709. <p><center>PRIVATE & SELECTIVE <p>616/MCU<br> <i>thor</i>
  710.  
  711. <p>READ <a href="#?w=500" rel="box2" class="poplight"><b>RULES</b></a> BEFORE FOLLOWING</p>
  712.  
  713. <p>WRITTEN BY <br><a href="#?w=500" rel="box4" class="poplight">MEG.</a><br>
  714. EST. 2011<br>
  715. <p>THEME AND CODE MADE BY <a href="http://mariahillshield.tumblr.com">ARI.</a><br>
  716. </div>
  717. </div>
  718. <!-- end updates box; it would be nice if you left the below comment in the code! :)
  719. updates box tutorial by http://bangjensen.tumblr.com -->
  720.  
  721. <div id="pagination">
  722. {block:Pagination}{block:PreviousPage}<a href="{PreviousPage}"><b>BACK. -</b></a>{/block:PreviousPage}{/block:Pagination}
  723. {block:Pagination}{block:NextPage} <a href="{NextPage}"><b>NEXT.</b></a>{/block:NextPage}{/block:Pagination}{/block:Pagination}</div>
  724.  
  725. <div id="theme">
  726.  
  727. <div id="entries">{block:Posts}<div id="post">
  728.  
  729. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  730.  
  731. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  732.  
  733. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  734.  
  735. {block:Quote}<big><big>"{Quote}"</big></big>{block:Source}<br><br> <div style="text-align: right;">— {Source}</div>{/block:Source}{/block:Quote}
  736.  
  737. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}{hw}
  738.  
  739. {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}
  740.  
  741. {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}
  742. {block:Artist} &nbsp;—&nbsp; {Artist} {/block:Artist}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  743.  
  744. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  745.  
  746. {block:Answer}<div class="question"><b> A RAVEN:</b>
  747. <br/>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;{Question}
  748. <br/><div style="text-align: right;"><i>from</i> : <b>{ASKER} </b></div></div>
  749. <div class="answer">{Answer}</div>{/block:answer}
  750.  
  751. {block:Date}<div id="info"><a href="{Permalink}" title= "{TimeAgo}">★</a> <a href={Permalink} title={NoteCount}>★</a>
  752. {/block:Date}</div>
  753.  
  754. {block:HasTags}
  755. <div class="tags">
  756. {block:Tags} ★ <a href="{TagURL}"> {Tag}</a>{/block:Tags}</div>
  757. {/block:HasTags}
  758.  
  759. <div class="postnote">
  760. {block:PostNotes}{PostNotes}{/block:PostNotes}
  761. </div>
  762. </div>
  763. {/block:Posts}
  764. </div>
  765. </div>
  766. {/block:Posts}
  767. </div>
  768.  
  769. <div id="credit"><a href="http://mariachillin.tumblr.com">★</div></div>
  770. </div>
  771.  
  772. <div id="navi">
  773. <div id="nav1">
  774. <a title= "HOME." href="/" title="">★</a>
  775. </div>
  776. <div id="nav2">
  777. <a title= "ASK." href="#?w=500" rel="box1" class="poplight" title="">★</a>
  778. </div>
  779. <div id="nav3">
  780. <a title= "RULES." href="#?w=500" rel="box2" class="poplight" title="">★</a>
  781. </div>
  782. <div id="nav4">
  783. <a title= "ABOUT." href="#?w=500" rel="box3" class="poplight" title="">★</a>
  784. </div>
  785. <div id="nav5">
  786. <a title= "MUN." href="#?w=500" rel="box4" class="poplight" title="">★</a>
  787. </div>
  788. </div>
  789.  
  790.  
  791. </body>
  792.  
  793. <div id="box1" class="popup_block">
  794. <div id="popupin">
  795. <br>
  796. <br>
  797. <br>
  798. <iframe frameborder="0" height="320" id="ask_form" scrolling="no" src="http://www.tumblr.com/ask_form/thorthesonofodin.tumblr.com" width="100%"></iframe>
  799. </div>
  800.  
  801. </div>
  802. </div></div></div></div></div></div></div></div></div></div>
  803.  
  804. <div id="box2" class="popup_block">
  805. <div id="popupin">
  806. <center>
  807. <br>
  808. <br>
  809. <br>
  810. <b>RULES.</b>
  811. <ul><li>This blog is so hella selective.</li>
  812. <li>I only single ship and shipping with <a href="http://gydjastrids.tumblr.com/">my Lady Sif</a>.</li>
  813. <li>I will pretty much unfollow if I feel like we don&rsquo;t talk and you spam my dash up.</li><li>This is my second or third Thor account, idk, but I&rsquo;ve been RPing him since mid July of 2011 (formerly <a href="http://inmyyouthicourtedwar.tumblr.com">here</a>, by the same url as I have now).</li>
  814. <li>I write what I feel like. A lot or little, it&rsquo;s whatever.&nbsp;</li>
  815. <li>Mostly icon reaction imagery, poorly edited. WhAtEvEr.</li>
  816. <li>Do not fucking RP in my inbox, I swear to god, if I don&rsquo;t know you aka not a mutual, I will just delete it. Not even kidding. I hate that so much. This includes meme stuff or whatever. I don&rsquo;t reblog them.</li>
  817. <li>I&rsquo;ll also unfollow you if you&rsquo;re just an asshole. I don&rsquo;t have the time.</li>
  818.  
  819. </ul><p><i>As of now, I&rsquo;ve been MIA for like, almost a year and I&rsquo;ve been back a short while, so I&rsquo;m feeling out a lot of new blogs. Some people don&rsquo;t like that. That&rsquo;s fine. Don&rsquo;t feel obligated to follow back. I usually get the hint after a week or two. I don&rsquo;t like a lot of competition either, makes me insecure for whatever reason. I&rsquo;m not here for a numbers game.&nbsp;</i></p>
  820.  
  821. <p><strong style="line-height: 1.4;"><em>Mutual follows</em>:</strong><br><span style="line-height: 1.4;"></span></p><blockquote><p><span style="line-height: 1.4;">Holler at me if I miss a post.&nbsp;</span></p><p><span style="line-height: 1.4;">I don&rsquo;t usually give out personal information anymore, so message/IM me via Tumblr.</span></p><p><span style="line-height: 1.4;">If I&rsquo;m also following you, I don&rsquo;t mind if you come into my ask box, but reply via message or start a new thread. You know better if you know me. Don&rsquo;t test it.</span></p><p>Tag me in stuff only if we&rsquo;re mutually cool. I don&rsquo;t understand why people who&rsquo;ve never talked to me tag me in shit, it&rsquo;s weird and feels invasive.</p></blockquote><ul><li><span style="line-height: 1.4;">This blog will generally be SFW, I really don&rsquo;t post too many sexual/violent things.</span></li><li><span style="line-height: 1.4;"></span><span style="line-height: 1.4;">I don&rsquo;t acknowledge anything from MarvelNOW. <li>Thor is&nbsp;<em>always worthy</em>.</li></center>
  822. </div></div></div></div></div></div></div></div></div></div>
  823.  
  824. <div id="box3" class="popup_block">
  825. <div id="popupin">
  826. <br>
  827. <br>
  828. <br>
  829. <center><b>ABOUT.</b>
  830. <p>Loosely MCU/comics based Thor Odinson, post whatever is the current MCU movie + some 616 influences <span style="text-decoration: underline;"><em>pre</em></span>-MarvelNOW+Secret Wars. That means do not refer to others being able to wield the hammer. He will consider them false and imposters.</p><p>That being said, this blog at time follows it&rsquo;s own verse and outside relationships not found in Marvel. Thor is also always <strong><em>worthy</em></strong>. I don&rsquo;t really have a timeline, but I just know I want Thor to always have hair, so I guess that&rsquo;s about where I&rsquo;m at. Thor has long hair, kek.</p><p><strong><em>As described</em>:</strong>&nbsp;</p><ul><li><span style="line-height: 1.4;">The Norse God of thunder and lightning, Thor wields one of the greatest weapons ever made, the enchanted hammer Mj&ouml;lnir. While others have described Thor as an over-muscled, oafish imbecile, he&rsquo;s quite smart and compassionate. He&rsquo;s self-assured, and he would never, ever stop fighting for a worthwhile cause.</span></li></ul><p><em><strong>Faceclaim</strong></em>:&nbsp;</p><ul><li><span style="line-height: 1.4;">Main: Chris Hemsworth</span></li></ul><p><strong><em>Powers and Abilities:</em></strong></p><ul><li>Strength, Endurance and Resistance to injury are greater than the vast majority of his own Asgardian race.&nbsp;</li><li>Extremely resistant to aging.</li><li>Can speak &lsquo;All Tongue&rsquo; which allows him to communicate with all languages and races, on Earth or beyond.</li><li>Immune to conventional disease</li><li>His flesh and bones are several times denser than a human&rsquo;s.</li><li>Can breath in space.</li><li>Trained in the art of war, superbly skilled warrior, highly proficient in hand-to-hand combat, swordsmanship and hammer throwing.</li><li>Command the powers of the storm, causing rain, thunder and lightning.</li></ul><p><strong><em>Mj&ouml;lnir&rsquo;s Powers and Abilities:</em></strong></p><ul><li>Can absorb other energies into itself, which Thor can then release.</li><li>Channel the storm into blasts of energy that can destroy even secondary Adamantium.</li><li>When spun in a circle, can create portals.</li><li>Allows Thor to fly.</li><li>Can only be lifted by those worthy enough to wield it.</li>
  831. </div>
  832.  
  833. </div></div></div></div></div></div></div></div></div></div>
  834.  
  835. <div id="box4" class="popup_block">
  836. <div id="popupin">
  837. <center>
  838. <br>
  839. <br>
  840. <br>
  841. <p><b>THE MUN.</b></p>
  842. <li>I&rsquo;m Meg.</li>
  843. <li>Detroit, EST time zone.</li>
  844. <li>Mun is of age, 1989.</li>
  845. <li>Doesn&rsquo;t give a shit about much.</li>
  846. <li>Knows comics up to 2013 runs and&nbsp;gave up, so rather just MCU most of&nbsp;this blog, I guess.</li>
  847. <li>Read Snorri&rsquo;s <em>Prose Edda</em>, Crossley-Holland's&nbsp;<em>The Norse Myths,</em>&nbsp;and Gaiman&rsquo;s <em>Norse Mythology.</em> So, yeah, I may incorporate mythology into roleplay.</li>
  848. <li>RPing Thor since July 2011. Third blog.</li>
  849. <li>I&rsquo;m a full time stylist and salon manager in-progress, and spends a lot of time&nbsp;with my boyfriend playing Fallout 4 and&nbsp;watching wrestling.&nbsp;</li>
  850. <li>I apologize if I come off slightly unapproachable and rude in my about/rules/here sections,&nbsp;but I&rsquo;ve been here a hot minute so I&rsquo;m just&nbsp;tired and remain in my bubble. I just want to avoid formal bulllshitting. Oop. I&rsquo;m WoRkInG oN iT.</li>
  851. <li><em><strong><a href="http://sopettyandtiny.tumblr.com/roleplay">Other RPs</a></strong></em></li>
  852. </div></div></div></div></div></div></div></div></div></div>
  853. </div>
  854. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement