Squidoo HQ is working on a way to use classes to help us pull the style of the theme into our text/write modules so we can really experiment with them. That is - not having to use complicated CSS, still being able to use the colors and fonts in ways that fit our purpose.
On this lens I will explain how that works - when it's up. For now I'll just show you how to use the colors in the themes in your own way.
The theme I'm using to highlight these colors is 'Moment of Zen'.
Purple theme - Purple People Eater
The color used in the purple squidoo theme is: #732C7A
One of the more interesting ways of using that color is to really make text stand out like this.
Here's the code:
<p style="background: #732C7A; color: #fff; padding: 15px; font-weight: bold;"> your text </p>
This looks a bit too flashy on the theme I use here, but on Purple People Eater - it will look good.
Learn more CSS
Highlighter Yellow
The yellow used in the module titles in the Highligher theme can be used on any of the black-grey-white themes like this. Your text will really stand out.
The color is: #FAFC7D
Here's the code:
<p style="background: #FAFC7D; color: #000; padding: 15px; ">your text here </p>
This can work on the themes:
- Easy Street
- Moment of Zen
- Highlighter
- The Professor
The green on the 'Gone Camping' theme
Like this for instance
Code:
<p style="color: #266806; font-weight: bold; font-size: 130%; line-height: 1.3em;">like this for instance</p>
Blue - will work with most squidoo themes
Will work with the default theme and the black/white/grey themes
this color is the first blue I found for you: #154679
<p style="border: solid 3px #154679; color: #154679;font-weight: bold; padding: 15px;">this color is the first blue I found for you: #154679</p>
this is the second blue that will go well with squidoo: #223E5B
<p style="border: solid 3px #223E5B; background: #223E5B; color: #fff; font-weight: bold; padding: 15px;">this is the second blue that
will go well with squidoo: #223E5B</p>
Another dark blue: #072A4F
<p style="border: solid 3px #072A4F; color:#072A4F;font-weight: bold; padding: 15px;"> Another dark blue: #072A4F</p>
a lighter blue that will only be legible if you combine it with a larger font size or at least - as in this example - a bolded type: #4781BC .
<p style="border: solid 3px #4781BC; color: #4781BC; font-weight: bold;padding: 15px; "> a lighter blue that will only be legible if you combine it with a larger font size or at least - as in this example - a bolded type: #4781BC .</p>
another light blue - could be used as a background color, but in general I think it's too dark for that. I like the use in a border as I did here, but a bolded type may also be able to carry it off as a font color: #6690BC .
<p style="border: solid 3px #6690BC; color: #6690BC;font-weight: bold;padding: 15px;"> another light blue - could be used as a background color, but in general I think it's too dark for that. I like the use in a border as I did here, but a bolded type may also be able to carry it off as a font color: #6690BC .</p>
This lighter blue will work well as a background: #76a0cC
<p style="background: #76a0cC; padding: 15px;font-weight: bold"> This lighter blue will work well as a background: #76a0cC </p>
But one could go even lighter: #86b0dC
<p style="background: #86b0dC; padding: 15px;font-weight: bold"> But one could go even lighter: #86b0dC </p>
And lighter: #96c0fC
<p style="background: #96c0fC; padding: 15px;font-weight: bold"> And lighter: #96c0fC</p>
And lightest perhaps... #b6d0fC
<p style="background: #a6d0fC; padding: 15px;font-weight: bold"> And lightest perhaps... #b6d0fC</p>
Moment of Zen Grey
The grey used on this theme is very subtle. I don't know if you've noticed (on this lens for instance) but even the letters aren't exactly black, but more a dark grey. I choose using this theme here because the colors come out so well, but it does have the disadvantage of making almost every color look out of place. So on the Zen theme, I suggest using a simple grey background color if you want to emphasize text - like I've don in this module.
<p style="background: #F4F4F4; padding: 15px; font-weight: bold; line-height: 1.5em;"> your text </p>
If you want to, subtly, stress your text a bit more, you can try the following code to add a border of 1px - not defining the color means that the text-color is used for the border. This is will often work very well - as in this case I think.
<p style="background: #F4F4F4; padding: 15px; font-weight: bold; line-height: 1.5em;border: 1px solid"> your text </p>
However, I don't think I'd personally use that. I'd either go with no border at all, as in my first example, or with a dotted border. When you use a dotted border of 1pixel wide you get a very subtle effect, especially if the colors of the border and background are close together.
<p style="background: #F4F4F4; padding: 15px; font-weight: bold; line-height: 1.5em;border: 1px dotted;"> your text </p>
More by me on CSS
-
Advanced css for squidoo - spice up your lens MORE
-
My lens about css for squidoo often gets the question: how do I combine the code? This lens is an answer to that question.
-
Squidoo CSS - my favorite code to spice up a lens
-
I've gathered my favorite Squidoo-code for later reference. I'm tired of trying to find that specific lens I used a css effect on and then having to go to edit-mode, copy paste, and then go back to the lens I was working on. This lens will he...
What did you think of all this?
-
Reply
- loopline loopline Dec 26, 2009 @ 10:08 am
- Sweet! I was having a bit of trouble with the code, but thanks for clearing it up for me!
-
Reply
- loopline loopline Dec 26, 2009 @ 10:07 am
- Sweet! I was having a bit of trouble with the code, but thanks for clearing it up for me!
-
Reply
- roamingrosie roamingrosie Oct 6, 2009 @ 8:41 pm
- Great lens! I'm working on a new lens using the Moment of Zen theme, and I really wanted a grey background behind the text, so I'm glad I found this lens! Thanks for listing the html codes! :)
-
Reply
- Michey Michey Jul 16, 2009 @ 9:59 am
- Very good info, I play with 2-3 of them, I am in the process of choosing one. I prefer the one which yellow highlight the titles of module, but the font has been changed and I don't like the font, I consider Zen as well.
thanks a lot
michey
-
Reply
- bdkz bdkz Jul 15, 2009 @ 7:46 pm
- Great information here!
-
Reply
- Jimmie Jimmie Jul 8, 2009 @ 7:43 am
- Love it! Bookmarking!
-
Reply
- clouda9 clouda9 Jun 24, 2009 @ 10:55 pm
- Oh I am dying for more tips on how to use the new themes...loving this idea! You have my e-mail, please send me a note when you update ;)
-
Reply
- FunGifts4All FunGifts4All Jun 17, 2009 @ 10:36 pm
- Thank you for the info. Just learning html and know even less about css. Thanks for sharing.
-
Reply
- Joan4 Joan4 Jun 17, 2009 @ 7:02 am
- It is so exciting to have all these new ways to decorate our lenses! I am looking forward to seeing your updates on this one!
Thanks for all your support!
A big thank you to all of you who've supported my online work by:
- asking questions
- giving constructive feedback
- voting on my lenses
- buying stuff from my lenses
- linking to any of my web projects
- ... donating money :)
- and being generally supportive :) ;)










