File: extra_stylesheet.css

package info (click to toggle)
openmolcas 25.02-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid, trixie
  • size: 170,204 kB
  • sloc: f90: 498,088; fortran: 139,779; python: 13,587; ansic: 5,745; sh: 745; javascript: 660; pascal: 460; perl: 325; makefile: 17
file content (53 lines) | stat: -rw-r--r-- 683 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
/* Remove named fonts in default stylesheet */

body, table, div, p, dl {
  font-family: sans-serif;
}

.title {
  font-family: sans-serif;
}

.params .paramdir {
  font-family: monospace,fixed;
}

.navpath li.navelem a {
  font-family: sans-serif;
}

#projectname {
  font-family: sans-serif;
}

#projectbrief {
  font-family: sans-serif;
}

#projectnumber {
  font-family: sans-serif;
}

div.toc li {
  font-family: sans-serif;
}

div.toc h3 {
  font-family: sans-serif;
}

#powerTip div {
  font-family: sans-serif;
}

/* Hide "More..." links in tables */

table.memberdecls a[href^='#'] {
  display: none;
}

/* Make <code> stand out a bit */

code {
  background-color: #EEE;
}