nnnjjj123
2020-11-17 1b2c1edb61190eeb19f465ff031eaa3b2a1b8dbc
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
/* ======= Styling for the document itself (overriding dojo.css) ======== */
 
@import "variables";
@import url("../../../dojo/resources/dojo.css");
 
.claro {
  font-family: Verdana, Arial, Helvetica, sans-serif;
  font-size: .688em;
  color: @document-text-color;
}
 
/* Headings */
.claro h1 {
    font-size: 1.545em; 
    margin-bottom:0.727em;
}
.claro h2 { 
    font-size: 1.364em; 
    line-height: 1.455em; 
    margin-top:1em; 
    margin-bottom:0.60em;
    font-weight: normal;
}
.claro h3, .claro h4, .claro h5, .claro h6 {
    font-size:1.091em; 
    font-weight: normal; 
}
 
/* paragraphs, quotes and lists */
.claro p { 
    line-height: 1.3em;
}
 
/* pre and code */
.claro pre, .claro code { 
    font-family:inherit; 
    background-color: @document-shadedsection-background-color; 
    border: 1px solid @document-border-color;
}
 
/* tables */
.claro table.dojoTabular thead, .claro table.dojoTabular tfoot { 
    background-color: @document-shadedsection-background-color; 
    border: 1px solid @document-border-color; 
}