more drawings

This commit is contained in:
mose 2019-08-27 23:39:18 +08:00
parent e5367661af
commit 6bf87a05da
4 changed files with 18 additions and 5 deletions

View file

@ -95,14 +95,14 @@ li {
.tesfou {
max-width: 100%;
}
.card.idees, .card.chat {
.card.idees, .card.chat, .card.wiki {
position: relative;
}
.card.idees:before {
content: "";
position: absolute;
top: -50px;
background: url("images/idees-gris.png");
top: -70px;
background: url("images/bulbs.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;
@ -110,9 +110,22 @@ li {
.card.chat:before {
content: "";
position: absolute;
top: -40px;
top: -35px;
background: url("images/coaaaa.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;
}
.card.wiki:before {
content: "";
position: absolute;
top: -42px;
background: url("images/agir.png");
background-repeat: no-repeat;
width: 120px;
height: 120px;
}
.over:hover {
z-index: 999;
}

BIN
site/images/agir.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 13 KiB

BIN
site/images/bulbs.png Normal file

Binary file not shown.

After

Width:  |  Height:  |  Size: 12 KiB

View file

@ -71,7 +71,7 @@
</ul>
</div>
<div class="col-12 col-lg-5 align-middle">
<div class="embed-responsive embed-responsive-16by9">
<div class="embed-responsive embed-responsive-16by9 over">
<iframe width="420" height="240" sandbox="allow-same-origin allow-scripts" src="https://thinkerview.video/videos/embed/5417c4b5-38ce-4e69-bbc7-19335ade44e4" frameborder="0" allowfullscreen></iframe>
</div>
</div>