~ubuntu-branches/ubuntu/jaunty/xdaliclock/jaunty

« back to all changes in this revision

Viewing changes to OSX/DaliClock.wdgt/DaliClock.css

  • Committer: Bazaar Package Importer
  • Author(s): Florian Ernst
  • Date: 2007-12-02 11:28:00 UTC
  • mfrom: (1.1.4 upstream) (4.1.1 lenny)
  • Revision ID: james.westby@ubuntu.com-20071202112800-347g6j06sgjp0s1f
Tags: 2.25-1
* New upstream release
* Do the menu transition: Apps/Tools -> Games/Toys
* Make use of Homepage control field

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
/*
 
2
This file was generated by Dashcode from Apple Inc.
 
3
You may edit this file to customize your Dashboard widget.
 
4
*/
 
5
 
 
6
body {
 
7
    margin: 0px;
 
8
}
 
9
 
 
10
#frontImg {
 
11
    position: absolute;
 
12
    top: 0px;
 
13
    left: 0px;
 
14
    bottom: 0px;
 
15
    right: 0px;
 
16
    width: auto;
 
17
    height: auto;
 
18
}
 
19
 
 
20
#info {
 
21
    position: absolute;
 
22
    right: 15px;
 
23
    bottom: 18px;
 
24
    width: 13px;
 
25
    height: 13px;
 
26
}
 
27
 
 
28
#back {
 
29
    display: none;
 
30
}
 
31
 
 
32
#backImg {
 
33
    position: absolute;
 
34
    top: 0px;
 
35
    left: 0px;
 
36
    right: 0px;
 
37
    width: auto;
 
38
    bottom: 0px;
 
39
    height: auto;
 
40
}
 
41
 
 
42
#done {
 
43
    position: absolute;
 
44
    right: 21px;
 
45
    bottom: 21px;
 
46
    margin-left: auto;
 
47
    margin-top: auto;
 
48
}
 
49
 
 
50
#radiobutton7 {
 
51
}
 
52
 
 
53
#timeStyleSSdiv {
 
54
    position: absolute;
 
55
    font-family: HelveticaNeue;
 
56
    font-size: 10pt;
 
57
    left: 161px;
 
58
    top: 69px;
 
59
    width: 186px;
 
60
}
 
61
 
 
62
#timeStyleHHMMSSdiv {
 
63
    position: absolute;
 
64
    font-family: HelveticaNeue;
 
65
    font-size: 10pt;
 
66
    left: 161px;
 
67
    top: 29px;
 
68
    width: 186px;
 
69
}
 
70
 
 
71
#timeStyleSS {
 
72
}
 
73
 
 
74
#timeStyleHHMMdiv {
 
75
    position: absolute;
 
76
    font-family: HelveticaNeue;
 
77
    font-size: 10pt;
 
78
    left: 161px;
 
79
    top: 49px;
 
80
    width: 186px;
 
81
}
 
82
 
 
83
#hourStyle12div {
 
84
    position: absolute;
 
85
    font-family: HelveticaNeue;
 
86
    font-size: 10pt;
 
87
    width: 103px;
 
88
    top: 29px;
 
89
    left: 356px;
 
90
}
 
91
 
 
92
#hourStyle24div {
 
93
    position: absolute;
 
94
    font-family: HelveticaNeue;
 
95
    font-size: 10pt;
 
96
    width: 103px;
 
97
    top: 49px;
 
98
    left: 356px;
 
99
}
 
100
 
 
101
#dateStyleMMDDYYdiv {
 
102
    position: absolute;
 
103
    font-family: HelveticaNeue;
 
104
    font-size: 10pt;
 
105
    width: 120px;
 
106
    left: 30px;
 
107
    top: 29px;
 
108
}
 
109
 
 
110
#dateStyleDDMMYYdiv {
 
111
    position: absolute;
 
112
    font-family: HelveticaNeue;
 
113
    font-size: 10pt;
 
114
    width: 120px;
 
115
    left: 30px;
 
116
    top: 49px;
 
117
}
 
118
 
 
119
#dateStyleYYMMDDdiv {
 
120
    position: absolute;
 
121
    font-family: HelveticaNeue;
 
122
    font-size: 10pt;
 
123
    width: 120px;
 
124
    left: 30px;
 
125
    top: 69px;
 
126
}
 
127
 
 
128
#errorDiv {
 
129
    position: absolute;
 
130
    top: 30px;
 
131
    left: 30px;
 
132
    bottom: 30px;
 
133
    right: 30px;
 
134
 
 
135
    padding: 40px;
 
136
    text-align: center;
 
137
    font-family: HelveticaNeue;
 
138
    font-size: 16pt;
 
139
    font-weight: bold;
 
140
    color: white;
 
141
    background: black;
 
142
    display: none;
 
143
}
 
144