Версия №3

This commit is contained in:
GafarovaGG
2022-05-25 15:19:25 +05:00
parent b58cf3a432
commit f11c870dba
4 changed files with 139 additions and 83 deletions

View File

@ -53,7 +53,7 @@ img {
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
width: 1100px;
width: 1600px;
height: auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}

63
docs/css/extra.css.bak Normal file
View File

@ -0,0 +1,63 @@
.figure-image {
text-align: center;
}
h2 {
margin-top: 40px;
margin-bottom: 20px;
}
.admonition.caution
.admonition-title {
background: rgba(255, 230, 0, 0.349)
}
figcaption {
font-size: .6rem;
}
.md-typeset {
font-size: 0.7rem;
}
p {
text-indent: 20px;
}
img {
border: 1px solid #9f9f9f;
transition: transform ease-in-out 0.5s;
}
.center {
display: block;
margin-left: auto;
margin-right: auto;
}
.zoom {
transition: transform ease-in-out 0.5s;
cursor: zoom-in;
}
.image-zoom-large {
cursor: zoom-out;
z-index: 100;
position: absolute;
left: 50%;
/* */
transform: translate(-50%, 0%);
text-align: center;
margin-top: 0px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
width: 2000px;
height: auto;
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
}
table {
word-break: break-word;
}