123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083 |
- body {
- font-family: 'Source Sans Pro', 'Trebuchet MS', Arial;
- font-size: 14px;
- color: #37465e;
- -webkit-font-smoothing: antialiased;
- text-rendering: optimizeLegibility;
- -webkit-font-feature-settings: "kern";
- -moz-font-feature-settings: "kern";
- -moz-font-feature-settings: "kern=1";
- font-feature-settings: "kern" 1;
- font-kerning: normal;
- overflow: hidden;
- }
- a {
- cursor: pointer;
- }
- input[type="radio"], input[type="checkbox"] {
- margin: 0px 9px 0px 0px;
- vertical-align: bottom;
- }
- input {
- -webkit-box-sizing: border-box;
- -moz-box-sizing: border-box;
- box-sizing: border-box;
- }
- input[type=text]::-ms-clear {
- width: 0;
- height: 0;
- display: none;
- }
- #outerContainer {
- position: absolute;
- width:1000px;
- height:1500px;
- overflow: hidden;
- display: flex;
- }
- #mobileControlFrameContainer {
- position: absolute;
- width: 100%;
- pointer-events: none;
- }
- .splitbar {
- display: none;
- position: absolute;
- top: 0px;
- width: 3px;
- height: 100%;
- cursor: ew-resize;
- z-index: 5;
- user-select: none;
- }
- .splitbar:hover, .splitbar.active {
- background: #CBD5E0;
- }
- #lsplitbar {
- border-right: 1px solid #CBD5E0;
- }
- #rsplitbar {
- border-left: 1px solid #CBD5E0;
- }
- #mainPanel {
- background-color: #d8d8d8;
- opacity: 0;
- flex: 1;
- overflow: hidden;
- }
- #clippingBounds {
- width: 100%;
- overflow: hidden;
- pointer-events: none;
- position: absolute;
- z-index: 1;
- }
- #clippingBounds div {
- pointer-events: auto;
- }
- #clippingBoundsScrollContainer {
- position: absolute;
- pointer-events: none;
- }
- #browserOutOfDateNotification {
- width: 100%;
- height: 289px;
- background-color: #e36154;
- padding-top: 40px;
- color: #FFFFFF;
- }
- .mobileMode #browserOutOfDateNotification {
- padding-top: 15px;
- }
- #supportedBrowsersListContainer {
- border-radius: 5px;
- line-height: 1.64;
- background-color: #c3463a;
- padding-top: 4px;
- width: 255px;
- margin: auto;
- }
- .browserName {
- display: inline-block;
- width: 55%;
- font-weight: bold;
- margin-left: 18px;
- }
- .browserSupportedVersion {
- display: inline-block;
- font-style: italic;
- }
- #browserOutOfDateNotificationButtons {
- display: flex;
- justify-content: flex-end;
- margin-top: 28px;
- }
- .mobileMode #browserOutOfDateNotificationButtons {
- margin-top: 8px;
- }
- #updateBrowserButton {
- display: inline-block;
- width: 330px;
- height: 35px;
- margin-left: auto;
- line-height: 35px;
- text-decoration: none;
- text-align: center;
- border-radius: 9px;
- border: solid 1px #FFFFFF;
- color: #FFFFFF;
- }
- #continueToPrototypeButton {
- display: inline-block;
- text-align: center;
- line-height: 37px;
- text-decoration: underline;
- }
- #topPanel {
- z-index: 1;
- height: 36px;
- background-color: #FCFDFF;
- border-bottom: 1px solid #CBD5E0;
- user-select: none;
- }
- .leftPanel, .rightPanel, .mobileOnlyPanel {
- position: relative;
- background-color: #FCFDFF;
- overflow: hidden;
- width: 0px;
- flex-shrink: 0;
- }
- .popup, .leftPanel.popup {
- position: absolute;
- z-index: 20000;
- display: none;
- background-color: #FCFDFF;
- border: solid 1px #bdbcbc;
- position: absolute;
- box-shadow: 0 1px 2px 0 rgba(87, 87, 87, 0.5);
- }
- .leftPanel.popup .sitemapHeader, .leftPanel.popup #searchDiv {
- display: none;
- }
- #clipFrameScroll {
- }
- .splitterMask {
- position: absolute;
- top: 0;
- left: 0;
- width: 100%;
- height: 100%;
- overflow: hidden;
- background-image: url(../images/transparent.gif);
- z-index: 10000;
- -moz-user-select: none;
- -webkit-user-select: none;
- -ms-user-select: none;
- user-select: none;
- }
- #maximizePanelContainer {
- font-size: 4px;
- overflow: hidden;
- z-index: 1000;
- display: none;
- }
- #maximizePanel {
- background-color: #FCFDFF;
- cursor: pointer;
- }
- #maximizePanelContainer, #maximizePanelOver, #maximizePanel {
- position:absolute;
- left: 0px;
- top: 0px;
- width: 28px;
- height: 36px;
- }
- #interfaceControlFrameMinimizeContainer {
- font-size: 2px; /*for IE*/
- text-align: right;
- z-index: 100;
- height: 36px;
- width: 28px;
- border-right: solid 1px #CBD5E0;
- }
- #interfaceControlFrameMinimizeContainer a {
- display: inline-block;
- width: 28px;
- height: 100%;
- font-size: 2px;
- text-decoration: none;
- }
- #interfaceControlFrame {
- height: 100%;
- display: flex;
- opacity: 0;
- }
- #interfaceControlFrameCloseContainer {
- display: none;
- font-size: 9px;
- font-weight: bold;
- letter-spacing: 1px;
- z-index: 100;
- width: 55px;
- background-color: #62666b;
- text-align: center;
- }
- #interfaceControlFrameCloseContainer a {
- display: inline-block;
- width: 55px;
- color: #ffffff;
- padding: 5px 0px;
- }
- #inspectControlFrameHeader li {
- float: left;
- display: block;
- position: relative;
- width: 42px;
- height: 36px;
- padding: 4px 5px 4px 5px;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .ax-button {
- font-family: 'Source Sans Pro', 'Trebuchet MS', Arial;
- font-weight: 600;
- font-size: 12px;
- color: #F7FAFC;
- text-align: center;
- white-space: nowrap;
- background-color: #3EACEF;
- user-select: none;
- border: none;
- padding: 3px 16px;
- display: inline-block;
- cursor: pointer;
- border-radius: 4px;
- }
- .ax-button:hover {
- background-color: #1482c5;
- }
- .pluginHint {
- position: absolute;
- display: flex;
- flex-direction: column;
- align-items: end;
- top: 100%;
- box-sizing: border-box;
- padding: 10px;
- font-size: 11px;
- font-weight: normal;
- line-height: normal;
- text-align: left;
- width: 180px;
- background: #ffffff;
- border: 1px solid #d7d7d7;
- color: #718096;
- left: 50%;
- transform: translateX(-50%);
- box-shadow: 0px 1px 3px rgba(26, 32, 44, 0.2);
- }
- .pluginHint button {
- margin-top: 10px;
- }
- .pluginHint.left {
- left: 50%;
- right: auto;
- transform: translateX(-20px);
- }
- .pluginHint.right {
- left: auto;
- right: 50%;
- transform: translateX(20px);
- }
- .pluginHint::after {
- content: "";
- width: 10px;
- height: 10px;
- border-top: 1px solid #d7d7d7;
- border-left: 1px solid #d7d7d7;
- background-color: #fff;
- position: absolute;
- top: -6px;
- transform: translateX(-50%) rotate(45deg);
- left: 50%;
- }
- .pluginHint.left::after {
- left: 20px;
- right: auto;
- transform: translateX(-50%) rotate(45deg);
- }
- .pluginHint.right::after {
- left: auto;
- right: 20px;
- transform: translateX(50%) rotate(45deg);
- }
- #inspectControlFrameHeader li a {
- height: 100%;
- width: 32px;
- display: block;
- text-align: center;
- outline: none;
- text-decoration: none;
- white-space: nowrap;
- background-color: transparent;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .hashover #inspectControlFrameHeader li a:hover {
- border-radius: 3px;
- background-color: #EDEFF1;
- }
- /*#inspectControlFrameHeader li a.selected, #inspectControlFrameHeader li a.selected:hover {
- background-color: inherit;
- }*/
- #inspectControlFrameHeaderContainer {
- overflow: visible;
- }
- #inspectControlFrameHeader {
- position: relative;
- list-style: none;
- z-index: 50;
- letter-spacing: 1px;
- display: flex;
- }
- #projectControlFrameHeaderContainer {
- overflow: visible;
- }
- #projectControlFrameHeader {
- position: relative;
- list-style: none;
- font-size: 8px;
- z-index: 50;
- font-weight: bold;
- letter-spacing: 1px;
- }
- #projectControlFrameHeader li {
- position: relative;
- float: left;
- display: block;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- #projectControlFrameHeader li a {
- display: block;
- height: 100%;
- width: 32px;
- outline: none;
- margin-bottom: 3px;
- text-decoration: none;
- color: #ffffff;
- white-space: nowrap;
- box-sizing: border-box;
- -moz-box-sizing: border-box;
- -webkit-box-sizing: border-box;
- }
- .hashover #projectControlFrameHeader li a:hover {
- border-radius: 3px;
- background-color: #EDEFF1;
- }
- /*#projectControlFrameHeader li a.selected, #projectControlFrameHeader li a.selected:hover {
- background-color: inherit;
- }*/
- #publishContainer {
- display: none;
- margin: 6px 20.5px 5px;
- width: 150px;
- height: 25px;
- border-radius: 10px;
- background-color: #008dcb;
- }
- #publishContainer.preview {
- display: block;
- }
- #overflowBtn {
- order: 5;
- }
- #overflowMenuButton {
- background: url('../images/overflow-icon.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- #overflowMenuButton.selected {
- background: url('../images/overflow_icon_off.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- .overflowOptionCheckbox, #projectOptionsHotspotsCheckbox {
- position: relative;
- border: solid 1px #718096;
- display: inline-block;
- }
- .overflowOptionCheckbox {
- width: 10px;
- height: 10px;
- margin-right: 14px;
- top: 1px;
- }
- #projectOptionsHotspotsCheckbox {
- width: 16px;
- height: 16px;
- margin-right: 25px;
- margin-left: 21px;
- top: 2.5px;
- }
- .overflowOptionCheckbox.selected, #projectOptionsHotspotsCheckbox.selected {
- background: url('../images/overflow_checkmark.svg') no-repeat center center, linear-gradient(transparent,transparent);
- background-color: #75BB43;
- border: solid 1px #75BB43;
- background-size: contain;
- }
- #overflowMenuContainer {
- display: none;
- flex-direction: column;
- top: 36px;
- right: 80px;
- width: 171px;
- border-radius: 2px;
- padding-bottom: 9px;
- }
- #overflowMenuContainer.popup {
- display: flex;
- }
- #scaleMenuContainer {
- display: none;
- flex-direction: column;
- top: 36px;
- right: 200px;
- width: 140px;
- border-radius: 2px;
- }
- .vpZoomValue {
- padding: 5px 9px 5px 16px;
- cursor: pointer;
- user-select: none;
- }
- .vpZoomValue:hover {
- background-color: #EDEFF1;
- }
- .showOption {
- font-size: 14px;
- padding: 9px 0px 0px 15px;
- /*color: #3B3B3B;*/
- }
- .showOption:hover {
- cursor: pointer;
- }
- #publishButton {
- display: block;
- width: 95px;
- margin: auto;
- font-size: 14px;
- line-height: 26px;
- color: #ffffff;
- }
- .maximizeCaret {
- width: 5px;
- height: 5px;
- object-fit: contain;
- border-right: solid 1.5px #525252;
- border-top: solid 1.5px #525252;
- margin: auto;
- }
- .caret {
- width: 9px;
- height: 7px;
- background: url('../images/caret_down.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- .selected .caret {
- background: url('../images/caret_down_off.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- .upCaret {
- transform: rotate(-45deg);
- }
- .leftCaret {
- transform: rotate(-135deg);
- }
- .downCaret {
- transform: rotate(-225deg);
- }
- .rightCaret {
- transform: rotate(-315deg);
- }
- #pageSelectDropdown, #adaptiveViewsDropdown {
- display: inline-block;
- margin-left: 8px;
- }
- .minimizeIcon, .maximizeIcon {
- transition: .25s linear;
- position: absolute;
- height: 36px;
- width: 28px;
- }
- #minimizeX {
- background: url('../images/close_x_minimize.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- #minimizeArrow {
- opacity: 0;
- transform: rotate(270deg);
- background: url('../images/caret_down.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- #maximizeButton {
- transform: rotate(-270deg);
- background: url('../images/caret_down.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- .collapseHovered #minimizeX {
- transition: .25s linear;
- opacity: 0;
- transform: rotate(-90deg);
- }
- .collapseHovered #minimizeArrow {
- transition: .25s linear;
- opacity: 1;
- transform: rotate(90deg);
- }
- #maximizeButton.rotated {
- transition: .20s linear;
- transform: rotate(-90deg);
- }
- .expandHovered #minimizeX {
- opacity: 0;
- }
- .expandHovered #minimizeArrow {
- opacity: 1;
- }
- #separatorContainer {
- display: none;
- line-height: 24px;
- height: 36px;
- }
- #separatorContainer.hasLeft {
- display: block;
- }
- .separator {
- display: block;
- width: 1px;
- height: 100%;
- background-color: #CBD5E0;
- }
- #interfacePageNameContainer {
- float: left;
- cursor: pointer;
- }
- #sitemapControlFrameContainer {
- display: flex;
- margin: 4px 6px;
- }
- .hashover #sitemapControlFrameContainer:hover {
- border-radius: 3px;
- background-color: #EDEFF1;
- }
- /*.hashover #sitemapControlFrameContainer.selected:hover {
- background-color: inherit;
- }*/
- #interfaceOverflowMenuContainer {
- position: absolute;
- display: none;
- width: 220px;
- background-color: #FCFDFF;
- right: 240px;
- }
- .pageNameHeader {
- float: left;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- max-width: 175px;
- margin-right: 6px;
- font-weight: 600;
- }
- .pageCountHeader {
- float: left;
- white-space: nowrap;
- margin-left: 5px;
- margin-right: 6px;
- }
- #interfaceAdaptiveViewsContainer {
- display: none;
- margin: 4px 0px 4px 30.5px;
- padding: 0px 6px;
- cursor: pointer;
- }
- #interfaceAdaptiveViewsContainer:hover {
- border-radius: 3px;
- background-color: #EDEFF1;
- }
- .adaptiveViewHeader {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #interfaceAdaptiveViewsButton {
- float: left;
- max-width: 145px;
- }
- #interfaceAdaptiveViewsIconButton {
- display: none;
- float:left;
- width: 16px;
- margin-right: 6px;
- background: url('../images/views-icon.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- #interfaceScaleContainer {
- line-height: 36px;
- padding: 0px 10px;
- cursor: pointer;
- }
- .scaleHeader {
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #overflowMadeWith {
- line-height: 36px;
- margin: 0px 12px;
- }
- #axureLogo {
- display: inline-block;
- width: 56px;
- height: 36px;
- padding-top: 1px;
- background: url('../images/axure9_logo.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- #overflowMenuContainer > #overflowMadeWith {
- line-height: 24px;
- border-top: 1px solid #ccc;
- margin-top: 7px;
- padding-top: 7px;
- }
- #interfaceControlFrameContainer {
- overflow: hidden;
- height: 36px;
- display: flex;
- }
- #interfaceControlFrameLeft {
- flex: 1;
- display: flex;
- font-size: 14px;
- line-height: 29px;
- color: #37465e;
- }
- #interfaceControlFrameRight {
- flex: 1;
- display: flex;
- justify-content: flex-end;
- }
- #interfaceControlFrameLogoContainer {
- overflow: hidden;
- margin-left: auto;
- margin-right: auto;
- height: 100%;
- display: flex;
- }
- #interfaceControlFrameLogoCaptionContainer {
- text-align: center;
- margin: 5px 10px 0px 10px;
- font-size: 14px;
- color: #4a4a4a;
- font-weight: bold;
- line-height: 30px;
- white-space: nowrap;
- overflow: hidden;
- text-overflow: ellipsis;
- }
- #previewNotice {
- font-size: 14px;
- line-height: 36px;
- display: none;
- }
- #scaleMenuButton {
- display: flex;
- align-items: center;
- margin: 4px 0;
- padding: 0 6px;
- }
- #scaleMenuButton:hover {
- border-radius: 3px;
- background-color: #EDEFF1;
- cursor: pointer;
- }
- #scaleValue {
- font-weight: bold;
- /*color: #6d6d6d;*/
- }
- #expandScaleArrow {
- margin-left: 6px;
- }
- #logoImage {
- margin: 12px;
- max-width: 150px;
- max-height: 12px;
- }
- .emptyStateContainer {
- text-align: center;
- /*padding: 0px 10px;*/
- margin-top: 32px;
- padding: 0px 15px;
- }
- .emptyStateTitle {
- margin: 0px 0px 9px 0px;
- font-weight: bold;
- }
- .emptyStateContent {
- padding: 0px 10px;
- line-height: 22px;
- }
- .dottedDivider {
- height: 2px;
- margin: 15px 10px 15px 10px;
- border-bottom: 1px solid #E2E8F0;
- /*background: url('../images/divider.png') no-repeat center center;*/
- /*background: url('../images/divider.svg') no-repeat center center, linear-gradient(transparent,transparent);*/
- }
- .mobileMode .dottedDivider {
- display: none;
- }
- .nondottedDivider {
- height: 2px;
- margin: 9px 0px 9px 0px;
- }
- .lineDivider {
- height: 2px;
- margin: 10px 15px 20px 15px;
- border-bottom: solid 1px #E2E8F0;
- /*opacity: .5;*/
- }
- .pluginNameHeader {
- font-size: 16px;
- font-weight: bold;
- flex: 1;
- margin-left: 4px;
- }
- .mobileMode .pluginNameHeader {
- margin: 14px 12px 13px 12px;
- font-size: 18px;
- /*color: #6d6d6d;*/
- }
- #projectOptionsHost {
- display: flex;
- flex-direction: column;
- }
- #projectOptionsScrollContainer {
- overflow: auto;
- width: 100%;
- -webkit-overflow-scrolling: touch;
- flex: 1;
- }
- div.mobileSubHeader {
- font-size: 18px;
- font-weight: bold;
- color: #4a4a4a;
- margin: 0px 12px 11px 15px;
- }
- div.mobileText, span.mobileText {
- font-size: 16px;
- color: #4a4a4a;
- }
- .nativeMenuText {
- height: 20px;
- font-size: 14px;
- text-align: center;
- color: #ffffff;
- margin-top: 6px;
- margin-bottom: 13px;
- text-decoration: none;
- }
- #refreshText, #exitText {
- margin-top: 6px;
- }
- #returnText {
- margin-top: 7px;
- }
- #refreshIcon {
- height: 20px;
- object-fit: contain;
- background: url('../images/refresh.svg') no-repeat center center, linear-gradient(transparent,transparent);
- margin-top: 14px;
- }
- #exitIcon {
- height: 19px;
- object-fit: contain;
- background: url('../images/exit.svg') no-repeat center center, linear-gradient(transparent,transparent);
- margin-top: 14px;
- }
- #returnIcon {
- height: 46px;
- object-fit: contain;
- background: url('../images/return.svg') no-repeat center center, linear-gradient(transparent,transparent);
- }
- .nativePrototypeButton {
- width:50%;
- margin-left:auto;
- margin-right:auto;
- }
- .circleBackground {
- border-radius: 50%;
- behavior: url(PIE.htc);
- margin: auto;
- box-shadow: 3px 3px 3px 0 rgba(55, 55, 55, 0.5);
- }
- #returnBackground {
- width: 46px;
- height: 46px;
- background-color: #ffffff;
- }
- #closeBackground {
- width: 61px;
- height: 61px;
- background-color: #FCFDFF;
- }
- .closeIconSlash {
- width: 35px;
- height: 5px;
- background-color: #9b9b9b;
- position: relative;
- margin: auto;
- }
- #forwardSlash{
- top: 28px;
- transform: rotate(-45deg);
- }
- #backwardSlash{
- transform: rotate(90deg);
- }
- .mobilePrototypeControlFrame {
- position: absolute;
- display: none;
- width: 100%;
- min-width: 310px;
- bottom: 0px;
- z-index: 2;
- pointer-events: auto;
- }
- #nativeMenuBlueBackground {
- height: 72px;
- width: 100%;
- background-color: #008fe0;
- }
- #mHideSidebar {
- position: absolute;
- width: 10000px;
- height: 100%;
- background-color: rgba(0, 0, 0, 0.5);
- top: 0px;
- z-index: 2;
- display: none;
- left: -60px;
- }
- .closeButtonContainer {
- position: absolute;
- right: 0;
- top: 0;
- }
- .closeButtonContainer button {
- font-size: 12px;
- padding: 5px 10px;
- color: #718096;
- cursor: pointer;
- background-color: inherit;
- border: none;
- }
- /*@media (max-width: 419px) {*/
- .mobileMode #topPanel {
- display: none;
- }
- .mobileMode #mainPanel {
- -webkit-overflow-scrolling: touch;
- }
- .mobileMode .leftPanel, .mobileMode .rightPanel, .mobileMode .mobileOnlyPanel {
- box-shadow: 0 5.5px 5px 0 rgba(0, 0, 0, 0.24), 0 9px 18px 0 rgba(0, 0, 0, 0.18);
- top: 45px;
- left: 100px;
- }
- .mobileMode .leftPanel, .mobileMode .rightPanel, .mobileMode .mobileOnlyPanel {
- float: left;
- }
- .mobileMode .rightPanel {
- margin-left: 13px;
- }
- .mobileMode #maximizePanelContainer {
- display: none;
- }
- /*}*/
- @media (max-width: 850px) {
- #overflowMenuContainer {
- right: 0px;
- }
- #overflowMadeWith, #publishContainer.preview, #separatorContainer, #separatorContainer.hasLeft {
- display: none;
- }
- #interfaceControlFrameLogoCaptionContainer {
- display: none;
- }
- #interfaceControlFrameContainer {
- justify-content: flex-end;
- }
- #interfaceAdaptiveViewsButton {
- display: none;
- }
- #interfaceAdaptiveViewsIconButton {
- display: block;
- }
- #interfaceAdaptiveViewsContainer {
- padding-left: 8px;
- }
- #scaleMenuContainer {
- right: 120px;
- }
- }
- @media (max-width: 700px) {
- #interfacePageNameContainer {
- display: none;
- }
- }
|