Last change
on this file since 249 was
249,
checked in by hendrikvanantwerpen, 13 years ago
|
This one's for Subversion, because it's so close...
First widget (stripped down sequencer).
Seperated client and server code in two direcotry trees.
|
File size:
283 bytes
|
Line | |
---|
1 | #clock { |
---|
2 | position: relative; |
---|
3 | background: #222; |
---|
4 | width: 960px; |
---|
5 | height: 700px; |
---|
6 | } |
---|
7 | |
---|
8 | #clock div { |
---|
9 | position: absolute; |
---|
10 | right: 4px; |
---|
11 | bottom: 4px; |
---|
12 | color: #ddd; |
---|
13 | font: 10px sans-serif; |
---|
14 | } |
---|
15 | |
---|
16 | #clock a { |
---|
17 | color: #fff; |
---|
18 | font-weight: bold; |
---|
19 | } |
---|
20 | |
---|
21 | text { |
---|
22 | font: bold 13px sans-serif; |
---|
23 | } |
---|
Note: See
TracBrowser
for help on using the repository browser.