author | Mahlon E. Smith <mahlon@martini.nu> |
Wed, 02 Dec 2009 17:00:38 -0800 | |
changeset 4 | 4fe151fd3b80 |
parent 3 | 1b5eb968d2c4 |
permissions | -rw-r--r-- |
1
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
1 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
2 |
body |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
3 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
4 |
width: 600px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
5 |
font-size: 0.9em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
6 |
font-family: sans; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
7 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
8 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
9 |
ul |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
10 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
11 |
list-style-type: none; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
12 |
line-height: 1.5em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
13 |
padding-left: 20px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
14 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
15 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
16 |
.date |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
17 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
18 |
font-size: 0.6em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
19 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
20 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
21 |
.outline |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
22 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
23 |
margin-bottom: 30px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
24 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
25 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
26 |
.percent |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
27 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
28 |
color: blue; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
29 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
30 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
31 |
.comment, .counts |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
32 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
33 |
font-size: 0.7em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
34 |
line-height: 1em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
35 |
padding-top: 2px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
36 |
margin-bottom: 5px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
37 |
font-family: sans; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
38 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
39 |
|
3
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
40 |
.comment_pre |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
41 |
{ |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
42 |
font-style: normal; |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
43 |
font-family: courier; |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
44 |
white-space: pre; |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
45 |
} |
1b5eb968d2c4
* Use a 'user block' character instead of a 'body block' for the settings line,
Mahlon E. Smith <mahlon@martini.nu>
parents:
1
diff
changeset
|
46 |
|
1
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
47 |
.counts |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
48 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
49 |
margin-left: 10px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
50 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
51 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
52 |
.counts:before { content: "("; } |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
53 |
.counts:after { content: ")"; } |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
54 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
55 |
.todo |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
56 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
57 |
padding-left: 4px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
58 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
59 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
60 |
.done |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
61 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
62 |
background-color: #f4f4f4; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
63 |
color: #777; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
64 |
padding-left: 4px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
65 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
66 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
67 |
.done:before |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
68 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
69 |
font-size: 1.5em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
70 |
color: green; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
71 |
content: "\2611 "; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
72 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
73 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
74 |
.todo:before |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
75 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
76 |
font-size: 1.5em; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
77 |
color: #777; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
78 |
content: "\2610 "; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
79 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
80 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
81 |
.legend .todo, .legend .done { border: 0 } |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
82 |
.legend |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
83 |
{ |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
84 |
margin-bottom: 30px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
85 |
margin-top: 20px; |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
86 |
} |
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
87 |
|
1ae1a79094fa
ModPerl2 update. This code was actually released (before it was in a
Mahlon E. Smith <mahlon@martini.nu>
parents:
diff
changeset
|
88 |