2009-09-10 05:38:00 +00:00
|
|
|
/* Copyright 2009, Red Hat, Inc.
|
|
|
|
*
|
|
|
|
* Portions adapted from Mx's data/style/default.css
|
|
|
|
* Copyright 2009 Intel Corporation
|
|
|
|
*
|
|
|
|
* This program is free software; you can redistribute it and/or modify it
|
|
|
|
* under the terms and conditions of the GNU Lesser General Public License,
|
|
|
|
* version 2.1, as published by the Free Software Foundation.
|
|
|
|
*
|
|
|
|
* This program is distributed in the hope it will be useful, but WITHOUT ANY
|
|
|
|
* WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS
|
|
|
|
* FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for
|
|
|
|
* more details.
|
|
|
|
*
|
|
|
|
* You should have received a copy of the GNU Lesser General Public License
|
|
|
|
* along with this program; if not, write to the Free Software Foundation,
|
|
|
|
* Inc., 51 Franklin St - Fifth Floor, Boston, MA 02110-1301 USA.
|
|
|
|
*/
|
|
|
|
|
2012-02-23 21:44:57 +00:00
|
|
|
/* Text Styles */
|
|
|
|
|
|
|
|
/* default text style */
|
2010-12-14 01:50:19 +00:00
|
|
|
stage {
|
|
|
|
font-family: cantarell, sans-serif;
|
2012-02-23 17:19:34 +00:00
|
|
|
font-size: 11pt;
|
|
|
|
color: white;
|
2010-12-14 01:50:19 +00:00
|
|
|
}
|
|
|
|
|
2012-02-23 21:44:57 +00:00
|
|
|
/* links */
|
2009-12-02 17:13:24 +00:00
|
|
|
.shell-link {
|
|
|
|
color: #0000ff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shell-link:hover {
|
|
|
|
color: #0000e0;
|
|
|
|
}
|
|
|
|
|
2012-02-23 21:44:57 +00:00
|
|
|
/* small */
|
|
|
|
.app-well-menu,
|
|
|
|
.run-dialog-error-label {
|
|
|
|
font-size: 9pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* small bold */
|
|
|
|
.dash-label,
|
|
|
|
.window-caption,
|
|
|
|
.switcher-list,
|
|
|
|
.app-well-app > .overview-icon,
|
2012-08-14 14:34:14 +00:00
|
|
|
.show-apps > .overview-icon,
|
2012-08-02 01:48:10 +00:00
|
|
|
.grid-search-result .overview-icon {
|
2012-02-23 21:44:57 +00:00
|
|
|
font-size: 9pt;
|
|
|
|
font-weight: bold;
|
2009-12-26 17:00:36 +00:00
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Scroll Bars */
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollBar {
|
2011-10-21 04:00:30 +00:00
|
|
|
padding: 0px;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollView.vfade {
|
2011-10-21 04:00:30 +00:00
|
|
|
-st-vfade-offset: 68px;
|
2011-06-03 21:44:57 +00:00
|
|
|
}
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollView.hfade {
|
2012-02-08 17:47:23 +00:00
|
|
|
-st-hfade-offset: 68px;
|
|
|
|
}
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollView StScrollBar {
|
|
|
|
min-width: 14px;
|
2012-08-01 13:12:12 +00:00
|
|
|
min-height: 14px;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
|
|
|
|
2010-09-10 01:28:12 +00:00
|
|
|
StScrollBar StBin#trough {
|
2012-08-01 12:19:13 +00:00
|
|
|
background-color: rgba(0,0,0,0.3);
|
2010-02-09 05:57:42 +00:00
|
|
|
border-radius: 8px;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollBar StButton#vhandle {
|
2012-08-22 13:59:56 +00:00
|
|
|
background-color: #5d6464;
|
2012-08-01 12:19:13 +00:00
|
|
|
border: 2px solid #242424;
|
2010-02-09 05:57:42 +00:00
|
|
|
border-radius: 8px;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
|
|
|
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollBar StButton#hhandle {
|
2012-08-22 13:59:56 +00:00
|
|
|
background-color: #5d6464;
|
2012-08-01 12:19:13 +00:00
|
|
|
border: 2px solid #242424;
|
2010-02-09 05:57:42 +00:00
|
|
|
border-radius: 8px;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
|
|
|
|
2010-02-09 05:57:42 +00:00
|
|
|
StScrollBar StButton#hhandle:hover,
|
2012-08-01 12:19:13 +00:00
|
|
|
StScrollBar StButton#vhandle:hover {
|
2012-08-22 13:59:56 +00:00
|
|
|
background-color: #777d7c;
|
2012-08-01 12:19:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
StScrollBar StButton#hhandle:active,
|
|
|
|
StScrollBar StButton#vhandle:active {
|
2012-08-22 13:59:56 +00:00
|
|
|
background-color: #3465a4;
|
2009-09-10 05:38:00 +00:00
|
|
|
}
|
2009-09-10 05:38:13 +00:00
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Check Boxes */
|
|
|
|
|
2012-02-13 23:13:57 +00:00
|
|
|
.check-box ShellGenericContainer {
|
|
|
|
spacing: .8em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-box StBin {
|
2012-02-16 13:35:23 +00:00
|
|
|
width: 24px;
|
|
|
|
height: 22px;
|
|
|
|
background-image: url("checkbox-off.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.check-box:focus StBin {
|
|
|
|
background-image: url("checkbox-off-focused.svg");
|
2012-02-13 23:13:57 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.check-box:checked StBin {
|
2012-02-16 13:35:23 +00:00
|
|
|
background-image: url("checkbox.svg");
|
2012-02-13 23:13:57 +00:00
|
|
|
}
|
|
|
|
|
2012-02-16 13:35:23 +00:00
|
|
|
.check-box:focus:checked StBin {
|
|
|
|
background-image: url("checkbox-focused.svg");
|
2012-02-13 23:13:57 +00:00
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
/* PopupMenu */
|
2009-11-17 22:46:20 +00:00
|
|
|
|
2013-02-27 12:11:55 +00:00
|
|
|
.popup-menu-boxpointer,
|
|
|
|
.candidate-popup-boxpointer {
|
2011-07-30 12:00:16 +00:00
|
|
|
-arrow-border-radius: 8px;
|
2013-02-19 18:45:32 +00:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.9);
|
2010-05-05 14:03:48 +00:00
|
|
|
-arrow-border-width: 2px;
|
2011-07-30 12:00:16 +00:00
|
|
|
-arrow-border-color: #a5a5a5;
|
|
|
|
-arrow-base: 24px;
|
|
|
|
-arrow-rise: 11px;
|
2010-05-05 14:03:48 +00:00
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
.popup-menu {
|
2010-05-12 21:07:41 +00:00
|
|
|
min-width: 200px;
|
2010-05-05 14:03:48 +00:00
|
|
|
}
|
|
|
|
|
2011-04-04 15:38:52 +00:00
|
|
|
.popup-submenu-menu-item:open {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
2010-11-01 15:03:28 +00:00
|
|
|
.popup-sub-menu {
|
2011-04-04 15:38:52 +00:00
|
|
|
background-gradient-start: rgba(80,80,80,0.3);
|
|
|
|
background-gradient-end: rgba(80,80,80,0.7);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.9);
|
2010-11-01 15:03:28 +00:00
|
|
|
}
|
|
|
|
|
2012-09-06 09:41:23 +00:00
|
|
|
.popup-sub-menu:scrolled .popup-menu-item:ltr {
|
2011-04-04 12:55:15 +00:00
|
|
|
padding-right: 0em;
|
|
|
|
}
|
|
|
|
|
2012-09-06 09:41:23 +00:00
|
|
|
.popup-sub-menu:scrolled .popup-menu-item:rtl {
|
2011-04-04 12:55:15 +00:00
|
|
|
padding-left: 0em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar StBin#trough {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-sub-menu StScrollBar StBin#vhandle {
|
|
|
|
background-color: #4c4c4c;
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
|
|
|
|
2011-07-21 03:17:05 +00:00
|
|
|
.popup-combo-menu {
|
|
|
|
background-color: rgba(0,0,0,0.9);
|
|
|
|
padding: 1em 0em;
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
border-radius: 9px;
|
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
/* The remaining popup-menu sizing is all done in ems, so that if you
|
|
|
|
* override .popup-menu.font-size, everything else will scale with it.
|
|
|
|
*/
|
|
|
|
.popup-menu-content {
|
2010-10-20 16:43:22 +00:00
|
|
|
padding: 1em 0em;
|
2010-05-05 14:03:48 +00:00
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
.popup-menu-item {
|
2010-10-20 16:43:22 +00:00
|
|
|
padding: .4em 1.75em;
|
2010-10-19 17:41:41 +00:00
|
|
|
spacing: 1em;
|
2010-05-05 14:03:48 +00:00
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
.popup-menu-item:active {
|
2010-05-05 14:03:48 +00:00
|
|
|
background-color: #4c4c4c;
|
|
|
|
}
|
|
|
|
|
2012-09-11 12:00:22 +00:00
|
|
|
.popup-menu-item:insensitive {
|
2011-09-15 14:51:19 +00:00
|
|
|
color: #9f9f9f;
|
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
.popup-image-menu-item {
|
2010-09-18 15:30:54 +00:00
|
|
|
}
|
|
|
|
|
2011-07-21 03:17:05 +00:00
|
|
|
.popup-combobox-item {
|
|
|
|
spacing: 1em;
|
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
.popup-separator-menu-item {
|
2012-12-10 17:24:56 +00:00
|
|
|
-gradient-height: 1px;
|
|
|
|
-gradient-start: rgba(255,255,255,0.0);
|
|
|
|
-gradient-end: rgba(255,255,255,0.3);
|
|
|
|
-margin-horizontal: 24px;
|
|
|
|
height: 1px;
|
|
|
|
padding: 8px 0px;
|
2010-05-20 15:18:46 +00:00
|
|
|
}
|
|
|
|
|
2011-02-21 20:25:56 +00:00
|
|
|
.popup-alternating-menu-item:alternate {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2010-07-22 12:34:02 +00:00
|
|
|
.popup-slider-menu-item {
|
|
|
|
height: 1em;
|
2010-11-22 19:11:43 +00:00
|
|
|
min-width: 15em;
|
2010-07-22 12:34:02 +00:00
|
|
|
-slider-height: 0.3em;
|
|
|
|
-slider-background-color: #333333;
|
|
|
|
-slider-border-color: #5f5f5f;
|
2011-03-12 22:49:03 +00:00
|
|
|
-slider-active-background-color: #76b0ec;
|
|
|
|
-slider-active-border-color: #1f6dbc;
|
2010-07-22 12:34:02 +00:00
|
|
|
-slider-border-width: 1px;
|
|
|
|
-slider-handle-radius: 0.5em;
|
|
|
|
}
|
|
|
|
|
2010-11-15 21:45:17 +00:00
|
|
|
.popup-device-menu-item {
|
|
|
|
spacing: .5em;
|
|
|
|
}
|
|
|
|
|
2012-09-11 12:00:22 +00:00
|
|
|
.popup-status-menu-item {
|
2011-04-21 14:44:28 +00:00
|
|
|
font-weight: normal;
|
2011-03-20 04:22:41 +00:00
|
|
|
color: #999;
|
2011-01-25 21:08:12 +00:00
|
|
|
}
|
|
|
|
|
2012-09-11 12:00:22 +00:00
|
|
|
.popup-inactive-menu-item, .popup-inactive-menu-item:insensitive {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.popup-subtitle-menu-item, .popup-subtitle-menu-item:insensitive {
|
2011-01-25 21:08:12 +00:00
|
|
|
font-weight: bold;
|
2012-09-11 12:00:22 +00:00
|
|
|
color: white;
|
2011-01-25 21:08:12 +00:00
|
|
|
}
|
|
|
|
|
2010-11-02 22:33:22 +00:00
|
|
|
.popup-menu-icon {
|
2012-03-08 16:29:08 +00:00
|
|
|
icon-size: 1.09em;
|
2010-11-02 22:33:22 +00:00
|
|
|
}
|
|
|
|
|
2012-11-30 16:54:18 +00:00
|
|
|
.popup-battery-percentage {
|
|
|
|
padding-left: 24px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Switches */
|
2010-09-21 13:32:09 +00:00
|
|
|
.toggle-switch {
|
2011-03-25 14:59:45 +00:00
|
|
|
width: 65px;
|
|
|
|
height: 22px;
|
2010-06-17 12:17:01 +00:00
|
|
|
}
|
2010-09-21 13:32:09 +00:00
|
|
|
|
|
|
|
.toggle-switch-us {
|
|
|
|
background-image: url("toggle-off-us.svg");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2010-09-21 13:32:09 +00:00
|
|
|
}
|
|
|
|
.toggle-switch-us:checked {
|
|
|
|
background-image: url("toggle-on-us.svg");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2010-09-21 13:32:09 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.toggle-switch-intl {
|
|
|
|
background-image: url("toggle-off-intl.svg");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2010-06-17 12:17:01 +00:00
|
|
|
}
|
2010-09-21 13:32:09 +00:00
|
|
|
.toggle-switch-intl:checked {
|
|
|
|
background-image: url("toggle-on-intl.svg");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2010-06-17 12:17:01 +00:00
|
|
|
}
|
|
|
|
|
2011-03-25 15:27:56 +00:00
|
|
|
.nm-menu-item-icons {
|
|
|
|
spacing: .5em;
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Buttons */
|
2011-08-04 13:52:41 +00:00
|
|
|
|
2013-02-14 22:36:32 +00:00
|
|
|
.candidate-page-button,
|
2012-02-23 17:22:22 +00:00
|
|
|
.notification-button,
|
|
|
|
.notification-icon-button,
|
|
|
|
.hotplug-notification-item,
|
|
|
|
.hotplug-resident-eject-button,
|
2013-02-20 13:31:13 +00:00
|
|
|
.modal-dialog-button,
|
|
|
|
.app-view-control {
|
2011-08-04 13:52:41 +00:00
|
|
|
border: 1px solid #8b8b8b;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.2);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
2012-11-29 16:44:40 +00:00
|
|
|
.modal-dialog-button {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2013-02-14 22:36:32 +00:00
|
|
|
.candidate-page-button:hover,
|
2012-02-23 17:22:22 +00:00
|
|
|
.notification-button:hover,
|
|
|
|
.notification-icon-button:hover,
|
|
|
|
.hotplug-notification-item:hover,
|
|
|
|
.hotplug-resident-eject-button:hover,
|
|
|
|
.modal-dialog-button:hover {
|
2011-08-04 13:52:41 +00:00
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.3);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0.1);
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
.notification-button:focus,
|
|
|
|
.notification-icon-button:focus,
|
|
|
|
.hotplug-notification-item:focus,
|
2013-03-01 19:21:58 +00:00
|
|
|
.modal-dialog-button:focus,
|
|
|
|
.app-view-control:focus {
|
2012-10-30 12:07:58 +00:00
|
|
|
border-width: 2px;
|
2011-08-04 13:52:41 +00:00
|
|
|
}
|
|
|
|
|
2013-03-01 19:21:58 +00:00
|
|
|
.app-view-control:focus {
|
|
|
|
padding: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control:first-child:ltr:focus,
|
|
|
|
.app-view-control:last-child:rtl:focus {
|
|
|
|
border-right-width: 1px;
|
|
|
|
}
|
|
|
|
|
2013-02-14 22:36:32 +00:00
|
|
|
.candidate-page-button:active,
|
|
|
|
.candidate-page-button:pressed,
|
2012-02-23 17:22:22 +00:00
|
|
|
.notification-button:active,
|
|
|
|
.notification-icon-button:active,
|
|
|
|
.hotplug-notification-item:active,
|
|
|
|
.hotplug-resident-eject-button:active,
|
|
|
|
.modal-dialog-button:active,
|
2013-02-20 13:31:13 +00:00
|
|
|
.modal-dialog-button:pressed,
|
|
|
|
.app-view-control:checked {
|
2011-08-04 13:52:41 +00:00
|
|
|
background-gradient-start: rgba(255, 255, 255, 0);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0.2);
|
|
|
|
}
|
|
|
|
|
2013-02-14 22:36:32 +00:00
|
|
|
.candidate-page-button:insensitive,
|
2012-10-30 12:07:58 +00:00
|
|
|
.notification-button:insensitive,
|
2012-05-17 19:05:36 +00:00
|
|
|
.notification-icon-button:insensitive,
|
2012-10-30 12:07:58 +00:00
|
|
|
.modal-dialog-button:insensitive {
|
|
|
|
border-color: #666666;
|
2012-05-17 19:05:36 +00:00
|
|
|
color: #9f9f9f;
|
2012-10-30 12:07:58 +00:00
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
2012-05-17 19:05:36 +00:00
|
|
|
}
|
|
|
|
|
2013-02-20 13:31:13 +00:00
|
|
|
/* Common radii */
|
|
|
|
|
|
|
|
#searchEntry,
|
|
|
|
.modal-dialog-button,
|
|
|
|
.notification-button,
|
|
|
|
.hotplug-notification-item,
|
|
|
|
.app-view-controls {
|
|
|
|
border-radius: 18px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control:first-child:ltr,
|
|
|
|
.app-view-control:last-child:rtl {
|
|
|
|
border-radius: 18px 0px 0px 18px;
|
|
|
|
border-right-width: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control:last-child:ltr,
|
|
|
|
.app-view-control:first-child:rtl {
|
|
|
|
border-radius: 0px 18px 18px 0px;
|
|
|
|
}
|
|
|
|
|
2012-08-01 11:14:07 +00:00
|
|
|
/* Entries */
|
|
|
|
|
|
|
|
#searchEntry,
|
|
|
|
.notification StEntry,
|
2012-10-29 16:33:21 +00:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 11:14:07 +00:00
|
|
|
color: rgb(64, 64, 64);
|
|
|
|
caret-color: rgb(64, 64, 64);
|
|
|
|
font-size: 12pt;
|
|
|
|
caret-size: 1px;
|
2012-10-10 16:47:40 +00:00
|
|
|
selected-color: white;
|
2012-08-01 11:14:07 +00:00
|
|
|
padding: 4px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry,
|
2012-10-29 16:33:21 +00:00
|
|
|
.run-dialog-entry,
|
2012-08-01 11:14:07 +00:00
|
|
|
.notification StEntry {
|
|
|
|
border: 2px solid rgba(245,245,245,0.2);
|
|
|
|
background-gradient-start: rgba(5,5,6,0.1);
|
|
|
|
background-gradient-end: rgba(254,254,254,0.1);
|
|
|
|
background-gradient-direction: vertical;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 300ms;
|
2012-08-01 11:14:07 +00:00
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus,
|
|
|
|
#searchEntry:hover,
|
|
|
|
.notification StEntry:focus,
|
2012-10-29 16:33:21 +00:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 11:14:07 +00:00
|
|
|
border: 2px solid rgb(136,138,133);
|
|
|
|
background-gradient-start: rgb(200,200,200);
|
|
|
|
background-gradient-end: white;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
box-shadow: inset 0px 2px 4px rgba(0,0,0,0.6);
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification StEntry:focus,
|
2012-10-29 16:33:21 +00:00
|
|
|
.modal-dialog StEntry:focus {
|
2012-08-01 11:14:07 +00:00
|
|
|
border: 2px solid #3465a4;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry {
|
2012-10-29 00:15:03 +00:00
|
|
|
border-color: rgba(245,245,245,0.3);
|
|
|
|
color: rgb(192, 192, 192);
|
|
|
|
caret-color: rgb(192, 192, 192);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:hover {
|
2012-08-01 11:14:07 +00:00
|
|
|
color: rgb(128, 128, 128);
|
|
|
|
caret-color: rgb(128, 128, 128);
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus {
|
|
|
|
color: rgb(64, 64, 64);
|
|
|
|
caret-color: rgb(64, 64, 64);
|
|
|
|
font-weight: bold;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 0ms;
|
2012-08-01 11:14:07 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification StEntry,
|
2012-10-29 16:33:21 +00:00
|
|
|
.modal-dialog StEntry {
|
2012-08-01 11:14:07 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
padding: 4px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.prompt-dialog-password-entry .capslock-warning,
|
|
|
|
.login-dialog-prompt-entry .capslock-warning {
|
|
|
|
icon-size: 16px;
|
|
|
|
warning-color: #999;
|
|
|
|
padding: 0 4px;
|
|
|
|
}
|
|
|
|
|
2012-11-18 21:36:17 +00:00
|
|
|
.modal-dialog StEntry:insensitive {
|
|
|
|
border-color: #666666;
|
|
|
|
color: #9f9f9f;
|
|
|
|
border: 2px solid #9f9f9f;
|
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
|
|
|
box-shadow: inset 0 0 rgba(0,0,0,1.0);
|
2012-08-01 11:14:07 +00:00
|
|
|
}
|
|
|
|
|
2010-05-20 15:18:46 +00:00
|
|
|
/* Panel */
|
|
|
|
|
|
|
|
#panel {
|
|
|
|
background-color: black;
|
2011-08-25 15:46:25 +00:00
|
|
|
font-weight: bold;
|
2011-03-04 20:54:19 +00:00
|
|
|
height: 1.86em;
|
2012-09-21 20:26:23 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#panel.lock-screen {
|
|
|
|
background-color: rgba(0,0,0,0.3);
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel.unlock-screen,
|
|
|
|
#panel.login-screen {
|
|
|
|
background-color: transparent;
|
2010-05-20 15:18:46 +00:00
|
|
|
}
|
|
|
|
|
2011-08-25 15:46:25 +00:00
|
|
|
#panelLeft, #panelCenter {
|
2010-05-20 15:18:46 +00:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
#panelLeft:ltr {
|
2010-05-20 15:18:46 +00:00
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-19 11:21:07 +00:00
|
|
|
#panelLeft:rtl {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
#panelRight:ltr {
|
2010-05-20 15:18:46 +00:00
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-19 11:21:07 +00:00
|
|
|
#panelRight:rtl {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2011-02-09 02:12:10 +00:00
|
|
|
.panel-corner {
|
2012-03-21 14:59:43 +00:00
|
|
|
-panel-corner-radius: 6px;
|
2011-02-09 02:12:10 +00:00
|
|
|
-panel-corner-background-color: black;
|
2012-02-08 13:31:42 +00:00
|
|
|
-panel-corner-border-width: 2px;
|
|
|
|
-panel-corner-border-color: transparent;
|
2011-02-09 02:12:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.panel-corner:active,
|
2011-07-14 12:56:14 +00:00
|
|
|
.panel-corner:overview,
|
2011-02-09 02:12:10 +00:00
|
|
|
.panel-corner:focus {
|
2012-02-08 13:31:42 +00:00
|
|
|
-panel-corner-border-color: rgba(255,255,255,0.8);
|
2011-02-09 02:12:10 +00:00
|
|
|
}
|
|
|
|
|
2012-09-21 20:26:23 +00:00
|
|
|
.panel-corner.lock-screen,
|
|
|
|
.panel-corner.unlock-screen,
|
|
|
|
.panel-corner.login-screen {
|
|
|
|
-panel-corner-background-color: transparent;
|
|
|
|
-panel-corner-border-color: transparent;
|
|
|
|
}
|
|
|
|
|
2009-11-17 22:46:20 +00:00
|
|
|
#appMenu {
|
2013-04-16 14:57:46 +00:00
|
|
|
spinner-image: url("process-working.svg");
|
2010-05-05 14:03:48 +00:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 21:44:57 +00:00
|
|
|
/* used for the app menu header only */
|
|
|
|
.label-shadow {
|
|
|
|
color: rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2011-02-24 17:26:40 +00:00
|
|
|
.panel-button #appMenuIcon {
|
|
|
|
app-icon-bottom-clip: 1px;
|
|
|
|
}
|
|
|
|
|
2011-02-18 22:00:04 +00:00
|
|
|
.panel-button:active #appMenuIcon,
|
|
|
|
.panel-button:checked #appMenuIcon,
|
|
|
|
.panel-button:focus #appMenuIcon {
|
|
|
|
app-icon-bottom-clip: 2px;
|
|
|
|
}
|
|
|
|
|
2010-05-05 14:03:48 +00:00
|
|
|
.app-menu-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
2009-11-17 22:46:20 +00:00
|
|
|
}
|
|
|
|
|
2009-09-30 14:02:08 +00:00
|
|
|
.panel-button {
|
2011-06-09 15:50:24 +00:00
|
|
|
-natural-hpadding: 12px;
|
|
|
|
-minimum-hpadding: 6px;
|
2010-03-23 01:01:04 +00:00
|
|
|
font-weight: bold;
|
2011-02-09 02:11:57 +00:00
|
|
|
color: #ccc;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
2012-09-21 20:26:23 +00:00
|
|
|
#panel.unlock-screen .panel-button,
|
|
|
|
#panel.lock-screen .panel-button,
|
|
|
|
#panel.login-screen .panel-button {
|
|
|
|
color: #e6e6e6;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panel.unlock-screen .panel-button:hover,
|
|
|
|
#panel.lock-screen .panel-button:hover,
|
|
|
|
#panel.login-screen .panel-button:hover,
|
|
|
|
#panel.unlock-screen .panel-button:active,
|
|
|
|
#panel.lock-screen .panel-button:active,
|
|
|
|
#panel.login-screen .panel-button:active,
|
|
|
|
#panel.unlock-screen .panel-button:focus,
|
|
|
|
#panel.lock-screen .panel-button:focus,
|
|
|
|
#panel.login-screen .panel-button:focus {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-03-14 01:01:50 +00:00
|
|
|
.panel-button:hover {
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2011-02-09 02:11:57 +00:00
|
|
|
.panel-button:active,
|
2011-07-14 12:56:14 +00:00
|
|
|
.panel-button:overview,
|
2011-02-09 02:11:57 +00:00
|
|
|
.panel-button:focus {
|
2012-03-21 14:59:43 +00:00
|
|
|
border-image: url("panel-button-border.svg") 6 10 0 2;
|
2011-02-09 02:11:57 +00:00
|
|
|
background-image: url("panel-button-highlight-wide.svg");
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2011-08-25 15:46:25 +00:00
|
|
|
.panel-status-button:active,
|
|
|
|
.panel-status-button:checked,
|
|
|
|
.panel-status-button:focus {
|
2011-02-09 02:11:57 +00:00
|
|
|
background-image: url("panel-button-highlight-narrow.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-button:active > .system-status-icon,
|
|
|
|
.panel-button:checked > .system-status-icon,
|
|
|
|
.panel-button:focus > .system-status-icon {
|
|
|
|
icon-shadow: black 0px 2px 2px;
|
2010-02-08 20:00:16 +00:00
|
|
|
}
|
|
|
|
|
2011-07-30 17:24:24 +00:00
|
|
|
.panel-menu {
|
2013-02-14 21:45:16 +00:00
|
|
|
-boxpointer-gap: 4px;
|
2011-07-30 17:24:24 +00:00
|
|
|
}
|
|
|
|
|
2012-08-26 13:49:18 +00:00
|
|
|
.panel-status-button-box {
|
2012-06-19 17:50:37 +00:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2012-12-16 22:28:11 +00:00
|
|
|
.lock-screen-status-button-box {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* User Menu */
|
|
|
|
|
2011-09-07 16:23:27 +00:00
|
|
|
#panelUserMenu {
|
2009-11-17 22:46:20 +00:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2011-07-28 14:59:03 +00:00
|
|
|
.status-chooser {
|
|
|
|
spacing: .4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser .popup-menu-item,
|
|
|
|
.status-chooser-combo .popup-menu-item {
|
|
|
|
padding: .4em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 48pt;
|
|
|
|
height: 48pt;
|
2012-07-14 15:12:54 +00:00
|
|
|
background-size: contain;
|
2011-07-28 14:59:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-icon:hover {
|
|
|
|
border: 2px solid #bbbbbb;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-user-name {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 1.3em;
|
2011-08-23 17:15:31 +00:00
|
|
|
min-width: 120pt;
|
2011-07-28 14:59:03 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-combo {
|
|
|
|
border: 1px solid transparent;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-combo.popup-combo-menu {
|
|
|
|
padding: .4em 0em;
|
|
|
|
border-radius: 4px;
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.status-chooser-status-item,
|
2011-09-19 19:58:53 +00:00
|
|
|
.status-chooser-combo .popup-combobox-item {
|
2011-07-28 14:59:03 +00:00
|
|
|
spacing: .4em;
|
|
|
|
}
|
|
|
|
|
2010-11-02 22:33:22 +00:00
|
|
|
.system-status-icon {
|
2012-03-08 16:29:08 +00:00
|
|
|
icon-size: 1.09em;
|
2010-11-02 22:33:22 +00:00
|
|
|
}
|
|
|
|
|
2010-02-09 05:57:42 +00:00
|
|
|
/* Overview */
|
2009-11-12 00:26:52 +00:00
|
|
|
|
2010-07-29 07:55:08 +00:00
|
|
|
#overview {
|
2012-12-08 01:37:30 +00:00
|
|
|
spacing: 24px;
|
2013-02-21 15:44:32 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.overview-controls {
|
2013-02-18 15:25:28 +00:00
|
|
|
padding-bottom: 32px;
|
2010-07-29 07:55:08 +00:00
|
|
|
}
|
|
|
|
|
2011-02-12 20:23:27 +00:00
|
|
|
.workspace-thumbnails-background {
|
2011-02-14 22:58:38 +00:00
|
|
|
border: 1px solid rgba(128, 128, 128, 0.4);
|
2010-10-04 14:42:11 +00:00
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 9px 0px 0px 9px;
|
2011-02-14 22:58:38 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2011-11-26 23:28:51 +00:00
|
|
|
padding: 11px 7px 11px 11px;
|
2011-01-31 02:18:12 +00:00
|
|
|
}
|
|
|
|
|
2011-02-18 14:41:43 +00:00
|
|
|
.workspace-thumbnails-background:rtl {
|
|
|
|
border-right: 1px;
|
|
|
|
border-left: 0px;
|
|
|
|
border-radius: 0px 9px 9px 0px;
|
2011-11-26 23:28:51 +00:00
|
|
|
padding: 11px 11px 11px 7px;
|
2011-02-18 14:41:43 +00:00
|
|
|
}
|
|
|
|
|
2011-01-31 02:18:12 +00:00
|
|
|
.workspace-thumbnails {
|
2011-11-26 23:28:51 +00:00
|
|
|
spacing: 11px;
|
2012-12-11 22:26:09 +00:00
|
|
|
visible-width: 32px; /* Amount visible before hovering */
|
2011-01-31 02:18:12 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-thumbnail-indicator {
|
2011-11-26 23:28:51 +00:00
|
|
|
border: 4px solid rgba(255,255,255,0.7);
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 1px;
|
2010-10-04 14:42:11 +00:00
|
|
|
}
|
|
|
|
|
2009-11-12 00:26:52 +00:00
|
|
|
.window-caption {
|
2013-02-18 19:09:49 +00:00
|
|
|
spacing: 25px;
|
2011-12-03 23:05:33 +00:00
|
|
|
background: rgba(0,0,0,0.5);
|
|
|
|
border-radius: 8px;
|
2012-02-13 17:48:24 +00:00
|
|
|
padding: 4px 12px;
|
2011-12-03 23:05:33 +00:00
|
|
|
-shell-caption-spacing: 12px;
|
2012-10-27 16:18:54 +00:00
|
|
|
border: 2px solid rgba(0, 0, 0, 0);
|
2009-11-12 00:26:52 +00:00
|
|
|
}
|
|
|
|
|
2013-02-18 19:09:49 +00:00
|
|
|
.window-caption:hover {
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0);
|
|
|
|
}
|
|
|
|
|
2012-08-20 19:51:52 +00:00
|
|
|
.window-close, .notification-close {
|
2009-11-12 00:26:52 +00:00
|
|
|
background-image: url("close-window.svg");
|
2012-10-25 16:24:30 +00:00
|
|
|
background-size: 32px;
|
|
|
|
height: 32px;
|
|
|
|
width: 32px;
|
2012-08-20 19:51:52 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.window-close {
|
2012-10-27 16:18:54 +00:00
|
|
|
-shell-close-overlap: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.window-clone-border {
|
|
|
|
border: 4px solid rgba(255, 255, 255, 0.5);
|
|
|
|
border-radius: 4px;
|
2009-11-12 00:26:52 +00:00
|
|
|
}
|
|
|
|
|
2012-08-20 19:51:52 +00:00
|
|
|
.notification-close {
|
2012-08-20 20:44:28 +00:00
|
|
|
/* we start out in the top right of the
|
|
|
|
* notification, inset.
|
|
|
|
*
|
2012-10-25 16:28:29 +00:00
|
|
|
* center is 32px/2 = 16px
|
2012-08-20 20:44:28 +00:00
|
|
|
*
|
|
|
|
* adjust left 2px
|
|
|
|
* adjust down 8px */
|
|
|
|
|
2012-10-25 16:28:29 +00:00
|
|
|
-shell-close-overlap-x: 14px;
|
2012-10-16 17:02:48 +00:00
|
|
|
-shell-close-overlap-y: -12px;
|
2012-08-20 19:51:52 +00:00
|
|
|
}
|
|
|
|
|
2012-10-25 15:49:29 +00:00
|
|
|
.notification-close:rtl {
|
|
|
|
/* as above, but starting out in the top left of the
|
|
|
|
* notification. */
|
|
|
|
|
|
|
|
-shell-close-overlap-x: -14px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.window-close:rtl {
|
|
|
|
-st-background-image-shadow: 2px 2px 6px rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2012-08-08 17:27:46 +00:00
|
|
|
.window-picker {
|
2012-12-08 01:37:30 +00:00
|
|
|
-horizontal-spacing: 32px;
|
|
|
|
-vertical-spacing: 32px;
|
2012-12-11 22:26:09 +00:00
|
|
|
padding-left: 32px;
|
|
|
|
padding-right: 32px;
|
2013-03-01 02:19:03 +00:00
|
|
|
padding-bottom: 48px;
|
2012-08-08 17:27:46 +00:00
|
|
|
}
|
|
|
|
|
2012-12-13 18:28:25 +00:00
|
|
|
.window-picker.external-monitor {
|
|
|
|
padding: 32px;
|
|
|
|
}
|
|
|
|
|
2013-03-01 02:19:03 +00:00
|
|
|
.messages-indicator {
|
|
|
|
color: #999999;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-contents {
|
|
|
|
spacing: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-contents:hover {
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.messages-indicator-highlight {
|
|
|
|
background-gradient-start: transparent;
|
|
|
|
background-gradient-end: #999999;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
|
|
|
|
height: 6px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 17:33:09 +00:00
|
|
|
/* Dash */
|
|
|
|
|
|
|
|
#dash {
|
|
|
|
color: #5f5f5f;
|
2011-03-04 20:54:19 +00:00
|
|
|
font-size: 9pt;
|
2011-01-31 14:05:23 +00:00
|
|
|
padding: 4px 0px;
|
2010-07-21 23:29:02 +00:00
|
|
|
background-color: rgba(0, 0, 0, 0.5);
|
2011-01-31 14:05:23 +00:00
|
|
|
border: 1px solid rgba(128, 128, 128, 0.4);
|
2010-07-21 23:29:02 +00:00
|
|
|
border-left: 0px;
|
|
|
|
border-radius: 0px 9px 9px 0px;
|
|
|
|
}
|
|
|
|
|
2011-02-18 22:59:49 +00:00
|
|
|
#dash:rtl {
|
|
|
|
border-left: 1px;
|
|
|
|
border-right: 0px;
|
|
|
|
border-radius: 9px 0px 0px 9px;
|
|
|
|
}
|
|
|
|
|
2011-05-05 02:47:07 +00:00
|
|
|
.placeholder {
|
2010-11-08 01:51:02 +00:00
|
|
|
background-image: url("dash-placeholder.svg");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2011-05-05 02:47:07 +00:00
|
|
|
height: 24px;
|
2010-11-08 01:51:02 +00:00
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Search Box */
|
|
|
|
|
2009-10-22 17:33:09 +00:00
|
|
|
#searchEntry {
|
2012-08-20 09:32:49 +00:00
|
|
|
width: 320px;
|
2009-10-22 17:33:09 +00:00
|
|
|
}
|
|
|
|
|
2011-02-10 21:11:48 +00:00
|
|
|
.search-entry-icon {
|
2012-03-08 16:29:08 +00:00
|
|
|
icon-size: 1em;
|
2012-10-29 00:15:03 +00:00
|
|
|
color: #c0c0c0;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:hover .search-entry-icon,
|
|
|
|
#searchEntry:focus .search-entry-icon {
|
2011-02-10 21:11:48 +00:00
|
|
|
color: #8d8f8a;
|
2009-10-22 17:33:09 +00:00
|
|
|
}
|
|
|
|
|
2012-02-23 17:22:22 +00:00
|
|
|
/* Search Results */
|
|
|
|
|
2010-11-12 17:45:29 +00:00
|
|
|
#searchResults {
|
2013-02-21 15:44:32 +00:00
|
|
|
padding: 20px 10px 0px 10px;
|
2011-02-25 23:00:53 +00:00
|
|
|
spacing: 18px;
|
2009-10-22 17:33:09 +00:00
|
|
|
}
|
|
|
|
|
2013-01-23 19:35:28 +00:00
|
|
|
#searchResultsBin {
|
|
|
|
max-width: 1000px;
|
|
|
|
}
|
|
|
|
|
2010-11-12 17:45:29 +00:00
|
|
|
#searchResultsContent {
|
2013-01-24 04:11:23 +00:00
|
|
|
padding-left: 20px;
|
2011-03-03 23:48:17 +00:00
|
|
|
padding-right: 20px;
|
2012-08-02 01:48:10 +00:00
|
|
|
spacing: 16px;
|
2009-11-06 21:08:07 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.search-section {
|
|
|
|
/* This should be equal to #searchResultsContent spacing */
|
|
|
|
spacing: 16px;
|
2009-11-29 22:45:30 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.search-section-separator {
|
|
|
|
-gradient-height: 1px;
|
|
|
|
-gradient-start: rgba(255,255,255,0);
|
|
|
|
-gradient-end: rgba(255,255,255,0.5);
|
|
|
|
-margin-horizontal: 1.5em;
|
|
|
|
height: 1px;
|
2012-08-31 17:27:35 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.search-section-content {
|
|
|
|
/* This is the space between the provider icon and the results container */
|
|
|
|
spacing: 32px;
|
2009-11-29 22:45:30 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.search-statustext {
|
|
|
|
color: #efefef;
|
|
|
|
font-size: 2em;
|
|
|
|
font-weight: bold;
|
2009-11-29 22:45:30 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.list-search-results {
|
|
|
|
spacing: 3px;
|
2010-03-31 20:40:32 +00:00
|
|
|
}
|
|
|
|
|
2011-12-16 22:46:07 +00:00
|
|
|
.dash-label {
|
|
|
|
border-radius: 7px;
|
|
|
|
padding: 4px 12px;
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
text-align: center;
|
|
|
|
-x-offset: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
/* Application Launchers, Grid and List results */
|
2009-11-06 21:08:07 +00:00
|
|
|
|
2010-07-21 02:22:19 +00:00
|
|
|
.icon-grid {
|
2010-11-29 18:16:20 +00:00
|
|
|
spacing: 36px;
|
2012-02-14 15:30:40 +00:00
|
|
|
-shell-grid-horizontal-item-size: 118px;
|
|
|
|
-shell-grid-vertical-item-size: 118px;
|
2011-01-13 14:37:15 +00:00
|
|
|
}
|
|
|
|
|
2011-02-25 21:53:53 +00:00
|
|
|
.icon-grid .overview-icon {
|
2011-01-13 14:37:15 +00:00
|
|
|
icon-size: 96px;
|
|
|
|
}
|
|
|
|
|
2013-01-30 22:58:42 +00:00
|
|
|
.app-display {
|
2013-02-18 19:18:08 +00:00
|
|
|
padding: 8px;
|
2011-02-25 21:53:53 +00:00
|
|
|
spacing: 20px;
|
|
|
|
}
|
2011-01-13 14:37:15 +00:00
|
|
|
|
2013-02-18 19:18:08 +00:00
|
|
|
.app-view-controls {
|
|
|
|
width: 250px;
|
2013-02-21 15:44:32 +00:00
|
|
|
padding-bottom: 32px;
|
2013-02-18 19:18:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-view-control {
|
|
|
|
padding: 4px 16px;
|
|
|
|
}
|
|
|
|
|
2013-02-25 19:48:06 +00:00
|
|
|
.search-display > StBoxLayout,
|
2013-02-21 22:11:22 +00:00
|
|
|
.all-apps > StBoxLayout,
|
|
|
|
.frequent-apps > StBoxLayout {
|
2013-03-08 22:58:28 +00:00
|
|
|
/* horizontal padding to make sure scrollbars or dash don't overlap content */
|
|
|
|
padding: 0px 88px;
|
2013-02-21 21:49:42 +00:00
|
|
|
}
|
|
|
|
|
2013-01-31 16:13:37 +00:00
|
|
|
.app-folder-icon {
|
|
|
|
padding: 5px;
|
|
|
|
}
|
|
|
|
|
2012-08-14 14:34:14 +00:00
|
|
|
.dash-item-container > StButton {
|
2011-01-31 14:05:23 +00:00
|
|
|
padding: 4px 8px;
|
2010-09-30 21:49:07 +00:00
|
|
|
}
|
|
|
|
|
2012-08-02 01:48:10 +00:00
|
|
|
.list-search-result-content {
|
|
|
|
spacing: 12px;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-search-result-title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 14pt;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.list-search-result-description {
|
|
|
|
color: #eeeeec;
|
|
|
|
}
|
|
|
|
|
2012-08-09 21:52:36 +00:00
|
|
|
.search-provider-icon-more {
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
background-image: url("more-results.svg");
|
|
|
|
}
|
|
|
|
|
2010-10-14 12:27:28 +00:00
|
|
|
.app-well-app > .overview-icon,
|
2012-08-14 14:34:14 +00:00
|
|
|
.show-apps > .overview-icon,
|
2012-08-09 21:52:36 +00:00
|
|
|
.search-provider-icon,
|
2012-08-02 01:48:10 +00:00
|
|
|
.list-search-result,
|
|
|
|
.grid-search-result .overview-icon {
|
2010-01-07 05:40:21 +00:00
|
|
|
border-radius: 4px;
|
2011-02-03 17:38:03 +00:00
|
|
|
padding: 3px;
|
|
|
|
border: 1px rgba(0,0,0,0);
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2010-06-22 20:04:45 +00:00
|
|
|
text-align: center;
|
2009-11-06 21:08:07 +00:00
|
|
|
}
|
|
|
|
|
2013-01-31 16:13:37 +00:00
|
|
|
.app-folder-popup {
|
|
|
|
-arrow-border-radius: 8px;
|
|
|
|
-arrow-background-color: black;
|
|
|
|
-arrow-base: 24px;
|
|
|
|
-arrow-rise: 11px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-folder-popup-bin {
|
|
|
|
padding: 15px;
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:23:49 +00:00
|
|
|
.app-well-app.running > .overview-icon {
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
background-image: url("running-indicator.svg");
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2013-01-31 16:13:37 +00:00
|
|
|
.app-well-app.app-folder > .overview-icon {
|
|
|
|
background-color: rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2012-02-23 17:23:49 +00:00
|
|
|
.app-well-app:hover > .overview-icon,
|
2012-08-14 14:34:14 +00:00
|
|
|
.show-apps:hover > .overview-icon,
|
2012-08-09 21:52:36 +00:00
|
|
|
.search-provider-icon:hover,
|
2012-08-02 01:48:10 +00:00
|
|
|
.list-search-result:hover,
|
|
|
|
.grid-search-result:hover .overview-icon {
|
2012-02-23 17:23:49 +00:00
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2012-08-14 14:34:14 +00:00
|
|
|
color:white;
|
|
|
|
}
|
|
|
|
|
2013-03-14 22:29:43 +00:00
|
|
|
.app-display .app-well-app > .overview-icon {
|
2013-03-07 12:48:38 +00:00
|
|
|
border-radius: 10px;
|
|
|
|
}
|
|
|
|
|
2013-03-01 19:21:07 +00:00
|
|
|
.list-search-result:hover .list-search-result-description {
|
|
|
|
text-shadow: rgba(0,0,0,0.8) 0px 1px 2px;
|
|
|
|
}
|
|
|
|
|
2012-08-14 14:34:14 +00:00
|
|
|
.show-apps {
|
|
|
|
padding: 4px 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps-icon {
|
|
|
|
color: #a0a0a0;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:hover .show-apps-icon {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2013-01-31 16:13:37 +00:00
|
|
|
.app-well-app:checked > .overview-icon,
|
|
|
|
.app-well-app:active > .overview-icon,
|
2013-01-22 19:11:41 +00:00
|
|
|
.show-apps:checked > .overview-icon,
|
|
|
|
.show-apps:active > .overview-icon {
|
2012-08-14 14:34:14 +00:00
|
|
|
background-gradient-start: rgba(255, 255, 255, .05);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, .15);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
border-radius: 4px;
|
|
|
|
box-shadow: inset 0px 1px 2px 0px rgba(0, 0, 0, 1);
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2012-08-14 14:34:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.show-apps:checked .show-apps-icon,
|
|
|
|
.show-apps:focus .show-apps-icon {
|
|
|
|
color: white;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2012-02-23 17:23:49 +00:00
|
|
|
}
|
|
|
|
|
2012-07-06 14:55:40 +00:00
|
|
|
.app-well-app:focus > .overview-icon,
|
2012-08-02 01:48:10 +00:00
|
|
|
.grid-search-result:focus .overview-icon,
|
2012-08-14 14:34:14 +00:00
|
|
|
.show-apps:focus > .overview-icon,
|
2012-08-09 21:52:36 +00:00
|
|
|
.search-provider-icon:focus,
|
2012-08-02 01:48:10 +00:00
|
|
|
.list-search-result:focus,
|
2012-07-06 14:55:40 +00:00
|
|
|
.app-well-app:selected > .overview-icon,
|
2012-08-02 01:48:10 +00:00
|
|
|
.grid-search-result:selected .overview-icon,
|
|
|
|
.search-provider-icon:selected,
|
|
|
|
.list-search-result:selected {
|
2012-07-06 14:55:40 +00:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2009-09-10 05:38:13 +00:00
|
|
|
/* LookingGlass */
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
#LookingGlassDialog {
|
2011-10-21 04:05:39 +00:00
|
|
|
background-color: rgba(0,0,0,0.80);
|
2011-10-21 04:00:30 +00:00
|
|
|
spacing: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
border: 2px solid grey;
|
|
|
|
border-radius: 4px;
|
2009-09-10 05:38:13 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
#LookingGlassDialog > #Toolbar {
|
2011-10-21 04:00:30 +00:00
|
|
|
border: 1px solid grey;
|
|
|
|
border-radius: 4px;
|
2009-09-10 05:38:13 +00:00
|
|
|
}
|
|
|
|
|
2009-10-27 17:27:00 +00:00
|
|
|
#LookingGlassDialog .labels {
|
2011-10-21 04:00:30 +00:00
|
|
|
spacing: 4px;
|
2009-10-27 17:27:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .notebook-tab {
|
2011-10-21 04:05:39 +00:00
|
|
|
-natural-hpadding: 12px;
|
|
|
|
-minimum-hpadding: 6px;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #ccc;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2011-10-21 04:05:39 +00:00
|
|
|
padding-left: .3em;
|
|
|
|
padding-right: .3em;
|
2009-10-27 17:27:00 +00:00
|
|
|
}
|
|
|
|
|
2010-05-15 16:43:56 +00:00
|
|
|
#LookingGlassDialog .notebook-tab:hover {
|
2011-10-21 04:05:39 +00:00
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2009-10-27 17:27:00 +00:00
|
|
|
#LookingGlassDialog .notebook-tab:selected {
|
2011-10-21 04:05:39 +00:00
|
|
|
border-image: url("panel-button-border.svg") 10 10 0 2;
|
|
|
|
background-image: url("panel-button-highlight-wide.svg");
|
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .lg-inspector-title {
|
|
|
|
font-weight: bold;
|
|
|
|
padding-bottom: 8px;
|
2009-10-27 17:27:00 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-dialog StEntry {
|
2011-10-21 04:05:39 +00:00
|
|
|
selection-background-color: #bbbbbb;
|
|
|
|
selected-color: #333333;
|
2009-09-10 05:38:13 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-completions-text {
|
2011-10-29 08:20:49 +00:00
|
|
|
font-size: .9em;
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-obj-inspector-title {
|
2011-10-21 04:00:30 +00:00
|
|
|
spacing: 4px;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-obj-inspector-button {
|
2011-10-21 04:05:39 +00:00
|
|
|
border: 1px solid gray;
|
2011-10-21 04:00:30 +00:00
|
|
|
padding: 4px;
|
|
|
|
border-radius: 4px;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-obj-inspector-button:hover {
|
2011-10-21 04:05:39 +00:00
|
|
|
border: 1px solid #ffffff;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-dialog .shell-link {
|
2011-10-21 04:05:39 +00:00
|
|
|
color: #999999;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
.lg-dialog .shell-link:hover {
|
2011-10-21 04:05:39 +00:00
|
|
|
color: #dddddd;
|
2010-05-15 16:43:56 +00:00
|
|
|
}
|
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
#LookingGlassDialog StBoxLayout#EvalBox {
|
2011-10-21 04:00:30 +00:00
|
|
|
padding: 4px;
|
|
|
|
spacing: 4px;
|
2009-09-10 05:38:13 +00:00
|
|
|
}
|
2009-09-30 14:02:08 +00:00
|
|
|
|
2012-08-03 15:21:53 +00:00
|
|
|
#LookingGlassDialog StBoxLayout#ResultsArea {
|
2011-10-21 04:00:30 +00:00
|
|
|
spacing: 4px;
|
2010-03-31 20:40:32 +00:00
|
|
|
}
|
|
|
|
|
2009-10-28 22:05:34 +00:00
|
|
|
#lookingGlassExtensions {
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension-list {
|
|
|
|
padding: 4px;
|
|
|
|
spacing: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension {
|
|
|
|
border: 1px solid #6f6f6f;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-09-29 16:34:46 +00:00
|
|
|
.lg-extension-meta {
|
2009-10-28 22:05:34 +00:00
|
|
|
spacing: 6px;
|
|
|
|
}
|
|
|
|
|
2010-05-15 16:43:56 +00:00
|
|
|
#LookingGlassPropertyInspector {
|
2011-10-21 04:05:39 +00:00
|
|
|
background: rgba(0, 0, 0, 0.8);
|
2010-05-15 16:43:56 +00:00
|
|
|
border: 2px solid grey;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 6px;
|
|
|
|
}
|
|
|
|
|
2009-09-30 14:02:08 +00:00
|
|
|
/* Calendar popup */
|
|
|
|
|
2011-06-28 12:57:19 +00:00
|
|
|
#calendarEventsArea {
|
|
|
|
/* this is the width of the second column of the popup */
|
2012-07-13 14:44:33 +00:00
|
|
|
min-width: 320px;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-vertical-separator {
|
|
|
|
-stipple-width: 1px;
|
|
|
|
-stipple-color: #505050;
|
2011-04-15 15:25:03 +00:00
|
|
|
width: 0.3em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
2009-10-01 19:18:20 +00:00
|
|
|
#calendarPopup .calendar {
|
2009-09-30 14:02:08 +00:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar {
|
2012-07-13 14:44:33 +00:00
|
|
|
padding: .4em 1.75em .8em 1.75em;
|
2011-01-28 21:35:46 +00:00
|
|
|
spacing-rows: 0px;
|
|
|
|
spacing-columns: 0px;
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-month-label {
|
2012-07-13 14:44:33 +00:00
|
|
|
color: #888a85;
|
|
|
|
font-size: 9.5pt;
|
|
|
|
font-weight: bold;
|
2011-04-15 15:25:03 +00:00
|
|
|
padding-bottom: 8px;
|
|
|
|
padding-top: 8px;
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-change-month-back {
|
2011-04-15 15:25:03 +00:00
|
|
|
width: 18px;
|
|
|
|
height: 12px;
|
2011-01-28 21:35:46 +00:00
|
|
|
background-image: url("calendar-arrow-left.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2011-03-03 23:48:17 +00:00
|
|
|
|
|
|
|
.calendar-change-month-back:rtl {
|
|
|
|
background-image: url("calendar-arrow-right.svg");
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-change-month-back:hover {
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.calendar-change-month-back:active {
|
|
|
|
background-color: #aaaaaa;
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-change-month-forward {
|
2011-04-15 15:25:03 +00:00
|
|
|
width: 18px;
|
|
|
|
height: 12px;
|
2011-01-28 21:35:46 +00:00
|
|
|
background-image: url("calendar-arrow-right.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2011-03-03 23:48:17 +00:00
|
|
|
|
|
|
|
.calendar-change-month-forward:rtl {
|
|
|
|
background-image: url("calendar-arrow-left.svg");
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-change-month-forward:hover {
|
|
|
|
background-color: #999999;
|
|
|
|
}
|
|
|
|
.calendar-change-month-forward:active {
|
|
|
|
background-color: #aaaaaa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.datemenu-date-label {
|
2012-07-13 14:44:33 +00:00
|
|
|
padding: .4em 1.7em;
|
2011-02-16 00:46:32 +00:00
|
|
|
font-weight: bold;
|
2012-06-26 18:17:11 +00:00
|
|
|
text-align: center;
|
2012-07-13 14:44:33 +00:00
|
|
|
color: #eeeeec;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day-base {
|
2012-07-13 14:44:33 +00:00
|
|
|
font-size: 9pt;
|
2011-01-28 21:35:46 +00:00
|
|
|
text-align: center;
|
2011-03-04 20:54:19 +00:00
|
|
|
width: 2.4em;
|
|
|
|
height: 2.4em;
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-day-base:hover {
|
2011-02-09 02:18:46 +00:00
|
|
|
background-color: #777777;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day-base:active {
|
2012-07-13 14:44:33 +00:00
|
|
|
font-size: 9pt;
|
2011-02-09 02:18:46 +00:00
|
|
|
background-color: #555555;
|
2012-07-13 14:44:33 +00:00
|
|
|
color: white;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day-heading {
|
2012-07-13 14:44:33 +00:00
|
|
|
color: #888a85;
|
|
|
|
padding-top: .2em;
|
|
|
|
height: 1.7em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-week-number {
|
2012-07-13 14:44:33 +00:00
|
|
|
color: #babdb6;
|
2011-01-28 21:35:46 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
/* Hack used in lieu of border-collapse - see calendar.js */
|
2009-09-30 14:02:08 +00:00
|
|
|
.calendar-day {
|
2012-07-13 14:44:33 +00:00
|
|
|
border: 1px solid #505050;
|
|
|
|
color: #babdb6;
|
2011-01-28 21:35:46 +00:00
|
|
|
border-top-width: 0;
|
|
|
|
border-left-width: 0;
|
|
|
|
}
|
2012-07-13 14:44:33 +00:00
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-day-top {
|
|
|
|
border-top-width: 1px;
|
|
|
|
}
|
2012-07-13 14:44:33 +00:00
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-day-left {
|
|
|
|
border-left-width: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-work-day {
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-nonwork-day {
|
|
|
|
background-color: rgba(128, 128, 128, .1);
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-today {
|
2011-02-09 02:18:46 +00:00
|
|
|
background-image: url("calendar-today.svg");
|
|
|
|
text-shadow: black 0px 2px 2px;
|
2009-09-30 14:02:08 +00:00
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.calendar-day-with-events {
|
|
|
|
font-weight: bold;
|
2012-07-13 14:44:33 +00:00
|
|
|
color: white;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
2012-12-17 21:26:26 +00:00
|
|
|
.calendar-other-month-day {
|
|
|
|
color: #333333;
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.events-header-vbox {
|
2011-03-30 16:36:10 +00:00
|
|
|
spacing: 6pt;
|
2012-07-13 14:44:33 +00:00
|
|
|
padding-right: .5em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
2011-03-30 16:36:10 +00:00
|
|
|
.events-header-vbox:rtl {
|
2012-07-13 14:44:33 +00:00
|
|
|
padding-left: .5em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-header-hbox {
|
2012-07-13 14:44:33 +00:00
|
|
|
padding: 0.3em 1.4em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-day-header {
|
2011-02-16 00:46:32 +00:00
|
|
|
font-weight: bold;
|
2012-07-13 14:44:33 +00:00
|
|
|
color: #999999;
|
|
|
|
padding: 0.4em 1.4em 0em 1.4em;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.events-day-header:rtl {
|
2012-07-13 14:44:33 +00:00
|
|
|
padding: 0em 1.4em 0.4em 1.4em;
|
2011-03-03 23:48:17 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.events-day-dayname {
|
|
|
|
color: rgba(153, 153, 153, 1.0);
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.events-day-dayname:rtl {
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.events-day-time {
|
|
|
|
color: #fff;
|
|
|
|
text-align: right;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.events-day-time:rtl {
|
|
|
|
text-align: left;
|
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.events-day-task {
|
|
|
|
color: rgba(153, 153, 153, 1.0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.events-day-name-box {
|
2011-03-30 16:36:10 +00:00
|
|
|
min-width: 15pt;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.events-time-box {
|
2012-07-13 14:44:33 +00:00
|
|
|
min-width: 48pt;
|
|
|
|
padding-right: 12pt;
|
2011-01-28 21:35:46 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.events-time-box:rtl {
|
|
|
|
padding-right: 0px;
|
2012-07-13 14:44:33 +00:00
|
|
|
padding-left: 12pt;
|
2011-03-03 23:48:17 +00:00
|
|
|
}
|
|
|
|
|
2011-01-28 21:35:46 +00:00
|
|
|
.events-event-box {
|
2009-09-30 14:02:08 +00:00
|
|
|
}
|
2009-09-29 16:19:16 +00:00
|
|
|
|
2010-11-23 23:27:47 +00:00
|
|
|
.url-highlighter {
|
|
|
|
link-color: #ccccff;
|
|
|
|
}
|
|
|
|
|
2010-01-13 20:05:20 +00:00
|
|
|
/* Message Tray */
|
|
|
|
#message-tray {
|
2012-08-12 10:35:41 +00:00
|
|
|
background: #2e3436 url(message-tray-background.png);
|
|
|
|
background-repeat: repeat;
|
2012-08-07 14:20:43 +00:00
|
|
|
height: 72px;
|
2010-01-13 20:05:20 +00:00
|
|
|
}
|
|
|
|
|
2012-12-13 22:47:16 +00:00
|
|
|
.message-tray-summary {
|
|
|
|
height: 72px;
|
|
|
|
}
|
|
|
|
|
2012-11-13 01:44:01 +00:00
|
|
|
.no-messages-label {
|
|
|
|
font-family: cantarell, sans-serif;
|
|
|
|
font-size: 11pt;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification {
|
2011-08-09 14:51:37 +00:00
|
|
|
border-radius: 10px 10px 0px 0px;
|
2012-12-11 15:23:31 +00:00
|
|
|
background: rgba(0,0,0,0.9);
|
Fix various details of how notifications are shown
This patch ensures the following notifications behavior:
- Urgent notifications that have long title or banner text are auto-expanded
correctly.
- Single-line notifications that have _expandNotification() called (e.g.
because the user mouses over to them), are treated as expanded, which means
they get fully expanded if they are updated with more content and the user
can escape them.
- The position of expanded notifications is updated when they are updated.
- Notification banner is shown again on the first line if it can fully fit
there after a notification is updated, even if it was previously hidden
because the notification was expanded and the old banner did not fully fit.
- New notifications are immediately hidden if the user mouses away from them.
- If a new notification is updated while it is shown, we extend the time it
will be shown.
- If a new notification is updated while it is hiding, we stop hiding it and
show it again.
- If a summary notification is updated while it is hiding, we let it finish
hiding and show a new notification with the updated information.
Implementation details:
- Single-line notifications now have 4px bottom padding instead of 8px, which
means that their height matches the tray height, they are fully shown in the
banner mode, and don't pop out by 4px when the notification is expanded.
- Notification keeps a flag that indicates whether it is expanded, updates
its expanded look when it is updated, and emits an 'expanded' signal
indicating that its layout has possibly changed. The message tray connects
to this 'expanded' signal when it is showing a notification in the expanded
state and updates the position of the notification accordingly when this
signal is received so that the notification is fully shown. This is better
than connecting to 'notify::height' signal on the notification bin, since
it results in fewer callbacks.
https://bugzilla.gnome.org/show_bug.cgi?id=617209
2010-09-10 19:47:12 +00:00
|
|
|
padding: 8px 8px 4px 8px;
|
2012-11-29 16:44:40 +00:00
|
|
|
spacing-rows: 4px;
|
2010-02-01 17:10:38 +00:00
|
|
|
spacing-columns: 10px;
|
2012-08-20 20:32:10 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification, #notification-container {
|
|
|
|
font-size: 11pt;
|
2010-07-21 06:41:45 +00:00
|
|
|
width: 34em;
|
2010-01-13 20:05:20 +00:00
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification.multi-line-notification {
|
Fix various details of how notifications are shown
This patch ensures the following notifications behavior:
- Urgent notifications that have long title or banner text are auto-expanded
correctly.
- Single-line notifications that have _expandNotification() called (e.g.
because the user mouses over to them), are treated as expanded, which means
they get fully expanded if they are updated with more content and the user
can escape them.
- The position of expanded notifications is updated when they are updated.
- Notification banner is shown again on the first line if it can fully fit
there after a notification is updated, even if it was previously hidden
because the notification was expanded and the old banner did not fully fit.
- New notifications are immediately hidden if the user mouses away from them.
- If a new notification is updated while it is shown, we extend the time it
will be shown.
- If a new notification is updated while it is hiding, we stop hiding it and
show it again.
- If a summary notification is updated while it is hiding, we let it finish
hiding and show a new notification with the updated information.
Implementation details:
- Single-line notifications now have 4px bottom padding instead of 8px, which
means that their height matches the tray height, they are fully shown in the
banner mode, and don't pop out by 4px when the notification is expanded.
- Notification keeps a flag that indicates whether it is expanded, updates
its expanded look when it is updated, and emits an 'expanded' signal
indicating that its layout has possibly changed. The message tray connects
to this 'expanded' signal when it is showing a notification in the expanded
state and updates the position of the notification accordingly when this
signal is received so that the notification is fully shown. This is better
than connecting to 'notify::height' signal on the notification bin, since
it results in fewer callbacks.
https://bugzilla.gnome.org/show_bug.cgi?id=617209
2010-09-10 19:47:12 +00:00
|
|
|
padding-bottom: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-26 18:27:06 +00:00
|
|
|
.notification-unexpanded {
|
|
|
|
/* We want to force the actor at a specific size, irrespective
|
|
|
|
of its minimum and preferred size, so we override both */
|
|
|
|
min-height: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
2011-08-29 17:11:24 +00:00
|
|
|
/* We use row-span = 2 for the image cell, which prevents its height preferences to be
|
|
|
|
taken into account during allocation, so its height ends up being limited by the height
|
|
|
|
of the content in the other rows. To avoid showing a stretched image, we set the minimum
|
|
|
|
height of the table to be ICON_SIZE + IMAGE_SIZE + spacing-rows = 24 + 125 + 10 = 159 */
|
|
|
|
.notification-with-image {
|
|
|
|
min-height: 159px;
|
|
|
|
}
|
|
|
|
|
2011-02-11 19:43:01 +00:00
|
|
|
.summary-boxpointer {
|
2012-11-19 12:22:40 +00:00
|
|
|
-arrow-border-radius: 15px;
|
2012-12-11 15:23:31 +00:00
|
|
|
-arrow-background-color: rgba(0,0,0,0.9);
|
2012-07-13 20:29:56 +00:00
|
|
|
-arrow-base: 36px;
|
|
|
|
-arrow-rise: 18px;
|
2011-07-27 14:03:30 +00:00
|
|
|
color: white;
|
2012-08-13 18:06:55 +00:00
|
|
|
-boxpointer-gap: 4px;
|
2010-10-19 19:17:36 +00:00
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.summary-boxpointer .notification {
|
2010-10-19 19:17:36 +00:00
|
|
|
border-radius: 9px;
|
|
|
|
background: rgba(0,0,0,0) !important;
|
|
|
|
padding-bottom: 12px;
|
2010-02-25 19:42:18 +00:00
|
|
|
}
|
|
|
|
|
2011-02-11 19:43:01 +00:00
|
|
|
.summary-boxpointer #summary-right-click-menu {
|
|
|
|
padding-top: 12px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
}
|
|
|
|
|
2012-08-06 18:44:07 +00:00
|
|
|
.summary-notification-stack-scrollview {
|
2011-03-22 07:40:53 +00:00
|
|
|
max-height: 18em;
|
2012-11-19 12:22:40 +00:00
|
|
|
padding-top: 8px;
|
|
|
|
padding-bottom: 8px;
|
2011-03-22 07:40:53 +00:00
|
|
|
}
|
|
|
|
|
2012-08-06 18:44:07 +00:00
|
|
|
.summary-notification-stack-scrollview:ltr {
|
2011-03-22 07:40:53 +00:00
|
|
|
padding-right: 8px;
|
|
|
|
}
|
|
|
|
|
2012-08-06 18:44:07 +00:00
|
|
|
.summary-notification-stack-scrollview:rtl {
|
2011-03-22 07:40:53 +00:00
|
|
|
padding-left: 8px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification-scrollview {
|
2010-02-22 19:23:36 +00:00
|
|
|
max-height: 10em;
|
2011-10-27 17:52:17 +00:00
|
|
|
-st-vfade-offset: 24px;
|
2010-02-22 19:23:36 +00:00
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification-scrollview:ltr > StScrollBar {
|
2010-11-25 06:40:56 +00:00
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification-scrollview:rtl > StScrollBar {
|
2011-03-03 23:48:17 +00:00
|
|
|
padding-right: 6px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification-body {
|
2010-02-22 19:23:36 +00:00
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification-actions {
|
2012-11-29 16:44:40 +00:00
|
|
|
padding-top: 18px;
|
2011-08-04 13:52:41 +00:00
|
|
|
spacing: 10px;
|
2010-02-01 20:41:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button {
|
2012-11-29 14:29:09 +00:00
|
|
|
-st-natural-width: 140px;
|
|
|
|
padding: 4px 4px 5px;
|
2010-02-01 20:41:22 +00:00
|
|
|
}
|
|
|
|
|
2011-01-20 05:16:47 +00:00
|
|
|
.notification-button:focus {
|
2012-11-29 14:29:09 +00:00
|
|
|
-st-natural-width: 138px;
|
|
|
|
padding: 3px 4px 4px;
|
2010-02-01 20:41:22 +00:00
|
|
|
}
|
|
|
|
|
2010-06-11 21:19:18 +00:00
|
|
|
.notification-icon-button {
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
}
|
2010-07-21 06:41:45 +00:00
|
|
|
|
2011-01-20 05:16:47 +00:00
|
|
|
.notification-icon-button:focus {
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 4px;
|
2010-06-11 21:19:18 +00:00
|
|
|
}
|
|
|
|
|
2010-11-02 22:33:22 +00:00
|
|
|
.notification-icon-button > StIcon {
|
2011-11-21 14:39:36 +00:00
|
|
|
icon-size: 16px;
|
|
|
|
padding: 8px;
|
2010-11-02 22:33:22 +00:00
|
|
|
}
|
|
|
|
|
2012-07-05 17:47:13 +00:00
|
|
|
.secondary-icon {
|
|
|
|
icon-size: 1.09em;
|
|
|
|
}
|
|
|
|
|
2011-07-12 13:47:43 +00:00
|
|
|
.hotplug-transient-box {
|
|
|
|
spacing: 6px;
|
|
|
|
padding: 2px 72px 2px 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item {
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 2px 10px;
|
2011-07-12 13:47:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item:focus {
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 1px 71px 1px 11px;
|
2011-07-12 13:47:43 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-notification-item-icon {
|
|
|
|
icon-size: 24px;
|
|
|
|
padding: 2px 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-box {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount {
|
|
|
|
spacing: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount:hover {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(255, 255, 255, 0.1);
|
|
|
|
background-gradient-end: rgba(255, 255, 255, 0);
|
|
|
|
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount-label {
|
|
|
|
color: inherit;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-mount-icon {
|
|
|
|
icon-size: 24px;
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-eject-icon {
|
|
|
|
icon-size: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.hotplug-resident-eject-button {
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 7px;
|
2011-07-12 13:47:43 +00:00
|
|
|
border-radius: 5px;
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
2011-03-24 11:11:17 +00:00
|
|
|
.chat-log-message {
|
|
|
|
color: #888888;
|
|
|
|
}
|
|
|
|
|
2011-08-24 14:33:44 +00:00
|
|
|
.chat-group-sent, .chat-group-meta {
|
|
|
|
padding: 8px 0;
|
|
|
|
}
|
2010-02-22 19:23:36 +00:00
|
|
|
|
2011-09-02 20:01:24 +00:00
|
|
|
.chat-received {
|
2010-07-21 06:41:45 +00:00
|
|
|
padding-left: 4px;
|
2010-02-22 19:23:36 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.chat-received:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-22 19:23:36 +00:00
|
|
|
.chat-sent {
|
2011-08-24 14:33:44 +00:00
|
|
|
padding-left: 18pt;
|
2011-09-02 20:01:24 +00:00
|
|
|
color: #959595;
|
2010-02-22 19:23:36 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.chat-sent:rtl {
|
|
|
|
padding-left: 0px;
|
2011-08-24 14:33:44 +00:00
|
|
|
padding-right: 18pt;
|
2011-03-03 23:48:17 +00:00
|
|
|
}
|
|
|
|
|
2010-11-25 14:29:41 +00:00
|
|
|
.chat-meta-message {
|
|
|
|
padding-left: 4px;
|
2011-08-17 10:40:28 +00:00
|
|
|
font-size: 9pt;
|
2010-11-25 14:29:41 +00:00
|
|
|
color: #bbbbbb;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.chat-meta-message:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
2012-11-04 23:06:47 +00:00
|
|
|
.chat-notification-scrollview{
|
|
|
|
max-height: 22em;
|
|
|
|
}
|
|
|
|
|
2011-08-26 10:27:40 +00:00
|
|
|
.subscription-message {
|
|
|
|
font-style: italic;
|
|
|
|
}
|
|
|
|
|
2011-10-12 22:49:04 +00:00
|
|
|
.notification StEntry {
|
2010-07-21 06:41:45 +00:00
|
|
|
border-radius: 4px;
|
2010-02-22 19:23:36 +00:00
|
|
|
}
|
|
|
|
|
2011-03-22 01:22:02 +00:00
|
|
|
.summary-source-button {
|
2012-10-26 04:03:53 +00:00
|
|
|
padding: 6px 3px 6px 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-source-button:last-child:ltr {
|
|
|
|
padding-right: 6px;
|
2011-03-22 01:22:02 +00:00
|
|
|
}
|
|
|
|
|
2012-10-26 04:03:53 +00:00
|
|
|
.summary-source-button:last-child:rtl {
|
|
|
|
padding-left: 6px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-source-button:hover .summary-source {
|
2012-08-10 18:24:22 +00:00
|
|
|
background-color: rgba(255,255,255,0.1);
|
2011-03-22 01:22:02 +00:00
|
|
|
}
|
|
|
|
|
2012-10-26 04:03:53 +00:00
|
|
|
.summary-source-button:focus .summary-source,
|
|
|
|
.summary-source-button:selected .summary-source {
|
2012-08-14 18:55:41 +00:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
2011-03-03 23:48:17 +00:00
|
|
|
}
|
|
|
|
|
2011-03-22 01:22:02 +00:00
|
|
|
.summary-source {
|
2012-10-26 04:03:53 +00:00
|
|
|
border-radius: 4px;
|
|
|
|
padding: 0 6px 0 6px;
|
2012-08-07 14:20:43 +00:00
|
|
|
transition-duration: 100ms;
|
2011-03-22 01:22:02 +00:00
|
|
|
}
|
|
|
|
|
2011-06-24 19:46:55 +00:00
|
|
|
.summary-source-counter {
|
2012-09-10 15:41:30 +00:00
|
|
|
background-image: url("summary-counter.svg");
|
2012-11-28 19:51:56 +00:00
|
|
|
background-size: 2.4em;
|
2012-09-10 15:41:30 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
2012-11-28 19:51:56 +00:00
|
|
|
height: 2.4em;
|
|
|
|
width: 2.4em;
|
|
|
|
-shell-counter-overlap-x: 13px;
|
|
|
|
-shell-counter-overlap-y: 13px;
|
2011-06-24 19:46:55 +00:00
|
|
|
}
|
|
|
|
|
2013-03-02 09:48:25 +00:00
|
|
|
/* OSD */
|
|
|
|
.osd-window {
|
|
|
|
text-align: center;
|
|
|
|
font-weight: bold;
|
|
|
|
spacing: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.osd-window .level {
|
|
|
|
height: 0.6em;
|
|
|
|
border-radius: 0.3em;
|
|
|
|
background-color: rgba(190,190,190,0.2);
|
|
|
|
}
|
|
|
|
|
2009-09-29 16:19:16 +00:00
|
|
|
/* App Switcher */
|
2012-11-30 15:16:48 +00:00
|
|
|
.switcher-popup {
|
2010-03-26 16:47:12 +00:00
|
|
|
padding: 8px;
|
|
|
|
spacing: 16px;
|
|
|
|
}
|
|
|
|
|
2013-03-02 09:48:25 +00:00
|
|
|
.osd-window,
|
2009-10-02 15:02:46 +00:00
|
|
|
.switcher-list {
|
2009-09-29 16:19:16 +00:00
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 24px;
|
|
|
|
padding: 20px;
|
2009-10-02 15:02:46 +00:00
|
|
|
}
|
|
|
|
|
2010-03-26 16:47:12 +00:00
|
|
|
.switcher-list-item-container {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2010-03-17 17:31:03 +00:00
|
|
|
.thumbnail-scroll-gradient-left {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(51, 51, 51, 1.0);
|
|
|
|
background-gradient-end: rgba(51, 51, 51, 0);
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 24px;
|
|
|
|
border-radius-topright: 0px;
|
|
|
|
border-radius-bottomright: 0px;
|
2010-03-17 17:31:03 +00:00
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.thumbnail-scroll-gradient-right {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(51, 51, 51, 0);
|
|
|
|
background-gradient-end: rgba(51, 51, 51, 1.0);
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 24px;
|
|
|
|
border-radius-topleft: 0px;
|
|
|
|
border-radius-bottomleft: 0px;
|
2010-03-17 17:31:03 +00:00
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
2009-10-02 15:02:46 +00:00
|
|
|
.switcher-list .item-box {
|
|
|
|
padding: 8px;
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 8px;
|
2009-10-02 15:02:46 +00:00
|
|
|
}
|
|
|
|
|
2010-12-22 14:36:23 +00:00
|
|
|
.switcher-list .item-box:outlined {
|
|
|
|
padding: 6px;
|
|
|
|
border: 2px solid rgba(85,85,85,1.0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.switcher-list .item-box:selected {
|
|
|
|
background: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2009-10-09 13:43:31 +00:00
|
|
|
.switcher-list .thumbnail-box {
|
|
|
|
padding: 2px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2009-12-18 23:50:40 +00:00
|
|
|
.switcher-list .thumbnail {
|
|
|
|
width: 256px;
|
|
|
|
}
|
|
|
|
|
2009-10-15 22:34:23 +00:00
|
|
|
.switcher-list .separator {
|
|
|
|
width: 1px;
|
|
|
|
background: rgba(255,255,255,0.33);
|
2009-10-22 17:33:09 +00:00
|
|
|
}
|
2009-11-10 17:13:58 +00:00
|
|
|
|
2010-01-14 02:48:12 +00:00
|
|
|
.ripple-box {
|
|
|
|
width: 52px;
|
|
|
|
height: 52px;
|
2010-11-30 15:12:22 +00:00
|
|
|
background-image: url("corner-ripple-ltr.png");
|
2011-12-23 17:59:20 +00:00
|
|
|
background-size: contain;
|
2010-11-30 15:12:22 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ripple-box:rtl {
|
|
|
|
background-image: url("corner-ripple-rtl.png");
|
2010-01-14 02:48:12 +00:00
|
|
|
}
|
2010-02-12 22:52:15 +00:00
|
|
|
|
2010-03-31 20:01:34 +00:00
|
|
|
.switcher-arrow {
|
|
|
|
border-color: rgba(0,0,0,0);
|
|
|
|
color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.switcher-arrow:highlighted {
|
|
|
|
border-color: rgba(0,0,0,0);
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2010-02-12 22:52:15 +00:00
|
|
|
/* Workspace Switcher */
|
2010-06-09 17:09:48 +00:00
|
|
|
.workspace-switcher-group {
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
2010-02-12 22:52:15 +00:00
|
|
|
.workspace-switcher-container {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 24px;
|
|
|
|
padding: 20px;
|
2010-02-12 22:52:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-switcher {
|
|
|
|
background: transparent;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 0px;
|
2010-10-31 16:14:17 +00:00
|
|
|
padding: 0px;
|
|
|
|
spacing: 8px;
|
2010-02-12 22:52:15 +00:00
|
|
|
}
|
|
|
|
|
2011-02-09 15:00:29 +00:00
|
|
|
.ws-switcher-active-up {
|
2010-06-09 17:09:48 +00:00
|
|
|
height: 100px;
|
2010-02-12 22:52:15 +00:00
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
2012-08-09 18:53:28 +00:00
|
|
|
background-image: url("ws-switch-arrow-up.png");
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 8px;
|
2010-02-12 22:52:15 +00:00
|
|
|
}
|
|
|
|
|
2011-02-09 15:00:29 +00:00
|
|
|
.ws-switcher-active-down {
|
2010-06-09 17:09:48 +00:00
|
|
|
height: 100px;
|
2010-02-12 22:52:15 +00:00
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
2012-08-09 18:53:28 +00:00
|
|
|
background-image: url("ws-switch-arrow-down.png");
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 8px;
|
2010-02-12 22:52:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-switcher-box {
|
|
|
|
height: 96px;
|
|
|
|
border: 2px solid rgba(85,85,85,0.5);
|
|
|
|
background: transparent;
|
2010-10-31 16:14:17 +00:00
|
|
|
border-radius: 8px;
|
2010-02-12 22:52:15 +00:00
|
|
|
}
|
2010-02-26 16:32:38 +00:00
|
|
|
|
2010-10-21 00:46:38 +00:00
|
|
|
/* Modal Dialogs */
|
2012-02-29 07:58:56 +00:00
|
|
|
|
|
|
|
/* Dialog Subject Text Style */
|
|
|
|
.show-processes-dialog-subject,
|
|
|
|
.mount-question-dialog-subject,
|
|
|
|
.end-session-dialog-subject {
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #999999;
|
|
|
|
}
|
|
|
|
|
2010-10-21 00:46:38 +00:00
|
|
|
.modal-dialog {
|
|
|
|
border-radius: 24px;
|
|
|
|
background-color: rgba(0.0, 0.0, 0.0, 0.9);
|
|
|
|
border: 2px solid #868686;
|
|
|
|
|
|
|
|
padding-right: 42px;
|
|
|
|
padding-left: 42px;
|
|
|
|
padding-bottom: 30px;
|
|
|
|
padding-top: 30px;
|
|
|
|
}
|
|
|
|
|
2011-03-21 20:07:22 +00:00
|
|
|
.modal-dialog-button-box {
|
|
|
|
spacing: 21px;
|
2012-02-29 08:00:17 +00:00
|
|
|
padding-top: 50px;
|
2011-03-21 20:07:22 +00:00
|
|
|
}
|
|
|
|
|
2010-10-21 00:46:38 +00:00
|
|
|
.modal-dialog-button {
|
|
|
|
margin-left: 10px;
|
|
|
|
margin-right: 10px;
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 4px 32px 5px;
|
2010-10-21 00:46:38 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.modal-dialog-button:focus {
|
2011-08-04 13:52:41 +00:00
|
|
|
padding: 3px 31px 4px;
|
2010-10-21 00:46:38 +00:00
|
|
|
}
|
|
|
|
|
2010-02-26 16:32:38 +00:00
|
|
|
/* Run Dialog */
|
|
|
|
|
2012-10-29 16:33:21 +00:00
|
|
|
.run-dialog-label {
|
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: bold;
|
2012-10-30 09:19:02 +00:00
|
|
|
color: #999999;
|
|
|
|
padding-bottom: .4em;
|
2012-10-29 16:33:21 +00:00
|
|
|
}
|
|
|
|
|
2011-01-27 20:26:58 +00:00
|
|
|
.run-dialog-error-box {
|
|
|
|
padding-top: 15px;
|
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
2012-10-29 16:33:21 +00:00
|
|
|
.modal-dialog .run-dialog-entry {
|
2012-10-30 09:19:02 +00:00
|
|
|
width: 20em;
|
2010-02-26 16:32:38 +00:00
|
|
|
}
|
2010-02-26 20:13:11 +00:00
|
|
|
|
|
|
|
.lightbox {
|
2012-02-06 22:28:48 +00:00
|
|
|
background-color: black;
|
2010-02-26 20:13:11 +00:00
|
|
|
}
|
2010-05-10 16:40:03 +00:00
|
|
|
|
2012-01-24 21:29:56 +00:00
|
|
|
.flashspot {
|
|
|
|
background-color: white;
|
|
|
|
}
|
|
|
|
|
2011-01-06 15:30:15 +00:00
|
|
|
/* End Session Dialog */
|
2011-03-21 20:07:22 +00:00
|
|
|
.end-session-dialog {
|
|
|
|
spacing: 42px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 15:30:15 +00:00
|
|
|
.end-session-dialog-subject {
|
|
|
|
padding-left: 17px;
|
2012-02-29 08:00:17 +00:00
|
|
|
padding-bottom: 20px;
|
2011-01-06 15:30:15 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-subject:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 15:30:15 +00:00
|
|
|
.end-session-dialog-description {
|
|
|
|
padding-left: 17px;
|
2011-03-21 20:07:22 +00:00
|
|
|
width: 28em;
|
2011-01-06 15:30:15 +00:00
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-description:rtl {
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 15:30:15 +00:00
|
|
|
.end-session-dialog-logout-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
2012-08-31 21:18:26 +00:00
|
|
|
background-size: contain;
|
2011-01-06 15:30:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-shutdown-icon {
|
2012-02-29 07:58:56 +00:00
|
|
|
color: #bebebe;
|
2011-01-06 15:30:15 +00:00
|
|
|
width: 32px;
|
|
|
|
height: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list {
|
2010-12-14 01:50:19 +00:00
|
|
|
font-size: 10pt;
|
2011-01-06 15:30:15 +00:00
|
|
|
max-height: 200px;
|
|
|
|
padding-top: 42px;
|
2011-03-21 20:07:22 +00:00
|
|
|
padding-left: 49px;
|
2011-01-06 15:30:15 +00:00
|
|
|
padding-right: 32px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-app-list:rtl {
|
2011-03-21 20:07:22 +00:00
|
|
|
padding-right: 49px;
|
2011-03-03 23:48:17 +00:00
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
2011-03-22 04:17:15 +00:00
|
|
|
.end-session-dialog-app-list-item {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-app-list-item:ltr {
|
2011-01-06 15:30:15 +00:00
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-app-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-icon:ltr {
|
2011-01-06 15:30:15 +00:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-03-03 23:48:17 +00:00
|
|
|
.end-session-dialog-app-list-item-icon:rtl {
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
2011-01-06 15:30:15 +00:00
|
|
|
.end-session-dialog-app-list-item-name {
|
2010-12-14 01:50:19 +00:00
|
|
|
font-size: 10pt;
|
2011-01-06 15:30:15 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.end-session-dialog-app-list-item-description {
|
2010-12-14 01:50:19 +00:00
|
|
|
font-size: 8pt;
|
2011-01-06 15:30:15 +00:00
|
|
|
color: #444444;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
/* ShellMountOperation Dialogs */
|
2011-06-22 20:43:16 +00:00
|
|
|
.shell-mount-operation-icon {
|
|
|
|
icon-size: 48px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:29:49 +00:00
|
|
|
.mount-password-reask {
|
|
|
|
color: red;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
.show-processes-dialog,
|
|
|
|
.mount-question-dialog {
|
2011-06-22 20:43:16 +00:00
|
|
|
spacing: 24px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
.show-processes-dialog-subject,
|
|
|
|
.mount-question-dialog-subject {
|
2011-06-22 20:43:16 +00:00
|
|
|
padding-top: 10px;
|
|
|
|
padding-left: 17px;
|
|
|
|
padding-bottom: 6px;
|
|
|
|
}
|
|
|
|
|
2011-12-01 20:40:11 +00:00
|
|
|
.mount-question-dialog-subject {
|
|
|
|
max-width: 500px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
.show-processes-dialog-subject:rtl,
|
|
|
|
.mount-question-dialog-subject:rtl {
|
2011-06-22 20:43:16 +00:00
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
.show-processes-dialog-description,
|
|
|
|
.mount-question-dialog-description {
|
2011-06-22 20:43:16 +00:00
|
|
|
padding-left: 17px;
|
|
|
|
width: 28em;
|
|
|
|
}
|
|
|
|
|
2011-07-12 15:44:08 +00:00
|
|
|
.show-processes-dialog-description:rtl,
|
|
|
|
.mount-question-dialog-description:rtl {
|
2011-06-22 20:43:16 +00:00
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list {
|
|
|
|
font-size: 10pt;
|
|
|
|
max-height: 200px;
|
|
|
|
padding-top: 24px;
|
|
|
|
padding-left: 49px;
|
|
|
|
padding-right: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list:rtl {
|
|
|
|
padding-right: 49px;
|
|
|
|
padding-left: 32px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item {
|
|
|
|
color: #ccc;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:hover {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:ltr {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-icon:ltr {
|
|
|
|
padding-right: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-icon:rtl {
|
|
|
|
padding-left: 17px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.show-processes-dialog-app-list-item-name {
|
|
|
|
font-size: 10pt;
|
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
/* Password or Authentication Dialog */
|
|
|
|
.prompt-dialog {
|
2011-02-21 17:17:34 +00:00
|
|
|
/* this is the width of the entire modal popup */
|
|
|
|
width: 500px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-main-layout {
|
2011-03-14 16:18:03 +00:00
|
|
|
spacing: 24px;
|
2011-02-21 17:17:34 +00:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-message-layout {
|
2011-03-14 16:18:03 +00:00
|
|
|
spacing: 16px;
|
2011-02-21 17:17:34 +00:00
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-headline {
|
2011-02-21 17:17:34 +00:00
|
|
|
font-size: 12pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
2012-08-01 20:37:31 +00:00
|
|
|
.prompt-dialog-password-box {
|
|
|
|
spacing: 1em;
|
2012-08-28 01:12:26 +00:00
|
|
|
padding-bottom: 1em;
|
2011-03-03 23:48:17 +00:00
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-error-label {
|
2011-03-14 16:18:03 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
color: #ffff00;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 17:17:34 +00:00
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-info-label {
|
2011-03-14 16:18:03 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 17:17:34 +00:00
|
|
|
}
|
|
|
|
|
2012-06-04 16:21:20 +00:00
|
|
|
.hidden {
|
|
|
|
color: rgba(0,0,0,0);
|
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
.prompt-dialog-null-label {
|
2011-03-14 16:18:03 +00:00
|
|
|
font-size: 10pt;
|
|
|
|
padding-bottom: 8px;
|
2011-02-21 17:17:34 +00:00
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
/* Polkit Dialog */
|
|
|
|
|
|
|
|
.polkit-dialog-user-layout {
|
|
|
|
padding-left: 10px;
|
|
|
|
spacing: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.polkit-dialog-user-layout:rtl {
|
|
|
|
padding-left: 0px;
|
|
|
|
padding-right: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.polkit-dialog-user-root-label {
|
|
|
|
color: #ff0000;
|
|
|
|
}
|
|
|
|
|
2012-08-31 21:18:26 +00:00
|
|
|
.polkit-dialog-user-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 5px;
|
|
|
|
background-size: contain;
|
|
|
|
width: 48px;
|
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
2012-02-09 20:52:21 +00:00
|
|
|
/* Network Agent Dialog */
|
|
|
|
|
2011-08-19 18:29:39 +00:00
|
|
|
.network-dialog-secret-table {
|
|
|
|
spacing-rows: 15px;
|
2012-08-22 02:23:56 +00:00
|
|
|
spacing-columns: 1em;
|
2011-08-19 18:29:39 +00:00
|
|
|
}
|
2011-02-21 17:17:34 +00:00
|
|
|
|
2012-01-10 15:37:26 +00:00
|
|
|
.keyring-dialog-control-table {
|
|
|
|
spacing-rows: 15px;
|
2012-08-14 16:05:34 +00:00
|
|
|
spacing-columns: 1em;
|
2012-01-10 15:37:26 +00:00
|
|
|
}
|
|
|
|
|
2010-05-10 16:40:03 +00:00
|
|
|
/* Magnifier */
|
|
|
|
|
|
|
|
.magnifier-zoom-region {
|
|
|
|
border: 2px solid rgba(128, 0, 0, 255);
|
|
|
|
}
|
|
|
|
|
|
|
|
.magnifier-zoom-region.full-screen {
|
|
|
|
border-width: 0px;
|
|
|
|
}
|
2011-08-29 15:11:22 +00:00
|
|
|
|
|
|
|
/* On-screen Keyboard */
|
|
|
|
|
|
|
|
#keyboard {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-layout {
|
|
|
|
spacing: 10px;
|
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-row {
|
|
|
|
spacing: 15px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key {
|
|
|
|
min-height: 30px;
|
|
|
|
min-width: 30px;
|
|
|
|
background-gradient-start: rgba(255,245,245,0.4);
|
|
|
|
background-gradient-end: rgba(105,105,105,0.1);
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 2px solid #a0a0a0;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:grayed {
|
|
|
|
color: #808080;
|
|
|
|
border-color: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:checked,
|
|
|
|
.keyboard-key:hover {
|
|
|
|
background: #303030;
|
|
|
|
border: 3px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-key:active {
|
|
|
|
background: #808080;
|
|
|
|
}
|
|
|
|
|
|
|
|
.keyboard-subkeys {
|
|
|
|
color: white;
|
|
|
|
padding: 5px;
|
|
|
|
-arrow-border-radius: 10px;
|
|
|
|
-arrow-background-color: #090909;
|
|
|
|
-arrow-border-width: 2px;
|
|
|
|
-arrow-border-color: white;
|
|
|
|
-arrow-base: 20px;
|
|
|
|
-arrow-rise: 10px;
|
|
|
|
-boxpointer-gap: 5px;
|
|
|
|
}
|
2012-05-29 17:30:46 +00:00
|
|
|
|
|
|
|
/* IBus Candidate Popup */
|
2013-01-02 13:24:37 +00:00
|
|
|
|
|
|
|
.candidate-popup-content {
|
|
|
|
padding: 0.5em;
|
|
|
|
spacing: 0.3em;
|
|
|
|
}
|
|
|
|
|
2012-05-29 17:30:46 +00:00
|
|
|
.candidate-index {
|
2013-01-02 13:24:37 +00:00
|
|
|
padding: 0 0.5em 0 0;
|
|
|
|
color: #cccccc;
|
2012-05-29 17:30:46 +00:00
|
|
|
}
|
|
|
|
|
2013-01-02 13:24:37 +00:00
|
|
|
.candidate-box {
|
|
|
|
padding: 0.3em 0.5em 0.3em 0.5em;
|
2012-05-29 17:30:46 +00:00
|
|
|
}
|
|
|
|
|
2013-01-02 13:24:37 +00:00
|
|
|
.candidate-box:selected {
|
2012-05-29 17:30:46 +00:00
|
|
|
border-radius: 4px;
|
2013-01-02 13:24:37 +00:00
|
|
|
background-color: rgba(255,255,255,0.2);
|
2012-05-29 17:30:46 +00:00
|
|
|
}
|
2012-05-20 16:30:14 +00:00
|
|
|
|
2013-01-16 23:21:14 +00:00
|
|
|
.candidate-box:hover {
|
|
|
|
border-radius: 4px;
|
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
2013-02-14 22:36:32 +00:00
|
|
|
.candidate-page-button-box {
|
|
|
|
height: 2em;
|
|
|
|
width: 80px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.vertical .candidate-page-button-box {
|
|
|
|
padding-top: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.horizontal .candidate-page-button-box {
|
|
|
|
padding-left: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-previous {
|
|
|
|
border-radius: 4px 0px 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-next {
|
|
|
|
border-radius: 0px 4px 4px 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.candidate-page-button-icon {
|
|
|
|
icon-size: 1em;
|
|
|
|
}
|
|
|
|
|
2012-05-20 16:30:14 +00:00
|
|
|
/* Login Dialog */
|
|
|
|
|
|
|
|
.login-dialog-banner {
|
|
|
|
font-size: 10pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
|
|
|
color: #666666;
|
|
|
|
padding-bottom: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-title {
|
|
|
|
font-size: 14pt;
|
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
|
|
|
padding-bottom: 2em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog {
|
2012-06-03 17:31:34 +00:00
|
|
|
/* Reset border and background */
|
|
|
|
border: none;
|
|
|
|
background-color: transparent;
|
|
|
|
|
2013-03-15 17:25:46 +00:00
|
|
|
padding-bottom: 80px;
|
|
|
|
padding-top: 80px;
|
|
|
|
|
2012-05-20 16:30:14 +00:00
|
|
|
border-radius: 16px;
|
|
|
|
min-height: 150px;
|
|
|
|
max-height: 700px;
|
|
|
|
min-width: 350px;
|
|
|
|
}
|
|
|
|
|
2012-08-20 00:15:18 +00:00
|
|
|
.login-dialog-prompt-login-hint-message {
|
2012-05-20 16:30:14 +00:00
|
|
|
font-size: 10.5pt;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-view {
|
|
|
|
-st-vfade-offset: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list {
|
|
|
|
spacing: 12px;
|
2012-07-09 21:46:35 +00:00
|
|
|
padding: .2em;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item {
|
2012-07-09 21:46:35 +00:00
|
|
|
border-radius: 10px;
|
|
|
|
padding: .2em;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item:ltr {
|
|
|
|
padding-right: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item:rtl {
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item .login-dialog-user-list-item-name {
|
|
|
|
font-size: 20pt;
|
|
|
|
padding-left: 1em;
|
|
|
|
}
|
|
|
|
|
2012-10-04 16:31:50 +00:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item {
|
|
|
|
color: #666666;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item,
|
2012-07-09 21:46:35 +00:00
|
|
|
.login-dialog-user-list-item:hover .login-dialog-user-list-item-name,
|
2012-07-09 18:04:23 +00:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus .login-dialog-user-list-item-name,
|
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
|
2012-05-20 16:30:14 +00:00
|
|
|
color: white;
|
|
|
|
text-shadow: black 0px 2px 2px;
|
|
|
|
}
|
|
|
|
|
2012-07-09 21:46:35 +00:00
|
|
|
.login-dialog-user-list-item:hover {
|
|
|
|
background-color: rgba(255,255,255,0.1);
|
|
|
|
}
|
|
|
|
|
2012-08-01 15:14:00 +00:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:focus {
|
2012-07-09 21:46:35 +00:00
|
|
|
background-color: rgba(255,255,255,0.33);
|
|
|
|
}
|
|
|
|
|
2012-07-09 18:04:23 +00:00
|
|
|
.login-dialog-user-list:expanded .login-dialog-user-list-item:logged-in {
|
|
|
|
background-image: url("logged-in-indicator.svg");
|
|
|
|
background-size: contain;
|
|
|
|
}
|
|
|
|
|
2012-07-13 22:43:58 +00:00
|
|
|
.login-dialog-user-list-item-text-box {
|
|
|
|
padding: 0 0.5em;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2012-07-13 22:43:58 +00:00
|
|
|
.login-dialog-user-list-item .login-dialog-timed-login-indicator {
|
2012-05-20 16:30:14 +00:00
|
|
|
background-color: rgba(0,0,0,0.0);
|
|
|
|
height: 2px;
|
|
|
|
}
|
|
|
|
|
2012-07-13 22:43:58 +00:00
|
|
|
.login-dialog-user-list-item:focus .login-dialog-timed-login-indicator {
|
|
|
|
background-color: #8b8b8b;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-user-list-item-icon {
|
|
|
|
border: 2px solid #8b8b8b;
|
|
|
|
border-radius: 8px;
|
|
|
|
width: 64px;
|
|
|
|
height: 64px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-not-listed-label {
|
2012-06-03 17:31:34 +00:00
|
|
|
font-size: 10.5pt;
|
2012-05-20 16:30:14 +00:00
|
|
|
font-weight: bold;
|
|
|
|
color: #666666;
|
2012-08-07 15:38:12 +00:00
|
|
|
padding-top: 1em;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2012-10-05 17:06:20 +00:00
|
|
|
.login-dialog-not-listed-button:focus .login-dialog-not-listed-label,
|
2012-05-20 16:30:14 +00:00
|
|
|
.login-dialog-not-listed-button:hover .login-dialog-not-listed-label {
|
|
|
|
color: #E8E8E8;
|
|
|
|
}
|
|
|
|
|
2012-06-03 17:31:34 +00:00
|
|
|
.login-dialog-username {
|
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 15px;
|
2012-11-17 23:06:48 +00:00
|
|
|
text-shadow: black 0px 4px 3px 0px;
|
2012-06-03 17:31:34 +00:00
|
|
|
}
|
|
|
|
|
2012-05-20 16:30:14 +00:00
|
|
|
.login-dialog-prompt-layout {
|
2012-06-03 17:31:34 +00:00
|
|
|
padding-top: 24px;
|
|
|
|
padding-bottom: 12px;
|
|
|
|
spacing: 8px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
2012-06-03 17:31:34 +00:00
|
|
|
|
2012-05-20 16:30:14 +00:00
|
|
|
.login-dialog-prompt-label {
|
2012-06-03 17:31:34 +00:00
|
|
|
color: #eeeeee;
|
|
|
|
font-size: 14px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-prompt-entry {
|
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
2013-05-19 19:25:03 +00:00
|
|
|
.login-dialog-session-list,
|
|
|
|
.login-dialog-session-list-item {
|
|
|
|
color: #babdb6;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2013-05-19 19:25:03 +00:00
|
|
|
.login-dialog-session-list-button:focus,
|
|
|
|
.login-dialog-session-list-button:active,
|
|
|
|
.login-dialog-session-list-button:hover,
|
|
|
|
.login-dialog-session-list-item:focus,
|
|
|
|
.login-dialog-session-list-item:hover {
|
|
|
|
color: white;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2013-05-19 19:25:03 +00:00
|
|
|
.login-dialog-session-list-button {
|
|
|
|
padding: 4px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-scroll-view {
|
2013-05-19 19:25:03 +00:00
|
|
|
padding: 6px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2013-05-19 19:25:03 +00:00
|
|
|
.login-dialog-session-list-item {
|
|
|
|
padding-bottom: 6px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-triangle {
|
2013-05-19 19:25:03 +00:00
|
|
|
padding-right: 6px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-item-box {
|
2013-05-19 19:25:03 +00:00
|
|
|
padding-left: 6px;
|
|
|
|
spacing: 6px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.login-dialog-session-list-item-dot {
|
2013-05-19 19:25:03 +00:00
|
|
|
width: 10px;
|
|
|
|
height: 10px;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2013-03-23 00:27:22 +00:00
|
|
|
.login-dialog-logo-bin {
|
|
|
|
padding: 24px 0px;
|
|
|
|
}
|
|
|
|
|
2012-11-18 21:49:54 +00:00
|
|
|
.login-dialog .modal-dialog-button-box {
|
|
|
|
spacing: 3px;
|
|
|
|
}
|
|
|
|
|
2012-06-03 17:31:34 +00:00
|
|
|
.login-dialog .modal-dialog-button {
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 3px 18px;
|
|
|
|
}
|
|
|
|
|
2012-10-05 17:06:20 +00:00
|
|
|
.login-dialog .modal-dialog-button:focus {
|
|
|
|
padding: 2px 17px;
|
|
|
|
}
|
|
|
|
|
2012-06-03 17:31:34 +00:00
|
|
|
.login-dialog .modal-dialog-button:default {
|
2012-08-01 08:46:20 +00:00
|
|
|
background-gradient-start: #6793c4;
|
|
|
|
background-gradient-end: #335d8f;
|
2012-06-03 17:31:34 +00:00
|
|
|
background-gradient-direction: vertical;
|
2012-10-30 12:07:58 +00:00
|
|
|
border-color: #16335d;
|
2012-06-03 17:31:34 +00:00
|
|
|
}
|
|
|
|
|
2012-10-05 17:06:20 +00:00
|
|
|
.login-dialog .modal-dialog-button:default:focus {
|
|
|
|
border: 2px solid #377fe7;
|
|
|
|
}
|
|
|
|
|
2012-08-16 20:53:21 +00:00
|
|
|
.login-dialog .modal-dialog-button:default:hover {
|
2012-08-01 08:46:20 +00:00
|
|
|
background-gradient-start: #74a0d0;
|
|
|
|
background-gradient-end: #436d9f;
|
2012-06-03 17:31:34 +00:00
|
|
|
}
|
|
|
|
|
2012-08-16 20:53:21 +00:00
|
|
|
.login-dialog .modal-dialog-button:default:active,
|
|
|
|
.login-dialog .modal-dialog-button:default:pressed {
|
2012-08-01 08:46:20 +00:00
|
|
|
background-gradient-start: #436d9f;
|
|
|
|
background-gradient-end: #74a0d0;
|
2012-05-20 16:30:14 +00:00
|
|
|
}
|
|
|
|
|
2012-10-30 12:07:58 +00:00
|
|
|
.login-dialog .modal-dialog-button:default:insensitive {
|
|
|
|
border-color: #666666;
|
|
|
|
color: #9f9f9f;
|
|
|
|
background-gradient-direction: none;
|
|
|
|
background-color: rgba(102, 102, 102, 0.15);
|
|
|
|
}
|
|
|
|
|
2012-08-07 14:49:22 +00:00
|
|
|
.login-dialog-message-warning {
|
|
|
|
color: orange;
|
|
|
|
}
|
|
|
|
|
2013-02-18 01:54:46 +00:00
|
|
|
.user-widget {
|
2012-05-20 16:30:14 +00:00
|
|
|
spacing: .4em;
|
|
|
|
}
|
2012-05-24 20:47:48 +00:00
|
|
|
|
2013-02-18 01:54:46 +00:00
|
|
|
.user-widget-label {
|
|
|
|
font-size: 16pt;
|
|
|
|
font-weight: bold;
|
|
|
|
text-align: left;
|
|
|
|
padding-left: 15px;
|
|
|
|
text-shadow: black 0px 4px 3px 0px;
|
|
|
|
}
|
|
|
|
|
2012-05-24 20:47:48 +00:00
|
|
|
/* Screen shield */
|
|
|
|
|
2012-09-13 16:45:55 +00:00
|
|
|
.screen-shield-background {
|
|
|
|
background: black;
|
|
|
|
}
|
|
|
|
|
2012-08-03 17:42:43 +00:00
|
|
|
#lockDialogGroup {
|
2012-07-31 15:56:46 +00:00
|
|
|
background: #2e3436 url(noise-texture.png);
|
|
|
|
background-repeat: repeat;
|
2012-05-24 20:47:48 +00:00
|
|
|
}
|
|
|
|
|
2012-08-20 17:56:08 +00:00
|
|
|
.screen-shield-arrows {
|
|
|
|
padding-bottom: 3em;
|
|
|
|
}
|
|
|
|
|
2012-08-21 19:13:33 +00:00
|
|
|
.screen-shield-arrows Gjs_Arrow {
|
2012-08-20 17:56:08 +00:00
|
|
|
color: white;
|
|
|
|
width: 80px;
|
|
|
|
height: 48px;
|
|
|
|
-arrow-thickness: 12px;
|
2012-08-21 19:13:33 +00:00
|
|
|
-arrow-shadow: 0 1px 1px rgba(0,0,0,0.4);
|
2012-05-24 20:47:48 +00:00
|
|
|
}
|
2012-05-27 22:50:56 +00:00
|
|
|
|
2012-10-10 21:17:38 +00:00
|
|
|
.screen-shield-contents-box {
|
|
|
|
spacing: 48px;
|
|
|
|
}
|
|
|
|
|
2012-05-27 22:50:56 +00:00
|
|
|
.screen-shield-clock {
|
|
|
|
color: white;
|
2012-08-01 13:12:12 +00:00
|
|
|
text-shadow: 0px 1px 2px rgba(0,0,0,0.6);
|
2012-05-27 22:50:56 +00:00
|
|
|
font-weight: bold;
|
|
|
|
text-align: center;
|
2012-08-06 18:44:07 +00:00
|
|
|
padding-bottom: 1.5em;
|
2012-05-27 22:50:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-clock-time {
|
2012-10-10 21:18:26 +00:00
|
|
|
font-size: 72pt;
|
2012-08-01 13:12:12 +00:00
|
|
|
text-shadow: 0px 2px 2px rgba(0,0,0,0.4);
|
2012-05-27 22:50:56 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-clock-date {
|
2012-10-10 21:18:26 +00:00
|
|
|
font-size: 28pt;
|
2012-05-27 22:50:56 +00:00
|
|
|
}
|
2012-05-22 22:02:00 +00:00
|
|
|
|
|
|
|
#screenShieldNotifications {
|
2012-08-06 17:02:12 +00:00
|
|
|
border-radius: 8px;
|
2012-05-22 22:02:00 +00:00
|
|
|
background-color: rgba(0.0, 0.0, 0.0, 0.9);
|
|
|
|
border: 2px solid #868686;
|
2012-08-06 17:02:12 +00:00
|
|
|
max-height: 500px;
|
2012-10-10 21:18:26 +00:00
|
|
|
padding: 18px 0;
|
|
|
|
box-shadow: .5em .5em 20px rgba(0, 0, 0, 0.5);
|
2012-05-22 22:02:00 +00:00
|
|
|
}
|
|
|
|
|
2012-08-06 17:02:12 +00:00
|
|
|
.screen-shield-notifications-box {
|
2012-10-10 21:18:26 +00:00
|
|
|
spacing: 18px;
|
2013-01-30 18:47:55 +00:00
|
|
|
max-width: 34em;
|
2012-05-22 22:02:00 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-source {
|
2012-11-28 19:51:56 +00:00
|
|
|
padding: 13px 24px;
|
2012-05-22 22:02:00 +00:00
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.screen-shield-notification-label {
|
|
|
|
font-size: 1.2em;
|
|
|
|
font-weight: bold;
|
2012-11-28 19:51:56 +00:00
|
|
|
padding: 0px 18px;
|
2012-10-10 21:18:26 +00:00
|
|
|
color: #babdb6;
|
2012-05-22 22:02:00 +00:00
|
|
|
}
|
|
|
|
|
2012-11-28 19:51:56 +00:00
|
|
|
.screen-shield-notification-count-text {
|
|
|
|
padding: 0px 18px;
|
|
|
|
}
|
|
|
|
|
2012-05-22 22:02:00 +00:00
|
|
|
/* Remove background from notifications, otherwise
|
|
|
|
opacity is doubled and they look darker
|
|
|
|
*/
|
|
|
|
.screen-shield-notifications-box .notification {
|
|
|
|
background-color: transparent;
|
|
|
|
}
|
2012-08-06 18:44:07 +00:00
|
|
|
|
|
|
|
/* Override padding on resident notifications, since
|
|
|
|
the notifications box has its own spacing
|
|
|
|
*/
|
|
|
|
.screen-shield-notifications-box .summary-notification-stack-scrollview {
|
|
|
|
padding-top: 0px;
|
|
|
|
padding-bottom: 0px;
|
|
|
|
}
|
|
|
|
|
2012-12-10 19:35:29 +00:00
|
|
|
.input-source-switcher-symbol {
|
2013-03-02 15:46:29 +00:00
|
|
|
font-size: 34pt;
|
2012-12-10 19:35:29 +00:00
|
|
|
width: 96px;
|
|
|
|
height: 96px;
|
|
|
|
}
|
2012-12-21 12:55:00 +00:00
|
|
|
|
|
|
|
/* Background menu */
|
|
|
|
|
|
|
|
.background-menu {
|
|
|
|
-boxpointer-gap: 4px;
|
|
|
|
}
|