This commit is contained in:
r_minaeva
2022-10-25 10:40:36 +05:00
parent a601add232
commit 2e52dad18b
425 changed files with 64 additions and 23 deletions

View File

@ -24,12 +24,48 @@ p {
text-indent: 20px;
}
ol.oldec {
list-style-type: decimal;
}
ol.oldec li {
list-style-type: decimal;
}
ol.oldec li:before {
list-style-type: decimal;
}
ul.uldisc {
list-style-type: disc;
}
ul.ulcircle {
list-style-type: circle;
}
img {
border: 1px solid #9f9f9f;
transition: transform ease-in-out 0.5s;
}
img:active[src*="#zoom"] {
cursor: zoom-out;
position: fixed;
top: 50%;
left: 50%;
/* bring your own prefixes */
transform: translate(-50%, -50%);
margin-top: 75px;
margin-bottom: auto;
margin-left: auto;
margin-right: auto;
width: 1200px;
height: auto;
}
img[src*="#zoom"] {
cursor: zoom-in;
}
.center {
display: block;
margin-left: auto;