597 lines
9.7 KiB
CSS
597 lines
9.7 KiB
CSS
*:focus {
|
|
outline: none;
|
|
}
|
|
img {
|
|
max-width: 100%;
|
|
}
|
|
.intro, .introe {
|
|
margin: 0;
|
|
/* serve solo per gli schermi piccoli, definiti sotto */
|
|
}
|
|
.introe {
|
|
margin-bottom: 20px;
|
|
}
|
|
.statd {
|
|
color: magenta;
|
|
}
|
|
.ihead {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
text-align: center;
|
|
font-size: 14pt;
|
|
font-weight: bold;
|
|
background-color: black;/*#6f8a91;*/
|
|
color: white;
|
|
padding: 3px;
|
|
border-radius: 5px 5px 0 0;
|
|
}
|
|
.ihead a {
|
|
color: white;
|
|
text-decoration: underline dotted;
|
|
}
|
|
.ihead a:hover {
|
|
text-decoration: underline;
|
|
}
|
|
.ibody, .ibodylast {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
font-size: 11pt;
|
|
line-height: 1.6;
|
|
background-color: #b7bec8;
|
|
color: black;
|
|
border-radius: 0 0 5px 5px;
|
|
padding: 5px;
|
|
text-align: left;
|
|
}
|
|
.ibody {
|
|
margin-bottom: 20pt;
|
|
}
|
|
.icol {
|
|
display: inline-block;
|
|
vertical-align: top;
|
|
width: 300px;
|
|
}
|
|
.idesc, .inote, .istat, .noxreas {
|
|
width: 100%;
|
|
max-width: 100%;
|
|
max-height: 205px;
|
|
overflow: auto;
|
|
border: 1px solid #dbdee3;
|
|
border-radius: 0 3px 3px;
|
|
margin: 0;
|
|
margin-bottom: 1px;
|
|
padding: 6px;
|
|
padding-top: 2px;
|
|
line-height: 1.4;
|
|
word-break: normal;
|
|
overflow-wrap: anywhere;
|
|
}
|
|
.istat {
|
|
padding: 6px;
|
|
}
|
|
.inote {
|
|
width: 360px;
|
|
height: 148px;
|
|
}
|
|
.idesc p, .inote p, .noxreas p {
|
|
margin: 0;
|
|
margin-bottom: 1em;
|
|
padding: 0;
|
|
}
|
|
.idesc p.exh, .inote p.exh {
|
|
font-weight: bold;
|
|
}
|
|
.idesc ul, .idesc ol, .inote ul, .inote ol, .noxreas ul, .noxreas ol {
|
|
margin: 0;
|
|
margin-bottom: 1em;
|
|
padding: 0;
|
|
padding-left: 1.5em;
|
|
}
|
|
.idesc ul.nobott, .idesc ol.nobott, .idesc p.nobott, .idesc div.nobott, .inote ul.nobott, .inote ol.nobott, .inote p.nobott, .inote div.nobott {
|
|
margin-bottom: 0;
|
|
}
|
|
.noxreas {
|
|
border-color: darkred;
|
|
}
|
|
|
|
.ilab, .idlab, .noxlab, .iblack, .iwarn, .igood, .ivgood, .ibad {
|
|
display: inline;
|
|
border-radius: 3px;
|
|
background-color: #dbdee3;
|
|
color: white;
|
|
padding: 0 6px 0 6px;
|
|
}
|
|
.idlab, .noxlab {
|
|
margin-top: 2px;
|
|
display: inline-block;
|
|
color: black;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.noxlab {
|
|
color: white;
|
|
background-color: darkred;
|
|
}
|
|
.ilab {
|
|
color: black;
|
|
}
|
|
.iblack {
|
|
background-color: black;
|
|
}
|
|
.iwarn {
|
|
background-color: orange;
|
|
}
|
|
.igood {
|
|
background-color: green;
|
|
}
|
|
.ivgood {
|
|
background-color: magenta;
|
|
}
|
|
.ibad {
|
|
background-color: darkred;
|
|
}
|
|
.null, .nulltip {
|
|
color: #777777;
|
|
}
|
|
.nulltip {
|
|
text-decoration: underline dotted;
|
|
text-underline-offset: 3px;
|
|
text-decoration-thickness: 1px;
|
|
cursor: help;
|
|
}
|
|
.iimgc {
|
|
position: relative;
|
|
display: table;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 3px;
|
|
}
|
|
.ifeat {
|
|
position: absolute;
|
|
top: 1px;
|
|
right: 1px;
|
|
}
|
|
.dfeat {
|
|
position: absolute;
|
|
top: 3px;
|
|
right: 3px;
|
|
background-color: magenta;
|
|
color: white;
|
|
border: 1px solid white;
|
|
border-radius: 7px;
|
|
box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2), 0 6px 20px 0 rgba(0, 0, 0, 0.19);
|
|
font-size: 9pt;
|
|
padding: 0 5px 2px 5px;
|
|
}
|
|
.unavmsg {
|
|
position: absolute;
|
|
bottom: 0;
|
|
left: 0;
|
|
color: white;
|
|
background-color: #00000066;
|
|
border-radius: 0 0 3px 3px;
|
|
padding: 8px;
|
|
font-size: 8pt;
|
|
}
|
|
.iimg {
|
|
display: block;
|
|
max-width: 100%;
|
|
max-height: 340px;
|
|
border-radius: 3px;
|
|
}
|
|
.aimg {
|
|
max-width: 240px;
|
|
max-height: 240px;
|
|
float: right;
|
|
border-radius: 3px;
|
|
/*padding: 3px;
|
|
border: 1px solid #dbdee3;*/
|
|
margin-top: 1px;
|
|
}
|
|
.abox {
|
|
margin-top: 3px;
|
|
overflow: auto;
|
|
}
|
|
.alab {
|
|
font-weight: bold;
|
|
}
|
|
.sdbox {
|
|
display: table;
|
|
border-spacing: 0;
|
|
border: 1px solid #cccccc;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
margin-bottom: 20pt;
|
|
background-color: transparent;
|
|
border-radius: 5px;
|
|
padding: 3px;
|
|
}
|
|
.sdtit, .sdtitb {
|
|
text-align: center;
|
|
font-size: 13pt;
|
|
font-weight: bold;
|
|
height: 32px;
|
|
line-height: 32px;
|
|
background-color: #bbbbbb;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.sdtitb {
|
|
border-radius: 0;
|
|
margin-bottom: 3px;
|
|
}
|
|
.sddesc {
|
|
text-align: center;
|
|
font-size: 11pt;
|
|
font-weight: bold;
|
|
margin-bottom: 3px;
|
|
}
|
|
.sdrow, .sdcrow, .sdlrow, .sdlcrow {
|
|
display: block;
|
|
font-size: 0;
|
|
margin-bottom: 3px;
|
|
/*border: 1px solid black;*/
|
|
text-align: right;
|
|
}
|
|
.sdcrow, .sdlrow {
|
|
text-align: center;
|
|
}
|
|
.sdlrow {
|
|
height: 32px;
|
|
}
|
|
.sdlcrow {
|
|
margin: 0;
|
|
}
|
|
.sdlabel {
|
|
display: inline-block;
|
|
font-size: 11pt;
|
|
font-weight: bold;
|
|
/*min-width: 228px;*/
|
|
text-align: right;
|
|
padding-right: 3px;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
vertical-align: middle;
|
|
white-space: nowrap;
|
|
}
|
|
.sdnolabel {
|
|
display: inline-block;
|
|
height: 24px;
|
|
line-height: 24px;
|
|
/*width: 228px;*/
|
|
}
|
|
.sdinput {
|
|
display: inline-block;
|
|
width: 200px;
|
|
text-align: left;
|
|
vertical-align: middle;
|
|
}
|
|
.sselect, .sselect100, .sinput, .ssubmit, .sbutton, .litbut, .litbuta {
|
|
background-color: white;
|
|
border: 1px solid darkgrey;
|
|
border-radius: 3px;
|
|
padding: 0;
|
|
padding-left: 2px;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
width: 200px;
|
|
}
|
|
.sselect, .sselect100 {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background: white url('../imgs/seldownarr.svg') 100% no-repeat;
|
|
}
|
|
.sselect100 {
|
|
width: 100%;
|
|
}
|
|
.ssubmit, .sbutton, .litbut {
|
|
background-color: #dddddd;
|
|
}
|
|
.ssubmit:hover, .sbutton:hover, .litbut:hover {
|
|
background-color: #eeeeee;
|
|
}
|
|
.ssubmit:active, .sbutton:active, .litbut:active {
|
|
background-color: #bbbbbb;
|
|
}
|
|
.litbuta { background-color: #bbbbbb }
|
|
.litbuta:hover { background-color: #cccccc }
|
|
.litbuta:active { background-color: #aaaaaa }
|
|
.ssubmit {
|
|
width: 100%;
|
|
height: 32px;
|
|
font-size: 11pt;
|
|
font-weight: bold;
|
|
}
|
|
.litbut, .litbuta {
|
|
/*width: 32.746%;*/
|
|
width: 100%;
|
|
padding: 0 4px 0 4px;
|
|
height: 20px;
|
|
font-size: 8pt;
|
|
margin: 0;
|
|
}
|
|
.sckbox {
|
|
margin: 0;
|
|
top: 1px;
|
|
left: 1px;
|
|
position: relative;
|
|
}
|
|
.dida, .dida100 {
|
|
background-color: black;
|
|
color: white;
|
|
font-size: 10pt;
|
|
padding: 0 10px 0 10px;
|
|
}
|
|
.dida {
|
|
float: left;
|
|
border-radius: 3px 3px 0 0;
|
|
}
|
|
.dida100 {
|
|
width: 100%;
|
|
border-radius: 0 0 3px 3px;
|
|
text-align: center;
|
|
}
|
|
.cbar, .abar {
|
|
width: 100%;
|
|
background-color: black;
|
|
border-collapse: collapse;
|
|
table-layout: fixed;
|
|
height: 16px;
|
|
font-size: 8.5pt;
|
|
line-height: 1.1;
|
|
}
|
|
.abar {
|
|
margin-bottom: 6px;
|
|
}
|
|
.cbar tr {
|
|
background-color: darkred;
|
|
}
|
|
.abar tr {
|
|
background-color: lightgrey;
|
|
}
|
|
.cbar td, .abar td {
|
|
text-align: center;
|
|
height: 32px;
|
|
color: white;
|
|
padding: 2px;
|
|
border: 1px solid black;
|
|
}
|
|
.abar td {
|
|
color: black;
|
|
}
|
|
.cbarok {
|
|
background-color: green;
|
|
}
|
|
#pnav {
|
|
margin-top: 3px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
color: white;
|
|
font-size: 4pt;
|
|
padding: 0;
|
|
border-spacing: 0;
|
|
}
|
|
#pnav td {
|
|
padding: 0;
|
|
}
|
|
.hov {
|
|
cursor: pointer;
|
|
}
|
|
#pagesel {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background-color: transparent;
|
|
color: #c0d9f2;
|
|
border: 1px solid #539cdd;
|
|
border-radius: 5px;
|
|
text-align: center;
|
|
font-size: 9pt;
|
|
height: 24px;
|
|
padding: 0;
|
|
/*padding-left: 4px;
|
|
padding-right: 24px;
|
|
background: white url('../imgs/seldownarr.svg') 100% no-repeat;*/
|
|
}
|
|
.sselect, .sselect100 {
|
|
-webkit-appearance: none;
|
|
-moz-appearance: none;
|
|
appearance: none;
|
|
background: white url('../imgs/seldownarr.svg') 100% no-repeat;
|
|
}
|
|
.ghost {
|
|
display: block;
|
|
}
|
|
#bmenu {
|
|
display: block;
|
|
background-color: rgba(0,0,0,0.89);
|
|
color: white;
|
|
position: fixed;
|
|
top: auto;
|
|
bottom: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 31px;
|
|
margin: 0;
|
|
padding: 0;
|
|
z-index: 3;
|
|
}
|
|
#footmarg {
|
|
height: 31px;
|
|
}
|
|
#mctrl {
|
|
overflow: hidden;
|
|
height: auto;
|
|
transition: height 1s;
|
|
}
|
|
.helpb {
|
|
position: absolute;
|
|
top: 20px;
|
|
right: 20px;
|
|
}
|
|
.helpb:hover {
|
|
cursor: pointer;
|
|
}
|
|
.hiddiv {
|
|
overflow: hidden;
|
|
height: auto;
|
|
transition: height 1s;
|
|
}
|
|
#debug {
|
|
display: none;
|
|
width: 100%;
|
|
height: 240px;
|
|
border: 1px solid #cccccc;
|
|
border-radius: 5px;
|
|
padding: 3px;
|
|
margin-bottom: 20pt;
|
|
}
|
|
#debug textarea {
|
|
width: 100%;
|
|
height: 234px;
|
|
border: 0;
|
|
padding: 6px;
|
|
background-color: transparent;
|
|
font-size: 9pt;
|
|
}
|
|
#popupback {
|
|
display: none;
|
|
position: fixed;
|
|
z-index: 4;
|
|
top: 0;
|
|
left: 0;
|
|
width: 100%;
|
|
height: 100%;
|
|
background-color: #000000aa;
|
|
}
|
|
.dhelp {
|
|
position: absolute;
|
|
z-index: 5;
|
|
width: 500px;
|
|
background-color: white;
|
|
color: black;
|
|
left: 50%;
|
|
top: 50%;
|
|
transform: translate(-50%, -50%);
|
|
padding: 20px;
|
|
}
|
|
.dhelp p {
|
|
margin: 0;
|
|
padding: 0;
|
|
}
|
|
.hrd {
|
|
background-color: #cccccc;
|
|
height: 1px;
|
|
width: 100%;
|
|
}
|
|
|
|
.ms_leg_tab {
|
|
display: table;
|
|
table-layout: fixed;
|
|
height: 14px;
|
|
border-collapse: collapse;
|
|
margin: 0.5em 0 0.5em 0;
|
|
}
|
|
.ms_leg_td {
|
|
display: table-cell;
|
|
vertical-align: middle;
|
|
/*font-family: "sans";*/
|
|
font-size: 11pt;
|
|
line-height: 1.2em;
|
|
margin: 0;
|
|
padding: 0;
|
|
border: 0;
|
|
}
|
|
.ms_cont {
|
|
display: table;
|
|
table-layout: fixed;
|
|
padding: 0;
|
|
border-collapse: collapse;
|
|
width: 100%;
|
|
margin: 0.5em 0 0.5em 0;
|
|
}
|
|
.ms_suspending, .ms_limiting, .ms_notsusporlim, .ms_unknown, .ms_suspending_u, .ms_limiting_u, .ms_notsusporlim_u, .ms_unknown_u {
|
|
background-color: #008000;
|
|
height: 24px;
|
|
width: 24px;
|
|
}
|
|
.ms_limiting {
|
|
background-color: #FF6600;
|
|
}
|
|
.ms_notsusporlim {
|
|
background-color: black;
|
|
}
|
|
.ms_unknown {
|
|
background-color: #808080;
|
|
}
|
|
.ms_suspending_u {
|
|
background-color: #00AAD4;
|
|
}
|
|
.ms_limiting_u {
|
|
background-color: #AB37C8;
|
|
}
|
|
.ms_notsusporlim_u {
|
|
background-color: black;
|
|
}
|
|
.ms_unknown_u {
|
|
background-color: #808080;
|
|
}
|
|
|
|
@media only screen and (max-width:540pt) {
|
|
.intro, .introe {
|
|
margin-left: 20px;
|
|
margin-right: 20px;
|
|
}
|
|
.sdbox {
|
|
width: 280px;
|
|
}
|
|
.sectcontm {
|
|
margin-top: 40px;
|
|
margin-bottom: 40px;
|
|
padding: 5px;
|
|
}
|
|
.sdnolabel {
|
|
display: none;
|
|
}
|
|
.sdlabel {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: middle;
|
|
}
|
|
.sdinput {
|
|
display: block;
|
|
width: 100%;
|
|
text-align: center;
|
|
height: auto;
|
|
line-height: normal;
|
|
vertical-align: middle;
|
|
}
|
|
.sselect, .sinput, .ssubmit, .sbutton, .litbut, .litbuta {
|
|
width: 100%;
|
|
}
|
|
.litbut, .litbuta {
|
|
margin: 0;
|
|
/*margin-bottom: 3px;*/
|
|
}
|
|
.ghost {
|
|
display: none;
|
|
}
|
|
.inote {
|
|
width: 100%;
|
|
height: auto;
|
|
max-height: 184px;
|
|
}
|
|
.aimg {
|
|
display: block;
|
|
float: none;
|
|
margin-bottom: 2px;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
border: 0;
|
|
padding: 0;
|
|
}
|
|
}
|