Advertisement
Guest User

Untitled

a guest
Dec 9th, 2016
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 25.39 KB | None | 0 0
  1. About me
  2.  
  3. <style>
  4. .xpdonnax { BG P R O P E R T I E S }
  5.  
  6. body {
  7. background:#FCFF6A;
  8. background-attachment:fixed;
  9. background-position:bottom right;
  10. background-size:100%;
  11. overflow-y:auto; }
  12.  
  13.  
  14. .xpdonnax { TABLE P R O P E R T I E S }
  15.  
  16. table, tr, td { background-color:transparent; border:0px!important; }
  17.  
  18.  
  19. .xpdonnax { SCROLLBAR P R O P E R T I E S }
  20.  
  21. ::-webkit-scrollbar-thumb { background:#000000; }
  22. ::-webkit-scrollbar { width:5px; height:5px; }
  23.  
  24.  
  25. .xpdonnax { REGULAR L I N K S }
  26.  
  27. a:active, a:visited, a:link {
  28. color:#eee887;
  29. font-family:trebuchet ms;
  30. font-size:9px;
  31. line-height:9px;
  32. font-weight:lighter;
  33. padding:0px 2px 0px 2px;
  34. text-decoration:none;
  35. text-transform:uppercase;
  36. -webkit-transition: all 0.6s linear;
  37. -moz-transition: all 0.6s linear;
  38. transition: all 0.6s linear;}
  39.  
  40. a:hover { color:#ffffff; }
  41.  
  42.  
  43. .xpdonnax { NAVIGATION L I N K S }
  44. a.first, a.first:link, a.first:active, a.first:visited {
  45. font-family:letter gothic std;
  46. font-size:15px;
  47. line-height:23px;
  48. color:#eee887;
  49. height:21px;
  50. width:175px;
  51. display:inline-block;
  52. float:left;
  53. letter-spacing:2px;
  54. font-weight:lighter;
  55. border-radius:21px;
  56. -moz-border-radius:21px;
  57. -webkit-border-radius:21px;
  58. background-color:#000000;
  59. margin:7px 5px 5px 0px;
  60. padding:0px 6px 0px 6px;
  61. -webkit-transition: all 0.6s linear;
  62. -moz-transition: all 0.6s linear;
  63. transition: all 0.6s linear;}
  64.  
  65. a.first:hover {
  66. color:#054177;
  67. text-align:right;
  68. letter-spacing:4px;}
  69.  
  70.  
  71. .xpdonnax { CLICK L I N K S }
  72. a.second, a.second:link, a.second:active, a.second:visited {
  73. font-family:calibri;
  74. font-size:9px;
  75. width:47.2%;
  76. height:18px;
  77. float:left;
  78. color:#eee887;
  79. line-height:16px;
  80. text-align:center;
  81. font-weight:lighter;
  82. display:inline-block;
  83. text-transform:uppercase;
  84. border:1px solid #eee887;
  85. background-color:#000000;
  86. text-shadow:1px 1px 0px #054177;
  87. -webkit-transition: all 0.6s linear;
  88. -moz-transition: all 0.6s linear;
  89. transition: all 0.6s linear;}
  90.  
  91. a.second:hover {
  92. text-align:right;
  93. letter-spacing:3px;}
  94.  
  95.  
  96.  
  97. .xpdonnax { CONNECTION L I N K S }
  98. a.third, a.third:link, a.third:active, a.third:visited {
  99. font-family:calibri;
  100. font-size:9px;
  101. width:47.2%;
  102. height:18px;
  103. float:left;
  104. color:#eee887;
  105. line-height:16px;
  106. text-align:center;
  107. font-weight:lighter;
  108. display:inline-block;
  109. text-transform:uppercase;
  110. border:1px solid #27aad3;
  111. background-color:#ed6d12;
  112. text-shadow:1px 1px 0px #054177;
  113. -webkit-transition: all 0.6s linear;
  114. -moz-transition: all 0.6s linear;
  115. transition: all 0.6s linear;}
  116.  
  117. a.third:hover {
  118. text-align:right;
  119. letter-spacing:2px;}
  120.  
  121.  
  122. a.close, a.close:link, a.close:active, a.close:visited { color:#32b2da; letter-spacing:1px;}
  123.  
  124.  
  125. .text, table, tr, td, li, p, div {
  126. color:#ffffff;
  127. font-family:trebuchet ms;
  128. font-size:10px;
  129. font-weight:lighter;
  130. line-height:9px;
  131. letter-spacing:0px;
  132. text-transform:normal;}
  133.  
  134.  
  135. I {
  136. font: italic 10px Palatino Linotype;
  137. color:#ffffff;
  138. line-height:9px;
  139. text-transform:none;
  140. letter-spacing:1px;
  141. font-weight:normal;}
  142.  
  143. Strong {
  144. font-style:normal;
  145. font-family:cambria;
  146. font-size:10px;
  147. line-height:9px;
  148. font-weight:bold;
  149. color:#c5e7e4;
  150. text-shadow:1px 1px 0px #054177;}
  151.  
  152. B {
  153. color:#eee887;
  154. font-style:normal;
  155. font-family:cambria;
  156. font-weight:bold;
  157. font-size:10px;
  158. line-height:9px;
  159. padding-right:3px;
  160. text-shadow:1px 1px 0px #054177;}
  161.  
  162. U {
  163. font-family:ms gothic;
  164. font-size:10px;
  165. line-height:12px;
  166. background-color:#eee887;
  167. text-transform:uppercase;
  168. text-decoration:none;
  169. font-weight:lighter;
  170. font-style:normal;
  171. color:#ed6d12;
  172. padding:1px 0px 0px 3px;
  173. letter-spacing:2px;}
  174.  
  175. tt {
  176. font:11px times;
  177. color:#054177;
  178. line-height:12px;
  179. font-weight:normal;
  180. text-transform:uppercase;
  181. padding:0px;
  182. margin:0px;
  183. font-style:normal;
  184. border-bottom:1px solid #ed6d12;}
  185.  
  186. big {
  187. font-size: 20px;
  188. font-family: georgia;
  189. text-transform: lowercase;
  190. font-weight: bold;
  191. color:#054177;
  192. line-height:25px;
  193. letter-spacing: -1px;
  194. text-shadow: 1px 1px 0px #0195c3;}
  195.  
  196. small {
  197. color:#eee887;
  198. font-size:9px;
  199. font-family:cambria;
  200. text-transform:lowercase;}
  201.  
  202.  
  203. .xpdonnax { HEADERS }
  204.  
  205. h1{
  206. color:#eee887;
  207. line-height:55px;
  208. text-transform:uppercase;
  209. font-family:arial;
  210. font-size:70px;
  211. font-style:italic;
  212. text-align:center;
  213. letter-spacing:-4px;
  214. text-shadow:2px 2px 0px #0195c3;
  215. margin:0px 0px 0px -6px;}
  216.  
  217.  
  218. h2{
  219. color:#044177;
  220. font-family:arial narrow;
  221. font-size:12px;
  222. font-style:normal;
  223. font-weight:lighter;
  224. line-height:12px;
  225. text-align:center;
  226. letter-spacing:1px;
  227. word-spacing:8px;
  228. text-transform:lowercase;
  229. margin:0px 10px 0px 0px;
  230. width:100%;
  231. float:left;
  232. height:11px;}
  233.  
  234.  
  235. h3{
  236. color:#044177;
  237. background-color:#eee887;
  238. line-height:11px;
  239. font-size:11px;
  240. font-family:georgia;
  241. font-weight:lighter;
  242. text-align:justify;
  243. margin:2% 0% 0% 0%;
  244. letter-spacing:-0.5px;
  245. padding:4%;
  246. width:92%;
  247. float:left;}
  248.  
  249.  
  250. h4{
  251. color:#eee887;
  252. background-color:#000000;
  253. line-height:10px;
  254. font-size:10px;
  255. font-family:calibri;
  256. font-weight:lighter;
  257. text-shadow:1px 1px 0px #054177;
  258. text-transform:uppercase;
  259. padding:2px 0px 2px 2px;
  260. margin:0% 0% 2% 0%;}
  261.  
  262.  
  263. .dball, a span.dball, a:hover span.dball {
  264. font-family:times;
  265. font-size:12px;
  266. line-height:35px;
  267. color:#db4a02;
  268. height:35px;
  269. text-align:center;
  270. text-shadow:none!important;
  271. margin:0px 3px 0px 3px;
  272. padding:6px 8px 6px 8px;
  273. box-shadow: inset -1px -5px 15px #fed100;
  274. background-color:#f99003;
  275. border-radius:20px;
  276. -moz-border-radius:20px;
  277. -webkit-border-radius:20px;}
  278.  
  279.  
  280. .xpdonnax { D I V T A B L E S }
  281.  
  282. .left {
  283. top:0%;
  284. left:0%;
  285. z-index:99;
  286. padding:8px 8px 0px 8px;
  287. width:245px;
  288. height:500px;
  289. background:#27aad3;
  290. border-right:3px solid #0195c3;
  291. outline:8px solid #27aad3;
  292. position:fixed;}
  293.  
  294.  
  295.  
  296. #yolo {
  297. left:23%;
  298. bottom:0%;
  299. position:fixed;
  300. width:250px;
  301. height:75%;}
  302.  
  303.  
  304. #yolo .navo {
  305. position:fixed;
  306. bottom:23.5%;
  307. left:23.5%;
  308. height:25%;
  309. width:22%;
  310. z-index:-1;
  311. -webkit-transition: all 0.6s linear;
  312. -moz-transition: all 0.6s linear;
  313. transition: all 0.6s linear;}
  314.  
  315.  
  316. #yolo .goku{
  317. bottom:19%;
  318. left:23%;
  319. z-index:100;
  320. position:fixed;
  321. -webkit-transition: all 0.6s linear;
  322. -moz-transition: all 0.6s linear;
  323. transition: all 0.6s linear;}
  324.  
  325. #yolo:hover .goku {
  326. bottom:49%;}
  327.  
  328.  
  329. .box{
  330. top:488px;
  331. left:8px;
  332. width:244px;
  333. height:0px;
  334. position:fixed;
  335. z-index:100;
  336. overflow:auto;
  337. background:#27aad3;
  338. -webkit-transition: all 0.3s linear;
  339. -moz-transition: all 0.3s linear;
  340. transition: all 0.3s linear;}
  341.  
  342. .box:target{
  343. top:398px;
  344. height:90px;}
  345.  
  346.  
  347. .status{
  348. top:488px;
  349. left:8px;
  350. width:244px;
  351. height:0px;
  352. position:fixed;
  353. z-index:100;
  354. overflow:hidden;
  355. background:#27aad3;
  356. -webkit-transition: all 0.3s linear;
  357. -moz-transition: all 0.3s linear;
  358. transition: all 0.3s linear;}
  359.  
  360. .status:target{
  361. top:398px;
  362. height:90px;}
  363.  
  364.  
  365. .xbox{
  366. top:520px;
  367. left:0px;
  368. height:10px;
  369. width:265px;
  370. text-align:right;
  371. position:fixed;}
  372.  
  373.  
  374. .xpdonnax { C R E D I T L I N K S }
  375.  
  376. a.hightimes, a.hightimes:link, a.hightimes:active, a.hightimes:visited{
  377. font-size:11px;
  378. font-family:courier new;
  379. color:#eee887;
  380. display:block;
  381. font-style:normal;
  382. font-weight:lighter;
  383. line-height:25px;
  384. padding:0px;
  385. text-align:center;
  386. margin:0px;
  387. width:25px;
  388. height:25px;
  389. text-transform:uppercase;
  390. background-color:#27aad3;
  391. -webkit-transition: all 0.8s linear;
  392. -moz-transition: all 0.8s linear;
  393. transition: all 0.8s linear;}
  394.  
  395. a.hightimes:hover{
  396. color:#ed6d12;}
  397.  
  398. .credit {
  399. bottom:6px;
  400. right:6px;
  401. width:25px;
  402. height:25px;
  403. text-align:center;
  404. overflow:hidden;
  405. position:fixed;}
  406.  
  407.  
  408. .xpdonnax { HIDE C O D E S & ETC }
  409.  
  410. .clearfix { display:none; }
  411. table.profileInfo table tr:last-child { display:none; }
  412. div.clearfix ul small { display:none!important; }
  413. table.rail { display:none; }
  414. #googlebar { display:none; }
  415. .profileinfo { display:none; }
  416. .extendedNetwork { display:none; }
  417. .userProfileURL { display:none; }
  418. .friendscomments { display:none; }
  419. .interestsAndDetails { display:none; }
  420. .lightbluetext8 { display:none; }
  421. .userProfiledetail { display:none; }
  422. .latestBlogEntry { display:none; }
  423. .orangetext15 { display:none; }
  424. .userAlbums { display:none; }
  425. .friendspace { display:none; }
  426. .contacttable { display:none; }
  427. .msOnlineNow { display:none; }
  428. #footerWarpper { display:none; }
  429. </style>
  430.  
  431.  
  432.  
  433.  
  434. Like to meet
  435.  
  436.  
  437.  
  438. <div id="yolo">
  439.  
  440. <div class="navo">
  441. <div style="text-align:left;">
  442. <span class=""></span><a href="/home.php" class="first">leave</a><br>
  443. <span class=""></span><a href="/send_message.php?member_id=FRIENDID" class="first">message</a><br>
  444. <span class=""></span><a href="/add_comment.php?member_id=FRIENDID" class="first">comment</a><br>
  445. <span class=""></span><a href="/gallery.php?member_id=FRIENDID" class="first">gallery</a><br>
  446. <span class=""></span><a href="/home.php" class="first">rules</a><br>
  447. </div>
  448. </div>
  449.  
  450. <div class="goku"><img src="http://i68.tinypic.com/3450pbm.jpg"></div>
  451.  
  452. </div>
  453.  
  454.  
  455.  
  456. <div class="left">
  457.  
  458. <div style="float:left; width:100%;">
  459.  
  460. <h1>Hyper Bee</h1>
  461.  
  462. <span class=""></span> <span class=""></span> <span class=""></span> <span class=""></span> <span class=""></span> <span class=""></span> <span class=""></span>
  463.  
  464. <h2>Gallant | Fierce | Determined </h2>
  465. <h3>"It isn't always easy trying to protect people, but I give it my all. I will continue to fight until my last breath."</h3>
  466.  
  467. </div>
  468.  
  469. <div style="overflow:auto; float:left; background-color:#054177; color:#eee887; width:143px; text-align:justify; height:77px; padding:6px; margin:5px 5px 5px 0px;">
  470. <h4>personality</h4>
  471. Goku is known for his cheerful, energetic personality and his love for competition and eating. He will eat anything. Goku's love for food can be comical at times. In the Tournament Saga, when put to sleep by "Jackie Chun", Bulma was able to save his match by screaming to him that dinner was ready, to which Goku immediately woke up to break the count. He has remarkable intuition to see the good in others in spite of their actions, though his capacity for forgiving has occasionally been criticized as excessive; though Goku mostly fights to win, he often spares his enemies even if they in turn attack him.
  472. <br><br>
  473. His staggering power is simultaneously reined in and enhanced by his fierce loyalty and morality. Goku can be very blunt and not afraid to express his opinion in a discussion. While generally kind and not intentionally rude, Goku tends to not show proper respect to people of high authority. Despite his kind-hearted nature, Goku can feel incredible anger in extreme situations such as the death of a friend/relative or innocents murdered, showing he can be vengeful. He has a simple, practical view of the world that often comes off as naïve, which often makes many incorrectly assume him to be somewhat stupid. While often taking things to face-value, he comprehends the situation quickly and learns the basics of anything presented to him rather quickly. His most remarkable ability is his will and tenacity to succeed, always determined to push himself beyond his limits and never give up even in such overwhelming adversity.
  474. <br><br>
  475. Goku is pure of heart, possessing no negative feelings or thoughts. He is also shown to be very innocent since childhood, because of growing up in Mount Paozu and not having met anyone other than his grandpa until he meets Bulma. During his childhood, he had difficulty telling the difference between a male and a female without physically touching them, which often gets him into trouble, until he eventually outgrew this once old enough to understand the difference. Goku is shown to be scared of overbearing women like Bulma and Chi Chi. During the Frieza Saga, when Goku refused to come back to Earth, Master Roshi teasingly said that Goku was too afraid to face his wife. In Battle of Gods, Goku panicked when he realized he forgot to go to Bulma's birthday party. Over the years, Goku has shown little modesty, not at all concerned about being nude in public.
  476. <br><br>
  477. Despite his compassion for others, Goku might not have a sense of family, but rather views family simply as companions. However, Goku has a strong desire to protect his family and friends, shown from his visions of them during his battle against Frieza. Also, Goku was very happy to learn he was going to be a grandpa, to which he later in the Potaufeu Saga enjoyed taking care of his baby granddaughter Pan and grew very concerned when she disappeared. Also, while he is rarely seen being romantic or intimate with Chi-Chi and mainly married Chi-Chi because he promised(although in the anime Goku has told Chi-Chi he loves her and kissed occasionally), he has admitted to loving Chi-Chi dearly. He has even cited her feistiness and passion as traits he finds especially endearing. Along with this, Goku tends to prioritize his training over all else, often choosing to train rather than meet with his friends (although many of the Z fighters tend to do this). He will often leave his family for long periods, and although always for noble reasons such as the protection of his family and the world, Goku doesn't fully realize how this affects his family.
  478. <br><br>
  479. Goku seems to think very little of his Saiyan family, never knowing the good traits of parents. Even more, when he first learned of his Saiyan heritage, he rejected it out of horror and disgust at being from a race of vicious killers, though he ultimately embraced his heritage after hearing Vegeta's last words during the battle with Frieza on Namek, fighting him to avenge the loss of his race as well as all of the other innocents whom Frieza had killed. While Goku is unquestionably kindhearted, forgiving, and loyal to the side of good, his Saiyan bloodline and its traits for combat have played a moderate role in his judgment, such as staying on the self-destructing Namek to finish his fight with Frieza. He can also be reckless in his gambles; when realizing that Gohan's dormant capacities could defeat Cell, he chose not continue training and instead trust his son to face the monster, forgetting that Gohan was even gentler than him to the point of being a pacifist.
  480. <br><br>
  481. While not arrogant in his abilities, Goku has a tendency to be too relaxed and recklessly challenge anyone he views as strong to a fight, a trait which can often lead to him letting his guard down as seen in Dragon Ball Z: Resurrection ‘F’, where - believing he has defeated Frieza - failed to notice Sorbet aiming his laser at him and resulting in Goku being critically injured.
  482. </div>
  483.  
  484. <div style="float:left; margin:5px 0px 3px 0px;">
  485. <img src="http://i68.tinypic.com/mi2re9.jpg" width="85" height="89">
  486. </div>
  487.  
  488. <div style="background-color:#ed6d12; color:#eee887; overflow:auto; float:left; width:232px; padding:6px; height:127px; text-align:justify; margin:0px 0px 5px 0px;">
  489. <h4>biography</h4>
  490. Goku (孫 悟空, Son Gokū), born Kakarot (カカロット, Kakarotto), is the main protagonist of the Dragon Ball metaseries created by Akira Toriyama. He is the adoptive grandson of Grandpa Gohan, the son of Bardock and Gine, the younger brother of Raditz, the husband of Chi-Chi, the father of Gohan and Goten, the grandfather of Pan, and later the ancestor of Goku Jr. Cheerful, courageous and also a bit naive, Goku is a Saiyan originally sent to Earth as an infant with the mission to destroy it. However, an accident alters his memory, causing him to grow up pure-hearted and later become Earth's greatest defender, as well as the informal leader of the Z Fighters.[10] Throughout his life, he trains hard and strives to be the greatest warrior possible, while at the same time using his amazing strength and skills to uphold peace.
  491. <br><br>
  492. Goku is a Saiyan sent from Planet Vegeta to Earth. After crash-landing on Earth, the baby was found in the woods by an old man named Gohan and became his adopted grandson. He was then given his Earthling name, "Son Goku". At first, Goku was extremely violent and ill-tempered, not obeying Gohan at all, but one day he fell down a deep ravine and hit his head, suffering severe head trauma that sent him into a coma and very nearly killed him and caused him to suffer long-term amnesia. After he woke up, he had lost all of his Saiyan aggression due to not remembering his mission, becoming a kind and mild-mannered young boy. His Grandpa Gohan taught him martial arts and told him about such things as the city and people, as they lived in a very remote place in Mount Paozu, with no communication with other people.
  493. <br><br>
  494. Goku is introduced in the Dragon Ball manga and anime at 12 years of age (initially, he claims to be 14, but it is later clarified during the Tournament Saga that this is because Goku had trouble counting), as a young boy living in obscurity on Mount Paozu. Goku owns the Power Pole and the four-star Dragon Ball, inheritances from his grandfather.
  495. <br><br>
  496. One day, after doing his daily chores, Goku is hit by a car when on his way home after catching a Giant Fish. Having never seen a car before, he assumes it is a monster attacking him. When the driver shoots Goku with a gun, she becomes scared after seeing that it hardly does any damage and surrenders, revealing herself to be a Human girl, named Bulma. Goku states that he has never seen a girl before and that the only human he has seen in his life is his deceased grandfather. Goku takes Bulma to his house, where she ends up discovering his four star Dragon Ball. However, Goku does not want Bulma touching it since it is precious to him, so Bulma decides to let Goku to join her on a quest to collect all seven Dragon Balls to summon the Dragon, not revealing to him that the Dragon Balls would be scattered across the Earth once they succeeded. Later that night, when camping in Bulma's Capsule House, Goku is introduced to various technology such as Television, lights and even a bath. Early the next morning, Goku is surprised when he learns a bit about the anatomy of women after he takes Bulma's underwear off while she is sleeping. Later that morning, Goku meets Turtle, whom he decides to take back to the ocean, forcing Bulma to come along. After defeating a Bear Thief who wants to eat the turtle, they make it to the beach, where he meets his future master, the turtle hermit, Master Roshi. When the turtle hermit meets them, he rewards Goku with a flying cloud called the Flying Nimbus, that only allows people of pure heart to ride it, with which Goku has no difficulty. Bulma also receives the three star Dragon Ball out of this, in exchange for showing the old horn-dog her underwear (however, she is actually nude, because Goku had pulled them off the night before).
  497. </div>
  498.  
  499. <div style="float:left; margin:0px 5px 3px 0px;">
  500. <img src="http://i65.tinypic.com/25zthdt.jpg" width="85" height="89">
  501. </div>
  502.  
  503. <div style="overflow:auto; float:left; width:142px; text-align:justify; height:77px; padding:6px; margin:0px 0px 5px 0px; background-color:#eee887; color:#054177;">
  504. <h4>powers</h4>
  505. Goku is the most powerful being on Planet Earth, as well as one of the most powerful characters in the franchise, able to hold his own if not take on seemingly any opponent. As a child, he could easily defeat much larger opponents. A prodigy of combat, he was able to fight on par with the seasoned veteran Master Roshi. During his battles against the Red Ribbon Army, his power increase enough to defeating the likes of Mercenary Tao and Staff Officer Black's Battle Jacket. When he drank the Ultra Divine Water, Goku gained strength on par with the young King Piccolo, just barely defeating the evil Namekian in combat. After three years training under Kami and Mr. Popo, Goku's power and fight prowess increased remarkably, able to noticeably outfight King Piccolo's stronger reincarnation, with his most powerful attack - the Super Kamehameha - being noted in the Daizenshuu to be strong enough to shatter the moon.
  506. <br><br>
  507. While Goku's might seemed extraordinary by human standards after growing up with them, by Saiyan standards, Goku's power was considered extremely pitiful. By the time he fought Raditz, a Mid-Level warrior, Goku was considerably outclassed by his older brother even alongside Piccolo, requiring a suicidal effort from Goku to defeat Raditz. However, Goku proved himself a late bloomer, as his natural talent for combat drastically increase his power after training with King Kai, obtained power rivaling Vegeta, who was a Super Elite warrior from a young age. After his gravity training, Goku's power far exceeded Saiyan standards, easily defeating most of the Ginyu Force. He can also handle the strain of Kaio-ken increasing his power 20 folds. After healing from his Body Change experience against Captain Ginyu, Goku's power increased immensely, and through various various tactics and newfound drives, was able to force Frieza to fight at 50% of his true power. Once transforming into Super Saiyan, Goku was able to decimate Frieza at 100%.
  508. <br><br>
  509. Goku's power continued to increase throughout the series through various training and newfound transformations. Upon the arrival of the androids, Goku was able to easily outmatch Android 19. After a year of training in the Hyperbolic Time Chamber (one day on the outside), Goku could fight nearly on par with Perfect Cell. Seven years later, Vegeta noted that Goku as a Super Saiyan 2 surpassed Gohan's power when he defeated Cell, whose Super Perfect form could destroy the entire solar system. With just transforming into Super Saiyan 3, Goku could cause worldwide earthquakes with Tien Shinhan worrying Goku could destroy the planet by the sheer weight of his power. Super Saiyan 3 Goku was able to fight on par with Kid Buu, and it was said that at full power he could wipe out the Majin. In the anime, Super Saiyan 3 Goku manages to hold his own against Super Buu (Gotenks-dominate absorption) for an extended period of time and noted he can defeat Buu's Piccolo-dominate absorption.
  510. <br><br>
  511. In Dragon Ball Super, Vegeta said that Goku became the strongest Saiyan and warrior in the universe. Upon meeting Beerus, the God of Destruction noted that Goku's base form had no chance of defeating Frieza. During Goku's first fight against Beerus, despite further refining his control of Super Saiyan 3, he proved himself utterly outclassed by Beerus, who nonchalantly handled all of Goku's attacks and swiftly defeated him with two restrained blows with less than 10% power. After Goku attained Super Saiyan God, the newfound power overwhelmed him at first, requiring him to adjust to it. As a Super Saiyan God, after awakening the form's true power Goku is strong enough to face off against Beerus and inflict some damage. The fight between Super Saiyan God Goku and Beerus caused the universe to start to crumble from the massive energy they exerted. After the Super Saiyan God form's time limit expired, Goku reverts to a Super Saiyan but still able to compete against Beerus as he managed to absorb the godly power he experienced. At the end of their battle, Goku still ultimately lost with the god having not used nearly his full strength.
  512. <br><br>
  513. Sometime after the battle with Beerus, Goku goes to Beerus' planet to train under Whis. As Whis noted, the Goku was only on the lowest levels of godly power. After a few months of training, Goku becomes considerably stronger and refines his control of godly ki, powerful enough to survive an unrestrained ki blast from Beerus in just his base form. He later proves able to pressure Frieza in his strengthened and refined true form, who's first form easily defeated Gohan as a Super Saiyan. In mastering his godly ki, Goku also learned to use it in unison with his Super Saiyan, accessing Super Saiyan God Super Saiyan, a form that exceeds all his previous forms. While Goku is in his SSGSS form, Goku is more powerful than when he combated Beerus, though still inferior to Golden Frieza, with both Goku and Frieza noting that Frieza's new strength could potentially kill Goku in an instant. However, Goku eventually overcomes Frieza by drawing out the fight until Frieza's power drop substantially.
  514. </div>
  515.  
  516. <a href="#lovestatus" class="second">love status</a>
  517. <a href="#connection" class="second">connections</a>
  518.  
  519. </div>
  520.  
  521.  
  522. <div id="lovestatus" class="status">
  523.  
  524. <div style="overflow:auto; float:left; width:138px; text-align:justify; padding:6px; height:78px; margin:0px;">
  525. //CAN BE AN EXTRA BOX FOR INFO//<br><br>
  526. <B>Whom:</B> <a href="/friendid">display name</a><br>
  527. <Strong>Status:</Strong> Single<br>
  528. <b>Sexual Orientation:</b> Heterosexual<br>
  529. <Strong>Started Dating:</Strong> 00/00/00<BR>
  530. <B>Official:</B> 00/00/00<BR>
  531. <Strong>First Kiss:</Strong> 00/00/00 | Where at?<BR>
  532. <b>Song Dedication:</b> Song Title - Artist<BR>
  533. <Strong>Lyrics:</Strong> Lyric that relates to your relationship<BR>
  534. <b>Love Songs:</b> Song Title - Artist | Song Title - Artist | Song Title - Artist</p>
  535.  
  536. </div>
  537.  
  538. <img src="http://i.imgur.com/ZBJFKUr.gif" align="right">
  539.  
  540. </div>
  541.  
  542.  
  543. <div id="connection" class="box">
  544.  
  545. <a href="/friendid" class="third">connection</a>
  546. <a href="/friendid" class="third">connection</a>
  547. <a href="/friendid" class="third">connection</a>
  548. <a href="/friendid" class="third">connection</a>
  549. <a href="/friendid" class="third">connection</a>
  550. <a href="/friendid" class="third">connection</a>
  551. <a href="/friendid" class="third">connection</a>
  552. <a href="/friendid" class="third">connection</a>
  553. <a href="/friendid" class="third">connection</a>
  554. <a href="/friendid" class="third">connection</a>
  555. <a href="/friendid" class="third">connection</a>
  556. <a href="/friendid" class="third">connection</a>
  557.  
  558. </div>
  559.  
  560.  
  561. <div class="xbox"><a href="#" class="close">CLOSE TAB</a></div>
  562.  
  563.  
  564. <div class="credit"><a href="/hightimes" class="hightimes" title="Credit">HT</a></div>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement