Blame view

3rdparty/opencv-4.5.4/doc/stylesheet.css 1013 Bytes
f4334277   Hu Chunming   提交3rdparty
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
  /* The standard CSS for doxygen 1.8.6 */
  
  body, table, div, p, dl {
      font: 400 14px/22px Helvetica, 'Segoe UI', Arial, freesans, sans-serif;
      word-wrap: break-word;
  }
  
  code {
      font-size: 85%;
      font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
      white-space: pre-wrap;
      padding: 1px 5px;
      background-color: rgb(223, 229, 241);
      vertical-align: baseline;
  }
  
  body {
      background-image: url(bodybg.png);
      margin: 0 auto;
  }
  
  div.fragment {
      padding: 3px;
      padding-bottom: 0px;
  }
  
  div.line {
      padding-bottom: 3px;
      font-family: "SFMono-Regular",Consolas,"Liberation Mono",Menlo,Courier,monospace;
  }
  
  div.contents {
      width: 980px;
      margin: 0 auto;
      padding: 15px 15px;
      border: 1px solid rgb(10, 80, 122);
      background-color: #fff;
  }
  
  span.arrow {
      height: 13px;
  }
  
  div.image img{
      max-width: 900px;
  }
  
  #projectlogo
  {
      text-align: center;
      vertical-align: middle;
      border-collapse: separate;
      padding-left: 0.5em;
  }