File: manual.css

package info (click to toggle)
musescore2 2.3.2%2Bdfsg4-15
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye
  • size: 168,212 kB
  • sloc: cpp: 262,317; xml: 176,707; sh: 3,377; ansic: 1,384; python: 356; makefile: 227; perl: 82; pascal: 78
file content (67 lines) | stat: -rw-r--r-- 1,290 bytes parent folder | download | duplicates (11)
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
57
58
59
60
61
62
63
64
65
66
67
body {
      background:#fff;
      margin-left: 5pt;
      padding: 0;
      font-family: Verdana, DejaVuSans, Geneva, sans-serif;
      line-height: 1.4;
      color: rgb(54, 53, 52);
      font-size: 10px;
      }

a {
      color: rgb(0,115,47);
      text-decoration:none;
      }

h3 {
      padding: 0;
      font: bold 18px Arial;
      margin-top: 5pt;
      margin-bottom: 5pt;
      }
h4 {
      font: bold 11px Arial;
      padding: 0;
      margin-top: 0pt;
      margin-bottom: 0pt;
      }

table.tab1 {
      border-radius: 7px;
      background-color: rgb(246, 246, 246);
      border: 1px solid rgb(230, 230, 230);
      }

div.tab1 {
      margin-left: 50pt;
      margin-top: 5pt;
      margin-bottom: 5pt;
      }

div.methods,div.properties {
      border-radius: 7px;
      background-color: rgb(246, 246, 246);
      border: 1px solid rgb(230, 230, 230);
      margin-top: 5pt;
      margin-bottom: 10pt;
      }

div.properties table td {
      padding-left: 5pt;
      padding-right: 5pt;
      }

div.method {
      margin-top:    0pt;
      margin-bottom: 0pt;
      margin-left: 10pt;
      }

div.method-description {
      margin-left: 20pt;
      margin-bottom: 8pt;
      }
div.class-description {
      margin-left: 10pt;
      margin-bottom: 8pt;
      }