KANATAKKUN'S PROFILE

Indonesia. Translate English games to Indonesian... And a heavy JRPGamer. Also making webtoon (ID) called dear Steven. Yep, an artist. And an otaku. Can do pixel art and create music, too.
Locked Heart
Can androids fall in love? That is what Nat thought to himself.

Search

Filter

CSS'ing your RMN Game Profile

Ah, another problem. How do i change the text's main color in the page (for the details area because they are black like the background, above the tags AND text in comment/posts below)?
I also tried changing the background color from black to #0c0c0c, but nothing changed (again).

Virgo vs the Zodiac

Now THIS IS WHAT I call a FUNtastic game. The original graphics looks nice! Added to playlist and subscribed. ^^

CSS'ing your RMN Game Profile

author=GreatRedSpirit
Do a hard refresh (Ctrl+F5) so your browser doesn't just use the cached CSS or check your page out in an incognito/private browser window. If it still isn't working post a link to the game profile with the template CSS applied and I'll take a look at it.


Oh, I think it's working now. The game was previously still pending, and now when it's accepted, the codes are working. Thank you for the help!

Ruby Quest: Undertow

Woah, I downloaded this game some times ago but too scared to continue ; _ ; When I checked on this gamepage which has quite improved from before, I was... kinda motivated to complete it. Btw don't spoiler

Scatter Review

Uwaah, a light yet accurate review (/>_<)/ Thank you for playing and the review, This really helps me to fix my mistakes as much as possible~!

A Cliche BirthDay

author=Cheese_Cake
Mind if I have it beta tested as well? It looks like a good game, sir.

Thank you, in advance, if you accepted it ^^


Absolutely, you can!

And to other beta testers, please check the readme to see a message for the testers :3

A Cliche BirthDay

author=Make_it_MagiK
This game looks interesting. It's simple but interesting. I would definitely like to be a beta tester! Good luck with the development :)

Thank you! Now as a Tester you can download the beta version~

Concept Art

They are awesome! >_<)/

Akiyo

/nosebleed/

CSS'ing your RMN Game Profile

author=GreatRedSpirit
Did you mean something like this:
#main_column { background-color: #000000; }


div #game_frame, #main_column > div.pages, #posts > div.pages, div.message, div#post_reply, #game_navigation {
	background-color: #000 !important;
	color: #EEE;
}

/* Nuke these backgrounds, they screw everything up */
div #main_column > div#posts.frame {
	background: none !important;
}


I put it in a game profile for demo purposes here.


Woaaah that game profile is exactly what I'm looking for-
But even after I tried t use that code, it still doesn't change...