projects
/
projects
/
chimara
/
chimara.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
Merge branch 'master' of ssh://git.stderr.nl/projects/chimara/chimara
[projects/chimara/chimara.git]
/
iliad
/
style.css
1
/* Possible windows:
2
* grid
3
* buffer
4
*
5
* Possible selectors:
6
* normal
7
* emphasized
8
* preformatted
9
* header
10
* subheader
11
* alert
12
* note
13
* block-quote
14
* input
15
* user1
16
* user2
17
* hyperlink
18
*
19
* Possible style hints:
20
* font-family (string)
21
* font-size (float)
22
* font-weight (normal/bold)
23
* font-style (normal/italic)
24
* color (#hex-value)
25
* background-color (#hex-value)
26
* text-align (left/right/center)
27
*/
28
grid.normal {
29
font-size: 10;
30
}
31
32
grid.user1 {
33
color: #303030;
34
background-color: #ffffff;
35
}
36
37
buffer.normal {
38
font-size: 10;
39
}
40
41
buffer.header {
42
font-size: 14;
43
font-weight: bold;
44
text-align: center;
45
}
46
47
buffer.subheader {
48
font-size: 12;
49
font-weight: bold;
50
}
51
52
buffer.alert {
53
color: #aa0000;
54
font-weight: bold;
55
}
56
57
buffer.note {
58
color: #aaaa00;
59
font-weight: bold;
60
}
61
62
buffer.block-quote {
63
text-align: center;
64
font-style: italic;
65
}
66
67
buffer.input {
68
color: #0000aa;
69
font-style: italic;
70
}
71
72
buffer.user1 {
73
}
74
75
buffer.user2 {
76
}
77
78
buffer.pager {
79
color: #ffffff;
80
background-color: #303030;
81
}