comparison examples/trac/htdocs/css/about.css @ 39:71ecbe90aafc

Copy Trac to main branch.
author cmlenz
date Mon, 03 Jul 2006 18:53:27 +0000
parents
children
comparison
equal deleted inserted replaced
38:fec9f4897415 39:71ecbe90aafc
1 /* About config */
2 #content.about_config table {
3 border-collapse: collapse;
4 margin: 2em 0;
5 }
6 #content.about_config th {
7 background: #f7f7f0;
8 font-weight: bold;
9 text-align: left;
10 vertical-align: top;
11 }
12 #content.about_config th.section {
13 text-align: right;
14 }
15 #content.about_config th, #content.about_config td {
16 border: 1px solid #ddd;
17 padding: 3px;
18 }
19 #content.about_config td.name { background:#f9f9f0; }
20 #content.about_config td.value { background:#f9f9f0; font-weight: bold; }
21 #content.about_config td.defaultvalue { font-family: monospace; background:#f9f9f0; }
22 #content.about_config td.doc { padding: 3px 1em 3px 1em; }
23
24 /* About plugins */
25 #content.about_plugins h2 {
26 background: #f7f7f7;
27 border-bottom: 1px solid #d7d7d7;
28 margin: 2em 0 0;
29 }
30 #content.about_plugins table {
31 border-collapse: collapse;
32 margin: 1em 0;
33 table-layout: fixed;
34 width: 100%;
35 }
36 #content.about_plugins th, #content.about_plugins td { border: 1px solid #ddd; padding: 3px }
37 #content.about_plugins th { background: #f7f7f0; font-weight: bold; text-align: right; vertical-align: top; width: 12em }
38 #content.about_plugins td.module { font-family: monospace; }
39 #content.about_plugins td.module .path { color: #999; font-size: 90%; }
40
41 #content.about_plugins td.xtnpts { margin-top: 1em; }
42 #content.about_plugins td.xtnpts ul { list-style: square; margin: 0; padding: 0 0 0 2em; }
Copyright (C) 2012-2017 Edgewall Software