kaigou: this is what I do, darling (iguana)
锴 angry fishtrap 狗 ([personal profile] kaigou) wrote in [site community profile] dreamscapes2009-08-21 10:40 am

7 color variations [Transmogrified]

Theme name/layout: Skittlish Dreams (a port of the Wordpress theme, Skittlish)
Author: Kaigou
Layout info: Bundled css + images are at http://www.karinoyo.com/media/skittlish.zip
Image info: Images are edited/slightly adapted from original version to work with DW's layout reqs.
Screenshot: http://i385.photobucket.com/albums/oo292/solnull/other/skittlishdreams.png

The default color scheme is orange; additional options are for blue, cyan, green, violet, red, and pink. All schemes use the following images: left_bg.gif, header_bg.gif, footer_bg.gif, and bg.gif. Each scheme also gets a color-dependent version of three more images, which are named as [color]_edge.gif, [color]_circle.gif, [color]_box.gif. To make it easier on color-switching, the CSS-as-bundled doesn't contain a default color, but uses XXXXXX. That gets search/replaced to whichever of the following is being used:

blue => #0870C9
cyan => #1088F7
green => #61AC00
orange => #F79910
pink => #F122BE
red => #C90808
violet => #AE3BD4
baggyeyes: Bugs Bunny and the Bull (Truth is Stranger than Fiction)

[personal profile] baggyeyes 2009-09-17 01:46 am (UTC)(link)
Ok...so the verdict is: You are correct!!

So here is the css that I used to make the .bottomcomment a wee bit bigger (at least for the drop down.)

.bottomcomment{background: #fff url(http://s269.photobucket.com/albums/jj41/storyteller_2002/dreamwidth/dreamscapes/skittlish/blue_circle.gif) right top repeat-y;}

.bottomcomment {padding-bottom:5.5em; background-color:#ffffff; }

Obviously, you'll change the url to something else, but that's it. Oh, and pull .bottomcomment out of the list of items with blue_circle.gif, or its equivalent. It should have its own entry.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-17 02:03 am (UTC)(link)
No, no, no...that what you said previously thus:

Achieving perfect equivalency across all browsers is a pipe-dream, and as long as it's not terribly broken when logged in versus logged out, I'm not really seeing it as major


Was agreed upon.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-24 03:13 pm (UTC)(link)
Oh hey, did you eventually insert it into the original CSS file? double-checking, because I've been trying to apply the code in this thread, but I can't get things with the bottom comment to line up right, so I was wondering if something else is conflicting \.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-24 04:35 pm (UTC)(link)
Hmm, for bottom_comment, I see these two entries:

.hfeed .navigation, .bottomcomment, #archive-year .navigation, #archive-month .navigation {height:61px; margin-right:-22px; margin-bottom:-20px; background: #ffffff url(http://www.afuna.dreamhack.afunamatata.com/stc/skittlishdreams/orange_circle.gif) no-repeat top right;}

.bottomcomment {margin-top:20px;padding-right:30px;height:70px;text-align:center;border-top:4px solid #f79910;}


So, just wanting to make sure, remove it from the first entry, and then replace the second entry with your code, or add your code into the second etry?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-24 04:43 pm (UTC)(link)
Yeah, remove from the first entry, because it's taken care of later, with a repeating background.


.hfeed .navigation, remove -> .bottomcomment, #archive-year .navigation, #archive-month .navigation {height:61px; margin-right:-22px; margin-bottom:-20px; background: #ffffff url(http://www.afuna.dreamhack.afunamatata.com/stc/skittlishdreams/orange_circle.gif) no-repeat top right;}
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-24 04:57 pm (UTC)(link)
Okay. Thanks. How about with the second?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-24 10:29 pm (UTC)(link)
No, that's ok.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-27 11:34 am (UTC)(link)
No, no, hehe. I mean, do I add it, or do I replace?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-28 12:20 am (UTC)(link)
You just remove .bottomcomment from the list as noted above; and add

.bottomcomment{background: #fff url(http://s269.photobucket.com/albums/jj41/storyteller_2002/dreamwidth/dreamscapes/skittlish/blue_circle.gif) right top repeat-y;}

.bottomcomment {padding-bottom:5.5em; background-color:#ffffff; }

For some reason it didn't work when I added these things in the other .bottomcomment. That one, leave be; There can be different entries for the same class in css.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-28 01:31 am (UTC)(link)
Do you want the whole code I worked with? Instead of snippets?
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-28 01:39 am (UTC)(link)
Oooh, yes please. I think I can work it out, but that would take out most of the guess work :)
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-28 02:22 am (UTC)(link)
Ok, now it's all screwy again.

I blame Mercury being retrograde.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-28 02:25 am (UTC)(link)
Hm, I wonder if it could be ordering?
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-28 02:36 am (UTC)(link)
I fixed it. I hadn't saved the fixed CSS, (Bad me!)

So here is the fixed CSS.

Whew!!