ITLISASTIME
ACQUARTERDC
TWENTYFIVEX
HALFBTENFTO
PASTERUNINE
ONESIXTHREE
FOURFIVETWO
EIGHTELEVEN
SEVENTWELVE
TENSEOCLOCK
Contributors: desirecampbell
Donate link: http://desirecampbell.com/
Tags: time, date, clock, qlock, two, qlocktwo, word, text
Requires at least: 2.0.2
Tested up to: 2.8.4
Stable tag: 1.0
Inspired by the design of the Qlocktwo word clock http://www.qlocktwo.com/ by Biegert & Funk.
Description
This plugin recreates the Qlocktwo word clock http://www.qlocktwo.com/ by Biegert & Funk as a CSS styled block of text.
#qlocktwo {
display:table;
background:#4f2f80;
color:#43286d;
font-family:monospace;
font-size:10pt;
letter-spacing:5pt;
margin:10px;
padding:25px;
text-align:justify;}
#qlocktwo #highlight{color:#fff;}
Installation
1. Upload qlocktwo directory to the /wp-content/plugins/ directory or install it through the Wordpress admin menu.
1. Activate the plugin through the ‘Plugins’ menu in WordPress
1. Place <?php do_action('plugin_name_hook'); ?> in your templates
Frequently Asked Questions
What options are there for styling the output?
The plugin uses CSS IDs “qlocktwo” and inside that “highlight”. Check the ‘description’ section for a sample stylesheet.
Shortcode?
Yup: [qlocktwo_short]
Screenshots
1. This is the default style included in the readme and ‘description’ section. It is modeled after the ‘frozen blackberry’ Qlocktwo colour.
2. Another styling, with a different font, and colour
Changelog
1.0
* Release, whoo!
0.8
* Fixed line breaks, added ‘A’ for ‘a quarter to/past’
0.5
* Initial version, still testing.



