thisisnotras

Violent

Aug 23rd, 2015
136
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 14.45 KB | None | 0 0
  1. <style>
  2.  
  3.  
  4.  
  5.  
  6.  
  7.  
  8.  
  9.  
  10. @import url(//fonts.googleapis.com/css?family=Allura);
  11.  
  12.  
  13.  
  14.  
  15.  
  16.  
  17. #profile {
  18.  
  19.  
  20. border: 0px;
  21.  
  22.  
  23. background-color: transparent;
  24.  
  25.  
  26. }
  27.  
  28.  
  29.  
  30.  
  31.  
  32.  
  33. .pfor {
  34.  
  35.  
  36. display: none;
  37.  
  38.  
  39. }
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46. body {background-image:
  47.  
  48.  
  49. url(http://i57.tinypic.com/30utk6q.jpg);
  50.  
  51.  
  52. background-repeat: no-repeat;
  53.  
  54.  
  55. background-size: 100%;
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62. font-family: 'Allura', cursive;
  63.  
  64.  
  65. color: black;
  66.  
  67.  
  68. font-weight: 400;
  69.  
  70.  
  71. cursor: url(http://www.rw-designer.com/cursor-extern.php?id=5161), auto;}
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78. a {background: white; color: white;
  79.  
  80.  
  81. text-decoration: none;
  82.  
  83.  
  84. opacity: 1;}
  85.  
  86.  
  87.  
  88.  
  89.  
  90.  
  91. a.b {color: white; background: transparent;}
  92.  
  93.  
  94.  
  95.  
  96.  
  97.  
  98. a:hover{
  99.  
  100.  
  101. -webkit-animation: linkchange 1s;
  102.  
  103.  
  104. -webkit-animation-iteration-count: infinite;
  105.  
  106.  
  107. animation: linkchange 1s;
  108.  
  109.  
  110. animaton-iteration-count: infinite;
  111.  
  112.  
  113. cursor: url(http://www.rw-designer.com/cursor-extern.php?id=5161), auto;}
  114.  
  115.  
  116.  
  117.  
  118.  
  119.  
  120. /* Chrome, Safari, Opera */
  121.  
  122.  
  123. @-webkit-keyframes linkchange {
  124.  
  125.  
  126. 0% {opacity: 1;}
  127.  
  128.  
  129. 50% {opacity: 0;}
  130.  
  131.  
  132. 100% {opacity: 1;}
  133.  
  134.  
  135. }
  136.  
  137.  
  138.  
  139.  
  140.  
  141.  
  142. /* Standard syntax */
  143.  
  144.  
  145. @keyframes linkchange {
  146.  
  147.  
  148. 0% {opacity: 1;}
  149.  
  150.  
  151. 50% {opacity: 0;}
  152.  
  153.  
  154. 100% {opacity: 1;}
  155.  
  156.  
  157. }
  158.  
  159.  
  160.  
  161.  
  162.  
  163.  
  164. #divcolor{
  165.  
  166.  
  167. height: 20px;
  168.  
  169.  
  170. width: 20px;
  171.  
  172.  
  173. background: red;}
  174.  
  175.  
  176.  
  177.  
  178.  
  179.  
  180. #big{
  181.  
  182.  
  183. position: fixed;
  184.  
  185.  
  186. top: 0px;
  187.  
  188.  
  189. left: 0px;
  190.  
  191.  
  192. right: 0px;
  193.  
  194.  
  195. bottom: 0px;}
  196.  
  197.  
  198.  
  199.  
  200.  
  201.  
  202. #divrightside{
  203.  
  204.  
  205. position: absolute;
  206.  
  207.  
  208. height: 600px;
  209.  
  210.  
  211. width: 600px;
  212.  
  213.  
  214. background-image:
  215.  
  216.  
  217. url(http://i61.tinypic.com/2vdi2hw.jpg);
  218.  
  219.  
  220. background-repeat: no-repeat;
  221.  
  222.  
  223. top: 100px;
  224.  
  225.  
  226. right: 200px;
  227.  
  228.  
  229. border: 0px solid red;
  230.  
  231.  
  232. z-index: 2;}
  233.  
  234.  
  235.  
  236.  
  237.  
  238.  
  239. #backbar{
  240.  
  241.  
  242. position: absolute;
  243.  
  244.  
  245. top: 100px;
  246.  
  247.  
  248. left: 0px;
  249.  
  250.  
  251. right: 200px;
  252.  
  253.  
  254. height: 600px;
  255.  
  256.  
  257. background: white;
  258.  
  259.  
  260. border: 0px solid red;
  261.  
  262.  
  263. z-index: 1;}
  264.  
  265.  
  266.  
  267.  
  268.  
  269.  
  270. #divbar1{
  271.  
  272.  
  273. width: 20px;
  274.  
  275.  
  276. top: 0px;
  277.  
  278.  
  279. bottom: 0px;
  280.  
  281.  
  282. right: 180px;
  283.  
  284.  
  285. background: black;
  286.  
  287.  
  288. z-index: 2;
  289.  
  290.  
  291. position: absolute;
  292.  
  293.  
  294. }
  295.  
  296.  
  297.  
  298.  
  299.  
  300.  
  301. #divbar2{
  302.  
  303.  
  304. height: 20px;
  305.  
  306.  
  307. top: 700px;
  308.  
  309.  
  310. left: 0px;
  311.  
  312.  
  313. right: 0px;
  314.  
  315.  
  316. z-index: 2;
  317.  
  318.  
  319. background: black;
  320.  
  321.  
  322. position: absolute;
  323.  
  324.  
  325. }
  326.  
  327.  
  328.  
  329.  
  330.  
  331.  
  332. #divbar3{
  333.  
  334.  
  335. height: 20px;
  336.  
  337.  
  338. top: 80px;
  339.  
  340.  
  341. position: absolute;
  342.  
  343.  
  344. left: 0px;
  345.  
  346.  
  347. right: 0px;
  348.  
  349.  
  350. background: black;
  351.  
  352.  
  353. z-index: 2;}
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360. #songlyric1:hover,
  361.  
  362.  
  363. #songlyric2:hover,
  364.  
  365.  
  366. #songlyric3:hover,
  367.  
  368.  
  369. #songlyric4:hover,
  370.  
  371.  
  372. #songlyric5:hover,
  373.  
  374.  
  375. #songlyric6:hover,
  376.  
  377.  
  378. #songlyric7:hover,
  379.  
  380.  
  381. #songlyric8:hover,
  382.  
  383.  
  384. #hiddenlyric1:hover,
  385.  
  386.  
  387. #hiddenlyric2:hover,
  388.  
  389.  
  390. #oocdiv:hover,
  391.  
  392.  
  393. #donotdiv:hover,
  394.  
  395.  
  396. #hiddenlinks:hover,
  397.  
  398.  
  399. #hiddenlinks.b:hover,
  400.  
  401.  
  402. #hiddenpic:hover,
  403.  
  404.  
  405. #hiddenpic.b:hover,
  406.  
  407.  
  408. #selectholder:hover
  409.  
  410.  
  411. {opacity: 1;}
  412.  
  413.  
  414.  
  415.  
  416.  
  417.  
  418. #songlyric1{
  419.  
  420.  
  421. border: 0px solid red;
  422.  
  423.  
  424. position: absolute;
  425.  
  426.  
  427. z-index: 3;
  428.  
  429.  
  430. top: 100px;
  431.  
  432.  
  433. right: 200px;
  434.  
  435.  
  436. height: 480px;
  437.  
  438.  
  439. width: 920px;
  440.  
  441.  
  442. font-size: 17pt;
  443.  
  444.  
  445. padding-top: 100px;
  446.  
  447.  
  448. padding-left: 80px;
  449.  
  450.  
  451. transition: opacity 1s;
  452.  
  453.  
  454. -webkit-transition: opacity 1s;
  455.  
  456.  
  457. overflow: hidden;
  458.  
  459.  
  460. opacity: 0;
  461.  
  462.  
  463. text-align: left;
  464.  
  465.  
  466. }
  467.  
  468.  
  469.  
  470.  
  471.  
  472.  
  473. #songlyric2{
  474.  
  475.  
  476. padding-top: 150px;
  477.  
  478.  
  479. margin-top: -140px;
  480.  
  481.  
  482. opacity: 0;
  483.  
  484.  
  485. transition: opacity 3s;
  486.  
  487.  
  488. -webkit-transition: opacity 3s;
  489.  
  490.  
  491. }
  492.  
  493.  
  494.  
  495.  
  496.  
  497.  
  498. #songlyric3{
  499.  
  500.  
  501. padding-top: 180px;
  502.  
  503.  
  504. margin-top: -170px;
  505.  
  506.  
  507. opacity: 0;
  508.  
  509.  
  510. transition: opacity 3s;
  511.  
  512.  
  513. -webkit-transition: opacity 3s;
  514.  
  515.  
  516. }
  517.  
  518.  
  519.  
  520.  
  521.  
  522.  
  523. #songlyric4{
  524.  
  525.  
  526. padding-top: 200px;
  527.  
  528.  
  529. margin-top: -190px;
  530.  
  531.  
  532. opacity: 0;
  533.  
  534.  
  535. transition: opacity 7s;
  536.  
  537.  
  538. -webkit-transition: opacity 7s;
  539.  
  540.  
  541. }
  542.  
  543.  
  544.  
  545.  
  546.  
  547.  
  548. #songlyric5{
  549.  
  550.  
  551. padding-top: 240px;
  552.  
  553.  
  554. margin-top: -230px;
  555.  
  556.  
  557. opacity: 0;
  558.  
  559.  
  560. transition: opacity 7s;
  561.  
  562.  
  563. -webkit-transition: opacity 7s;
  564.  
  565.  
  566. }
  567.  
  568.  
  569.  
  570.  
  571.  
  572.  
  573. #songlyric6{
  574.  
  575.  
  576. padding-top: 280px;
  577.  
  578.  
  579. margin-top: -270px;
  580.  
  581.  
  582. opacity: 0;
  583.  
  584.  
  585. transition: opacity 9s;
  586.  
  587.  
  588. -webkit-transition: opacity 9s;
  589.  
  590.  
  591. }
  592.  
  593.  
  594.  
  595.  
  596.  
  597.  
  598. #songlyric7{
  599.  
  600.  
  601. padding-top: 320px;
  602.  
  603.  
  604. margin-top: -310px;
  605.  
  606.  
  607. opacity: 0;
  608.  
  609.  
  610. transition: opacity 9s;
  611.  
  612.  
  613. -webkit-transition: opacity 9s;
  614.  
  615.  
  616. }
  617.  
  618.  
  619.  
  620.  
  621.  
  622.  
  623. #songlyric8{
  624.  
  625.  
  626. padding-top: 360px;
  627.  
  628.  
  629. margin-top: -350px;
  630.  
  631.  
  632. opacity: 0;
  633.  
  634.  
  635. transition: opacity 10s;
  636.  
  637.  
  638. -webkit-transition: opacity 10s;
  639.  
  640.  
  641. }
  642.  
  643.  
  644.  
  645.  
  646.  
  647.  
  648. #hiddenlyric1{
  649.  
  650.  
  651. position: absolute;
  652.  
  653.  
  654. height: 20px;
  655.  
  656.  
  657. top: 80px;
  658.  
  659.  
  660. right: 200px;
  661.  
  662.  
  663. width: 800px;
  664.  
  665.  
  666. border: 0px solid red;
  667.  
  668.  
  669. z-index: 4;
  670.  
  671.  
  672. color: white;
  673.  
  674.  
  675. letter-spacing: 10px;
  676.  
  677.  
  678. font-size: 15pt;
  679.  
  680.  
  681. text-align: right;
  682.  
  683.  
  684. opacity: 0;
  685.  
  686.  
  687. transition: opacity 1s;
  688.  
  689.  
  690. -webkit-transition: opacity 1s;
  691.  
  692.  
  693. }
  694.  
  695.  
  696.  
  697.  
  698.  
  699.  
  700. #hiddenlyric2{
  701.  
  702.  
  703. z-index: 4;
  704.  
  705.  
  706. position: absolute;
  707.  
  708.  
  709. height: 20px;
  710.  
  711.  
  712. top: 700px;
  713.  
  714.  
  715. right: 200px;
  716.  
  717.  
  718. width: 800px;
  719.  
  720.  
  721. border: 0px solid red;
  722.  
  723.  
  724. color: white;
  725.  
  726.  
  727. font-size: 15pt;
  728.  
  729.  
  730. letter-spacing: 8px;
  731.  
  732.  
  733. text-align: right;
  734.  
  735.  
  736. opacity: 0;
  737.  
  738.  
  739. transition: opacity 1s;
  740.  
  741.  
  742. -webkit-transition: opacity 1s;
  743.  
  744.  
  745. }
  746.  
  747.  
  748.  
  749.  
  750.  
  751.  
  752. #OOCdiv{
  753.  
  754.  
  755. font-family: 'Times New Roman', Times;
  756.  
  757.  
  758. font-size: 7pt;
  759.  
  760.  
  761. text-transform: lowercase;
  762.  
  763.  
  764. padding-left: 20px;
  765.  
  766.  
  767.  
  768.  
  769.  
  770.  
  771. height: 80px;
  772.  
  773.  
  774. width: 160px;
  775.  
  776.  
  777. z-index: 4;
  778.  
  779.  
  780. border: 0px solid red;
  781.  
  782.  
  783. right: 0px;
  784.  
  785.  
  786. top: 0px;
  787.  
  788.  
  789. background: white;
  790.  
  791.  
  792. position: absolute;
  793.  
  794.  
  795. opacity: 0;
  796.  
  797.  
  798. transition: opacity 1s;
  799.  
  800.  
  801. -webkit-transition: opacity 1s;
  802.  
  803.  
  804. text-align: left;
  805.  
  806.  
  807. }
  808.  
  809.  
  810.  
  811.  
  812.  
  813.  
  814. #DoNotDiv{
  815.  
  816.  
  817. bottom: 0px;
  818.  
  819.  
  820. width: 170px;
  821.  
  822.  
  823. z-index: 4;
  824.  
  825.  
  826. border: 0px solid red;
  827.  
  828.  
  829. right: 0px;
  830.  
  831.  
  832. top: 720px;
  833.  
  834.  
  835. position: absolute;
  836.  
  837.  
  838. padding-left: 10px;
  839.  
  840.  
  841. background: white;
  842.  
  843.  
  844. font-family: 'Times New Roman', Times;
  845.  
  846.  
  847. font-size: 7pt;
  848.  
  849.  
  850. text-transform: lowercase;
  851.  
  852.  
  853. opacity: 0;
  854.  
  855.  
  856. transition: opacity 1s;
  857.  
  858.  
  859. -webkit-transition: opacity 1s;
  860.  
  861.  
  862. text-align: left;}
  863.  
  864.  
  865.  
  866.  
  867.  
  868.  
  869. #hiddenlinks{
  870.  
  871.  
  872. height:18.5px;
  873.  
  874.  
  875. width: 178px;
  876.  
  877.  
  878. z-index: 4;
  879.  
  880.  
  881. font-family: 'Times New Roman', Times;
  882.  
  883.  
  884. font-size: 10pt;
  885.  
  886.  
  887. border: 0px solid red;
  888.  
  889.  
  890. right: 0px;
  891.  
  892.  
  893. top: 80px;
  894.  
  895.  
  896. position: absolute;
  897.  
  898.  
  899. word-spacing: 20px;
  900.  
  901.  
  902. text-align: center;
  903.  
  904.  
  905. padding-top: 1.5px;
  906.  
  907.  
  908. opacity: 0;
  909.  
  910.  
  911. transition: opacity 1s;
  912.  
  913.  
  914. -webkit-transition: opacity 1s;
  915.  
  916.  
  917. }
  918.  
  919.  
  920.  
  921.  
  922.  
  923.  
  924. #hiddenlinks.b{
  925.  
  926.  
  927. top: 700px;
  928.  
  929.  
  930. opacity: 0;
  931.  
  932.  
  933. color: white;
  934.  
  935.  
  936. word-spacing: 0px;
  937.  
  938.  
  939. transition: opacity 1s;
  940.  
  941.  
  942. -webkit-transition: opacity 1s;
  943.  
  944.  
  945. text-align: center;}
  946.  
  947.  
  948.  
  949.  
  950.  
  951.  
  952. #hiddenpic{
  953.  
  954.  
  955. height: 25px;
  956.  
  957.  
  958. top: 76px;
  959.  
  960.  
  961. width: 20px;
  962.  
  963.  
  964. z-index: 4;
  965.  
  966.  
  967. text-align: center;
  968.  
  969.  
  970. right: 180px;
  971.  
  972.  
  973. color: white;
  974.  
  975.  
  976. background: black;
  977.  
  978.  
  979. position: absolute;
  980.  
  981.  
  982. font-family: 'Times New Roman', Times;
  983.  
  984.  
  985. font-size: 15pt;
  986.  
  987.  
  988. overflow: hidden;
  989.  
  990.  
  991. opacity: 0;
  992.  
  993.  
  994. transition: opacity 1s;
  995.  
  996.  
  997. -webkit-transition: opacity 1s;
  998.  
  999.  
  1000. }
  1001.  
  1002.  
  1003.  
  1004.  
  1005.  
  1006.  
  1007. #hiddenpic.b{
  1008.  
  1009.  
  1010. top: 698px;
  1011.  
  1012.  
  1013. }
  1014.  
  1015.  
  1016.  
  1017.  
  1018.  
  1019.  
  1020. #selectholder{
  1021.  
  1022.  
  1023. height: 600px;
  1024.  
  1025.  
  1026. width: 179px;
  1027.  
  1028.  
  1029. border: 0px solid red;
  1030.  
  1031.  
  1032. right: 0px;
  1033.  
  1034.  
  1035. top: 100px;
  1036.  
  1037.  
  1038. z-index: 4;
  1039.  
  1040.  
  1041. position: absolute;
  1042.  
  1043.  
  1044. overflow: hidden;
  1045.  
  1046.  
  1047. background: white;
  1048.  
  1049.  
  1050. opacity: 0;
  1051.  
  1052.  
  1053. transition: opacity 1s;
  1054.  
  1055.  
  1056. -webkit-transition: opacity 1s;
  1057.  
  1058.  
  1059. text-align: center;
  1060.  
  1061.  
  1062. }
  1063.  
  1064.  
  1065.  
  1066.  
  1067.  
  1068.  
  1069. #selectdiv{
  1070.  
  1071.  
  1072. height: 580px;
  1073.  
  1074.  
  1075. width: 169px;
  1076.  
  1077.  
  1078. border: 0px solid green;
  1079.  
  1080.  
  1081. font-family: 'Times New Roman', Times;
  1082.  
  1083.  
  1084. font-size: 8pt;
  1085.  
  1086.  
  1087. background: white;
  1088.  
  1089.  
  1090. padding-top: 20px;
  1091.  
  1092.  
  1093. overflow: auto;
  1094.  
  1095.  
  1096. padding-right: 20px;
  1097.  
  1098.  
  1099. padding-left: 5px;
  1100.  
  1101.  
  1102. text-align: left;}
  1103.  
  1104.  
  1105.  
  1106.  
  1107.  
  1108.  
  1109.  
  1110.  
  1111.  
  1112.  
  1113. </style>
  1114.  
  1115.  
  1116.  
  1117.  
  1118.  
  1119.  
  1120.  
  1121.  
  1122.  
  1123.  
  1124. <div id="big">
  1125.  
  1126.  
  1127.  
  1128.  
  1129.  
  1130.  
  1131. <div id="divrightside">
  1132.  
  1133.  
  1134. </div>
  1135.  
  1136.  
  1137.  
  1138.  
  1139.  
  1140.  
  1141. <div id="backbar">
  1142.  
  1143.  
  1144. </div>
  1145.  
  1146.  
  1147.  
  1148.  
  1149.  
  1150.  
  1151. <div id="divbar1">
  1152.  
  1153.  
  1154. </div>
  1155.  
  1156.  
  1157.  
  1158.  
  1159.  
  1160.  
  1161. <div id="divbar2">
  1162.  
  1163.  
  1164. </div>
  1165.  
  1166.  
  1167.  
  1168.  
  1169.  
  1170.  
  1171. <div id="divbar3">
  1172.  
  1173.  
  1174. </div>
  1175.  
  1176.  
  1177.  
  1178.  
  1179.  
  1180.  
  1181. <div id="songlyric1">We've changed the dreamers and the preachers
  1182.  
  1183.  
  1184. <div id="songlyric2">And the wise men on the hall
  1185.  
  1186.  
  1187. <div id="songlyric3">To concrete stepping smilers
  1188.  
  1189.  
  1190. <div id="songlyric4">Terrified to lose their power and control
  1191.  
  1192.  
  1193. <div id="songlyric5">Yeah we've been crying for a leader
  1194.  
  1195.  
  1196. <div id="songlyric6">To speak like the old prophets
  1197.  
  1198.  
  1199. <div id="songlyric7">The blood of the forgotten wasn't spilled without a
  1200.  
  1201. purpose
  1202.  
  1203.  
  1204. <div id="songlyric8">Or was it?
  1205.  
  1206.  
  1207. </div>
  1208.  
  1209.  
  1210. </div>
  1211.  
  1212.  
  1213. </div>
  1214.  
  1215.  
  1216. </div>
  1217.  
  1218.  
  1219. </div>
  1220.  
  1221.  
  1222. </div>
  1223.  
  1224.  
  1225. </div>
  1226.  
  1227.  
  1228. </div>
  1229.  
  1230.  
  1231.  
  1232.  
  1233.  
  1234.  
  1235. <div id="hiddenlyric1">Open your eyes and share this burden somehow
  1236.  
  1237.  
  1238. </div>
  1239.  
  1240.  
  1241.  
  1242.  
  1243.  
  1244.  
  1245. <div id="hiddenlyric2">Are you ready to drink or are you ready to drown?
  1246.  
  1247.  
  1248. </div>
  1249.  
  1250.  
  1251.  
  1252.  
  1253.  
  1254.  
  1255. <div id="OOCDiv"><br>Profile coded by me.<br>
  1256.  
  1257.  
  1258. Please give credit.<br>
  1259.  
  1260.  
  1261. Feel free to crash in Ataraxia anytime.<br>
  1262.  
  1263.  
  1264. I take no credit for the images used.<br>
  1265.  
  1266.  
  1267. WIP.
  1268.  
  1269.  
  1270. </div>
  1271.  
  1272.  
  1273.  
  1274.  
  1275.  
  1276.  
  1277. <div id="DoNotdiv"><br>do not<br>
  1278.  
  1279.  
  1280. (x) be a dick, because I'll let you know. plainly.<br>
  1281.  
  1282.  
  1283. (x) ask for personal info if I don't know you<br>
  1284.  
  1285.  
  1286. (x) fail to PM me, bwaha.
  1287.  
  1288.  
  1289. </div>
  1290.  
  1291.  
  1292.  
  1293.  
  1294.  
  1295.  
  1296. <div id="hiddenlinks">
  1297.  
  1298.  
  1299. <a href="#Details" title="Details">| |</a>
  1300.  
  1301.  
  1302. <a href="#History" title="History">| |</a>
  1303.  
  1304.  
  1305. <a href="#Ataraxia" title="Ataraxia">| |</a>
  1306.  
  1307.  
  1308. </div>
  1309.  
  1310.  
  1311.  
  1312.  
  1313.  
  1314.  
  1315. <div id="hiddenlinks" class="b"><a href="http://youtu.be/TSOv2PtPyHg"
  1316.  
  1317. class="b" target="_blank" title="A Beginner's Guide to Destroying the Moon
  1318.  
  1319. (lyrics used in profile)" >music</a> -
  1320.  
  1321.  
  1322. <a href="http://youtu.be/qSru98rO5Qo" title="Chill" class="b"
  1323.  
  1324. target="_blank">x</a>
  1325.  
  1326.  
  1327. <a href="http://youtu.be/kjm76Zqriww" title="Faithful Man" class="b"
  1328.  
  1329. target="_blank">
  1330.  
  1331.  
  1332. x</a>
  1333.  
  1334.  
  1335. <a href="http://youtu.be/F7EgzHeXRN0" title="Rise & Shine" class="b"
  1336.  
  1337. target="_blank">
  1338.  
  1339.  
  1340. x</a>
  1341.  
  1342.  
  1343.  
  1344.  
  1345.  
  1346.  
  1347. <a href="http://youtu.be/QDqXJZTfzA8" title="Jazz House" class="b"
  1348.  
  1349. target="_blank">
  1350.  
  1351.  
  1352. x</a>
  1353.  
  1354.  
  1355.  
  1356.  
  1357.  
  1358.  
  1359. <a href="http://youtu.be/xVlqaogJCKs" title="Encounter (the most jazzy jazz)"
  1360.  
  1361. class="b" target="_blank">
  1362.  
  1363.  
  1364. x</a>
  1365.  
  1366.  
  1367. <a href="http://youtu.be/4gmafAMLL-w" title="Here We Go (because when the
  1368.  
  1369. shit hits the fan...)" class="b" target="_blank">x</a>
  1370.  
  1371.  
  1372. </div>
  1373.  
  1374.  
  1375.  
  1376.  
  1377.  
  1378.  
  1379. <div id="hiddenpic"><a href="http://i60.tinypic.com/2v0ewle.jpg"
  1380.  
  1381. title="Slick" target="_blank" class="b">x</a>
  1382.  
  1383.  
  1384. </div>
  1385.  
  1386.  
  1387.  
  1388.  
  1389.  
  1390.  
  1391. <div id="hiddenpic" class="b"><a href="http://i58.tinypic.com/wj9nax.jpg"
  1392.  
  1393. title="Stylish" target="_blank" class="b">x</a>
  1394.  
  1395.  
  1396. </div>
  1397.  
  1398.  
  1399.  
  1400.  
  1401.  
  1402.  
  1403. <div id="selectholder">
  1404.  
  1405.  
  1406.  
  1407.  
  1408.  
  1409.  
  1410. <a name="Details"></a>
  1411.  
  1412.  
  1413. <div id="selectdiv">
  1414.  
  1415.  
  1416. <br>
  1417.  
  1418.  
  1419.  
  1420.  
  1421.  
  1422.  
  1423. A young, <i>charismatic devil</i> going around by the name <b><font
  1424.  
  1425. color="#682023">Violent</font></b>, he always pushes the perception of
  1426.  
  1427. himself as a very open-minded, <i>young adult male</i>. Despite this, he is
  1428.  
  1429. not restricted to a <i>single form</i> but can instead <i>take on multiple
  1430.  
  1431. appearances</i> (additional pictures linked in the crosses). This being said,
  1432.  
  1433. he generally appears to people as a <i>slightly-pale man in his late teens or
  1434.  
  1435. early 20's</i> with <i>dark hair</i> and a <i>slim</i>, <i>wiry</i> build. At
  1436.  
  1437. a height of <i>5</i>'<i>8</i>", he would never intimidate anyone on sight,
  1438.  
  1439. although there tend to be a few pauses when people realize how very <i><font
  1440.  
  1441. color="#682023">red</font></i> his eyes are. Most never see his <i>sclera</i>
  1442.  
  1443. (whites)<i> become black</i> as that only occasionally happens and rarely
  1444.  
  1445. without cause.<br><br>
  1446.  
  1447.  
  1448. Very free with his sexuality, he considers himself <i>pansexual</i> as most
  1449.  
  1450. devils tend to. With so many creatures of various gender definition and
  1451.  
  1452. genetic structure on the planet, he finds it grievous to stick to the idea of
  1453.  
  1454. copulating with only one. Similarly, Violent finds it <i>impossible to a
  1455.  
  1456. restrict himself to a single partner</i> and so has taken on the belief of
  1457.  
  1458. being <i>omniamorous</i>, <i>loving any and all willing partners</i>.
  1459.  
  1460.  
  1461. <br><br>However, <i>he's not a sexually-fixated fiend</i>, though he does
  1462.  
  1463. <i>love sex</i> and can at times be very <i>persuasive</i> (read: aggressive)
  1464.  
  1465. in driving towards that. Still, he tends to use his words to convince others
  1466.  
  1467. towards a new way of life rather than to guide them down to the cool surface
  1468.  
  1469. of a freshly-set bed. You can expect most conversations to at some point
  1470.  
  1471. grace the subject of <b><font color="#682023">Ataraxia</font></b>, which he
  1472.  
  1473. wouldn't mind exploring in great detail. However, Violent will also gladly
  1474.  
  1475. engage in conversations about any wide range of other subjects. Having a
  1476.  
  1477. <i>great love of music</i> and a <i>great love of new ideas and
  1478.  
  1479. technologies</i>, he's always eager to discuss most things artistic, modern
  1480.  
  1481. or both.
  1482.  
  1483.  
  1484. </div>
  1485.  
  1486.  
  1487.  
  1488.  
  1489.  
  1490.  
  1491. <a name="History"></a>
  1492.  
  1493.  
  1494. <div id="selectdiv"><br>
  1495.  
  1496.  
  1497. <i>"Hell's pretty trashy, who'd </i>want<i> to stay there? I'm on a search
  1498.  
  1499. for greater things than that."</i><br><br>
  1500.  
  1501.  
  1502. (Please attempt to get to know the character; through the interaction, you
  1503.  
  1504. just might find yourself intrigued by the details he occasionally shares
  1505.  
  1506. about his past. As they're revealed in character, I'll post the discoveries
  1507.  
  1508. here in more detail).
  1509.  
  1510.  
  1511. </div>
  1512.  
  1513.  
  1514.  
  1515.  
  1516.  
  1517.  
  1518. <a name="Ataraxia"></a>
  1519.  
  1520.  
  1521. <div id="selectdiv"><br>
  1522.  
  1523.  
  1524. "<i>Ataraxia...<br>
  1525.  
  1526.  
  1527. Nirvana, Paradise, Tír na nÓg.<br>
  1528.  
  1529.  
  1530. Heaven.<br>
  1531.  
  1532.  
  1533. Why not have this on earth?</i>"<br><br>
  1534.  
  1535.  
  1536.  
  1537.  
  1538.  
  1539.  
  1540. (Below, from wiki).<br><br>
  1541.  
  1542.  
  1543. <b>Ataraxia</b> (ἀταραξία "tranquility") is a Greek term used by Pyrrho and
  1544.  
  1545. Epicurus for a lucid state of robust tranquility, characterized by ongoing
  1546.  
  1547. freedom from distress and worry<br><br>
  1548.  
  1549.  
  1550. <b>For the Epicureans</b>, <i>ataraxia</i> was synonymous with the only true
  1551.  
  1552. happiness possible for a person. It signifies the state of robust tranquility
  1553.  
  1554. that derives from eschewing faith in an afterlife, not fearing the gods
  1555.  
  1556. because they are distant and unconcerned with us, avoiding politics and
  1557.  
  1558. vexatious people, surrounding oneself with trustworthy and affectionate
  1559.  
  1560. friends and, most importantly, being an affectionate, virtuous person, worthy
  1561.  
  1562. of trust.<br><br>
  1563.  
  1564.  
  1565. (Now for the non-wiki).<br><br>
  1566.  
  1567.  
  1568. <b>For <i>Violent</i></b>, it is wished for this to become a physical
  1569.  
  1570. location, an actual place where preferably like-minded individuals would
  1571.  
  1572. visit. Party, eat, conversate, 'interact', lounge, sleep - why not do these
  1573.  
  1574. things while enjoying yourself in company that doesn't intentionally cause
  1575.  
  1576. stress?<br><br>
  1577.  
  1578.  
  1579. <b>Currently</b>, <i>Ataraxia</i> is a simple bar. Nothing special about it
  1580.  
  1581. other than it's owner, Violent, but he's got big plans.<br>
  1582.  
  1583.  
  1584. (Check back, progress is being made!)
  1585.  
  1586.  
  1587. </div>
  1588.  
  1589.  
  1590. </div>
  1591.  
  1592.  
  1593.  
  1594.  
  1595.  
  1596.  
  1597. </div></div></center>
Advertisement
Add Comment
Please, Sign In to add comment