CSS questions...

CSS coding help please c:
1. ok well does anyone know 'glow hovers?' when you hover over a word it glows?
2. how do i get rid of the: header, side bar, picture categories, blog categories, etc etc? How do you make all that disappear?
3. translucent comments? there almost invisible?

---
thanks guys! c:

Bump. Anyone?

Bump.
Anyone?

siggy by soli <3
Unplugged's picture

1. Hoverglow text

1. Hoverglow text here

<font class="glow">Hoverglow text here</font>
and
<style>.glow{color:#ff9999;-moz-transition:color 0.2s, text-shadow 0.2s;-webkit-transition:color 0.2s, text-shadow 0.2s;-o-transition:color 0.2s, text-shadow 0.2s} .glow:hover{color:#ffffff;text-shadow:0 0 2px #ffffff}</style>

Of if you want to make all links glow:
<style>a:link, a:visited{color:#ff9999;-moz-transition:color 0.2s, text-shadow 0.2s;-webkit-transition:color 0.2s, text-shadow 0.2s;-o-transition:color 0.2s, text-shadow 0.2s} a:link:hover, a:visited:hover{color:#ffffff;text-shadow:0 0 2px #ffffff}</style>

2. see here

3. <style>#comments{opacity:0.3}</style>
You can adjust the opacity. 0 is transparent, 1 is opaque. The example code has an opacity of 30%.

oh thank you so much! c8

oh thank you so much! c8 <3

siggy by soli <3
RosenQuarz's picture

Tracking for future usage ^^

Tracking for future usage ^^