File: purple.css

package info (click to toggle)
ezmlm-browse 0.10-2
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k, lenny
  • size: 388 kB
  • ctags: 193
  • sloc: python: 1,133; makefile: 88; xml: 48; ansic: 14; sh: 3
file content (73 lines) | stat: -rw-r--r-- 1,536 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
BODY { background: #dedede; color: #000000; }
H1 {
	background: #44385c;
	color: #ffffff;
	margin-top: 0px;
	margin-bottom: 0px;
}
HR { display: none; }

TH { background: #9189a0; }

.versioninfo { font-size: small; }

.evenrow { background: #c8c2d3; }
.oddrow { background: #a9a3b4; }

.author { }
.listdesc { }
.listlink { }
.month { text-align: right; }
.msgcount { font-family: monospace; text-align: center; }
.msgsitem { border-style: groove; }
.msgslink { }
.note { }
.subject { }
.threaditem { border-width: thin; }
.threadslink { }
.timestamp { }
.year { text-align: left; }

.msg HR { display: block; }
/* Parts of the pager */
.pager { background: #6d667c; text-align: center; }
.pager-first { }
.pager-prev { }
.pager-curr { }
.pager-next { }
.pager-last { }

/* Parts of the message menu */
.msgmenu { background: #9189a0; width: 100%; }
.msgmenu-prevbydate { }
.msgmenu-nextbydate { }
.msgmenu-prevbythread { }
.msgmenu-nextbythread { }
.msgmenu-label { text-align: right; white-space: nowrap; }
.msgmenu-value { text-align: left; width: 99%; }

/* Parts of the menu bar */
.menubar { background: #6d667c; }
.menu-lists { }
.menu-config { }
.menu-first { }
.menu-prev { }
.menu-bythread { }
.menu-bydate { }
.menu-next { }
.menu-last { }
.menu-months { }
.menu-search { }
.menu-subscribe { }

/* Configuration table */
.config { }
.config-label { text-align: right; }
.config-value { text-align: left; }

/* The list table classes */
.lists { }
.months { border: 0px; }
.msglist { }
.msgs { width: 100%; }
.threadlist { }