more drawings
This commit is contained in:
parent
e5367661af
commit
6bf87a05da
4 changed files with 18 additions and 5 deletions
|
@ -95,14 +95,14 @@ li {
|
||||||
.tesfou {
|
.tesfou {
|
||||||
max-width: 100%;
|
max-width: 100%;
|
||||||
}
|
}
|
||||||
.card.idees, .card.chat {
|
.card.idees, .card.chat, .card.wiki {
|
||||||
position: relative;
|
position: relative;
|
||||||
}
|
}
|
||||||
.card.idees:before {
|
.card.idees:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -50px;
|
top: -70px;
|
||||||
background: url("images/idees-gris.png");
|
background: url("images/bulbs.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 120px;
|
height: 120px;
|
||||||
|
@ -110,9 +110,22 @@ li {
|
||||||
.card.chat:before {
|
.card.chat:before {
|
||||||
content: "";
|
content: "";
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: -40px;
|
top: -35px;
|
||||||
background: url("images/coaaaa.png");
|
background: url("images/coaaaa.png");
|
||||||
background-repeat: no-repeat;
|
background-repeat: no-repeat;
|
||||||
width: 120px;
|
width: 120px;
|
||||||
height: 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
BIN
site/images/agir.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 13 KiB |
BIN
site/images/bulbs.png
Normal file
BIN
site/images/bulbs.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 12 KiB |
|
@ -71,7 +71,7 @@
|
||||||
</ul>
|
</ul>
|
||||||
</div>
|
</div>
|
||||||
<div class="col-12 col-lg-5 align-middle">
|
<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>
|
<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>
|
||||||
</div>
|
</div>
|
||||||
|
|
Loading…
Reference in a new issue