 madirishPremium join:2003-08-04 Cleveland, OH | reply to tahoejeff
Re: [Extension] LCD Clock v0.2 glad it works! Have fun
 |
|
|
|
 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 |
|
 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) |
|
 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 |
|
 | 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 LunaSurvived AshrafulPremium 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...~~ |
|
 Host: All Things Unix Mozilla Software Android Cyberonic Rogers
1 edit | reply to Diazruanova Thanks Diazruanova 
I put it in my userchrome and set the opacity to 0.0 and the shadows disappeared.
Great work! 

-- Here's To You |
|
 | 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; } |
|
 kcazzieOne Of Jerry's KidsPremium join:2000-08-13 Morton Grove, IL | reply to madirish Great thread, thanks...;)... |
|
 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 |
|
 kcazzieOne Of Jerry's KidsPremium join:2000-08-13 Morton Grove, IL | Thanks FastEddie , have it up and running just fine... |
|
 madirishPremium 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.
 |
|
 | 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 FeXfce MePremium,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? |
|
 madirishPremium 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; }
 |
|
 1 edit | reply to madirish Cheers and thanks to you both. 
EDIT: Mine does still not look like yours tho madirish.  |
|
 madirishPremium 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 |
|
 | Thanks I will have to keep trying.
This is mine. |
|
 | reply to madirish Thanks for the code hfam, very nice work! |
|