CAPTAINREGAL'S PROFILE
Search
Filter
Battle_Hud.png
Stat_Distrabution.png
New_and_Improved_Ancient_Temple.png
I could perhaps even out the jagged walls to make it look more man made. I was trying for a more distorted look since its in ruin.
Beastery.png
There are skills that can deplete monster mp. If you build a support character. De-buffing mp and other stats is quite a good strategy.
Ccs Help
author=rabitZauthor=LargeI had to check the source code of the page to figure that out. :S
"discussion" is now "posts"; change that and it should work.
But yeah this is very important.
(It was just yesterday, what a coincidence).
Is it okay to ask another question I have about CSS in this topic?
I don't mind...
Ccs Help
Alright
Edit: I Figured it out! THANK YOU SOOOO MUCH! <3
author=LargeAlright that has changed the background. No I just need the text to be visible.
"discussion" is now "posts"; change that and it should work.
Edit: I Figured it out! THANK YOU SOOOO MUCH! <3
Ccs Help
When css first came out I had Kentona help me setup my game page. (I was beta testing hellion then)Everything looked awesome. Somewhere between now and then Rmn changed something in the code. Now the comment section of my games page (Glacia) just shows up as white boxes. Users have to highlight sections of text to read them.
If someone understands css and wants to help me out you can post here or pm me.
This is the code.
If someone understands css and wants to help me out you can post here or pm me.
This is the code.
#body { background: #FFFFFF url("http://i630.photobucket.com/albums/uu28/captainregal/Title4.jpg") !important; }
h1 a {
color: #33CCFF ;
}
h1 a:hover {
color: #CCFFFF;
text-decoration: none;
}
#discussion div.message.even {
background: #111111; color: #111111; border-color: #000;
}
#discussion div.message.odd {
background: #222222; color: #222222; border-color: #000;
}
#discussion div.frame div.contents.message.even div.contents div.body {border-left: 0px hidden; }
#discussion div.frame div.contents.message.even div.contents div.user_block {border-right: 0px hidden; }
#game_frame {
background: #111111; color: #FFFFFF;
}
#game_navigation {
background: #111111; color: #FFFFFF;
}
#game_navigation li {
border: 0px hidden; }
#game_navigation li.start {
border: 0px hidden; }
#game_navigation li.end {
border: 0px hidden; }
#game_navigation li.current {
background: #444444;}
#game_navigation a {
color: #22BBFF;
}
#game_navigation a:hover {
color: #CCFFFF;
text-decoration: none;
}
#game_navigation li.current a {
color: inherit;
padding-bottom: 2px;
}
#game_navigation li.current a:hover {
color: #CCFFFF;
}
#contents {
background: #111111; color: #FFFFFF;
}
div.blog_post a {
color: #33CCFF;
}
div.blog_post a:hover {
color: #CCFFFF;
}
#contents li a {
color: #33CCFF ;
}
#contents li a:hover {
color: #CCFFFF;
text-decoration: none;
}
#main_column {
background: #111111;
}
#row_body {
background: #222222; color: #FFFFFF;
}
#game_frame.frame table.listing tr.even td { background: #333333; color: #FFFFFF; !important;}
#game_frame.frame table.listing tr.odd td { background: #222222; color: #FFFFFF; !important;}
#game_frame.frame table.listing tr.even td a.name { color: #33CCFF; !important;}
#game_frame.frame table.listing tr.odd td a.name { color: #33CCFF; !important;}
#game_frame.frame table.listing tr.even td a.name:hover { color: #CCFFFF; !important;}
#game_frame.frame table.listing tr.odd td a.name:hover { color: #CCFFFF; !important;}
form { background: #111111; color: #FFFFFF; }
a:link { color:#33CCFF; text-decoration: none;}
a:vlink { color:#FF9933; text-decoration: none;}
a:alink { color:#FF9933; text-decoration: none;}
a:hover { color:#CCFFFF; text-decoration: none;}
div.makerscore { color: #BBBBBB;}
div.pages {
color: #BBBBBB;
}
div.pages a {
color: #33CCFF;
}
div.pages a:hover {
color: #CCFFFF;
text-decoration: none;
}
#frame h2 {background: #000000; border: 0px hidden; !important; }
#download_now h2 {color: #33CCFF !important; }
div.thumbnail {
border-width: 2px;
border-color: #333;
!important; }
#game_download_area {
background: #000;
width: 128px;
height: 54px;
margin-top: 24px;
padding: 2px 2px 2px 2px;
float: left;
cursor: pointer;
}
#game_download_area:hover {
background: #33CCFF;
text-decoration: none;
}
div.buttons a {
background: #000;
border-width: 2px;
border-color: #333;
color: #33CCFF;
!important; }
div.buttons {
color: #33CCFF;
!important; }
div.buttons a:hover {
background: #33CCFF;
color: #000;
border-color: #333;
!important; }
#overlay {background: #000000; !important}
#overlay_contents {background: #000000; !important}
h1 a {
color: #33CCFF ;
}
h1 a:hover {
color: #CCFFFF;
text-decoration: none;
}
#discussion div.message.even {
background: #111111; color: #111111; border-color: #000;
}
#discussion div.message.odd {
background: #222222; color: #222222; border-color: #000;
}
#discussion div.frame div.contents.message.even div.contents div.body {border-left: 0px hidden; }
#discussion div.frame div.contents.message.even div.contents div.user_block {border-right: 0px hidden; }
#game_frame {
background: #111111; color: #FFFFFF;
}
#game_navigation {
background: #111111; color: #FFFFFF;
}
#game_navigation li {
border: 0px hidden; }
#game_navigation li.start {
border: 0px hidden; }
#game_navigation li.end {
border: 0px hidden; }
#game_navigation li.current {
background: #444444;}
#game_navigation a {
color: #22BBFF;
}
#game_navigation a:hover {
color: #CCFFFF;
text-decoration: none;
}
#game_navigation li.current a {
color: inherit;
padding-bottom: 2px;
}
#game_navigation li.current a:hover {
color: #CCFFFF;
}
#contents {
background: #111111; color: #FFFFFF;
}
div.blog_post a {
color: #33CCFF;
}
div.blog_post a:hover {
color: #CCFFFF;
}
#contents li a {
color: #33CCFF ;
}
#contents li a:hover {
color: #CCFFFF;
text-decoration: none;
}
#main_column {
background: #111111;
}
#row_body {
background: #222222; color: #FFFFFF;
}
#game_frame.frame table.listing tr.even td { background: #333333; color: #FFFFFF; !important;}
#game_frame.frame table.listing tr.odd td { background: #222222; color: #FFFFFF; !important;}
#game_frame.frame table.listing tr.even td a.name { color: #33CCFF; !important;}
#game_frame.frame table.listing tr.odd td a.name { color: #33CCFF; !important;}
#game_frame.frame table.listing tr.even td a.name:hover { color: #CCFFFF; !important;}
#game_frame.frame table.listing tr.odd td a.name:hover { color: #CCFFFF; !important;}
form { background: #111111; color: #FFFFFF; }
a:link { color:#33CCFF; text-decoration: none;}
a:vlink { color:#FF9933; text-decoration: none;}
a:alink { color:#FF9933; text-decoration: none;}
a:hover { color:#CCFFFF; text-decoration: none;}
div.makerscore { color: #BBBBBB;}
div.pages {
color: #BBBBBB;
}
div.pages a {
color: #33CCFF;
}
div.pages a:hover {
color: #CCFFFF;
text-decoration: none;
}
#frame h2 {background: #000000; border: 0px hidden; !important; }
#download_now h2 {color: #33CCFF !important; }
div.thumbnail {
border-width: 2px;
border-color: #333;
!important; }
#game_download_area {
background: #000;
width: 128px;
height: 54px;
margin-top: 24px;
padding: 2px 2px 2px 2px;
float: left;
cursor: pointer;
}
#game_download_area:hover {
background: #33CCFF;
text-decoration: none;
}
div.buttons a {
background: #000;
border-width: 2px;
border-color: #333;
color: #33CCFF;
!important; }
div.buttons {
color: #33CCFF;
!important; }
div.buttons a:hover {
background: #33CCFF;
color: #000;
border-color: #333;
!important; }
#overlay {background: #000000; !important}
#overlay_contents {background: #000000; !important}
Glacia
Rmn changed the ccs a long time ago. I don't understand how to fix the comment's issue. If anyone does understand ccs please pm me so that I can change it.
Edit: I fixed the text! YAY
Edit: I fixed the text! YAY
Level Design 101: Glacia better than ever!
My years resolution was to complete my entire game, my deadline is January 1st. It seams like I've spent a year revising but most of that time was creating new game play systems that will not have to be remade. Finishing my game should not take nearly as long. Wish me luck!













