Register | Login
Views: 19364387
Main | Memberlist | Active users | ACS | Commons | Calendar | Online users
Ranks | FAQ | Color Chart | Photo album | IRC Chat
11-02-05 12:59 PM
0 user currently in Modern Art. | 1 guest
Acmlm's Board - I2 Archive - Modern Art - CSS update to my layout | |
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
User Post
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 1791/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 08-29-05 07:30 AM Link | Quote
Well, I finally got around to putting together some CSS for my layout, I'd like to know what you guys think of it. The updated items currently are:

  • This bulleted list
  • The sidebar links
  • Code tags
  • blockquotes
This is an example of
nested blockquotes!

And this is a code tag.
LDA #$02
STA $7E0019
RTS


Any comments/suggestions?


(edited by JDavis on 08-29-05 02:44 PM)
(edited by JDavis on 08-29-05 02:45 PM)
(edited by JDavis on 08-29-05 02:46 PM)
(edited by JDavis on 08-29-05 02:48 PM)
(edited by JDavis on 08-29-05 02:50 PM)
Yoshi Dude

XKEEPER STOLE MY CAR KEYS
Level: 79

Posts: 2844/3271
EXP: 4572680
For next: 6787

Since: 03-15-04
From: give me a number folks.

Since last post: 3 hours
Last activity: 2 hours
Posted on 08-29-05 09:29 AM Link | Quote
Well, I am glad you took away the fire background that wasn't working out.
Otherwise, it seems you coded it fine. You should eliminate the white parts sticking out on the outlines of Mario. I don't really like that shade of blue against black, but I can't say why exactly, so it could be some personal picky thing.
Do you plan to do anything else with it?
Danielle

Local Moderator
Level: 76

Posts: 2030/3359
EXP: 3958078
For next: 47982

Since: 09-15-04
From: RATE

Since last post: 3 hours
Last activity: 3 hours
Posted on 08-29-05 09:35 AM Link | Quote
YD Sez: Well I'm using firefox, and wtf happened. It's like my post merged with yours. I can't reply, and I can't edit my post or anything.

And what I see is a rather large indent on the left, similar to the one in bass's coding thread.
The layout itself looks better, but the "nested quote" is odd looking.. it really stand out.
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 1793/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 08-29-05 09:43 AM Link | Quote
Well, what do you mena by an indent? The only ones I can see are placed by default when using IE, the ones for the blockquote and <ul> tags. I'll change the blue, it doesn't actually look that good with the fire BG gone now that you mention it. I'm also going to change the nested quote colours, all of this tomorrow, since I'm heading to bed. Who's post did yours merge with, though? I'll check my code to be sure.


(edited by JDavis on 08-29-05 02:51 PM)
Danielle

Local Moderator
Level: 76

Posts: 2031/3359
EXP: 3958078
For next: 47982

Since: 09-15-04
From: RATE

Since last post: 3 hours
Last activity: 3 hours
Posted on 08-29-05 09:55 AM Link | Quote
I think she saw her post merging with yours. I see an indent along the side.. the posts get squished in this thread, and I'm assuming it's something in your layout. It's not very dramatic, but noticable still.
fabio

Chuck
Level: 45

Posts: 1044/1479
EXP: 629903
For next: 30261

Since: 07-02-05
From: Somewhere in Texas

Since last post: 7 hours
Last activity: 7 hours
Posted on 08-29-05 04:09 PM Link | Quote
It looks good, now I can unblock your layout. I didn't like when it merge with other posts especially in the Sim-Battle Arena.
Ran-chan

Moldorm
eek, when are they going to stop growing...
Level: 143

Posts: 11271/12781
EXP: 35293588
For next: 538220

Since: 03-15-04
From: Nerima District, Tokyo - Japan

Since last post: 12 hours
Last activity: 12 hours
Posted on 08-29-05 05:30 PM Link | Quote
Wtf?

Looks like the tables are somewhat fucked up. No, that´s not Danielle's post.
Danielle

Local Moderator
Level: 76

Posts: 2035/3359
EXP: 3958078
For next: 47982

Since: 09-15-04
From: RATE

Since last post: 3 hours
Last activity: 3 hours
Posted on 08-29-05 05:39 PM Link | Quote
Oy. I believe that's what YD was trying to say, but that's not what I see in IE. So uuhh... something's royally screwing it up in FF. Hopefully you can figure out what's wrong.
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 1794/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 08-29-05 09:02 PM Link | Quote
My only guess would have to be an errant <span> tag left over from my attempt at a fire background. I couldn't find any errant <table>-related tags either, so my only other guess would be my CSS:

td.su1_post { display: block; }
.su1_post .fonts {align: center; }
.su1_post ul { list-style: url(http://img.photobucket.com/albums/v714/darkflight_devil/bullet.jpg); }
.su1_post blockquote { border: 2px solid #400040; background-color: #202020; margin: 5 auto; }
.su1_post blockquote .fonts { display: block; font-size: 10; }
.su1_post blockquote hr { display: none; }
.su1_post blockquote blockquote { border: 1px solid #200020; background-color: #101010; margin: 5 auto; }
.su1_post code { display: block; border: 1px dashed #FFFFD0; overflow: visible; }
.su1_post code .fonts { font-family: Arial; font-size: 10px; align: left; }
td.su1_sidebar { display: block; }
.su1_sidebar a:link { color: #A0A000; }
.su1_sidebar a:hover { color: #F0F000; }
.su1_sidebar a:visited { color: #707000; }
.su1_sidebar a img (border: 0px; }


Sorry it streches the page
JDavis

Trick or Treating Local Mod
Affected by 'Halloween Syndrome' ++
Level: 44

Posts: 786/815
EXP: 568676
For next: 42609

Since: 03-15-04
From: Ada, Oklahoma, USA

Since last post: 5 hours
Last activity: 4 hours
Posted on 08-29-05 11:52 PM Link | Quote
It was the <style="position:relative;left:0;top:0">.
Sukasa

Boomboom
Error 349857348734534: The system experienced an error.
Level: 57

Posts: 1800/1981
EXP: 1446921
For next: 39007

Since: 02-06-05
From: *Shrug*

Since last post: 6 days
Last activity: 1 day
Posted on 08-30-05 12:18 AM Link | Quote
From when I was trying to get the streched background to work. OK, so I'll edit my initial post in this thread and see if the thread looks good for firefox users.

EDIT: nvm, you did it for me.


(edited by Sukasa on 08-29-05 03:19 PM)
Add to favorites | "RSS" Feed | Next newer thread | Next older thread
Acmlm's Board - I2 Archive - Modern Art - CSS update to my layout | |


ABII


AcmlmBoard vl.ol (11-01-05)
© 2000-2005 Acmlm, Emuz, et al



Page rendered in 0.008 seconds.