114 lines
2.0 KiB
CSS
114 lines
2.0 KiB
CSS
![]() |
.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;
|
||
|
}
|
||
|
|
||
|
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;
|
||
|
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: 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);
|
||
|
}
|
||
|
.md-grid {
|
||
|
max-width: 95%;
|
||
|
}
|
||
|
|
||
|
table {
|
||
|
word-break: break-word;
|
||
|
}
|
||
|
|
||
|
/* Стили таблицы (IKSWEB) */
|
||
|
table.iksweb{text-decoration: none;border-collapse:collapse;width:100%;text-align:center;}
|
||
|
table.iksweb th{font-weight:normal;font-size:14px; color:#ffffff;background-color:#000000;}
|
||
|
table.iksweb td{font-size:13px;color:#000000;}
|
||
|
table.iksweb td,table.iksweb th{white-space:pre-wrap;padding:10px 5px;line-height:13px;vertical-align: middle;border: 1px solid #000000;}
|
||
|
table.iksweb tr:hover{background-color:#f9fafb}
|
||
|
table.iksweb tr:hover td{color:#000000;cursor:default;}
|
||
|
|
||
|
.mystyle {
|
||
|
color : red;
|
||
|
}
|