/usr/lib/ezmlm-browse/browse.css is in ezmlm-browse 0.10-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
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 | BODY { background: #efeff7; color: #000000; }
H1 {
background: #314a63;
color: #ffffff;
margin-top: 0px;
margin-bottom: 0px;
}
HR { display: none; }
TH { background: #adbbd8; }
.versioninfo { font-size: small; }
.evenrow { background: #dadfef; }
.oddrow { background: #c6d0e7; }
.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; }
/* Parts of the pager */
.pager { background: #8598bf; text-align: center; }
.pager-first { }
.pager-prev { }
.pager-curr { }
.pager-next { }
.pager-last { }
/* Parts of the message menu */
.msgmenu { background: #8598bf; 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: #adbbd8; }
.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 { }
|