aboutsummaryrefslogtreecommitdiff
path: root/scss/imports/scss/_MainWindow.scss
diff options
context:
space:
mode:
Diffstat (limited to 'scss/imports/scss/_MainWindow.scss')
-rwxr-xr-xscss/imports/scss/_MainWindow.scss81
1 files changed, 41 insertions, 40 deletions
diff --git a/scss/imports/scss/_MainWindow.scss b/scss/imports/scss/_MainWindow.scss
index f92c0f04..c4834960 100755
--- a/scss/imports/scss/_MainWindow.scss
+++ b/scss/imports/scss/_MainWindow.scss
@@ -1,24 +1,25 @@
1// <copyright> 1// <copyright>
2Copyright (c) 2012, Motorola Mobility, Inc 2Copyright (c) 2012, Motorola Mobility LLC.
3All Rights Reserved. 3All Rights Reserved.
4BSD License.
5 4
6Redistribution and use in source and binary forms, with or without 5Redistribution and use in source and binary forms, with or without
7modification, are permitted provided that the following conditions are met: 6modification, are permitted provided that the following conditions are met:
8 7
9 - Redistributions of source code must retain the above copyright notice, 8* Redistributions of source code must retain the above copyright notice,
10 this list of conditions and the following disclaimer. 9 this list of conditions and the following disclaimer.
11 - Redistributions in binary form must reproduce the above copyright 10
12 notice, this list of conditions and the following disclaimer in the 11* Redistributions in binary form must reproduce the above copyright notice,
13 documentation and/or other materials provided with the distribution. 12 this list of conditions and the following disclaimer in the documentation
14 - Neither the name of Motorola Mobility nor the names of its contributors 13 and/or other materials provided with the distribution.
15 may be used to endorse or promote products derived from this software 14
16 without specific prior written permission. 15* Neither the name of Motorola Mobility LLC nor the names of its
16 contributors may be used to endorse or promote products derived from this
17 software without specific prior written permission.
17 18
18THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS" 19THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS "AS IS"
19AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE 20AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE
20IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE 21IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE
21ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT OWNER OR CONTRIBUTORS BE 22ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR CONTRIBUTORS BE
22LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR 23LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR
23CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF 24CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF
24SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS 25SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS
@@ -33,7 +34,7 @@ POSSIBILITY OF SUCH DAMAGE.
33// Styles governing the main window and overall layout of the application. 34// Styles governing the main window and overall layout of the application.
34// Note that colors and font definitions go in 35// Note that colors and font definitions go in
35// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss 36// _scss/themes/themename/_colors.scss and _scss/themes/themename/_fonts.scss
36 37
37 38
38 body { 39 body {
39 position: absolute; 40 position: absolute;
@@ -289,7 +290,7 @@ POSSIBILITY OF SUCH DAMAGE.
289 290
290.resizeBar { -webkit-transition: all 0.15s linear; } 291.resizeBar { -webkit-transition: all 0.15s linear; }
291 292
292// Splitters Collapsed 293// Splitters Collapsed
293.panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; } 294.panelContainer.collapsed { -webkit-transition: all 0.15s ease-in; }
294.panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; } 295.panel.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0.1 !important; }
295.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; } 296.disableTransition { -webkit-transition: none !important; -webkit-box-flex:0 !important; }
@@ -310,7 +311,7 @@ POSSIBILITY OF SUCH DAMAGE.
310 box-shadow: 3px 5px 4px $color-app-shadow; 311 box-shadow: 3px 5px 4px $color-app-shadow;
311} 312}
312 313
313 314
314// 315//
315.baseBox { 316.baseBox {
316 display:-webkit-box; 317 display:-webkit-box;
@@ -318,7 +319,7 @@ POSSIBILITY OF SUCH DAMAGE.
318 display: box; 319 display: box;
319} 320}
320 321
321// Generic style to make any element unselectable 322// Generic style to make any element unselectable
322.unselectable { 323.unselectable {
323 -webkit-user-select: none; 324 -webkit-user-select: none;
324} 325}
@@ -330,47 +331,47 @@ POSSIBILITY OF SUCH DAMAGE.
330} 331}
331 332
332.openDocumentsTab { 333.openDocumentsTab {
333 height: 25px; 334 height: 25px;
334 position: relative; 335 position: relative;
335 overflow: hidden; 336 overflow: hidden;
336 color: white; 337 color: white;
337} 338}
338 339
339#openDocuments { 340#openDocuments {
340 float: left; 341 float: left;
341 height: 25px; 342 height: 25px;
342 width: 100%; 343 width: 100%;
343 font-size: 12px; 344 font-size: 12px;
344 list-style: none; 345 list-style: none;
345 margin: 0; 346 margin: 0;
346 padding: 0; 347 padding: 0;
347 position: relative; 348 position: relative;
348 text-decoration: none; 349 text-decoration: none;
349} 350}
350 351
351#openDocuments li { 352#openDocuments li {
352 border-right: 1px solid black; 353 border-right: 1px solid black;
353 cursor: pointer; 354 cursor: pointer;
354 display: inline; 355 display: inline;
355 float: left; 356 float: left;
356 padding: 0.5em 1em; 357 padding: 0.5em 1em;
357 text-shadow: 1px 1px 1px #000000; 358 text-shadow: 1px 1px 1px #000000;
358 vertical-align: middle; 359 vertical-align: middle;
359} 360}
360 361
361#openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab { 362#openDocuments li:hover, #openDocuments li:active, #openDocuments li.activeTab {
362 background-color: #7f7f7f; 363 background-color: #7f7f7f;
363} 364}
364 365
365.documentBar { 366.documentBar {
366 height: 25px; 367 height: 25px;
367 position: relative; 368 position: relative;
368 overflow: hidden; 369 overflow: hidden;
369 color: white; 370 color: white;
370} 371}
371 372
372.montage-popup-modal-mask 373.montage-popup-modal-mask
373{ 374{
374 opacity: 1; 375 opacity: 1;
375 background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%); 376 background: -webkit-radial-gradient(center, ellipse cover, rgba(0,0,0,.65) 0%, rgba(0,0,0,0.8) 80%);
376} 377}