Lines Matching full:atlas
249 * Atlas App Mode
251 App.MODE_ATLAS = 'atlas';
1760 if ((uiTheme == 'atlas' || urlParams['atlas'] == '1') && this.menubar != null)
1771 this.icon.style.padding = urlParams['atlas'] == '1'? '7px' : '6px';
5743 if (uiTheme == 'atlas' || urlParams['atlas'] == '1')
5769 if (uiTheme == 'atlas')
5778 else if (urlParams['atlas'] == '1')
5794 if (uiTheme == 'dark' || uiTheme == 'atlas')
5836 if (!Editor.isDarkMode() && uiTheme != 'atlas')
6014 else if (urlParams['atlas'] == '1')
6878 this.toggleFormatElement.style.top = (uiTheme == 'atlas') ? '8px' : '6px';
6879 …this.toggleFormatElement.style.right = (uiTheme != 'atlas' && urlParams['embed'] != '1') ? '30px' …
6882 this.toggleFormatElement.className = (uiTheme != 'atlas') ? 'geButton' : '';
6926 this.fullscreenElement.style.top = (uiTheme == 'atlas') ? '8px' : '6px';
6927 …this.fullscreenElement.style.right = (uiTheme != 'atlas' && urlParams['embed'] != '1') ? '50px' : …
6930 this.fullscreenElement.className = (uiTheme != 'atlas') ? 'geButton' : '';
6945 // Some style changes in Atlas theme
6946 if (uiTheme == 'atlas')
6963 if (uiTheme != 'atlas' && urlParams['embed'] != '1')
6992 this.toggleElement.style.top = (uiTheme == 'atlas') ? '8px' : '6px';
7021 if (uiTheme != 'atlas')
7108 this.userElement.style.top = (uiTheme == 'atlas') ? '8px' : '2px';