republican-creole
site Search:


 
    All Forums Hot Topics Gallery






how-to block ads


 
Search Topic:
Uniqs:
9075
Share Topic
Posting?
Post a:
Post a:
Links: ·Test Media Player Plugins ·Reducing memory usage - Firefox ·Tweaking for Fun/Speed Firefox Fx v4/5 Series
page: 1 · 2 · 3
AuthorAll Replies


madirish
Premium
join:2003-08-04
Cleveland, OH

reply to tahoejeff

Re: [Extension] LCD Clock v0.2

glad it works! Have fun



FastEddie
iMod
join:2000-12-29
Channel Z
kudos:6
Host:
All Things Unix
Mozilla Software
Android
Cyberonic
Rogers


Has anyone been able to find a way to get ride of the "shadows of the numbers not displayed"? It would make it much easier to read and also give it a cleaner appearance.






--
Here's To You


Trooper
Premium
join:2005-05-18
USA

1 edit

Not sure yet. Altho the code you posted does not work the same for me. If I use your code it blue background on black numbers.
--
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060207 Firefox/1.5.0.1 (mmoy CE 1.5.0.1 K8B-X63)



FastEddie
iMod
join:2000-12-29
Channel Z
kudos:6
Host:
All Things Unix
Mozilla Software
Android
Cyberonic
Rogers


Here's the full code I use that includes the place where you can change the background color. I use a photo editor to get the color number but you can also find them here Color Codes

.lcd-labels {
font-family: Digital Readout Thick Upright !important;
font-size: 2.0em !important;
padding: 0px 2px !important;
margin: 0px !important;
}

.lcdclock-bgcolor {
background-color: #E0E0E0 !important;
}

--
Here's To You


Diazruanova
Premium
join:2004-08-13
Mexico

reply to FastEddie
Hi FE,

this is working for me:

.lcd-fade-label {
opacity: 0.1 !important;
color: #FF0000 !important;
}

The important thing here in order to get rid of the "shadows of the numbers" is to lower the opacity value: between 0.0 and 0.2 should be fine.

The color of course, will be irrelevant

Diazruanova
--
Diazruanova



La Luna
Survived Ashraful
Premium
join:2001-07-12
Warwick, NY
kudos:3
Reviews:
·Vonage
·Optimum Online

said by Diazruanova:

Hi FE,

this is working for me:

.lcd-fade-label {
opacity: 0.1 !important;
color: #FF0000 !important;
}

The important thing here in order to get rid of the "shadows of the numbers" is to lower the opacity value: between 0.0 and 0.2 should be fine.

The color of course, will be irrelevant

Diazruanova
Yes it does work!!
--
~~Then the rainstorm came over me and I felt my spirit break; I had lost all of my belief you see, and realized my mistake...~~


FastEddie
iMod
join:2000-12-29
Channel Z
kudos:6
Host:
All Things Unix
Mozilla Software
Android
Cyberonic
Rogers

1 edit

reply to Diazruanova

Thanks Diazruanova See Profile

I put it in my userchrome and set the opacity to 0.0 and the shadows disappeared.

Great work!






--
Here's To You


Diazruanova
Premium
join:2004-08-13
Mexico

Any time
--
Diazruanova


hfam95

join:2003-06-20
Woodbridge, VA

1 edit

I wish I knew you had that problem. I would have told you that earlier. I left mine slightly shadowed to give that real digital feel.

Here is my complete code:

.lcd-disp-label {
opacity: 1.0 !important;
color: black !important;
}

.lcdclock-bgcolor {
background-color:#F8F8FF !important;
}

.lcd-labels {
font-family: Digital Readout Thick Upright !important;
font-size: 2.0em !important;
padding: 0px 2px !important;
margin: 0px !important;
}

.lcd-fade-label {
opacity: 0.25 !important;
color: DimGrey !important;
}



kcazzie
One Of Jerry's Kids
Premium
join:2000-08-13
Morton Grove, IL

reply to madirish
Great thread, thanks...;)...



FastEddie
iMod
join:2000-12-29
Channel Z
kudos:6
Host:
All Things Unix
Mozilla Software
Android
Cyberonic
Rogers


Here's a zipped file containing: the LCD clock extension,fonts and userChrome code to get you set up.


LCDClock.zip 103046 bytes



--
Here's To You


kcazzie
One Of Jerry's Kids
Premium
join:2000-08-13
Morton Grove, IL

Thanks FastEddie See Profile, have it up and running just fine...



madirish
Premium
join:2003-08-04
Cleveland, OH

reply to madirish

well,after playing around alittle bit finally got everything lined up,color set to what I want ect.Using Digital Readout Thick font.



Trooper
Premium
join:2005-05-18
USA

Exactly where do I get that font? And what is your code?

Off topic, what theme is that you have? It looks kinda cool.
--
Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.8.0.1) Gecko/20060207 Firefox/1.5.0.1 (mmoy CE 1.5.0.1 K8B-X63)



Santa Fe
Xfce Me
Premium,ExMod 2002-7
join:2000-08-22
Freight Yard
kudos:2

I believe it's this one, BlueShift
--
Do Egyptian children get visited by the Tooth Pharaoh?



madirish
Premium
join:2003-08-04
Cleveland, OH

reply to madirish
Santa Fe is correct BlueShift (aslo like RedShift).

code:.lcd-labels {
font-family: Digital Readout Thick !important;
font-size: 2.0em !important;
padding: 0px 2px !important;
margin: 0px !important;
top: 0px !important
}

.lcd-disp-label[small="true"] {
position: absolute;
left: 12px !important;
}

.lcd-disp-label {
opacity: 1.0 !important;
color: #000000 !important;
}

.lcdclock-bgcolor {
background-color: #33CCFF !important;
}



Trooper
Premium
join:2005-05-18
USA

1 edit

reply to madirish
Cheers and thanks to you both.

EDIT: Mine does still not look like yours tho madirish.



madirish
Premium
join:2003-08-04
Cleveland, OH

said by Trooper:

Cheers and thanks to you both.

EDIT: Mine does still not look like yours tho madirish.
just have to keep on fussing with the code.

check this new clock out-the colon blinks-still in alpha though-doesn't tell anything but time.

get it here: »hyperupload.com/download/80472f3···xpi.html


Trooper
Premium
join:2005-05-18
USA

Thanks I will have to keep trying.

This is mine.

hifive

join:2004-08-19
m6p-2y9

reply to madirish
Thanks for the code hfam, very nice work!


Monday, 04-Jun 00:09:39 Terms of Use & Privacy | feedback | contact | Hosting by nac.net - DSL,Hosting & Co-lo
over 12.5 years online © 1999-2012 dslreports.com.
Most commented news this week
Hot Topics