Vers5. Администрирование, матрица ролей, обновление скринов в учете ТМЦ
This commit is contained in:
@ -60,4 +60,12 @@ img {
|
||||
|
||||
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;}
|
@ -1,63 +0,0 @@
|
||||
.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;
|
||||
}
|
Reference in New Issue
Block a user