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

createjs.css « createjs « bower_components « static - github.com/syui/hugo-theme-wave.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: d133abb8e5518626304f4c2d73b9b52575f0c7c5 (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
#top-image {
    padding-bottom: 10%;
}
@media (max-width: 750px)
#top-image, #archive-image-wrap {
    padding-bottom: 200px !important;
}

#top-image, #archive-image-wrap {
    width: 100%;
    height: 0;
    position: relative;
    padding-bottom: 10%;
    background: #000;
    /*margin-top: 42px;*/
}

#top-image iframe, #archive-image-wrap iframe {
    position: absolute;
    width: 100%;
    height: 100%;
}

iframe {
    border: 0;
}

iframe {
    border-image-source: initial;
    border-image-slice: initial;
    border-image-width: initial;
    border-image-outset: initial;
    border-image-repeat: initial;
    border-width: 0px;
    border-style: inset;
    border-color: initial;
}