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 (Default)

[personal profile] baggyeyes 2009-09-11 04:15 pm (UTC)(link)
No - I understand - the screen resolution also affect font size. The bottom comment management links are larger text, and end up pushing the comment action drop down further. Perhaps if the management links were slightly smaller, and left aligned? I don't know. I'll poke around in the CSS this weekend and see what I can do. I'll let you know what happens in this entry.
afuna: Cat under a blanket. Text: "Cats are just little people with Fur and Fangs" (Default)

[personal profile] afuna 2009-09-11 04:18 pm (UTC)(link)
We could use short forms for the management links. I have an entry I need to put up for that, and that might help minimize what's happening. Oh hmm, but basically, the short forms I have in mind are about the same length as the ones in your screenshot, so maybe not.
baggyeyes: Bugs Bunny and the Bull (Default)

The width of the browser window

[personal profile] baggyeyes 2009-09-11 04:17 pm (UTC)(link)
The width of the browser window had no effect for me, by the way. The text, and the drop down menu remains exactly where it is in my screen shot.
baggyeyes: Bugs Bunny and the Bull (Meaning to Write)

Skittlish - Bottom Comment

[personal profile] baggyeyes 2009-09-13 11:28 pm (UTC)(link)
Ok,

can you take a look at this page in your different browsers and tell me what it looks like to you? I'm on a really dog-slow connection, so right now, I can't test in all of mine just yet.

http://baggyeyes.dreamwidth.org/102312.html#comments
Edited 2009-09-13 23:29 (UTC)
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-14 06:08 pm (UTC)(link)
I'll try on IRC tonight about getting help. I think a layer may help with the logged in-logged out problem of extra space... but it depends on how well my Internet behaves tonight.
baggyeyes: Bugs Bunny and the Bull (Default)

[personal profile] baggyeyes 2009-09-15 10:22 pm (UTC)(link)
I got on IRC on Tuesday. It may be possible to fix the problem with the layers.
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.

(no subject)

[personal profile] afuna - 2009-09-28 02:25 (UTC) - Expand

(no subject)

[personal profile] baggyeyes - 2009-09-28 02:36 (UTC) - Expand