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

plugin-details.less « stylesheets « CorePluginsAdmin « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: c447e35025e262e2d424ef1f878f4fc49e088aa7 (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
98
99
100
101
.pluginDetails {
    font-size: 13px;
    text-align: left;
    line-height: 20px;

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

    .ui-tabs-panel ul, .ui-tabs-panel ol {
        list-style: initial;
        padding-left: 20px;
    }

    p, .ui-tabs-panel ul, .ui-tabs-panel li {
        text-align: left;
        line-height: 20px;
    }

    .header .intro {
        margin-bottom: 15px;
    }

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

    .description {
        padding-right: 25px;
    }

    .ui-tabs {
        padding: 0em;
    }

    .ui-tabs .ui-tabs-nav {
        padding: 0em;
        border-bottom: 1px solid #cccccc;
        margin-right: 25px;
        border-radius: 0px;
        font-size: 15px;
    }

    .ui-tabs .ui-tabs-panel {
        padding: 1.4em 3em 0em 0em;
    }

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

    .ui-state-default {
        border: 0px !important;
    }

    .ui-state-active {
        padding-bottom: 0px !important;
    }

    .ui-state-active.ui-state-default {
        border: 1px solid #cccccc !important;
    }

    .ui-state-default:hover {
        background-color: #eeeeee !important;
    }

    .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;
    }

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

    dt {
        font-weight: bold;
        line-height: 20px;
    }
    dd {
        margin-left: 10px;
        line-height: 20px;
    }

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

}