Notings of Attention™
Acmlmboard 2 Released
Github/GIT | @acmlmboard
Chatting Places
Discord

Affiliates
Super Mario Bros. X | Kuribo64
Views: 8,952,193
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search
03-28-24 12:39 PM
Guest: Register | Login

0 users currently in Creativity and Artwork Showcase! | 3 bots

Main - Creativity and Artwork Showcase! - Layout thread! (2)
Next older thread

Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23

Kawa
Posted on 04-09-12 09:58 AM, in Link | ID: 12437
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 1239/2423
EXP: 7973804
Next: 79006

Since: 01-01-12
From: The Netherlands

Last post: 1999 days
Last view: 314 days
Can't see shit. Gamma correction being ignored? Cos that's a thing some browsers do -- use or not use the gAMA chunk.

The lowercase g says that's allowed.


Lili~ ♥
Posted on 04-09-12 10:06 AM, in Link | ID: 12438
Normal User
Queen Lesbian of Kafuka
Level: 159


Posts: 1090/8412
EXP: 51553754
Next: 257003

Since: 01-06-12

Last post: 2725 days
Last view: 1248 days
I think Opera ignores gamma correction but no other browsers do. Correct me if I am wrong.


Kawa
Posted on 04-09-12 11:08 AM, in Link | ID: 12445
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 1240/2423
EXP: 7973804
Next: 79006

Since: 01-01-12
From: The Netherlands

Last post: 1999 days
Last view: 314 days
Now, consider the use cases. A solid background color with a PNG stuck on it, like Tony Swag up there. The PNG, maybe to save space by lack of alpha channel, has the exact same color as its background. (This is why my Mare in the Moon is a neutral gray instead of blue-ish - it's saved as gray+alpha to save space.)

The gAMA chunk then makes it a different color. And that is why tools like PNGOUT remove it.

It's not that Opera is wrong to ignore gAMA - like I said, it's allowed to. The PNG format specs say so. It's the other browsers that are wrong to do honor the gAMA chunk, because that breaks a popular usage case!

Crunch that PNG and it'll work across the board.


Nicole
Posted on 04-11-12 01:20 AM, in Link | ID: 12869
Administrator
Goddess of the Apocalypse
Level: 199


Posts: 868/14042
EXP: 111218909
Next: 1918175

Since: 01-03-12
From: Boston, MA

Last post: 229 days
Last view: 229 days
868 4467 2
I remade my layout again. :P Now with Alis! Also known as Alisa. And even Arisa, sometimes...


Gohan
Posted on 06-19-12 09:40 PM, in Link | ID: 17320
Normal User


Level: 130


Posts: 19/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



My layout here.

But rather my Side image is screwed and I need the side of the avatar to be opacity 0% so it's just the bg image...help pl0x, Trel told me to post here for that.



Trelior
Posted on 06-19-12 09:44 PM, in Link | ID: 17323
Normal User

Level: 127


Posts: 1571/4986
EXP: 23535869
Next: 190697

Since: 01-02-12

Last post: 1233 days
Last view: 1233 days
Do you mind PMing me the code for me to take a peek at it?

From what I gathered from the other post you made, you want Rydia to be outside the boxes. As for the opacity to 0%... Wouldn't that make the image, y'know, invisible?

Gohan
Posted on 06-19-12 10:11 PM, in Link | ID: 17356
Normal User


Level: 130


Posts: 35/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



Posted by Trelior
Do you mind PMing me the code for me to take a peek at it?

From what I gathered from the other post you made, you want Rydia to be outside the boxes. As for the opacity to 0%... Wouldn't that make the image, y'know, invisible?

No, it would make the side bar <-- so you could see the bg.

And Okay then you got it.


Trelior
Posted on 06-19-12 10:19 PM, in Link | ID: 17362
Normal User

Level: 127


Posts: 1576/4986
EXP: 23535869
Next: 190697

Since: 01-02-12

Last post: 1233 days
Last view: 1233 days
Actually, to get your sidebar to show it, you need to add elements to your CSS to add it to the sidebar.

Try adding this inside your style tag:

.sidebar87{background: url('http://dl.dropbox.com/u/37626533/challenge-night-starry-sky.gif') !important;}

I think that should do it.

Gohan
Posted on 06-19-12 10:21 PM, in Link | ID: 17363
Normal User


Level: 130


Posts: 38/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



Posted by Trelior
Actually, to get your sidebar to show it, you need to add elements to your CSS to add it to the sidebar.

Try adding this inside your style tag:

.sidebar87{background: url('http://dl.dropbox.com/u/37626533/challenge-night-starry-sky.gif') !important;}

I think that should do it.


Ahh. I'm not much of a coder anyways, thanks.


Arisotura
Posted on 06-19-12 10:31 PM, in Link | ID: 17371
Developer
pancakes
Level: 83


Posts: 246/1868
EXP: 5395317
Next: 36904

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Ah, I see. Kinda like you did on the ABXD dev board...

This board supports post box customization in a fashion similar to ABXD. However, no layout maker, so you'll need to get your hands dirty and craft the CSS yourself.

Here are the classes of the four cells of a post box:
* topbarXX_1 - the cell that holds your username
* topbarXX_2 - the bar above your post, with 'Posted on blahblah' and so
* sidebarXX - the sidebar (not including the username part)
* mainbarXX - the post box
(where XX is your user ID)

(besides that should be described somewhere in a sticky)

____________________
Kuribo64 - melonDS

want some revolution in your coffee?

Trelior
Posted on 06-19-12 10:38 PM, in (rev. 2 of 06-19-12 10:39 PM by Trelior) Link | ID: 17380
Normal User

Level: 127


Posts: 1579/4986
EXP: 23535869
Next: 190697

Since: 01-02-12

Last post: 1233 days
Last view: 1233 days
Not to nitpick, @Rydia, but I think there needs to be a sliiiiiiiiiiiiight modification needed to make that look a tiny bit better... Squeeze 'top right' (without the apostrophes) between the parenthesis close for the image URL and !important.

That tells the CSS how to align the image, kinda like telling your office software to align the text to the right.

As for the top bars, just change the .sidebar87s to .topbar87_1 and .topbar_2 with 'bottom right' on topbar_1 and 'bottom left' on topbar_2. That's how I have my layout set up. I find it helps with images that don't partially tile well.

EDIT: I think an example would help... SAVE ME Kafuka.CSS! (my CSS doc :P)

.sidebar12
{background: url('http://dl.dropbox.com/u/13005543/Layouts/Kafuka/LayoutBG.png') top right !important;
color:#994499;}

.topbar12_1
{background: url('http://dl.dropbox.com/u/13005543/Layouts/Kafuka/LayoutBG.png') bottom right !important;}

.topbar12_2 td
{background: url('http://dl.dropbox.com/u/13005543/Layouts/Kafuka/LayoutBG.png') bottom left !important;
color:#994499 !important;}

Gohan
Posted on 06-19-12 10:40 PM, in (rev. 2 of 06-19-12 10:54 PM by Gohan) Link | ID: 17385
Normal User


Level: 130


Posts: 44/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



Posted by Mega-Mario
Ah, I see. Kinda like you did on the ABXD dev board...

This board supports post box customization in a fashion similar to ABXD. However, no layout maker, so you'll need to get your hands dirty and craft the CSS yourself.

Here are the classes of the four cells of a post box:
* topbarXX_1 - the cell that holds your username
* topbarXX_2 - the bar above your post, with 'Posted on blahblah' and so
* sidebarXX - the sidebar (not including the username part)
* mainbarXX - the post box
(where XX is your user ID)

(besides that should be described somewhere in a sticky)


Yeah. ABXD dev board.

Thanks.

And @Trelior I'll be sure to do that, now.

EDIT: It's undercut on the top bar, what do I do for that..:3


Epele
Posted on 06-20-12 10:51 AM, in Link | ID: 17473
Site Administrator
The Sorceress.
Boing~

Level: 235


Posts: 3092/20774
EXP: 200177436
Next: 1748456

Since: 01-01-12
From: UK

Last post: 813 days
Last view: 11 min.
Is it intentional to make the whole box semitransparent.. If you only wanted the background there is rgba() to use as the background colour.. specifically rgba(0,0,0,0.75) for your layout.


The world could always use more heroes!

Gohan
Posted on 06-20-12 02:58 PM, in Link | ID: 17489
Normal User


Level: 130


Posts: 78/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



Posted by Gywall
Is it intentional to make the whole box semitransparent.. If you only wanted the background there is rgba() to use as the background colour.. specifically rgba(0,0,0,0.75) for your layout.


I know, I've been told it millions of times. I thought I put it in there already, but. My pictures in quotes don't seem to show up very well, I'll try and fix iit.


Aesur
Posted on 07-06-12 06:12 PM, in (rev. 2 of 07-06-12 06:13 PM by Aesur) Link | ID: 19793
Normal User
Protector
Level: 23


Posts: 31/95
EXP: 61583
Next: 6140

Since: 02-17-12
From: North Carolina

Last post: 3535 days
Last view: 3264 days

Well here is my new layout, using Kawa's layout maker and Trel telling me what to do and some extra code (And him pretty much doing everything) I like it =D


Gohan
Posted on 07-06-12 08:35 PM, in Link | ID: 19795
Normal User


Level: 130


Posts: 714/5269
EXP: 25079143
Next: 651434

Since: 06-19-12

Last post: 2801 days
Last view: 2694 days



Looks pretty cool, Although ABXD has some pretty cool features to a layout too, unless that is Kawa's. But there is a new style exclusive for the boards Dirbaio owns, and that's the one mine is, it's a glowy layout.

If you want one, just go here I think you need to be registered and online for it though..


Kawa
Posted on 07-06-12 09:14 PM, in Link | ID: 19796
Retired Staff

Not okay
Prophet of Celestia
Level: 93


Posts: 1475/2423
EXP: 7973804
Next: 79006

Since: 01-01-12
From: The Netherlands

Last post: 1999 days
Last view: 314 days
Yeah okay, so Dirbaio made his own template and added it to the layout maker I made. Big whoop.


Scrydan
Posted on 07-27-12 12:43 AM, in Link | ID: 21748
Normal User
Scryforce - A place that still exists. Neat.
Level: 86


Posts: 114/2020
EXP: 5933509
Next: 208598

Since: 07-18-12
From: USA

Last post: 744 days
Last view: 726 days
I have a layout but I can't be bothered to figure out why it fails to stretch all the way to the bottom of most posts. I'm a programmer, not a style designer by far. :P

And AB2 layouts are a bit different than what I'm used to with my own software.

Perhaps I should see if someone would like to make me one sometime. I can probably show them my old one and see if they can make it better.
See my profile for the layout in my bio.

Nicole
Posted on 07-27-12 01:01 AM, in Link | ID: 21749
Administrator
Goddess of the Apocalypse
Level: 199


Posts: 1804/14042
EXP: 111218909
Next: 1918175

Since: 01-03-12
From: Boston, MA

Last post: 229 days
Last view: 229 days
1804 4467 2
There are two ways to get the full height- one is to just set a minimum height that is equal (or longer) than your sidebar, that way it will always be long enough... the other way is to just style mainbar(userid), then you get it for free :P


Arisotura
Posted on 07-29-12 11:09 PM, in Link | ID: 22034
Developer
pancakes
Level: 83


Posts: 291/1868
EXP: 5395317
Next: 36904

Since: 01-05-12
From: France

Last post: 654 days
Last view: 193 days
Posted by Rydia
If you want one, just go here I think you need to be registered and online for it though..

I frown upon layouts made with that layout maker. They all look the same because people there have no originality.

Atleast Rydia is more original and made a layout that doesn't look like it was made with a layout maker.

____________________
Kuribo64 - melonDS

want some revolution in your coffee?
Pages: 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23


Next older thread
Main - Creativity and Artwork Showcase! - Layout thread! (2)


Acmlmboard v2.5.5 (10/04/2020)
© 2005-2024 Acmlm, Emuz, et al.

Page rendered in 0.115 seconds. (876KB of memory used)
MySQL - queries: 207, rows: 642/678, time: 0.082 seconds.