Register - Login
Views: 99862797
Main - Memberlist - Active users - Calendar - Wiki - IRC Chat - Online users
Ranks - Rules/FAQ - Stats - Latest Posts - Color Chart - Smilies
05-04-22 03:22:02 PM
Jul - Projects and Creations - Testing my layout New poll - New thread - New reply
Pages: 1 2Next newer thread | Next older thread
SunflowerGaming
User
Level: 11


Posts: 8/19
EXP: 5176
For next: 809

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.5 years

Posted on 09-15-11 03:53:11 AM (last edited by SunflowerGaming at 09-15-11 08:18 PM) Link | Quote
I just wanted to test this out and ask if it is allowed on this site. If not I'll remove it.

____________________

legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 490/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 9.0 years
Last activity: 3.8 years

Posted on 09-15-11 03:56:10 AM Link | Quote

It looks pretty good to me. I'd make the text box a little darker, but that's just me.

____________________
Go to IT!!!


SunflowerGaming
User
Level: 11


Posts: 9/19
EXP: 5176
For next: 809

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.5 years

Posted on 09-15-11 03:58:43 AM (last edited by SunflowerGaming at 09-15-11 08:19 PM) Link | Quote
I'd do that but don't know how. I got this code from a friend. LOL.

____________________

legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 492/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 9.0 years
Last activity: 3.8 years

Posted on 09-15-11 04:18:13 AM Link | Quote

Originally posted by SunflowerGaming
I'd do that but don't know how. I got this code from a friend. LOL.


I'm assuming your layout code has something similar to Alpha(opacity=80

Change the number, probably 7 or 6, to 9 or 8. Try experimenting with the darkness of the box.

____________________
Go to IT!!!


CB

Flippitty Flip
Level: 90


Posts: 2181/2280
EXP: 6979900
For next: 208709

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.4 years

Posted on 09-15-11 05:09:44 AM Link | Quote
I believe that these are the sections of your code you want to mess with


opacity:0.7; filter :alpha(opacity=70)



____________________
GO TO IT
one down, the rest of the board to go...
Joe
Common spammer
🍬
Level: 111


Posts: 2304/3392
EXP: 14502972
For next: 365388

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 1 hour

Posted on 09-15-11 05:10:51 AM (last edited by Joe at 09-15-11 02:12 AM) Link | Quote
Your layout uses opacity, which is generally discouraged since it causes significant CPU usage. (Now that I look, legacyme3, your layout also uses opacity...)

Fortunately, there's a pretty easy fix. First, find the bit that says opacity:0.7; filter :alpha(opacity=70); and delete it.

Next, find the bit that says background-color:#000807; and replace it with background:RGBA(0,8,7,0.7);.

That last number, 0.7, is the one you'd change to make the text box lighter or darker.



Leggy, to get rid of the opacity in your layout, delete the bit that says bgcolor=#000000 and replace the bit that says filter:Alpha(opacity=80,finishopacity=80,style=3);opacity:0.8;-moz-opacity:0.8 with background:RGBA(0,0,0,0.8);.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 494/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 9.0 years
Last activity: 3.8 years

Posted on 09-15-11 05:14:06 AM (last edited by legacyme3 at 09-15-11 02:18 AM) Link | Quote

Originally posted by Joe

Leggy, to get rid of the opacity in your layout, delete the bit that says bgcolor=#000000 and replace the bit that says filter:Alpha(opacity=80,finishopacity=80,style=3);opacity:0.8;-moz-opacity:0.8 with background:RGBA(0,0,0,0.8);.


Did I do it?

____________________
Go to IT!!!


Joe
Common spammer
🍬
Level: 111


Posts: 2305/3392
EXP: 14502972
For next: 365388

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 1 hour

Posted on 09-15-11 05:20:34 AM Link | Quote
Originally posted by legacyme3
Did I do it?
I just noticed there's some weird x:> in there messing stuff up; delete that too.

____________________
Joe
Common spammer
🍬
Level: 111


Posts: 2306/3392
EXP: 14502972
For next: 365388

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 1 hour

Posted on 09-15-11 05:22:08 AM Link | Quote
Yep. Works now.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 495/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 9.0 years
Last activity: 3.8 years

Posted on 09-15-11 05:22:09 AM (last edited by legacyme3 at 09-15-11 02:22 PM) Link | Quote

Originally posted by Joe
Originally posted by legacyme3
Did I do it?
I just noticed there's some weird x:> in there messing stuff up; delete that too.


I think I have it now lol

It was the first layout I had ever coded and I'm not too great with it, I have a LOT of loose tags in there I know.

____________________
Go to IT!!!


Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 2135/3030
EXP: 12257681
For next: 4579

Since: 07-21-07

From: Sweden

Since last post: 284 days
Last activity: 4 hours

