File: about.css

package info (click to toggle)
trac 0.10.3-1
  • links: PTS
  • area: main
  • in suites: etch-m68k
  • size: 2,692 kB
  • ctags: 2,972
  • sloc: python: 22,683; cs: 3,174; sh: 30; makefile: 10
file content (42 lines) | stat: -rw-r--r-- 1,366 bytes parent folder | download | duplicates (2)
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
/* About config */
#content.about_config table {
 border-collapse: collapse;
 margin: 2em 0;
}
#content.about_config th {
 background: #f7f7f0;
 font-weight: bold;
 text-align: left;
 vertical-align: top;
}
#content.about_config th.section {
 text-align: right;
}
#content.about_config th, #content.about_config td {
 border: 1px solid #ddd;
 padding: 3px;
}
#content.about_config td.name { background:#f9f9f0; }
#content.about_config td.value { background:#f9f9f0; font-weight: bold; }
#content.about_config td.defaultvalue { font-family: monospace; background:#f9f9f0; }
#content.about_config td.doc { padding: 3px 1em 3px 1em; }

/* About plugins */
#content.about_plugins h2 {
 background: #f7f7f7;
 border-bottom: 1px solid #d7d7d7;
 margin: 2em 0 0;
}
#content.about_plugins table {
 border-collapse: collapse;
 margin: 1em 0;
 table-layout: fixed;
 width: 100%;
}
#content.about_plugins th, #content.about_plugins td { border: 1px solid #ddd; padding: 3px }
#content.about_plugins th { background: #f7f7f0; font-weight: bold; text-align: right; vertical-align: top; width: 12em }
#content.about_plugins td.module { font-family: monospace; }
#content.about_plugins td.module .path { color: #999; font-size: 90%; }

#content.about_plugins td.xtnpts { margin-top: 1em; }
#content.about_plugins td.xtnpts ul { list-style: square; margin: 0; padding: 0 0 0 2em; }