Welcome to mirror list, hosted at ThFree Co, Russian Federation.

listAllAPI.less « stylesheets « API « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a01161b609cbea4bdb2baa23eb8246ef85c5c87e (plain)
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
#token_auth {
    background-color: #E8FFE9;
    border: 1px solid #00CC3A;
    margin: 0 0 16px 8px;
    padding: 12px;
    line-height: 4em;
}

.example, .example A {
    color: #9E9E9E;
}

.page_api {
    padding: 0 15px 0 15px;
}

.page_api h2 {
    border-bottom: 1px solid #DADADA;
    margin: 10px -15px 15px 0;
    padding: 0 0 5px 0;
    font-size: 24px;
    width:100%;
}

.page_api p {
    line-height: 140%;
    padding-bottom: 20px;
}

.apiFirstLine {
    font-weight: bold;
    padding-bottom: 10px;
}

.page_api ul {
    list-style: disc outside none;
    margin-left: 25px;
}

.apiDescription {
    line-height: 1.5em;
    padding-bottom: 1em;
}

.apiMethod {
    margin-bottom: 5px;
    margin-left: 20px;
}