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