Posted on 09-15-11 10:00:07 AM Link | Quote
The first layout in this thread better be not be a scrollbar layout.

And the picture is a rather huge file, try making it an JPG at least.

You might also want to stop whatever your doing with the background in your profile, it burns my eyes and I hate it.



Have a nice day.

____________________
CB

Flippitty Flip
Level: 90


Posts: 2182/2280
EXP: 6979900
For next: 208709

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.4 years

Posted on 09-15-11 02:23:37 PM Link | Quote
Woah! Leggy, your entire layout is completely white now.

____________________
GO TO IT
one down, the rest of the board to go...
SunflowerGaming
User
Level: 11


Posts: 10/19
EXP: 5176
For next: 809

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.5 years

Posted on 09-15-11 03:06:48 PM (last edited by SunflowerGaming at 09-15-11 08:19 PM) Link | Quote
No it's not a scroll layout, it's a regular layout. I made sure it wasn't a scroll one.

Joe: I don't know what you mean.....

____________________

Joe
Common spammer
🍬
Level: 111


Posts: 2308/3392
EXP: 14502972
For next: 365388

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 1 hour

Posted on 09-15-11 04:20:37 PM Link | Quote
Well, I was talking about the things you'd change to fix your layout, but I'll just paste the whole fixed code here.


<div style="background:url(http://i30.photobucket.com/albums/c309/SpiritualSister4Life/Vizzed%20Layouts/Tifa3.jpg); border-style:solid; border-color:#010d0b; min-height:100%;"><div style="position:relative; margin:auto; width:70%; min-height:200px; background:RGBA(0,8,7,0.7); border-style:solid; border-color:#010d0b; padding:50px; text-align:center; margin-top:25px; margin-bottom:25px; font-size:16px; color:#CFC8CA;">

That's the bit that goes in the post header. Just delete your current header, copy that, and paste.

____________________
legacyme3
"In short, legacyme3 does horrible things to people, and I don't think anyone else on Jul should be exposed to him, no matter how decent of a person he pretends to be."

I don't normally ban for offsite behavior but you're a whole level of terrible.
Level: NaN


Posts: 499/-1694
EXP: NaN
For next: 0

Since: 06-01-11


Since last post: 9.0 years
Last activity: 3.8 years

Posted on 09-15-11 05:24:25 PM Link | Quote

Originally posted by CB
Woah! Leggy, your entire layout is completely white now.


Better now? =P

I keep finding something I messed up. That opacity filter was all that was holding the original code together I think haha.

____________________
Go to IT!!!


CB

Flippitty Flip
Level: 90


Posts: 2183/2280
EXP: 6979900
For next: 208709

Since: 02-01-11

From: Canadaland

Since last post: 10.5 years
Last activity: 10.4 years

Posted on 09-15-11 09:14:57 PM Link | Quote
Originally posted by legacyme3
Originally posted by CB
Woah! Leggy, your entire layout is completely white now.


Better now? =P

I keep finding something I messed up. That opacity filter was all that was holding the original code together I think haha.


Yes I believe it was, this is much better now.

____________________
GO TO IT
one down, the rest of the board to go...
SunflowerGaming
User
Level: 11


Posts: 11/19
EXP: 5176
For next: 809

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.5 years

Posted on 09-15-11 11:19:54 PM Link | Quote
Oh okay, thanks Joe for the help. I appreciate it.

____________________

Joe
Common spammer
🍬
Level: 111


Posts: 2309/3392
EXP: 14502972
For next: 365388

Since: 08-02-07

From: Pororoca

Since last post: 13 days
Last activity: 1 hour

Posted on 09-16-11 12:53:08 AM Link | Quote
No problem, I love poking at code.

____________________
Girlydragon
3030
Possibly neither Girly nor Dragon.
Level: 105


Posts: 2139/3030
EXP: 12257681
For next: 4579

Since: 07-21-07

From: Sweden

Since last post: 284 days
Last activity: 4 hours

Posted on 09-16-11 09:13:03 AM Link | Quote
Ah yes, now that's much better.

____________________
SunflowerGaming
User
Level: 11


Posts: 14/19
EXP: 5176
For next: 809

Since: 08-24-11

From: Northern California

Since last post: 10.6 years
Last activity: 10.5 years

Posted on 09-16-11 11:36:22 PM Link | Quote
Thanks Joe, I don't know coding for the life of me. I really appreciate your help. You rock!

____________________

Pages: 1 2Next newer thread | Next older thread
Jul - Projects and Creations - Testing my layout New poll - New thread - New reply


Rusted Logic

Acmlmboard - commit 47be4dc [2021-08-23]
©2000-2022 Acmlm, Xkeeper, Kaito Sinclaire, et al.

30 database queries, 10 query cache hits.
Query execution time: 0.079942 seconds
Script execution time: 0.033844 seconds
Total render time: 0.113786 seconds