Add-ons Mirror: LCD Clock 0.4.2 [FX] - Add-ons Mirror

Jump to content

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

LCD Clock 0.4.2 [FX] An LCD looking clock

#1 User is offline   Sboulema Icon

  • TEM Founder
  • Icon
  • Group: Admin
  • Posts: 1,853
  • Joined: 10-March 04
  • Gender:Male
  • Location:Amstelveen, The Netherlands
  • Platform: Vista

Posted 26 February 2006 - 04:23 AM

Name: LCD Clock
GUID: lcdclock_bloodeye@gmail.com
Author: Bloodeye
Version: 0.4.2
Size: 36KB
Date: 2006-04-13
Compatibility: [tb07] 1.5 - 3.* [fx09] 1.5 - 3.*
Platforms: [win] [mac] [lin] (not specified)
:home24: Homepage | :mzf16: mozillaZine | mozillaZine | :ami16: Discussion

LCD Clock - Is a LCD styled clock. Clock beeps on every hour, half-hour, and quarter hour if so desired. Alarm can be set through context menu. Appearance and display are highly customizable. Will work with all fonts.

Posted Image

:download: Download


:ext16: PREVIOUS VERSIONS

Quote

Some people at AMI and MZF prefer the previous version, so here it is.

LCD Clock 0.3.1
This version works on [tb07] 1.5 - 1.6.0.* [fx09] 1.5 - 3.1

:download: Download

LCD Clock 0.2 is also available here, but it only works on Firefox.


:ext16: SEAMONKEY VERSION

Quote

Author: Bloodeye
* Modified by: Philip Chee
Version: 0.4.2
Size: 37KB
Date: 2009-07-12
Compatibility: [fx09] 1.5 - 3.6.* [tb07] 3.0a1pre - 3.6.* [sm] 1.5a - 2.1.*
Requires: :ext16: xSidebar (Seamonkey 1.0 & 1.1 only)
* xSidebar is not necessary for SeaMonkey 2.0.
:star16: xMod Homepage

:download: Download

0

#2 User is offline   Seamaiden Icon

  • AMI Founder
  • Icon
  • Group: Admin
  • Posts: 2,343
  • Joined: 22-February 06
  • Gender:Female
  • Location:Fresno, California
  • Interests:INTERESTS: Computer Security; Freeware; Testing extensions & themes; Sci-Fi; Oceans, Forests,, Saving the Planet; Writing.
    DREAM: To live in a place where the forest meets the sea.
  • Platform: Windows XP

Posted 26 January 2007 - 07:39 AM

:option16: STYLING
Customize the look of the clock through easy changes in userChrome.css or by using the :ext16: Stylish extension.
  • Background color
  • Font
  • Font Size
  • Font Color
  • Font\label position

By default, LCD Clock is setup for LCD2 Bold Font for best results. If you change the font, then more than likely you will need to change the size and position.

FONT POSITION SETTINGS

Quote

/* LCD Clock serif font position settings within userChrome.css */
/* Will have to play around with these if using a different font */
.lcd-labels {
position: absolute;
top: 2px !important;
}

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

If the shadow and the font number are not aligned, you will need to play around with the top and left rules to get it aligned correctly.

BACKGROUND & TEXT COLORS

Quote

/* How about a different background and text color. Could change opacity too */
.lcd-fade-label {
opacity: 0.2 !important;
color: #00A651 !important;
}

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

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

Quote

* LCD Clock transparent background */
/* The color of your browser will be displayed instead */
.lcdclock-bgcolor {
background-color: transparent !important;
}


IMAGES

Quote

/* Everything else can be changed including images */
/* These are the images that make up the outline shape */
.lcdclock-lend {
list-style-image: url('chrome://lcdclock/skin/left-endcap.png');
}
.lcdclock-middle {
background-image: url('chrome://lcdclock/skin/mid-section.png');
background-repeat:repeat-x;
}
.lcdclock-rend {
list-style-image: url('chrome://lcdclock/skin/right-endcap.png');
}

/* These are the alarm and pm indicator images */
.lcd-alarm-on {
list-style-image: url('chrome://lcdclock/skin/alarm-on.gif');
}
.lcd-alarm-off {
list-style-image: url('chrome://lcdclock/skin/alarm-off.png');
}
.lcd-pm {
list-style-image: url('chrome://lcdclock/skin/pm-off.png');
}
.lcd-pm[pm="true"]{
list-style-image: url('chrome://lcdclock/skin/pm-on.png');
}


FONTS & SOUNDS
Here are some other fonts and sounds you can add:

Digital Readout Font
7 Segment Font
Royalty Free Clock Sounds
0

Page 1 of 1
  • You cannot start a new topic
  • You cannot reply to this topic

1 User(s) are reading this topic
0 members, 1 guests, 0 anonymous users