Advertisement
Guest User

v.1

a guest
Oct 7th, 2015
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 34.52 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. <!--THEME BY MAMI. MADE FOR MAMI.
  4. PLEASE DO NOT EDIT AND REDISTRIBUTE AS YOUR OWN WITHOUT PERMISSION.-->
  5.  
  6.  
  7. <html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
  8. <head>
  9.  
  10. <script type="text/javascript"
  11. src="http://ajax.googleapis.com/ajax/libs/jquery/1.4.1/jquery.min.js"></script>
  12. <script>
  13. $(document).ready(function() {
  14. //
  15. $('a.poplight[href^=#]').click(function() {
  16. var popID = $(this).attr('rel'); //Get Popup Name
  17. var popURL = $(this).attr('href'); //Get Popup href to define size
  18. var query= popURL.split('?');
  19. var dim= query[1].split('&');
  20. var popWidth = dim[0].split('=')[1]; //Gets the first query string value
  21. $('#' + popID).fadeIn().css({ 'width': Number( popWidth ) }).prepend('<a href="#" class="close"></a>');
  22. var popMargTop = ($('#' + popID).height() + 80) / 2;
  23. var popMargLeft = ($('#' + popID).width() + 80) / 2;
  24. //Apply Margin to Popup
  25. $('#' + popID).css({
  26. 'margin-top' : -popMargTop,
  27. 'margin-left' : -popMargLeft
  28. });
  29. $('body').append('<div id="fade"></div>');
  30. $('#fade').css({'filter' : 'alpha(opacity=80)'}).fadeIn(); //Fade in the fade layer - .css({'filter' : 'alpha(opacity=80)'})
  31. return false;
  32. });
  33. $('a.close, #fade').live('click', function() {
  34. $('#fade , .popup_block').fadeOut(function() {
  35. $('#fade, a.close').remove(); //fade them both out
  36. });
  37. return false;
  38. });
  39. });
  40. </script>
  41.  
  42.  
  43.  
  44.  
  45.  
  46. <title>{Title}</title>
  47. <link rel="shortcut icon" href="{Favicon}">
  48. <link rel="alternate" type="application/rss+xml" href="{RSS}">
  49. {block:Description}<meta name="description" content="{MetaDescription}" />{/block:Description}
  50.  
  51.  
  52. <meta name="color:Text" content="#bbbbbb"/>
  53. <meta name="color:Desc" content="#bbbbbb"/>
  54. <meta name="color:Link" content="#aaaaaa"/>
  55. <meta name="color:Tags" content="#cccccc"/>
  56. <meta name="color:Hover" content="#f1f1f1"/>
  57. <meta name="color:scrollbar" content="ffffff"/>
  58. <meta name="color:scrollbarbg" content="ffffff"/>
  59. <meta name="color:background" content="000000"/>
  60.  
  61. <meta name="image:sidebar" content=""/>
  62.  
  63. <meta name="text:link1" content="">
  64. <meta name="text:link1 url" content="/">
  65. <meta name="text:link2" content="">
  66. <meta name="text:link2 url" content="/">
  67. <meta name="text:link3" content="">
  68. <meta name="text:link3 url" content="/">
  69. <meta name="text:link4" content="">
  70. <meta name="text:link4 url" content="/">
  71. <meta name="text:link5" content="">
  72. <meta name="text:link5 url" content="/">
  73.  
  74. <meta name="music player" content="/">
  75.  
  76.  
  77. <!--*************GOOGLE FONTS*************-->
  78.  
  79. <link href='http://fonts.googleapis.com/css?family=Raleway' rel='stylesheet' type='text/css'>
  80. <link href='http://fonts.googleapis.com/css?family=Poiret+One' rel='stylesheet' type='text/css'>
  81. <link href='http://fonts.googleapis.com/css?family=Shadows+Into+Light' rel='stylesheet' type='text/css'>
  82. <link href='http://fonts.googleapis.com/css?family=Sonsie+One' rel='stylesheet' type='text/css'>
  83.  
  84.  
  85.  
  86. <style type="text/css">
  87.  
  88.  
  89. #picture
  90. {
  91. position:fixed;
  92. left:174px;
  93. top:133px;
  94. z-index:999
  95. }
  96.  
  97.  
  98. /*-----BODY-----*/
  99. body {
  100. background-color:#000000;
  101. background-image: url("http://i.imgur.com/fuIZ1TU.png");
  102. background-attachment: fixed;
  103. background-repeat: no-repeat;
  104. background-position: top left;
  105. font-family: Helvetica
  106. font-size:12px;
  107. padding-bottom:5px;
  108. padding-top:0px;
  109. padding-right:0px;
  110. padding-left:0px;
  111. text-align:justify;
  112. color:{color:text};
  113. margin:0;
  114. }
  115.  
  116. /*TEXT LINKS*/
  117. a {
  118. font-family: 'Raleway', sans-serif;
  119. font-size: 12px;
  120. text-decoration:none;
  121. -moz-outline-style:none;
  122. color:{color:link};
  123. -webkit-transition: all 0.5s ease;
  124. -moz-transition: all 0.5s ease;
  125. -o-transition: all 0.5s ease
  126. }
  127.  
  128. a:hover {
  129. opacity:1;
  130. color:{color:hover};
  131. -webkit-transition: all 0.5s ease;
  132. -moz-transition: all 0.5s ease;
  133. -o-transition: all 0.5s ease
  134. }
  135.  
  136. /*IMAGES*/
  137. img {
  138. border:none;
  139. opacity: 1;
  140. }
  141.  
  142.  
  143. h1 {
  144. font-size:12px;
  145. text-align:center;
  146. color:{color:text};
  147. text-transform:uppercase;
  148. }
  149.  
  150. /*BLOCKQUOTE*/
  151. blockquote {
  152. width: 380px;
  153. font-size:12px;
  154. text-transform: normal;
  155. line-height:10px;
  156. left:0px;
  157. padding: 4px;
  158. padding-left:9px;
  159. border-left: 1px solid #848484;
  160. color: {color:text};
  161. }
  162.  
  163.  
  164. /*-----SIDEBAR-----*/
  165.  
  166. #sidebar {
  167. position:fixed;
  168. width:200px;
  169. left:140px;
  170. top:500px;
  171. }
  172.  
  173. /*DESCRIPTION*/
  174. .desc {
  175. position:fixed;
  176. top:12px;
  177. left:-10px;
  178. font-family:arial;
  179. line-height:140%;
  180. font-size:.5px;
  181. font-style:normal;
  182. width:100px;
  183. padding:9px;
  184. text-align:justify;
  185. }
  186.  
  187. .desc a{
  188. color:{color:desc};
  189. -moz-transition-duration:0.6s;
  190. -webkit-transition-duration:0.6s;
  191. -o-transition-duration:0.6s;
  192. }
  193.  
  194. /*SIDEBAR LINKS*/
  195. .alinks {
  196. position:fixed;
  197. top:200px;
  198. left:150px;
  199. width:10px;
  200. padding:1px;
  201. word-spacing:25px;
  202. font-family:'Gabriola';
  203. color: #ffd500;
  204. font-size:10px;
  205. text-align:center;
  206. text-transform:uppercase;
  207. z-index: 9999;
  208. }
  209.  
  210. .links a {
  211. font-size: 12px;
  212. text-decoration:none;
  213. -moz-transition-duration:0.6s;
  214. -webkit-transition-duration:0.6s;
  215. -o-transition-duration:0.6s;
  216.  
  217. }
  218.  
  219. .links a:hover {
  220. color:{color:Hover}
  221. font-family:times;
  222. text-transform:lowercase;
  223. font-size:12px;
  224. width:60px;
  225. -moz-transition-duration:0.6s;
  226. -webkit-transition-duration:0.6s;
  227. -o-transition-duration:0.6s;
  228.  
  229. }
  230.  
  231.  
  232. #links a:hover {
  233. -webkit-transform: rotate(360deg);
  234. -moz-transform: rotate(360deg);
  235. -o-transform: rotate(360deg);
  236. -ms-transform: rotate(360deg);
  237. transform: rotate(360deg);
  238. transition: 0.5s ease-in-out; }
  239.  
  240.  
  241. .blinks {
  242. position:fixed;
  243. top:150px;
  244. left:150px;
  245. width:10px;
  246. padding:1px;
  247. word-spacing:25px;
  248. font-family:Arial;
  249. color: #ffd500;
  250. font-size:10px;
  251. text-align:center;
  252. text-transform:lowercase;
  253. z-index: 9999;
  254. }
  255.  
  256. .links b {
  257. font-size: 12px;
  258. -moz-transition-duration:0.6s;
  259. -webkit-transition-duration:0.6s;
  260. -o-transition-duration:0.6s;
  261. }
  262.  
  263. .links b:hover {
  264. color:{color:Hover}
  265. -moz-transition-duration:0.6s;
  266. -webkit-transition-duration:0.6s;
  267. -o-transition-duration:0.6s;
  268. }
  269.  
  270.  
  271. .clinks {
  272. position:fixed;
  273. top:110px;
  274. left:150px;
  275. width:10px;
  276. padding:1px;
  277. word-spacing:25px;
  278. font-family:Arial;
  279. color: #ffd500;
  280. font-size:10px;
  281. text-align:center;
  282. text-transform:lowercase;
  283. z-index: 9999;
  284. }
  285.  
  286. .links c {
  287. font-size: 12px;
  288. -moz-transition-duration:0.6s;
  289. -webkit-transition-duration:0.6s;
  290. -o-transition-duration:0.6s;
  291. }
  292.  
  293. .links c:hover {
  294. color:{color:Hover}
  295. -moz-transition-duration:0.6s;
  296. -webkit-transition-duration:0.6s;
  297. -o-transition-duration:0.6s;
  298. }
  299.  
  300.  
  301. .dlinks {
  302. position:fixed;
  303. top:100px;
  304. left:200px;
  305. width:10px;
  306. padding:1px;
  307. word-spacing:25px;
  308. font-family:Arial;
  309. color: #ffd500;
  310. font-size:10px;
  311. text-align:center;
  312. text-transform:lowercase;
  313. z-index: 9999;
  314. }
  315.  
  316. .links d {
  317. font-size: 12px;
  318. -moz-transition-duration:0.6s;
  319. -webkit-transition-duration:0.6s;
  320. -o-transition-duration:0.6s;
  321. }
  322.  
  323. .links d:hover {
  324. color:{color:Hover}
  325. -moz-transition-duration:0.6s;
  326. -webkit-transition-duration:0.6s;
  327. -o-transition-duration:0.6s;
  328. }
  329.  
  330.  
  331. .elinks {
  332. position:fixed;
  333. top:100px;
  334. left:250px;
  335. width:10px;
  336. padding:1px;
  337. word-spacing:25px;
  338. font-family:Arial;
  339. color: #ffd500;
  340. font-size:10px;
  341. text-align:center;
  342. text-transform:lowercase;
  343. z-index: 9999;
  344. }
  345.  
  346. .links e {
  347. font-size: 12px;
  348. -moz-transition-duration:0.6s;
  349. -webkit-transition-duration:0.6s;
  350. -o-transition-duration:0.6s;
  351. }
  352.  
  353. .links e:hover {
  354. color:{color:Hover}
  355. -moz-transition-duration:0.6s;
  356. -webkit-transition-duration:0.6s;
  357. -o-transition-duration:0.6s;
  358. }
  359.  
  360. .flinks {
  361. position:fixed;
  362. top:100px;
  363. left:300px;
  364. width:10px;
  365. padding:1px;
  366. word-spacing:25px;
  367. font-family:Arial;
  368. color: #ffd500;
  369. font-size:10px;
  370. text-align:center;
  371. text-transform:lowercase;
  372. z-index: 9999;
  373. }
  374.  
  375. .links f {
  376. font-size: 12px;
  377. -moz-transition-duration:0.6s;
  378. -webkit-transition-duration:0.6s;
  379. -o-transition-duration:0.6s;
  380. }
  381.  
  382. #n1 f:hover {
  383. -webkit-transform: rotate(360deg);
  384. -moz-transform: rotate(360deg);
  385. -o-transform: rotate(360deg);
  386. -ms-transform: rotate(360deg);
  387. transform: rotate(360deg);
  388. transition: 0.5s ease-in-out; }
  389.  
  390.  
  391. /*PAGINATION*/
  392. .pagi {
  393. position:fixed;
  394. left:700px;
  395. top:100px;
  396. font-family: 'Shadows Into Light', cursive;
  397. font-size:15px;
  398. font-style:bold;
  399. text-align:center;
  400. }
  401.  
  402. .pagi a {
  403. font-size:13px;
  404. }
  405.  
  406.  
  407. /*-----ENTRIES-----*/
  408. #entries {
  409. padding:10px;
  410. width:500px;
  411. left:225px;
  412. top:199px;
  413. font-size:10px;
  414. bottom:50px;
  415. height:360px;
  416. position: fixed;
  417. overflow-x: hidden;
  418. overflow-y: scroll;
  419. }
  420.  
  421.  
  422.  
  423. #posts {
  424. width:450px;
  425. padding-bottom:20px;
  426. padding:10px;
  427. top:20px;
  428. background-color:{color:Post};
  429. }
  430.  
  431.  
  432. i, em {
  433. font-size:12px;
  434. color:#fff;
  435. font-style: italic;
  436. text-shadow:1px 1px 1px #7b62a8;
  437. }
  438.  
  439. b, strong {
  440. font-size: 14px;
  441. color: #fff;
  442. font-style: bold;
  443. text-shadow:1px 1px 1px #7b62a8;
  444. }
  445.  
  446. small, small {
  447. font-size: 12px;
  448. color: {color:text};
  449. font-style: none;
  450. }
  451.  
  452.  
  453. /*POST INFO*/
  454. #info {
  455. border-top:1px solid #E6E6E6;
  456. width:400px;
  457. padding-top:8px;
  458. font-size:11px;
  459. left:-1px;
  460. font-style:normal;
  461. text-align:left;
  462. -moz-transition-duration:0.5s;
  463. -webkit-transition-duration:0.5s;
  464. -o-transition-duration:0.5s;
  465. }
  466.  
  467. #info a{
  468. top:-20px;
  469. color:{color:info};
  470. }
  471.  
  472. #info a:hover{
  473. color:{color:links};
  474. }
  475.  
  476. /*TAGS*/
  477. .tags {
  478. font-family:arial;
  479. width:380px;
  480. line-height:100%; /*space between line and line*/
  481. text-align:left;
  482. padding-top:7px;
  483. text-transform: lowercase;
  484. font-size:12px;
  485. -moz-transition-duration:0.5s;
  486. -webkit-transition-duration:0.5s;
  487. -o-transition-duration:0.5s;
  488. }
  489.  
  490. .tags a {
  491. font-style:italic;
  492. color:{color:tags};
  493. right:5px;
  494. line-height:120%;
  495. }
  496.  
  497. .tags a:hover {
  498. text-decoration:underline;
  499. color:{color:tags};
  500. }
  501.  
  502. /*NOTES*/
  503. .notes {
  504. text-transform:normal;
  505. letter-spacing:0px;
  506. font-size:10px;
  507. top:20px;
  508. font-style:normal;
  509. left:-20px;
  510. text-align:left;
  511. line-height:30px;
  512. border-bottom:1px solid #D8D8D8;
  513. }
  514.  
  515. .notes img{
  516. padding:2px;
  517. border:1px solid #eee;
  518. bottom:-4px;
  519. -webkit-transition:all 0.5s ease-in-out;
  520. -moz-transition:all 0.5s ease-in-out;
  521. -o-transition:all 0.5s ease-in-out;
  522. -ms-transition:all 0.5s ease-in-out;
  523. transition:all 0.5s ease-in-out;
  524. }
  525.  
  526. .notes img:hover {opacity: 0.6;
  527. -webkit-transition:all 0.5s ease-in-out;
  528. -moz-transition:all 0.5s ease-in-out;
  529. -o-transition:all 0.5s ease-in-out;
  530. -ms-transition:all 0.5s ease-in-out;
  531. transition:all 0.5s ease-in-out;}
  532.  
  533.  
  534. /* --- QUOTE ---*/
  535. .quote {
  536. font-size:11px;
  537. font-family:helvetica;
  538. font-style:normal;
  539. line-height:17px;
  540. bottom:15px;
  541. text-transform:normal;
  542. text-align:left;
  543. font-weight:normal;
  544. font-style:none;
  545. color:{color:text};
  546. }
  547.  
  548. .quotesource {
  549. font-size:9px;
  550. text-align:right;
  551. font-style:none;
  552. text-transform:lowercase;
  553. font-family:helvetica;
  554. bottom:5px;
  555. color:{color:text};
  556. }
  557.  
  558.  
  559. /* --- AUDIO ---*/
  560. .audio {
  561. height:100px;
  562. bottom:40px;
  563. }
  564.  
  565. .audio-album {
  566. position:absolute;
  567. width:50px;
  568. padding:3px;
  569. border:1px solid #E1E1E1;
  570. -webkit-transition: opacity 0.1s linear;
  571. opacity: 1;
  572. }
  573.  
  574. .audio-player {
  575. opacity:1;
  576. filter:alpha(opacity=90);
  577. width:25px;
  578. height:25px;
  579. overflow:hidden;
  580. position:absolute;
  581. border:30px;
  582. z-index:2;
  583. left:43px;
  584. top:43px;
  585. opacity:0;
  586. -webkit-transition: all 0.6s ease-out;
  587. -o-transition: all 0.6s ease-out;
  588. -webkit-transition: all 0.6s ease-out;
  589. -moz-transition: all 0.6s ease-out;
  590. }
  591.  
  592. .audio-info {
  593. top:7px;
  594. position:relative;
  595. left:120px;
  596. line-height:180%;
  597. padding:2px;
  598. }
  599.  
  600. .audio:hover .audio-player {
  601. opacity:.6;
  602. -webkit-transition: all 0.6s ease-out;
  603. -o-transition: all 0.6s ease-out;
  604. -webkit-transition: all 0.6s ease-out;
  605. -moz-transition: all 0.6s ease-out;
  606. }
  607.  
  608. /* --- ASK---*/
  609. .ask {
  610. font-size:20px;
  611. font-family:arial;
  612. letter-spacing:-2px;
  613. font-weight:bold;
  614. text-align:right;
  615. padding:6px;
  616. background:#FAFAFA;
  617. text-transform:lowercase;
  618. }
  619.  
  620. .question {
  621. letter-spacing:0px;
  622. top:-12px;
  623. font-style:italic;
  624. padding:4px;
  625. background:#FAFAFA;
  626. text-align:right;
  627. color:{color:Text};
  628. border-bottom:1px solid #E6E6E6;
  629. }
  630.  
  631. .answer {
  632. width:390px;
  633. letter-spacing:0px;
  634. text-align:justify;
  635. padding-top:5px;
  636. bottom:1px;
  637. color:{color:Text};
  638. }
  639.  
  640.  
  641. #music {
  642. float:right;
  643. position:fixed;
  644. top:145px;
  645. left:1100px;
  646. z-index: 999;
  647. }
  648.  
  649. /*---AUDIO---*/
  650. #maker{
  651. float:right;
  652. position:fixed;
  653. bottom:5px;
  654. right:10px;
  655. padding:7px;
  656. font-family: 'Shadows Into Light', cursive;
  657. font-size:8px;
  658. font-style:bold;
  659. text-align:center;
  660. line-height:210%;
  661. text-transform:uppercase;
  662. }
  663.  
  664. #maker a{
  665. padding:2px;
  666. font-family:'Raleway', sans-serif;
  667. font-size:10px;
  668. font-style:bold;
  669. color:#000000;
  670. background-color:#720000;
  671. }
  672.  
  673. #maker a:hover{
  674. color:#000000;
  675. font-family:'Raleway', sans-serif;
  676. font-size:10px;
  677. font-style:bold;
  678. color:#720000;
  679. padding:2px;
  680. background-color:#000000;
  681. }
  682.  
  683.  
  684. /*******pop-up customization (all)*******/
  685.  
  686. .popup_block{
  687. display:none;
  688. background:#1f1f1f;
  689. height:390px;
  690. padding:20px;
  691. overflow:scroll;
  692. overflow-x:hidden;
  693. border:1px solid #eee; /* solid white pop-up, delete this */
  694. float:left;
  695. position:fixed;
  696. top:50%;left:50%;
  697. z-index: 99999;
  698. -webkit-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  699. -moz-box-shadow: 0px 0px 20px #000; /* delete for solid white */
  700. box-shadow: 0px 0px 20px #000; /* delete for solid white */
  701. }
  702.  
  703. *html #fade {position: absolute;}
  704. *html .popup_block {position: absolute;}
  705. #fade {
  706. display:none;
  707. position:fixed;
  708. left:0px;
  709. top:0px;
  710. width:100%;
  711. height:100%;
  712. z-index:9999;
  713. background:#000; /* change to #fff for solid white */
  714. opacity:0.5; /* change to opacity:1; */
  715. }
  716.  
  717. /*******end pop-up customization (all)*******/
  718.  
  719.  
  720.  
  721. /* ---BUTTONS (http://livetools.uiparade.com/button-builder.html#)---*/
  722.  
  723.  
  724. .button {
  725. border: 2px solid #292929;
  726. background: #707070;
  727. background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#707070));
  728. background: -webkit-linear-gradient(top, #707070, #707070);
  729. background: -moz-linear-gradient(top, #707070, #707070);
  730. background: -ms-linear-gradient(top, #707070, #707070);
  731. background: -o-linear-gradient(top, #707070, #707070);
  732. background-image: -ms-linear-gradient(top, #707070 0%, #707070 100%);
  733. padding: 10.5px 21px;
  734. -webkit-border-radius: 0px;
  735. -moz-border-radius: 0px;
  736. border-radius: 0px;
  737. -webkit-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  738. -moz-box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  739. box-shadow: rgba(255,255,255,0.4) 0 0px 0, inset rgba(255,255,255,0.4) 0 0px 0;
  740. color: #ffffff;
  741. font-size: 14px;
  742. font-family: helvetica, serif;
  743. text-decoration: none;
  744. vertical-align: middle;
  745. }
  746. .button:hover {
  747. border: 2px solid #292929;
  748. background: #707070;
  749. background: -webkit-gradient(linear, left top, left bottom, from(#707070), to(#707070));
  750. background: -webkit-linear-gradient(top, #707070, #707070);
  751. background: -moz-linear-gradient(top, #707070, #707070);
  752. background: -ms-linear-gradient(top, #707070, #707070);
  753. background: -o-linear-gradient(top, #707070, #707070);
  754. background-image: -ms-linear-gradient(top, #707070 0%, #707070 100%);
  755. color: #ffffff;
  756. }
  757. .button:active {
  758. border: 2px solid #292929;
  759. background: #a80000;
  760. background: -webkit-gradient(linear, left top, left bottom, from(#a80000), to(#707070));
  761. background: -webkit-linear-gradient(top, #a80000, #a80000);
  762. background: -moz-linear-gradient(top, #a80000, #a80000);
  763. background: -ms-linear-gradient(top, #a80000, #a80000);
  764. background: -o-linear-gradient(top, #a80000, #a80000);
  765. background-image: -ms-linear-gradient(top, #a80000 0%, #a80000 100%);
  766. color: #fff;
  767. }
  768.  
  769.  
  770.  
  771.  
  772. {CustomCSS}</style></head><body>
  773.  
  774. <!--*************MUSIC*************-->
  775.  
  776. <div id="music">
  777. <object type="application/x-shockwave-flash" data="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" width="25" height="20">
  778. <param name="movie" value="http://flash-mp3-player.net/medias/player_mp3_maxi.swf" />
  779. <param name="bgcolor" value="#000000" />
  780. <param name="FlashVars" value="mp3=http%3A//k001.kiwi6.com/hotlink/y8183mpp1x/Niyaz-Beni_beni_w_lyrics_and_translation.mp3&amp;width=25&amp;loop=1&amp;autoplay=1&amp;showslider=0&amp;loadingcolor=000000&amp;bgcolor=000000&amp;bgcolor1=000000&amp;bgcolor2=000000&amp;slidercolor1=000000&amp;slidercolor2=000000&amp;sliderovercolor=000000&amp;buttoncolor=a40000&amp;buttonovercolor=ffffff" />
  781. </object>
  782.  
  783.  
  784. <div id="sidebar">
  785.  
  786.  
  787. <div id="sidebarimage"><img src="{image:sidebar}"></div>
  788.  
  789. <div id="desc">
  790.  
  791. </div>
  792.  
  793.  
  794. <!--*************LINKS*************-->
  795.  
  796. <div class="alinks">
  797. <a href="#?w=400" title="ask" rel="box1" class="poplight"><big><big><big><big>◈</big></big></big></big></a></div>
  798. <div class="blinks">
  799. <a href="#?w=400" title="rules" rel="box2" class="poplight"><big><big><big><big>◈</big></big></big></big></a></div>
  800. <div class="clinks">
  801. <a href="#?w=400" title="about" rel="box5" class="poplight"><big><big><big><big>◈</big></big></big></big></a></div>
  802. <div class="dlinks">
  803. <a href="#?w=400" title="navi" rel="box3" class="poplight"><big><big><big><big>◈</big></big></big></big></a></div>
  804. <div class="elinks">
  805. <a href="#?w=400" title="ships" rel="box4" class="poplight"><big><big><big><big>◈</big></big></big></big></a></div>
  806. <div class="flinks">
  807. <a href="http://benevicious.tumblr.com" title="home"><big><big><big><big>◈</big></big></big></big></a></div>
  808. </div>
  809.  
  810.  
  811.  
  812. {block:Pagination}
  813. <div class="pagi">
  814. {block:PreviousPage}
  815. <a href="{PreviousPage}">←BACK ―</a>
  816. {/block:PreviousPage}
  817.  
  818. {block:NextPage}
  819. <a href="{NextPage}"> NEXT→</a>
  820. {/block:NextPage}
  821. </div>
  822. {/block:Pagination}
  823.  
  824.  
  825. </div>
  826.  
  827.  
  828. <div id="entries">{block:Posts}<div id="posts">
  829.  
  830.  
  831. {block:Text}<h1>{block:Title}{Title}{/block:Title}</h1>{Body}{/block:Text}
  832.  
  833.  
  834. {block:Photo}{LinkOpenTag}<img src="{PhotoURL-400}">{LinkCloseTag}{block:Caption}{Caption}{/block:Caption}{/block:Photo}
  835.  
  836.  
  837. {block:Link}<h1><a href="{URL}" {Target}>{Name}</a></h1>{block:Description}{Description}{/block:Description}{/block:Link}
  838.  
  839.  
  840. {block:Photoset}{Photoset-400}{block:Caption}{Caption}{/block:Caption}{/block:Photoset}
  841.  
  842.  
  843. {block:Quote}<div class="quote">" {Quote} "</div>{block:Source} <div class="quotesource">—{Source}</div>{/block:Source}{/block:Quote}
  844.  
  845.  
  846. {block:Audio}{block:AlbumArt}<img src="{AlbumArtURL}" width="65px" align="left">{/block:AlbumArt}<div class="audio">{AudioPlayerGrey}</div>{block:Caption}{Caption}{/block:Caption}{/block:Audio}
  847.  
  848.  
  849. {block:Video}{Video-400}{block:Caption}{Caption}{/block:Caption}{/block:Video}
  850.  
  851.  
  852. {block:Chat}<ul class="chat">{block:Title}{Title}{/block:Title} {block:Lines}<li class="user_{UserNumber}">{block:Label}<span class="label">{Label}</span>{/block:Label}&nbsp;{Line}</li>{/block:Lines}</ul>{/block:Chat}
  853.  
  854.  
  855. {block:Answer}
  856. <div id="question"><img src="{AskerPortraitURL-24}">&nbsp;&nbsp;<font face="Sonsie One" font size=2px>{Asker}</font> asked: </span>{Question}</div><left> {Answer}</font>{/block:Answer}
  857.  
  858.  
  859. <div id="info"> posted <a href="{Permalink}">{ShortMonth} {DayOfMonth}{DayOfMonthSuffix} at {12Hour}:{Minutes} </a> {block:RebloggedFrom} from <a href="{ReblogParentURL}">{ReblogParentName}</a>{/block:RebloggedFrom} {block:ContentSource} <a href="{SourceURL}"> © <a href="{SourceURL}">{SourceLink}</a> {/block:ContentSource}{block:RebloggedFrom} <a href="{ReblogParentURL}" target="_blank"></a>{/block:RebloggedFrom} with <a href="{Permalink}">{NoteCountWithLabel}</a>
  860.  
  861. {block:HasTags}
  862.  
  863. <div id="tags">{block:Tags} #<a href="{TagURL}">{Tag}</a> {/block:Tags}</div>{/block:HasTags}</div></div>
  864. {/block:Posts}
  865. {block:PostNotes}
  866.  
  867. <div id="notes">{PostNotes}</div>{/block:PostNotes}
  868. {/block:Posts}</div></div></div>
  869.  
  870.  
  871. <div id="maker"><a href="http://www.benevicious.tumblr.com">MAMI。</a></div></center>
  872.  
  873.  
  874. {block:ContentSource}
  875. <!-- {SourceURL}{block:SourceLogo}<img src="{BlackLogoURL}"
  876. width="{LogoWidth}" height="{LogoHeight}" alt="{SourceTitle}" />
  877. {/block:SourceLogo}
  878. {block:NoSourceLogo}{SourceLink}{/block:NoSourceLogo} -->
  879. {/block:ContentSource}
  880.  
  881.  
  882.  
  883. <!--*************overlay image*************-->
  884.  
  885. <!--*************<img src="image url" id="picture">*************-->
  886.  
  887.  
  888.  
  889.  
  890. </body>
  891.  
  892. <!--*************box 1*************-->
  893.  
  894. <div id="box1" class="popup_block" scrolling="yes">
  895. <iframe frameborder="0" height="250" id="ask_form" scrolling="yes" src="http://www.tumblr.com/ask_form/{Name}.tumblr.com" width="100%"></iframe>
  896.  
  897. </div>
  898.  
  899. <!--*************box 2*************-->
  900.  
  901. <div id="box2" class="popup_block" scrolling="yes">
  902.  
  903.  
  904. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/uEd4A6x.png"/></a>
  905.  
  906. <big><br><br>
  907.  
  908. <center><b>an independent rp blog for an oc from a canon in development. Canon and story will be elaborated upon as time goes on via this blog.</b></big></center>
  909. <br>
  910. - <b><font style="text-shadow:0px 0px 8px #d1b061">This blog is:</font></b><br>
  911. ~ Written by: please call me <font style="text-shadow:0px 0px 8px #d1b061"><i><b>Mami</b></i></font>.<br>
  912. ~ Selective: meaning that if you follow me, I will look at your character/threads to determine whether I want to follow back or not.<br>
  913. ~ Independent</a>: not associated with any group.<br>
  914. ~ Independent blog friendly.<br>
  915. ~ Original character friendly.<br>
  916. ~ Crossover friendly.<br>
  917. - If I follow back, that means that I want to rp.<br>
  918. - I do have a life outside of Tumblr, so I would ask that you respect that. I will do the same for you.<br>
  919. - timezone: UTC -5 <b>aka</b> US EST.<br><br>
  920.  
  921. <b><font style="text-shadow:0px 0px 8px #d1b061">&& Threads;;</font></b><br>
  922. - If you must ask me if I got your response, please wait at least five days to a week before you come into my inbox.<br>
  923. - This blog <font style="text-shadow:0px 0px 8px #d1b061"><b>will</b></font> contain nsfw content and sensitive subjects such as <font style="text-shadow:0px 0px 8px #d1b061"><b>gore</b></font>. It will be tagged with the same personal tag every time for the sake of xkit and tumblr saviour.<br>
  924. - Please do not underestimate Shizer. His power is nearly unlimited and he is quite capable of killing within seconds. <i>However</i>, for the sake of avoiding any situations, his personality (and I) will keep him from starting physical conflicts to stay away from the whole "over-powered gary-stu/mary-sue" thing. Just keep in mind that he is a god who has had a hand in creating much of the universe.<br><br>
  925.  
  926. <b><font style="text-shadow:0px 0px 8px #d1b061">&& Shipping;;</font></b><br>
  927. - I am all for family, friend, or even hate relationships forming with Shizer. In fact, I prefer them over romantic!<br>
  928. - If a relationship (of any kind) begins, or if you want me to add one, I’ll put your url and a picture on my relationships page.<br><br>
  929.  
  930. <b><font style="text-shadow:0px 0px 8px #d1b061">&& Disclaimer;;</font></b><br>
  931. - All of my icons were cropped and edited by me from the episodes and manga chapters they appear in. <b>Do not take these</b>.<br>
  932. -My display icon, theme image and headcanon banner sources can be found <a href="http://www.pixiv.net/member.php?id=321716">here</a>, <a href="http://www.pixiv.net/member.php?id=586045">here</a> and <a href="http://kissmanga.com/Manga/Yozora-no-Sumikko-de/Vol-001-Ch-001-Read-Online?id=125851">here</a>.<br>
  933. <br><br>
  934.  
  935. <b><font style="text-shadow:0px 0px 8px #d1b061">&& Contact;;</font></b><br>
  936. - the best way to contact me is via message or fanmail. Skype available upon request.<br>
  937. - my other blogs include <a href="http://sarrutum.tumblr.com/"><b>Gilgamesh</b></a>,<a href="http://solatan.tumblr.com/"><b>Hide Nagachika</b></a> and <a href="http://saiyanswife.tumblr.com/"><b>Son ChiChi</b></a>.<br>
  938. - This blog was opened on <b>Aug. 28, 2015</b>.</big>
  939. <br><br>
  940. <b>If you agree to my terms, please go and like <a href="http://benevicious.tumblr.com/post/127614216957/you-should-be-finding-this-post-via-my-rules">this post</a>.</b>
  941.  
  942. </div>
  943.  
  944.  
  945. <!--*************box 3*************-->
  946.  
  947. <div id="box3" class="popup_block" scrolling="yes">
  948.  
  949. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/Nw4xrmM.png"/></a>
  950. <br><br>
  951. <big><center>
  952. <a href="/tagged/✕°-MONAD—brazen-one%3B-ruler-of-all。」" class='button'>Shizer</a>
  953. </center>
  954. <br>
  955. <center><a href="/tagged/╳°TYRANT-AION—birth-a-thousands-souls-%26%26-devour-the-cosmos。〗"><u>headcanons</u></a>
  956. <b>&&</b>
  957. <a href="/tagged/★%7B%7Bwishlist。%7D%7D"><u>wishlist</u></a>
  958. <b>&&</b>
  959. <a href="/tagged/《❝on-the-nature-of-skin—steel-ichor。》"><u>aesthetic</u></a>
  960. <b>&&</b>
  961. <a href="/tagged/〔o%60-what-a-horror-you-are。〕"><u>musings</u></a>
  962. <b>&&</b>
  963. <a href="/tagged/░-%7C-Theotokos-Astarte—Apex-Rex。」"><u>wardrobe</u></a>
  964. </a>
  965. <b>&&</b>
  966. <a href="/tagged/《✧°desire-tears-at-your-throat%3Bscratching-whispers-into-your-chest°》"><u>desires</u></a>
  967. <b>&&</b>
  968. <a href="/tagged/◈❛peel-off-your-masks—release-the-monster-beneath。〉"><u>shapeshiftings</u></a>
  969. </center>
  970. <br>
  971. <center><a href="/tagged/【%7B°Hymns-for-a-Monstrous-Eidolon。%7D】"><u>music</u></a>
  972. <b>&&</b>
  973. <a href="/tagged/"><u>video</u></a>
  974. <b>&&</b>
  975. <a href="/tagged/%26%26-all-ABOARD-the-PROMO-train-%21%21"><u>promo</u></a>
  976. <b>&&</b>
  977. <a href="/tagged/"><u>queue</u></a>
  978. <b>&&</b>
  979. <a href="/tagged/『%26%26.-Out-of-Stars。』"><u>ooc</u></a>
  980. <b>&&</b>
  981. <a href="/tagged/asks"><u>asks</u></a>
  982. <b>&&</b>
  983. <a href="/tagged/anonymous"><u>anon</u></a></center>
  984. <br>
  985.  
  986. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/uKug71E.png"/></a><br>
  987. <center>
  988. <a href="#?w=400" title="verses." rel="box8" class="poplight" >[click for more info]</a><br></center>
  989. <br>
  990.  
  991. <center>
  992. <a href="/tagged/☼%5B%26%26%3B-Save-For-Vile-Days%3B%5D"><u><font color=#00deff>save</font></u></a>
  993. <b>&&</b>
  994. <a href="/tagged/★%7B%7Bwishlist。%7D%7D"><u><font color=#00deff>wishlist</font></u></a>
  995. <b>&&</b>
  996. <a href="#?w=400" title="tracker." rel="box7" class="poplight"><u><font color=#00deff>thread tracker</font></u></a>
  997.  
  998. </center></big>
  999.  
  1000. </div>
  1001.  
  1002. <!--*************box 4*************-->
  1003.  
  1004. <div id="box4" class="popup_block" scrolling="yes">
  1005.  
  1006. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/uX1PBAd.png"/></a>
  1007. <br>
  1008. <center><big><b>≪Hover for more details!≫</b></big></center>
  1009. <br>
  1010. <a href="http://www.sarrutum.tumblr.com"><img src="http://i.imgur.com/ux2wJyp.png" title="First incarnation." /></a><br>
  1011. <a href="http://www.durankidu.tumblr.com"><img src="http://i.imgur.com/uhzhwCv.png" title="???" /></a>
  1012. <br><br>
  1013.  
  1014.  
  1015. </div>
  1016.  
  1017.  
  1018.  
  1019. <!--*************box 5*************-->
  1020.  
  1021. <div id="box5" class="popup_block" scrolling="yes">
  1022.  
  1023. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/XK8tpuo.png"/></a>
  1024. <br>
  1025. <b><center>&& her eyes burn with fire and gold。</center></b><br><br>
  1026.  
  1027. <small>Created from stardust- infused with the energy of the creation mother and the primal god, Shizer came into being long before the birth of humanity. She is torn in two, malevolence battling the benevolence that fills the stars inside.</small><br><br>
  1028.  
  1029. <small>There are a thousand paintings and statues in her name and none of them are the same-</small><br>
  1030. <small>In one she is heavy-breasted and full-hipped, a fair maiden with dark hair hiding her face; across the world has him as no more than a child, stick thin and small, eyes dark and wild. In another, he’s a warrior who even the wind cannot outrun.</small><br><br>
  1031.  
  1032. <small>She watches the world turn from up on high, often shoving her claws where the most chaos can be spun, yet still protecting and guiding the people with a gentle hand.</small><br><br>
  1033.  
  1034. <a href="#?w=400" title="click." rel="box6" class="poplight"><b>to data sheet---></b></a><br>
  1035. <a href="/tagged/╳°TYRANT-AION—birth-a-thousands-souls-%26%26-devour-the-cosmos。〗"><b>to written headcanons---></b></a><br>
  1036. <a href="/tagged/╳°URGROUND-GLORY—galaxies-stir-in-your-breast。〗"><b>to list-style/reblogged headcanons---></b></a>
  1037.  
  1038. </div>
  1039.  
  1040.  
  1041. <!--*************box 6*************-->
  1042.  
  1043. <div id="box6" class="popup_block" scrolling="yes">
  1044.  
  1045. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/6niRaK1.png"/></a><br><br>
  1046. <a href="http://www.benevicious.tumblr.com"><img src="http://i.imgur.com/SYulyXS.png"/></a>
  1047. <br>
  1048. <b>&&. The Basics</b><br><br>
  1049.  
  1050. <i>name:</i> <small>Shizer</small><br>
  1051. <i>nickname(s):</i> <small>the Demiurge, Monad, "asshole", "Shmee", Mama-Shy, among others .</small><br>
  1052. <i>age:</i> <small>unknown</small><br>
  1053. <i>gender:</i> <small>fluid, dominantly female</small> .<br>
  1054. <i>species:</i> <small>God</small> .<br>
  1055. <i>sexual orientation:</i> <small>panromantic & pansexual</small> .<br><br>
  1056.  
  1057. <b>&&. Personal</b><br><br>
  1058.  
  1059. <i>Morality:</i> <small>Chaotic Gray</small><br>
  1060. <i>Myers-Briggs:</i> <small>ENFP- The Champion</small><br>
  1061. <i>Four Temperaments:</i> <small>Sanguine</small><br><br>
  1062.  
  1063. <i>Primary Goals In Life:</i> <small>live with no regrets .</small><br>
  1064. <i>Secrets:</i> <small>they're a lot gentler than he lets on,</small><br>
  1065. <i>Quirks:</i> <small>shifts their weight / taps their fingers / smirks to nothing / hums / purrs under their breath .</small><br><br>
  1066.  
  1067. <b>&&. Physical</b><br><br>
  1068.  
  1069. <i>Build:</i> <small>Fit</small><br>
  1070. <i>Height:</i> <small>5'6/6'</small><br>
  1071. <i>Weight:</i> <small>120/160 lbs</small><br>
  1072. <br>
  1073. <i>Hair:</i> <small>long and black, often changes length depending on situation .</small><br>
  1074. <i>Eyes:</i> <small>crimson with vertical-slit pupils .</small><br>
  1075. <i>Skin:</i> <small>lightly tanned with a slight red-brown glow .</small><br><br>
  1076.  
  1077. <i>Abilities/Powers:</i> <small><a href="http://demiurge.god.jp/post/128680441307/headcanon-opus-i-no-1-powers-enlyien-to">here</a></small>
  1078. <br><br>
  1079.  
  1080. <i>Restrictions:</i> <small>Personality keeps them from fighting- their temper often getting out of control in the case of a battle, resulting in missteps. They hold some honor for his mother, who wished for them to never fight. <a href="http://www.benevicious.tumblr.com">weaknesses listed here</a></small>
  1081. <br><br>
  1082.  
  1083. <i>Siblings</i> <small>half-"brother", Huron .</small><br>
  1084. <i>Parents:</i> <small>Creation Mother, Enlyien && Primal God, Axei .</small><br>
  1085. <i>Other Relatives:</i> <small>many children with various partners, most notably Lucifer, the heir to Heaven and Hell (with Huron) and Tyon, Schrödinger’s cat (with Missy, goddess of energy) .</small><br><br>
  1086.  
  1087. <b>Positive:</b><br>
  1088. <small>Ambitious<br>
  1089. Charismatic<br>
  1090. Dignified<br>
  1091. Intelligent & Intuitive<br>
  1092. Powerful<br>
  1093. Straightforward</small><br><br>
  1094.  
  1095.  
  1096. <b>Negative:</b><br>
  1097. <small>Machiavellian<br>
  1098. Obsessive<br>
  1099. Prideful<br>
  1100. Ruthless<br>
  1101. Self-centered<br>
  1102. Tyrannical</small><br><br>
  1103.  
  1104. </div>
  1105.  
  1106.  
  1107. <!--*************box 7*************-->
  1108.  
  1109. <div id="box7" class="popup_block" scrolling="yes">
  1110.  
  1111. <center><b>&&. Thread Tracker</b></center>
  1112. <br><br>
  1113.  
  1114. <center>
  1115. <a href="/tagged/%5B-pavidae%3B-no.-1-%5D"><u>pavidae</u></a>
  1116. <b>&&</b>
  1117. <a href="/tagged/%5B-demoncharmed%3B-no.-1-%5D"><u>demoncharmed</u></a>
  1118. <b>&&</b>
  1119. <a href="/tagged/%5B-aste-eres%3B-no.-1-%5D"><u>aste-eres</u></a>
  1120. <b>&&</b>
  1121. <a href="/tagged/%5B-caexum%3B-no.-1-%5D"><u>caexum</u></a>
  1122. <b>&&</b>
  1123. <a href="/tagged/%5B-scardaddyy%3B-no.-1-%5D"><u>scardaddyy</u></a>
  1124. <b>&&</b>
  1125. <a href="/tagged/%5B-inbent%3B-no.-1-%5D"><u>inbent</u></a>
  1126. <b>&&</b>
  1127. <a href="/tagged/%5B-ligatusinferno%3B-no.-1-%5D"><u>ligatusinferno</u></a>
  1128. <b>&&</b>
  1129. <a href="/tagged/%5B-fauxiisms%3B-no.-1-%5D"><u>fauxiisms</u></a>
  1130. <b>&&</b>
  1131. <a href="/tagged/%5B-sentxinazuma%3B-no.-1%5D"><u>sentxinazuma</u></a>
  1132. </center>
  1133.  
  1134. </div>
  1135.  
  1136.  
  1137. <!--*************box 8*************-->
  1138.  
  1139. <div id="box8" class="popup_block" scrolling="yes">
  1140.  
  1141. <center><b>Verses</b></center>
  1142. <br><br>
  1143.  
  1144. <center><small>----------<b>main</b>----------</small></center><br>
  1145.  
  1146. <center><small><i><a href="/tagged/█-%7C-the-bones-of-your-years。』">█ | the bones of your years。』</a></i></small><br>
  1147. <small><i><a href="/tagged/█-%7C-the-lacquered-silver-of-her-insides。』">█ | the lacquered silver of her insides。』</a></i></small></center><br>
  1148.  
  1149. <small>The primary verse for this blog. Here, Shizer is the chief god of the reigning pantheon. They rule with indifference, playing with chaos and love regarding the mortal population. This verse is flexible and will also be used for un-plotted crossovers.</small>
  1150. <br><br>
  1151.  
  1152.  
  1153. <center><small>----------<b>vesuvius.</b>----------</small></center><br>
  1154. <center><small>with <a href="vigoare.tumblr.com"><i>vigoare .</i></small></a></center>
  1155.  
  1156. <center><small><i><a href="/tagged/">█ | ----。』</a></i></small></center><br>
  1157.  
  1158. <small>to be developed and elaborated upon.</small>
  1159. <br><br>
  1160.  
  1161.  
  1162. <center><small>----------<b>skyrim/dragon age</b>----------</small></center><br>
  1163.  
  1164. <center><small><i><a href="/tagged/">█ | ----。』</a></i></small><br>
  1165. <small><i><a href="/tagged/">█ | ----。』</a></i></small></center><br>
  1166.  
  1167. <small>to be developed and elaborated upon.</small>
  1168. <br><br>
  1169.  
  1170.  
  1171. <center><small>----------<b>asoiaf</b>----------</small></center><br>
  1172.  
  1173. <center><small><i><a href="/tagged/">█ | ----。』</a></i></small><br>
  1174. <small><i><a href="/tagged/">█ | ----。』</a></i></small></center><br>
  1175.  
  1176. <small>to be developed and elaborated upon.</small>
  1177. <br><br>
  1178.  
  1179.  
  1180. <center><small>----------<b>sailor moon</b>----------</small></center><br>
  1181.  
  1182. <center><small><i><a href="/tagged/">█ | ----。』</a></i></small><br>
  1183. <small><i><a href="/tagged/">█ | ----。』</a></i></small></center><br>
  1184.  
  1185. <small>to be developed and elaborated upon.</small>
  1186. <br><br>
  1187.  
  1188. </div>
  1189.  
  1190. </div></div></div></div></div></div></div></div></div></div></div>
  1191.  
  1192.  
  1193.  
  1194. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement