|
||||||
Views:
11,030,503 |
Main | FAQ | IRC chat | Memberlist | Active users | Latest posts | Stats | Ranks | Online users | Search | 11-21-24 12:28 PM |
||||
Guest: Register | Login |
0 users currently in Creativity and Artwork Showcase! | 3 bots |
Main - Creativity and Artwork Showcase! - Layout thread! (2) |
Kawa |
| ||
Retired Staff
Not okay Prophet of Celestia Level: 94 Posts: 1239/2423 EXP: 8183339 Next: 173318 Since: 01-01-12 From: The Netherlands Last post: 2237 days Last view: 552 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~ ♥ |
| ||
Normal User
Queen Lesbian of Kafuka Level: 160 Posts: 1090/8412 EXP: 52909863 Next: 43136 Since: 01-06-12 Last post: 2963 days Last view: 1486 days |
I think Opera ignores gamma correction but no other browsers do. Correct me if I am wrong. |
Kawa |
| ||
Retired Staff
Not okay Prophet of Celestia Level: 94 Posts: 1240/2423 EXP: 8183339 Next: 173318 Since: 01-01-12 From: The Netherlands Last post: 2237 days Last view: 552 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 |
| ||
Administrator
Goddess of the Apocalypse Level: 200 Posts: 868/14042 EXP: 114142850 Next: 986539 Since: 01-03-12 From: Boston, MA Last post: 467 days Last view: 467 days |
♥868 ✿4705 ★50 I remade my layout again. Now with Alis! Also known as Alisa. And even Arisa, sometimes... |
Gohan |
| ||
Normal User
Level: 131 Posts: 19/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 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 |
| ||
Normal User
Level: 128 Posts: 1571/4986 EXP: 24154439 Next: 227261 Since: 01-02-12 Last post: 1471 days Last view: 1471 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 |
| ||
Normal User
Level: 131 Posts: 35/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 days |
Posted by Trelior No, it would make the side bar <-- so you could see the bg. And Okay then you got it. |
Trelior |
| ||
Normal User
Level: 128 Posts: 1576/4986 EXP: 24154439 Next: 227261 Since: 01-02-12 Last post: 1471 days Last view: 1471 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 |
| ||
Normal User
Level: 131 Posts: 38/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 days |
Posted by Trelior Ahh. I'm not much of a coder anyways, thanks. |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 246/1870 EXP: 5546109 Next: 115843 Since: 01-05-12 From: France Last post: 37 days Last view: 37 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 |
| ||
Normal User
Level: 128 Posts: 1579/4986 EXP: 24154439 Next: 227261 Since: 01-02-12 Last post: 1471 days Last view: 1471 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 ) .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 |
| ||
Normal User
Level: 131 Posts: 44/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 days |
Posted by Mega-Mario 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 |
| ||
Site Administrator
The Sorceress. Boing~ Level: 237 Posts: 3092/20774 EXP: 205437708 Next: 2541226 Since: 01-01-12 From: UK Last post: 1051 days Last view: 25 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 |
| ||
Normal User
Level: 131 Posts: 78/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 days |
Posted by Gywall 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 |
| |||
Normal User
Protector Level: 23 Posts: 31/95 EXP: 63218 Next: 4505 Since: 02-17-12 From: North Carolina Last post: 3773 days Last view: 3502 days |
|
Gohan |
| ||
Normal User
Level: 131 Posts: 714/5269 EXP: 25763867 Next: 660753 Since: 06-19-12 Last post: 3039 days Last view: 2932 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 |
| ||
Retired Staff
Not okay Prophet of Celestia Level: 94 Posts: 1475/2423 EXP: 8183339 Next: 173318 Since: 01-01-12 From: The Netherlands Last post: 2237 days Last view: 552 days |
Yeah okay, so Dirbaio made his own template and added it to the layout maker I made. Big whoop. |
Scrydan |
| ||
Normal User
Scryforce - A place that still exists. Neat. Level: 86 Posts: 114/2020 EXP: 6096569 Next: 45538 Since: 07-18-12 From: USA Last post: 982 days Last view: 964 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.
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 |
| ||
Administrator
Goddess of the Apocalypse Level: 200 Posts: 1804/14042 EXP: 114142850 Next: 986539 Since: 01-03-12 From: Boston, MA Last post: 467 days Last view: 467 days |
♥1804 ✿4705 ★50 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 |
Arisotura |
| ||
Developer
pancakes Level: 84 Posts: 291/1870 EXP: 5546109 Next: 115843 Since: 01-05-12 From: France Last post: 37 days Last view: 37 days |
Posted by Rydia 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? |
Main - Creativity and Artwork Showcase! - Layout thread! (2) |
Acmlmboard v2.5.6 (06/11/2024) © 2005-2024 Acmlm, Emuz, et al. |
MySQL - queries: 207, rows: 641/677, time: 0.111 seconds. |