@media only screen and (device-height: 480px) { /* For iPhone4 layouts */ img { max-width: 465px; /* max-device-width - 15 px margin */ } } @media only screen and (device-height: 568px) { /* For iPhone5 layouts */ img { max-width: 553px; /* max-device-width - 15 px margin */ } } @media only screen and (min-device-width: 375px) and (max-device-width: 667px) { /* For general iPhone6 layouts */ img { max-width: 652px; /* max-device-width - 15 px margin */ } } @media only screen and (min-device-width: 414px) and (max-device-width: 736px) { /* For general iPhone+ layouts */ img { max-width: 721px; /* max-device-width - 15 px margin */ } } @media only screen and (min-device-width: 768px) and (max-device-width: 1024px) { /* For general iPad layouts */ img { max-width: 1009px; /* max-device-width - 15 px margin */ } } @media only screen and (min-device-width: 1024px) and (max-device-width: 1366px) { /* For general iPad Pro layouts */ img { max-width: 1351px; /* max-device-width - 15 px margin */ } } #text { word-wrap: break-word; -webkit-tap-highlight-color: transparent; -webkit-line-break: after-white-space; min-height: 100%; } #text span, #text { font-size:inherit; line-height:inherit; } span { -webkit-tap-highlight-color: transparent; } #text #searchFocus { background-color: #ffee32; } *.searchResult { background-color: #e0e2e4; } img.syno-notestation-image-object[src^="3rdparty/NoteStation/images/transparent.gif"] { background: url("../3rdparty/NoteStation/images/icon_loading.gif"); background-size: 24px 24px; background-position: center; background-repeat: no-repeat; width: 24px; height: 24px; } img.syno-notestation-image-object[src^="3rdparty/NoteStation/images/noimg_transparent.gif"] { background: url("../3rdparty/NoteStation/images/bg_noimg.png"); background-size: 24px 24px; background-position: center; background-repeat: no-repeat; width: 24px; height: 24px; } .syno-notestation-editor-checkbox { width: 24px; height: 24px; border: 0px; vertical-align: middle; padding-right: 6px; outline: none; -webkit-tap-highlight-color: transparent; color: inherit; font-size: inherit; font-family: inherit; font-weight: inherit; font-style: inherit; text-align: inherit; text-decoration: inherit; } .syno-ns-chart-object { display: inline-block; margin: 20px 0px; } .syno-ns-chart-container { background-color: #ffffff; } .flotr-refresh-container { -moz-user-select: none; -khtml-user-select: none; -webkit-user-select: none; -ms-user-select: none; user-select: none; } .flotr-refresh-container-hide { display: none; } .flotr-refresh-box { width: 64px; height: 64px; background-image:url("../3rdparty/NoteStation/images/refresh-64x64.png"); } /*syno fontsize style*/ .syno-fontsize-xxx-small { font-size: 10pt !important; line-height: 1.4 !important; } .syno-fontsize-xx-small { font-size: 12pt !important; line-height: 1.4 !important; } .syno-fontsize-x-small { font-size: 14pt !important; line-height: 1.4 !important; } .syno-fontsize-small { font-size: 16pt !important; line-height: 1.4 !important; } .syno-fontsize-normal { font-size: 20pt !important; line-height: 1.4 !important; } .syno-fontsize-large { font-size: 24pt !important; line-height: 1.4 !important; } .syno-fontsize-x-large { font-size: 36pt !important; line-height: 1.4 !important; } .syno-fontsize-xx-large { font-size: 48pt !important; line-height: 1.4 !important; }