summaryrefslogtreecommitdiff
path: root/src/scaladoc/scala/tools/nsc/doc/html/resource/lib/ref-index.css
blob: 7cdcd9de21ff4b63e2b41133165a2809baff923a (plain) (blame)
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
/* fonts */
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 400;
  src: url('source-code-pro-v6-latin-regular.eot');
  src: local('Source Code Pro'), local('SourceCodePro-Regular'),
  url('source-code-pro-v6-latin-regular.eot?#iefix') format('embedded-opentype'),
  url('source-code-pro-v6-latin-regular.woff') format('woff'),
  url('source-code-pro-v6-latin-regular.ttf') format('truetype');
}
@font-face {
  font-family: 'Source Code Pro';
  font-style: normal;
  font-weight: 700;
  src: url('source-code-pro-v6-latin-700.eot');
  src: local('Source Code Pro Bold'), local('SourceCodePro-Bold'),
  url('source-code-pro-v6-latin-700.eot?#iefix') format('embedded-opentype'),
  url('source-code-pro-v6-latin-700.woff') format('woff'),
  url('source-code-pro-v6-latin-700.ttf') format('truetype');
}

body {
    font-size: 10pt;
    font-family: Arial, sans-serif;
}

a {
    color:#315479;
}

.letters {
  width:100%;
  text-align:center;
  margin:0.6em;
  padding:0.1em;
  border-bottom:1px solid gray;
}

div.entry {
  padding: 0.5em;
  background-color: #e1e7ed;
  border-radius: 0.2em;
  color: #103a51;
  margin: 0.5em 0;
}

.name {
  font-family: "Source Code Pro";
  font-size: 1.1em;
}

.occurrences {
  margin-left: 1em;
  margin-top: 5px;
}