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

plugin-details.less « stylesheets « Marketplace « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: 445dcc7d217b6cb419a803dd91add904bfc76823 (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
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
.pluginDetails {
    font-size: 13px;
    text-align: left;
    line-height: 20px;

    > .row > .col {
        padding-left: 0;
        padding-right: 0;
    }

    #pluginDetailsTabs > .col {
        padding: 0 16px 0 0;
    }

    h3, h4, h5, h6 {
        margin: 20px 0 10px 0;
        color: #000000;
    }

    iframe{
        width:100%;
        border: 0;
        background-image: url('plugins/Morpheus/images/loading-blue.gif');
        background-repeat: no-repeat;
        background-position: center;
    }

    .tab-content ul, .tab-content ol {
        list-style: initial;
        padding-left: 20px;
    }

    p, .tab-content ul, .tab-content li {
        text-align: left;
        line-height: 20px;
        list-style: initial;
    }

    #pluginDetailsTabs {
        margin-top: 25px;
    }

    .contentDetails p {
        margin: 0 0 10px;
    }

    .description {
        padding-right: 25px;
    }

    .variationPicker {
        margin-top: 0;
        margin-bottom: 15px;
        input.select-dropdown {
            font-size: 15px;
        }
    }

    .contentDetails a {
        color: @theme-color-link;
        text-decoration: none;
    }

    .download,
    .install {
        padding: 11px 19px;
        font-size: 17.5px;
        -webkit-border-radius: 6px;
        -moz-border-radius: 6px;
        border-radius: 6px;
        color: #ffffff;
        background-color: #5bb75b;
        display: inline-block;
        text-decoration: none;
    }

    .download:hover,
    .install:hover {
        text-decoration: underline;
    }

    dt {
        line-height: 20px;
    }
    dd {
        margin-left: 10px;
        line-height: 20px;
        color: @theme-color-text-contrast;
    }

    .featuredIcon {
        height: 16px;
        width: 16px;
        margin-right: 5px;
    }

}