scientific-layout.css 3.3 KB

1
  1. :root{--ggb-primary-color: #6557D2;--ggb-primary-variant-color: #F3F0FF;--ggb-dark-color: #5145A8;--ggb-light-color: #F3F0FF;--ggb-selection-color: rgba(101, 87, 210, 0.2)}.GeoGebraFrame .tab.scientific{background-color:#fafafc}.GeoGebraFrame .algebraPanelScientificSmallScreen{padding-top:8px;box-sizing:border-box}.GeoGebraFrame .undoBtnScientific{margin-right:12px}.GeoGebraFrame .undoRedoCntScientific{margin:6px;float:left;position:relative}.GeoGebraFrame.smallScreen .undoRedoCntScientific,.GeoGebraFrame.smallScreen .settingsBtnScientific{margin:0}.GeoGebraFrame .undoRedoSettingsPanelScientific{position:relative;clear:both;height:48px;margin:auto;padding-left:72px}.GeoGebraFrame.landscape .undoRedoSettingsPanelScientific{max-width:calc(100% - 120px)}.GeoGebraFrame.compact .undoRedoSettingsPanelScientific,.GeoGebraFrame.smallScreen .undoRedoSettingsPanelScientific{max-width:calc(100% - 36px);height:36px}.GeoGebraFrame.compact .undoRedoSettingsPanelScientific,.GeoGebraFrame.portrait .undoRedoSettingsPanelScientific,.GeoGebraFrame.smallScreen .undoRedoSettingsPanelScientific{padding-left:0}.GeoGebraFrame .scientificSettingsView{background-color:#fafafc}.GeoGebraFrame .scientificSettingsViewSmall{background-color:#fff}.GeoGebraFrame .settingsPanelScientificNoHeader,.GeoGebraFrame .settingsPanelScientificSmallScreen,.GeoGebraFrame .panelScientificDefaults{background-color:#fafafc}.GeoGebraFrame .settingsPanelScientificNoHeader>div,.GeoGebraFrame .settingsPanelScientificSmallScreen>div,.GeoGebraFrame .panelScientificDefaults>div{min-height:calc(100% - 24px);box-sizing:border-box;padding-bottom:52px;background:#fff;margin-top:24px;margin-bottom:24px;padding-top:8px;border-radius:8px;box-shadow:0 2px 2px 0 rgba(0,0,0,.14),0 3px 1px -2px rgba(0,0,0,.12),0 1px 5px 0 rgba(0,0,0,.2);overflow-x:hidden}.GeoGebraFrame .undoRedoSettingsPanelScientific,.GeoGebraFrame .settingsPanelScientificNoHeader>div,.GeoGebraFrame .settingsPanelScientificSmallScreen>div,.GeoGebraFrame .panelScientificDefaults>div{width:800px;max-width:calc(100% - 48px);margin-left:auto;margin-right:auto}.GeoGebraFrame .panelScientificDefaults{position:absolute;top:0}.GeoGebraFrame .panelScientificDefaults>div{margin-bottom:0;border-bottom-right-radius:0px;border-bottom-left-radius:0px}.GeoGebraFrame .settingsPanelScientificNoHeader>div,.GeoGebraFrame .settingsPanelScientificSmallScreen>div{padding-left:16px;padding-right:128px;padding-top:8px;padding-bottom:8px}.GeoGebraFrame .settingsPanelScientificSmallScreen>div{width:100%;max-width:100%;margin-top:0px;margin-bottom:0px;box-shadow:none}.GeoGebraFrame .avItemHeaderScientific{position:absolute;height:100%;width:56px;cursor:default}.GeoGebraFrame .algebraPanelScientific .newRadioButtonTreeItemParent{border-width:0}.GeoGebraFrame .avItemNumber,.GeoGebraFrame .avWarningScientific{font-size:75%;top:14px;left:16px;position:absolute}.GeoGebraFrame .avWarningScientific{top:12px;opacity:.54}.GeoGebraFrame .panelFadeOut,.GeoGebraFrame .panelFadeIn{opacity:1;animation-iteration-count:1;animation-duration:.2s}.GeoGebraFrame .panelFadeIn{animation-name:fadeInOpacity;animation-timing-function:ease-in}.GeoGebraFrame .panelFadeOut{animation-name:fadeOutOpacity;animation-timing-function:ease-out}.GeoGebraFrame .avNameLogo{margin-bottom:0}@keyframes fadeInOpacity{0%{opacity:0}100%{opacity:1}}@keyframes fadeOutOpacity{0%{opacity:1}100%{opacity:0}}