Jump to content
Mugen Free For All

RobotMonkeyHead

Owner
  • Posts

    1,191
  • Joined

  • Last visited

About RobotMonkeyHead

Basic Info

  • Gender:
    Not Telling
  • Location:
    R'lyeh
  • Languages:
    Conversational French, elementary Japanese
  • Interests:
    Coding, drawing, music composition, cheffing,
  • Games:
    Killer Instinct, Samurai Shodown 6, Street Fighter 2HF, Mortal Kombat 2 arcade
  • Animes:
    Ninja Scroll, Death Note, Wicked City, Attack on Titan, Princess Mononoke
  • Theme Song:
    https://www.youtube.com/watch?v=6mgvYwfgIYg
  • Website:

Network Usernames

  • Discord
    RobotMonkeyHead#7486
  • YouTube
    RobotMonkeyHead
  • Evolve
    RobotMonkeyHead

Recent Profile Visitors

89,264 profile views

RobotMonkeyHead's Achievements

  1. /**********************************************************/ /* PAGE TOPS */ /**********************************************************/ /*__________.__________/ PAGE TOP CONTAINERS */ /*__________/ Outer Container */ .rmh_pagetop_outer_container { display:flex; align-self:center; min-width:240px; max-width:720px; min-height:100px; height: auto; overflow-x:hidden; overflow-y:scroll; padding:20px; margin: 0 auto 0 auto; background-color:rgba(0,0,0,.3); border-radius:10px; } /*__________/ Container Sizes */ .rmh_pagetop_container_large { max-width:1280px !important } .rmh_pagetop_container_medium { max-width:720px !important } .rmh_pagetop_container_small { max-width:380px !important } .rmh_pagetop_container_sections_large { max-width:1280px !important } .rmh_pagetop_container_sections_medium { max-width:880px !important } .rmh_pagetop_container_sections_small { max-width:420px !important } .rmh_pagetop_container_sections_largesp { max-width:1320px !important } .rmh_pagetop_container_sections_mediumsp { max-width:900px !important } .rmh_pagetop_container_sections_smallsp { max-width:460px !important } /*__________/ Inner Container */ .rmh_pagetop_inner_container { display:flex; flex-flow:column nowrap; width:100%; height:auto; border-radius:5px; } /*__________/ Title Area Container */ .rmh_pagetop_title_area_container { display:flex; flex-flow:row nowrap; width:100%; height:50px; border-radius:5px; } /*__________/ Title Text Area */ .rmh_pagetop_title_text_area { display:flex; width:calc(100% - 50px); height:50px; padding-left:10px; border-radius:5px 0 0 0; font-size:20px; align-items:center; background-color:#167; } /*__________/ Title Icon */ .rmh_pagetop_title_icon { display:flex; align-items:flex-start; width:50px; height:50px; overflow:hidden; border-radius:0 5px 0 0; background-color:#ccc; } /*__________/ Body Content Area */ .rmh_pagetop_body_container { display:block; width:100%; height:100%; padding:10px; border-radius:0 0 5px 5px; background-color:#134; } /*__________/ Section Style Body Content Area */ .rmh_pagetop_container_sections_large .rmh_pagetop_body_container, .rmh_pagetop_container_sections_medium .rmh_pagetop_body_container, .rmh_pagetop_container_sections_small .rmh_pagetop_body_container, .rmh_pagetop_container_sections_largesp .rmh_pagetop_body_container, .rmh_pagetop_container_sections_mediumsp .rmh_pagetop_body_container, .rmh_pagetop_container_sections_smallsp .rmh_pagetop_body_container { display:flex !important; flex-flow:row wrap; justify-content:space-evenly; } /*__________/ Section Container */ .rmh_pagetop_section_container { display:flex; flex-flow:column nowrap; align-self: flex-start; min-width:180px; max-width:380px; min-height:0; max-height:600px; margin:20px 10px; border-radius:5px; } /*__________/ Section Title Area */ .rmh_pagetop_section_title_area { display:flex; flex-direction:row; align-items:center; justify-content:center; width:100%; height:35px; padding:10px; border-radius:5px 5px 0 0; background-color:#156; } /*__________/ Section Body Area */ .rmh_pagetop_section_body_area { display:block; width:100%; min-height:65px; height:100%; padding:10px; border-radius:0 0 5px 5px; background-color:#145; } /*__________.__________/ THE FAWN */ /*__________/ Outer Container */ .rmh_fawn_outer_container { display:flex; min-width:240px; max-width:720px; min-height:100px; height: auto; padding:20px; background-color:rgba(0,0,0,.3); border-radius:20px; } /*__________/ Container Sizes */ .rmh_fawn_container_large { max-width:1280px !important } .rmh_fawn_container_medium { max-width:720px !important } .rmh_fawn_container_small { max-width:320px !important } /*__________/ Inner Container */ .rmh_fawn_inner_container { display:flex; flex-flow:column nowrap; width:100%; height:auto; border-radius:10px; } /*__________/ Title Area Container */ .rmh_fawn_title_area_container { display:flex; flex-flow:row nowrap; width:100%; border-radius:10px; } /*__________/ Title Text Area */ .rmh_fawn_title_text_area { display:flex; width:100%; height:calc(50px + 1vw); padding-left:10px; border-radius:10px 0 0 0; font-size:calc(12px + 1vw); font-weight:bold; align-items:center; background-color:#bbb; } /*__________/ Title Icon */ .rmh_fawn_title_icon { display:flex; flex-shrink:0; align-items:flex-start; width:calc(50px + 1vw); height:calc(50px + 1vw); overflow:hidden; border-radius:0 10px 0 0; background-color:#fff; } /*__________/ Body Content Area */ .rmh_fawn_body_container { display:flex; flex-flow:row wrap; justify-content:center; width:100%; height:100%; padding:10px; border-radius:0 0 10px 10px; background-color:#eee; color:black; } /*__________/ Post Container */ .rmh_fawn_post_container { display:flex; flex-flow:column nowrap; align-self:flex-start; min-width:200px; max-width:480px; height:auto; padding:10px; margin:20px; border-radius:10px; background-color:#ccc; color:black; } /*__________/ Post Image Area */ .rmh_fawn_post_image { display:flex; width:100%; min-height:50px; height:auto; border-radius:10px 10px 0 0; overflow:hidden; background-color:#bbb; } /*__________/ Post Text Area */ .rmh_fawn_post_text { display:flex; flex-direction:column; justify-content:center; align-items:center; width:100%; min-height:50px; background-color:#ddd; color:black; font-family:comic-sans; font-size:16px; font-weight:bold; } /*__________/ Post Link Area */ .rmh_fawn_post_link { display:flex; justify-content:center; height:20px; border-radius:0 0 10px 10px; background-color:#ddd; } /*__________/ Post Link Text */ .rmh_fawn_post_link a { color:rgba(0,0,0,.75) !important; font-weight:bold; text-decoration:none !important; } /*__________/ Post Link Text on Hover */ .rmh_fawn_post_link a:hover { color:#088 !important; } /*__________/ Section Header */ .rmh_fawn_section_header { display:flex; justify-content:center; align-items:center; width:100%; min-height:40px; margin:20px; border-radius:10px; background-color:#ddd; font-size:calc(10px + 2vw); font-weight:bold; color:#f80; } /*__________/ Section Header */ .rmh_fawn_section_header p { display:block; } /*__________/ Issue Title */ .rmh_fawn_issue_title_container { display:flex; flex-flow:column nowrap; justify-content:flex-start; align-items:center; width:100%; min-height:100px; margin:20px; border-radius:10px; background-color:#ddd; font-size:calc(10px + .5vw); font-weight:bold; color:black; } /*__________/ Logo size control */ .rmh_fawn_issue_title_container img:nth-of-type(1) { width:calc(100% - 40px); margin:20px 20px 0 20px; } /*__________/ Issue title and image */ .rmh_fawn_issue_title_image_and_text { display:flex; flex-flow:column nowrap; justify-content:flex-start; align-items:center; width:calc(100% - 40px); min-height:100px; margin:20px; padding:20px; border-radius:10px; background:#ccc; font-size:calc(10px + 2vw); font-weight:bold; color:#c00; } Directory ~ Character Collections
  2. .destroyborder { border: 1px solid red !important; } ╰ ● IMPORTANT: We're currently recreating many of the collection threads, so links in the directory may be temporarily broken as a result. We're very sorry for the inconvenience. Directory ~ Character Collections ⚗
  3. This is a test request to see if the bot is working. Please ignore.
  4. Forum Banner by @TheArcadeStriker Credit for front page GIFs to come as the artists are identified If you'd like to suggest a GIF for use on the forum's front page, please do so here. Originals welcome!
  5. Absolutely! That question actually inspires me to do something I probably should've done to begin with which is to make a credits thread, so if GIFs origin can be determined, the artist can get credit. Aaand here's that.
  6. Welcome to the forums! I hope you find everything you need ok, and if you ever need help, please don't hesitate to reach out to staff!
  7. @takoApologies for that one (and the consistency of its recurrence). There is a permanent fix for that one that should be implemented by the end of the year. Thanks for pointing it out!
  8. Post a GIF and let us know what forum or subforum you think it should be used for!
  9. This is the community suggestion thread for the Member Interests forum. If there's a specific topic out there that you think enough members are into that we should have a subforum devoted to it, please do suggest it here!
  10. Insert appropriate seasonal greeting here! I have some pretty big changes planned for the holiday season, so welcome to the hype thread. This year the wrapping paper is clear, most of it anyway, and you get to see the new things in advance. Feel free to comment on this stuff, discuss, make suggestions, ask questions, throw your ideas out there, whatever you want. The entire point is to make this place better for you lol, so if you want to tell me how to do that, I'm all ears. So, anyway what's under the tree? AWARDS You will soon be able to get and give awards. Mostly get. There will be various Onion Tokens (look like arcade tokens) awarded for things like 100 posts, or 10 best answers to questions etc. In total there will be about 21 tokens you can get. There will also be various colored Onion Cards which members can award each other with, for all kinds of random social stuff. Beyond that there will be trophies for things like character creation, stage creation, cotm etc. RANKS Upgrades to the forum software have done away with our old ranking system, which was based entirely on number of posts. We now have a points based Ranking economy, where various numbers of points are earned for various activities, like 10 points for a new post, or 5 points for a reply, or 2 points for a react, etc. Points can be gained in all kinds of ways, and they will advance you through 30 levels of Rank. GROUPS Members will be allowed to create Groups, and there will also be some "site official" groups. Groups have leaders, moderators, members, and varying levels of accessibility all determined by their creator. It's possible to make a group for pretty much anything, they don't have to be Mugen related. All of the content on the front page under the Ikemen Dojo, and above The Castle / Staff stuff, will be moved into individual Groups. Those groups will be looking for mods too, so keep an eye out in them for mod threads if you're interested. REACTIONS There will be new reaction choices. We've gotten rid of downvoting, the 3 reaction types that increase the posters reputation will be "like", "rep-up", and "thanks". There will also be animated emoji reactions which do not increase the posters rep. NEW TIMELINE The timeline is getting a css overhaul that makes it look more like other social media sites, and less like an eyesore. Again, this was something that was done a while ago, but a major update to the system software killed the old version, so a new one was/is being created.
  11. This thread is for public discussion about the current issue with staff backing up Ryou's collections in the collection section. The goal is to clear the air and put everything out in the open, and let everyone discuss it in one place. Too many things are currently being relayed between people indirectly in an effort to resolve this peacefully. So in an effort to get everyone is on the same page with full transparency, so everyone knows where everyone else is at, and has full and easy access to staff for questions, here's a thread to centralize the discussion on. I know this is a tense issue, but I hope with enough communication we can get this all sorted out. This discussion is open to anyone and everyone, and will be followed by all of our staff.
  12. Moved this topic to the proper location. @yollo3to find your topic in the future look under [ MUGEN LOUNGE ] -> [ COMMISSIONS HUB ], and you'll find it there. Please try to post in the proper forum for your topic in the future.
  13. After much deliberation, head scratching, mustache twisting, and plotting with ridonkulocity hitherto unseen... or maybe just a few solid staff convos, we're happy to announce the new members of our mod squad! @Dissidia has taken on the role of G-Mod on both the server and the site. As a long standing and friendly member of the MFFA community and knowledgeable Mugen creator and gamer we're stoked to have him on the team! @gui0007 move up to the role of G-Mod on the site. He does have the position on the server as well, but his main area of focus is the forums. So if you want to contact him, that's where to do it. He's another MFFA veteran, and Mugen creator well deserving of respect and appreciation! @Neo_Fire_Sonic is our new Discord Mod . He's been an MFFA as long as any of us, and with the Discord server from its inception. Our resident feisty Sonic fanatic will now be making sure everyone remains copacetic on the server, so when he says dash start spinning! @Sir Ghostler has ascended to the rank of @Admin . Behold the apotheosis of the newest god in the MFFA pantheon! A proven G-Mod , established MFFA member, and Mugen creator with a keen sense of fairness, we're a richer team for having him in the top ranks! Much gratitude and respect to all of our staff members for the work you do, day in and day out! Everyone knows it's not easy makin the big bucks with your feet on the desk all day, but we all passively appreciate being able to enjoy ourselves without being overrun by roving droves of assholes. Thanks for all you do.
×
×
  • Create New...