rapport
This commit is contained in:
parent
672553f3aa
commit
eaf77e8975
8 changed files with 65 additions and 51 deletions
|
|
@ -2047,4 +2047,27 @@ body main {
|
|||
|
||||
#tab-toc:checked ~ .content-aside #print-features {
|
||||
display: none;
|
||||
}
|
||||
|
||||
#rapport {
|
||||
--fig-outside: calc(var(--spacing)*2);
|
||||
}
|
||||
#rapport .container-figure {
|
||||
width: calc(100% + var(--fig-outside) * 2);
|
||||
position: relative;
|
||||
left: calc(var(--fig-outside) * -1);
|
||||
}
|
||||
#rapport .fig-simple {
|
||||
height: calc(100vh - var(--header-h) - var(--spacing) * 2);
|
||||
}
|
||||
#rapport .fig-simple figure {
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
}
|
||||
#rapport .fig-simple figure img {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
-o-object-fit: contain;
|
||||
object-fit: contain;
|
||||
}/*# sourceMappingURL=style.css.map */
|
||||
File diff suppressed because one or more lines are too long
|
|
@ -277,4 +277,31 @@
|
|||
#tab-print:checked ~ .content-aside #print-features{ display: block; }
|
||||
|
||||
#tab-toc:checked ~ .content-aside #toc{ display: block; }
|
||||
#tab-toc:checked ~ .content-aside #print-features{ display: none; }
|
||||
#tab-toc:checked ~ .content-aside #print-features{ display: none; }
|
||||
|
||||
|
||||
|
||||
|
||||
#rapport{
|
||||
--fig-outside: calc(var(--spacing)*2);
|
||||
.container-figure{
|
||||
width: calc(100% + var(--fig-outside)*2);
|
||||
position: relative;
|
||||
left: calc(var(--fig-outside)*-1);
|
||||
}
|
||||
.fig-simple{
|
||||
height: calc(100vh - var(--header-h) - var(--spacing)*2);
|
||||
|
||||
figure{
|
||||
height: 100%;
|
||||
width: 100%;
|
||||
overflow: hidden;
|
||||
|
||||
img{
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
object-fit: contain;
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
BIN
assets/images/adam-raihane/fig-1-a.png
Normal file
BIN
assets/images/adam-raihane/fig-1-a.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 1.4 MiB |
BIN
assets/images/adam-raihane/fig-1-b.png
Normal file
BIN
assets/images/adam-raihane/fig-1-b.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 910 KiB |
BIN
assets/images/adam-raihane/fig-2.png
Normal file
BIN
assets/images/adam-raihane/fig-2.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 706 KiB |
BIN
assets/images/adam-raihane/fig-3.png
Normal file
BIN
assets/images/adam-raihane/fig-3.png
Normal file
Binary file not shown.
|
After Width: | Height: | Size: 695 KiB |
Loading…
Add table
Add a link
Reference in a new issue