Версия №2
This commit is contained in:
63
docs/css/extra.css
Normal file
63
docs/css/extra.css
Normal 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: 1100px;
|
||||
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;
|
||||
}
|
Reference in New Issue
Block a user