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

promo.less « stylesheets « CoreHome « plugins - github.com/matomo-org/matomo.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: ab0ed8f124e146ea2e3795398631becb6fe49502 (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
#piwik-promo-thumbnail {
    background: @theme-color-background-base url(plugins/CoreHome/images/promo_splash.png) no-repeat 0 0;
    background-position: center;
    width: 100%;
    max-width: 321px;
    margin: 0 auto 0 auto;
}

#piwik-promo-embed {
    margin-left: 1px;
}

#piwik-promo-embed>iframe {
    z-index: 0;
}

#piwik-promo-thumbnail {
    height: 178px;
}

#piwik-promo-thumbnail:hover {
    opacity: .75;
    cursor: pointer;
}

#piwik-promo-thumbnail>img {
    display: block;
    position: relative;
    top: 53px;
    left: 125px;
}

#piwik-promo-video {
    margin: 2em 0 2em 0;
}

#piwik-widget-footer {
    margin: 0 1em 1em 1em;
}

#piwik-promo-share {
    margin: 0 2em 1em 0;
    background-color: #CCC;
    border: 1px solid #CCC;
    border-radius: 6px;
    display: inline-block;
    padding: 0 .5em 0 .5em;
    float: right;
}

#piwik-promo-share > a {
    margin-left: .5em;
    margin-top: 4px;
    display: inline-block;
}

#piwik-promo-share>span {
    display: inline-block;
    vertical-align: top;
    margin-top: 4px;
}

#piwik-promo-videos-link {
    font-size: .8em;
    font-style: italic;
    margin: 1em 0 0 1.25em;
    color: @theme-color-text-lighter;
    display: inline-block;
}

#piwik-promo-videos-link:hover {
    text-decoration: none;
}