mirror of
https://gitea.msk.dinamika-avia.ru/Constanta-Design/MI-38.git
synced 2026-01-24 02:35:38 +03:00
127 lines
2.3 KiB
CSS
127 lines
2.3 KiB
CSS
/*
|
|
Закомментировано для для предпросмотра в проекте Клён.
|
|
Если в дальнейшем в сборках в браузере появится лишний скроллинг - раскомментировать.
|
|
|
|
html::-webkit-scrollbar {
|
|
display: none;
|
|
}
|
|
html {
|
|
-ms-overflow-style: none;
|
|
scrollbar-width: none;
|
|
overflow-y: hidden;
|
|
}*/
|
|
body {
|
|
font-family: RobotoRegular, Arial, sans-serif;
|
|
font-size: 18px;
|
|
line-height: 20px;
|
|
background: #fff;
|
|
color: #212121;
|
|
}
|
|
|
|
div.S1000Dpara {
|
|
text-indent: 35px;
|
|
text-align: justify;
|
|
padding: 3px;
|
|
}
|
|
td {
|
|
border: 1px solid black;
|
|
padding: 0.5ex;
|
|
}
|
|
.grayNote {
|
|
color: gray;
|
|
text-indent: 35px;
|
|
text-align: justify;
|
|
padding: 3px;
|
|
}
|
|
|
|
span.foot_label {
|
|
display: inline;
|
|
vertical-align: super;
|
|
font-size: smaller;
|
|
/*font-weight: bold;*/
|
|
text-decoration: underline;
|
|
font-weight: medium;
|
|
font-family: serif;
|
|
font-variant: normal;
|
|
font-style: normal;
|
|
padding: 2px;
|
|
color: rgb(124, 37, 41);
|
|
}
|
|
/*
|
|
div.foot {
|
|
display: inline;
|
|
font-size: small;
|
|
font-weight: medium;
|
|
font-family: serif;
|
|
font-variant: normal;
|
|
font-style: normal;
|
|
}
|
|
div.foot_inner { display: none; }
|
|
div.foot:hover div.foot_inner {
|
|
display: block;
|
|
border: 1px double rgb(124, 37, 41);
|
|
margin: 0em 1em;
|
|
padding: 1em;
|
|
} */
|
|
.divTable {
|
|
justify-content: center;
|
|
margin: 0 auto;
|
|
max-width: 90%;
|
|
overflow-x: auto;
|
|
}
|
|
#tooltip {
|
|
background: rgb(124, 37, 41);
|
|
color: white;
|
|
border: 1px solid white;
|
|
padding: 5px;
|
|
border-radius: 5px;
|
|
}
|
|
#tooltipImg {
|
|
position: absolute;
|
|
background: white;
|
|
border: 2px solid rgb(124, 37, 41);
|
|
border-radius: 5px;
|
|
padding: 5px;
|
|
max-width: 500px;
|
|
}
|
|
#zoom {
|
|
width:34px;
|
|
height:34px;
|
|
border: 1px solid white;
|
|
background: rgba(124, 37, 41, 0.3);
|
|
border-radius: 5px;
|
|
}
|
|
#zoom:hover {
|
|
background: rgb(124, 37, 41);
|
|
}
|
|
.container_text table {
|
|
margin-bottom: 10px;
|
|
}
|
|
.container_text table.S1000DrandomList td {
|
|
height: 10px;
|
|
padding: 3px;
|
|
padding-left: 0px;
|
|
}
|
|
|
|
.inlineImg {
|
|
margin: 0 0 !important;
|
|
display: inline-block !important;
|
|
vertical-align: bottom !important;
|
|
}
|
|
|
|
.ui-widget-header {
|
|
border: 1px solid rgb(124, 37, 41);
|
|
background: rgb(124, 37, 41);
|
|
color: #ffffff;
|
|
font-weight: bold;
|
|
}
|
|
.ui-widget {
|
|
font-family: Arial,sans-serif;
|
|
font-size: 1.0em;
|
|
}
|
|
.ui-widget .ui-widget {
|
|
font-size: 0.9em;
|
|
}
|
|
|
|
|