2009-09-10 01:38:00 -04: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.
|
|
|
|
*/
|
|
|
|
|
2009-12-02 12:13:24 -05:00
|
|
|
.shell-link {
|
|
|
|
color: #0000ff;
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.shell-link:hover {
|
|
|
|
color: #0000e0;
|
|
|
|
}
|
|
|
|
|
2009-12-26 12:00:36 -05:00
|
|
|
.label-shadow {
|
|
|
|
color: rgba(0,0,0,0.5);
|
|
|
|
}
|
|
|
|
|
2009-09-10 01:38:00 -04:00
|
|
|
StScrollBar
|
|
|
|
{
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
StScrollView
|
|
|
|
{
|
2009-09-19 21:10:15 -04:00
|
|
|
scrollbar-width: 16px;
|
|
|
|
scrollbar-height: 16px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-02-22 17:07:42 -05:00
|
|
|
StScrollView > .top-shadow
|
|
|
|
{
|
|
|
|
background-gradient-direction: vertical;
|
2010-03-02 19:07:18 -05:00
|
|
|
background-gradient-start: #111111;
|
|
|
|
background-gradient-end: rgba(17, 17, 17, 0);
|
2010-02-22 17:07:42 -05:00
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
StScrollView > .bottom-shadow
|
|
|
|
{
|
|
|
|
background-gradient-direction: vertical;
|
2010-03-02 19:07:18 -05:00
|
|
|
background-gradient-start: rgba(17, 17, 17, 0);
|
|
|
|
background-gradient-end: #111111;
|
2010-02-22 17:07:42 -05:00
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
StScrollBar {
|
|
|
|
background-color: #080808;
|
|
|
|
border: 1px solid #2d2d2d;
|
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
StScrollBar StButton#vhandle
|
2009-09-10 01:38:00 -04:00
|
|
|
{
|
2010-02-09 00:57:42 -05:00
|
|
|
background-image: url("scroll-vhandle.svg");
|
|
|
|
background-color: #252525;
|
|
|
|
border: 1px solid #080808;
|
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
StScrollBar StButton#hhandle
|
2009-09-10 01:38:00 -04:00
|
|
|
{
|
2010-02-09 00:57:42 -05:00
|
|
|
background-image: url("scroll-hhandle.svg");
|
|
|
|
background-color: #252525;
|
|
|
|
border: 1px solid #080808;
|
|
|
|
border-radius: 8px;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
StScrollBar StButton#hhandle:hover,
|
2009-09-10 01:38:00 -04:00
|
|
|
StScrollBar StButton#vhandle:hover
|
|
|
|
{
|
2010-02-09 00:57:42 -05:00
|
|
|
background-color: #292929;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
2009-09-10 01:38:13 -04:00
|
|
|
|
2009-11-11 16:22:42 -05:00
|
|
|
StTooltip {
|
|
|
|
border: 1px solid rgba(79,111,173,0.9);
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: rgba(79,111,173,0.9);
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
/* Panel */
|
|
|
|
|
2009-11-17 17:46:20 -05:00
|
|
|
#panel {
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 16px;
|
2010-03-17 22:51:49 -04:00
|
|
|
background-color: black;
|
2010-02-09 00:57:42 -05:00
|
|
|
border-bottom: 1px solid #1f1f1f;
|
2009-11-17 17:46:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#panelLeft, #panelCenter, #panelRight {
|
|
|
|
spacing: 4px;
|
2010-03-22 21:01:04 -04:00
|
|
|
font-weight: bold;
|
2009-11-17 17:46:20 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#panelLeft {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelRight {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#appMenu {
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
.panel-button {
|
|
|
|
padding: 4px 12px 3px;
|
|
|
|
border-radius: 5px;
|
2010-02-08 15:00:16 -05:00
|
|
|
border-radius-bottomleft: 0px;
|
|
|
|
border-radius-bottomright: 0px;
|
2009-09-30 10:02:08 -04:00
|
|
|
font: 16px sans-serif;
|
2010-03-22 21:01:04 -04:00
|
|
|
font-weight: bold;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2010-02-08 15:00:16 -05:00
|
|
|
.panel-button:active, .panel-button:checked, .panel-button:pressed {
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: #3c3c3c;
|
|
|
|
background-gradient-end: #131313;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelActivities {
|
|
|
|
border-radius-topleft: 0px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelStatus {
|
|
|
|
border-radius-topright: 0px;
|
2009-09-30 10:02:08 -04:00
|
|
|
}
|
|
|
|
|
2009-12-25 12:49:23 -05:00
|
|
|
#statusMenu {
|
2009-11-17 17:46:20 -05:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
/* Overview */
|
2009-11-11 19:26:52 -05:00
|
|
|
|
2010-02-09 01:28:08 -05:00
|
|
|
.overview {
|
2010-02-09 00:57:42 -05:00
|
|
|
background-color: #111;
|
2010-02-09 01:28:08 -05:00
|
|
|
}
|
|
|
|
|
2010-02-08 17:50:50 -05:00
|
|
|
.info-bar {
|
2010-02-09 00:57:42 -05:00
|
|
|
color: #fff;
|
2010-02-08 17:50:50 -05:00
|
|
|
font-size: 14px;
|
2010-02-09 00:57:42 -05:00
|
|
|
spacing: 20px;
|
2010-02-09 01:28:49 -05:00
|
|
|
}
|
|
|
|
|
2010-02-08 17:50:50 -05:00
|
|
|
.info-bar-link-button {
|
2010-02-09 00:57:42 -05:00
|
|
|
background-color: #2d2d2d;
|
|
|
|
padding: 2px 14px;
|
|
|
|
border-radius: 10px;
|
|
|
|
border: 1px solid #181818;
|
2010-02-08 17:50:50 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-bar-link-button:hover {
|
2010-02-09 00:57:42 -05:00
|
|
|
border: 1px solid #666666;
|
2010-02-08 17:50:50 -05:00
|
|
|
}
|
|
|
|
|
2010-03-16 11:51:24 -04:00
|
|
|
.new-workspace-area {
|
|
|
|
border: 2px solid rgba(255, 255, 255, 0.8);
|
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #111;
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-workspace-area-internal {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(16, 16, 16, 0);
|
|
|
|
background-gradient-end: rgba(16, 16, 16, 1.0);
|
|
|
|
background-image: url("move-window-on-new.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
.new-workspace-area:hover {
|
|
|
|
border: 2px solid rgba(255, 255, 255, 1.0);
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(130, 130, 130, 0.9);
|
|
|
|
background-gradient-end: rgba(16, 16, 16, 0.9);
|
|
|
|
}
|
|
|
|
|
|
|
|
.left-workspaces-shadow {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-start: rgba(16, 16, 16, 1.0);
|
|
|
|
background-gradient-end: rgba(16, 16, 16, 0.0);
|
|
|
|
}
|
|
|
|
|
|
|
|
.right-workspaces-shadow {
|
|
|
|
background-gradient-direction: horizontal;
|
|
|
|
background-gradient-end: rgba(16, 16, 16, 1.0);
|
|
|
|
background-gradient-start: rgba(16, 16, 16, 0);
|
|
|
|
}
|
|
|
|
|
2009-11-11 19:26:52 -05:00
|
|
|
.workspaces {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2010-02-10 01:00:02 -05:00
|
|
|
.workspaces.single {
|
|
|
|
spacing: 25px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces.mosaic {
|
|
|
|
spacing: 15px;
|
|
|
|
}
|
|
|
|
|
2010-01-21 21:33:48 -05:00
|
|
|
.workspaces-bar {
|
2010-01-23 05:22:38 -05:00
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
2010-02-12 15:12:39 -05:00
|
|
|
.workspaces-bar {
|
2010-01-23 05:22:38 -05:00
|
|
|
spacing: 5px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-indicator {
|
|
|
|
width: 24px;
|
2010-01-23 05:22:38 -05:00
|
|
|
height: 16px;
|
2010-01-21 21:33:48 -05:00
|
|
|
background: rgba(155,155,155,0.8);
|
2010-01-23 05:22:38 -05:00
|
|
|
border-spacing: 16px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-indicator.active {
|
2010-01-21 21:33:48 -05:00
|
|
|
background: rgba(255,255,255,0.8);
|
|
|
|
}
|
|
|
|
|
2009-11-11 19:26:52 -05:00
|
|
|
.window-caption {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
|
|
border-radius: 10px;
|
|
|
|
font-size: 12px;
|
|
|
|
padding: 2px 8px;
|
|
|
|
-shell-caption-spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.window-close {
|
|
|
|
background-image: url("close-window.svg");
|
|
|
|
height: 24px;
|
|
|
|
width: 24px;
|
2009-12-17 11:45:34 -05:00
|
|
|
-st-shadow: -2px 2px 6px rgba(0,0,0,0.5);
|
2009-11-11 19:26:52 -05:00
|
|
|
-shell-close-overlap: 16px;
|
|
|
|
}
|
|
|
|
|
2010-02-14 16:06:32 -05:00
|
|
|
.single-view-controls {
|
|
|
|
padding: 0px 15px;
|
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls {
|
2010-01-21 21:33:48 -05:00
|
|
|
width: 24px;
|
2010-01-23 05:22:38 -05:00
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-controls.add {
|
|
|
|
background-image: url("add-workspace.svg");
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls.remove {
|
2010-01-21 21:33:48 -05:00
|
|
|
background-image: url("remove-workspace.svg");
|
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls.switch-single {
|
2010-01-21 21:33:48 -05:00
|
|
|
background-image: url("single-view.svg");
|
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls.switch-mosaic {
|
2010-01-21 21:33:48 -05:00
|
|
|
background-image: url("mosaic-view.svg");
|
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls.switch-single:checked {
|
2010-01-21 21:33:48 -05:00
|
|
|
background-image: url("single-view-active.svg");
|
|
|
|
}
|
|
|
|
|
2010-01-23 05:22:38 -05:00
|
|
|
.workspace-controls.switch-mosaic:checked {
|
2010-01-21 21:33:48 -05:00
|
|
|
background-image: url("mosaic-view-active.svg");
|
|
|
|
}
|
|
|
|
|
|
|
|
#SwitchScroll {
|
2010-02-09 00:57:42 -05:00
|
|
|
height: 14px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
2010-02-09 00:57:42 -05:00
|
|
|
#SwitchScroll #hhandle {
|
|
|
|
border-radius: 7px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
/* Dash */
|
|
|
|
|
|
|
|
#dash {
|
|
|
|
color: #5f5f5f;
|
2009-12-25 12:49:23 -05:00
|
|
|
font-size: 12px;
|
2009-10-22 13:33:09 -04:00
|
|
|
padding: 0px 14px;
|
|
|
|
}
|
|
|
|
|
2009-11-06 17:32:23 -05:00
|
|
|
#dashSections {
|
|
|
|
spacing: 12px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
#searchEntry {
|
|
|
|
padding: 4px;
|
2010-02-27 09:49:39 -05:00
|
|
|
border-radius: 4px;
|
|
|
|
color: #a8a8a8;
|
|
|
|
border: 1px solid #565656;
|
|
|
|
background-color: #404040;
|
|
|
|
caret-color: #fff;
|
|
|
|
caret-size: 1px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:focus {
|
|
|
|
color: #545454;
|
|
|
|
border: 1px solid #3a3a3a;
|
|
|
|
background-color: #e8e8e8;
|
|
|
|
caret-color: #545454;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2010-02-27 09:49:39 -05:00
|
|
|
#searchEntry:hover {
|
|
|
|
border: 1px solid #767676;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2009-11-06 16:08:07 -05:00
|
|
|
.dash-section {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
.section-header {
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-header-inner {
|
2009-11-10 10:02:02 -05:00
|
|
|
spacing: 4px;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
.section-text-content {
|
|
|
|
padding: 4px 0px;
|
|
|
|
}
|
|
|
|
|
2009-11-10 10:02:02 -05:00
|
|
|
.section-header-back {
|
|
|
|
padding: 0px 4px 0px 0px;
|
|
|
|
border-right: 1px solid #262626;
|
|
|
|
}
|
|
|
|
|
|
|
|
.section-header-back-image {
|
|
|
|
background-image: url("section-back.svg");
|
|
|
|
width: 12px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
.section-count {
|
|
|
|
}
|
|
|
|
|
2009-11-06 16:08:07 -05:00
|
|
|
.dash-section-content {
|
|
|
|
color: #ffffff;
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2009-10-22 13:33:09 -04:00
|
|
|
.more-link {
|
2009-11-06 18:32:41 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.more-link-expander {
|
|
|
|
background-image: url("section-more.svg");
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
|
|
|
|
2010-02-15 19:50:36 -05:00
|
|
|
.more-link-expander.open {
|
|
|
|
background-image: url("section-more-open.svg");
|
|
|
|
width: 9px;
|
|
|
|
height: 9px;
|
|
|
|
}
|
|
|
|
|
2009-11-06 14:55:03 -05:00
|
|
|
.dash-pane {
|
2010-03-10 10:54:58 -05:00
|
|
|
border-radius: 10px;
|
|
|
|
background-color: #111111;
|
|
|
|
border: 2px solid #868686;
|
|
|
|
color: #ffffff;
|
|
|
|
padding: 30px 10px 10px 20px;
|
2009-11-06 14:55:03 -05:00
|
|
|
}
|
|
|
|
|
2009-11-29 17:45:30 -05:00
|
|
|
.dash-search-section-header {
|
|
|
|
padding: 6px 0px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-search-section-results {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-search-section-list-results {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-search-result-content {
|
2009-12-25 12:49:23 -05:00
|
|
|
padding: 3px;
|
2009-11-29 17:45:30 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.dash-search-result-content:selected {
|
2009-12-25 12:49:23 -05:00
|
|
|
padding: 2px;
|
|
|
|
border: 1px solid #5c5c5c;
|
|
|
|
border-radius: 2px;
|
|
|
|
background-color: #1e1e1e;
|
2009-11-29 17:45:30 -05:00
|
|
|
}
|
|
|
|
|
2009-11-06 16:08:07 -05:00
|
|
|
/* GenericDisplay */
|
|
|
|
|
|
|
|
.generic-display-container {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-item {
|
|
|
|
height: 50px;
|
|
|
|
border-radius: 4px;
|
|
|
|
color: #ffffff;
|
|
|
|
font-size: 14px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-item:selected {
|
|
|
|
background-color: rgba(79,111,173,0.66);
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-item-text {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-item-description {
|
|
|
|
font-size: 12px;
|
|
|
|
color: #bababa;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-details {
|
|
|
|
font-size: 14px;
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.generic-display-details-name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
2009-11-12 17:46:59 -05:00
|
|
|
/* Apps */
|
2009-11-06 16:08:07 -05:00
|
|
|
|
2010-02-15 19:50:36 -05:00
|
|
|
.overview-pane {
|
|
|
|
width: 440px;
|
|
|
|
}
|
|
|
|
|
2009-11-12 17:46:59 -05:00
|
|
|
#dashAppWell {
|
2010-01-07 00:40:21 -05:00
|
|
|
spacing: 6px;
|
|
|
|
-shell-grid-item-size: 70px;
|
2009-11-12 17:46:59 -05:00
|
|
|
}
|
|
|
|
|
2010-02-15 19:50:36 -05:00
|
|
|
.all-app {
|
|
|
|
border-radius: 10px;
|
2010-03-02 19:07:18 -05:00
|
|
|
background-color: #111111;
|
|
|
|
border: 2px solid #868686;
|
2010-02-15 19:50:36 -05:00
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.all-app-controls-panel {
|
|
|
|
height: 30px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.all-app-scroll-view {
|
|
|
|
padding-right: 10px;
|
|
|
|
padding-left: 10px;
|
|
|
|
padding-bottom: 10px;
|
|
|
|
}
|
|
|
|
|
2009-11-12 17:46:59 -05:00
|
|
|
.app-well-app {
|
2010-02-09 00:57:42 -05:00
|
|
|
border: 1px solid #181818;
|
2010-01-07 00:40:21 -05:00
|
|
|
border-radius: 4px;
|
2009-11-12 17:46:59 -05:00
|
|
|
padding: 2px;
|
2010-01-07 00:40:21 -05:00
|
|
|
width: 70px;
|
|
|
|
height: 70px;
|
2009-12-25 12:49:23 -05:00
|
|
|
font-size: 10px;
|
2009-11-06 16:08:07 -05:00
|
|
|
}
|
|
|
|
|
2010-01-07 00:40:21 -05:00
|
|
|
.app-well-app.running {
|
|
|
|
background-gradient-direction: vertical;
|
2010-02-09 00:57:42 -05:00
|
|
|
background-gradient-start: #3d3d3d;
|
|
|
|
background-gradient-end: #181818;
|
2010-01-07 00:40:21 -05:00
|
|
|
}
|
|
|
|
|
2010-02-22 11:39:10 -05:00
|
|
|
.app-well-app.selected {
|
|
|
|
border: 1px solid #666666;
|
|
|
|
}
|
|
|
|
|
2009-11-12 17:46:59 -05:00
|
|
|
.app-well-app:hover {
|
2010-01-07 00:40:21 -05:00
|
|
|
border: 1px solid #666666;
|
2009-11-12 17:46:59 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.app-well-app:active {
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-well-menu {
|
|
|
|
border: 1px solid #5f5f5f;
|
|
|
|
border-radius: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
background-color: rgba(0,0,0,0.9);
|
|
|
|
color: #ffffff;
|
|
|
|
-shell-arrow-width: 12px;
|
|
|
|
-shell-menu-spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-well-menu-item:hover {
|
|
|
|
background-color: #1e1e1e;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-well-menu-separator {
|
|
|
|
padding-top: 1px;
|
|
|
|
border-bottom: 1px solid #5f5f5f;
|
|
|
|
height: 1px;
|
|
|
|
}
|
|
|
|
|
2009-11-06 16:08:07 -05:00
|
|
|
/* Places */
|
|
|
|
|
2010-02-23 08:33:12 -05:00
|
|
|
.places-section {
|
|
|
|
spacing-columns: 4px;
|
2010-03-28 06:51:45 -04:00
|
|
|
spacing-rows: 8px;
|
2010-02-23 08:33:12 -05:00
|
|
|
}
|
|
|
|
|
2010-02-23 08:25:09 -05:00
|
|
|
.places-item-box {
|
2009-11-10 14:31:59 -05:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-23 08:25:09 -05:00
|
|
|
.places-item {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.places-actions {
|
|
|
|
spacing: 2px;
|
|
|
|
}
|
|
|
|
|
2009-11-10 14:31:59 -05:00
|
|
|
#placesDevices {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
2010-02-23 08:36:47 -05:00
|
|
|
/* Recent items */
|
|
|
|
|
|
|
|
.recent-docs-item-box {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.recent-docs-item {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
2009-09-10 01:38:13 -04:00
|
|
|
/* LookingGlass */
|
|
|
|
|
|
|
|
#LookingGlassDialog
|
|
|
|
{
|
|
|
|
background-color: rgba(0,0,0,0.85);
|
|
|
|
spacing: 4px;
|
|
|
|
padding: 4px;
|
|
|
|
border: 1px solid rgba(0,0,172,0.85);
|
|
|
|
border-radius: 4px;
|
|
|
|
|
|
|
|
color: #88ff66;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog > #Toolbar
|
|
|
|
{
|
|
|
|
border: 1px solid grey;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2009-10-27 13:27:00 -04:00
|
|
|
#LookingGlassDialog .labels {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .notebook-tab {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog .notebook-tab:selected {
|
|
|
|
border: 1px solid #88ff66;
|
|
|
|
padding: 1px;
|
|
|
|
}
|
|
|
|
|
2009-09-10 01:38:13 -04:00
|
|
|
#LookingGlassDialog StLabel
|
|
|
|
{
|
|
|
|
color: #88ff66;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog StEntry
|
|
|
|
{
|
|
|
|
color: #88ff66;
|
|
|
|
}
|
|
|
|
|
|
|
|
#LookingGlassDialog StBoxLayout#EvalBox
|
|
|
|
{
|
|
|
|
padding: 4px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
2009-09-30 10:02:08 -04:00
|
|
|
|
2009-10-28 18:05:34 -04: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;
|
|
|
|
}
|
|
|
|
|
|
|
|
.lg-extension-actions {
|
|
|
|
spacing: 6px;
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
/* Calendar popup */
|
|
|
|
|
|
|
|
#calendarPopup {
|
|
|
|
border-radius: 5px;
|
|
|
|
background: rgba(0,0,0,0.9);
|
|
|
|
border: 1px solid rgba(128,128,128,0.45);
|
|
|
|
color: white;
|
2009-10-01 15:18:20 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
#calendarPopup .calendar {
|
2009-09-30 10:02:08 -04:00
|
|
|
padding: 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar {
|
|
|
|
spacing-rows: 5px;
|
|
|
|
spacing-columns: 3px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-change-month {
|
|
|
|
padding: 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-change-month:hover {
|
|
|
|
background: #314a6c;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-change-month:active {
|
|
|
|
background: #213050;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-day {
|
|
|
|
padding: 1px 2px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-today {
|
|
|
|
font-weight: bold;
|
|
|
|
background: #ffffff;
|
|
|
|
color: black;
|
|
|
|
border-radius: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.calendar-other-month-day {
|
|
|
|
color: #cccccc;
|
|
|
|
}
|
2009-09-29 12:19:16 -04:00
|
|
|
|
2010-01-13 15:05:20 -05:00
|
|
|
/* Message Tray */
|
|
|
|
#message-tray {
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: rgba(0,0,0,0.01);
|
|
|
|
background-gradient-end: rgba(0,0,0,0.95);
|
|
|
|
height: 28px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#notification {
|
2010-02-12 16:10:24 -05:00
|
|
|
font-size: 16px;
|
2010-03-15 13:55:08 -04:00
|
|
|
border-radius: 5px 5px 0px 0px;
|
|
|
|
/* FIXME: currently StWidget can only draw non-uniform corners
|
|
|
|
* if the background is a gradient. So, we draw a gradient
|
|
|
|
* from black to black...
|
|
|
|
*/
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: rgba(0,0,0,0.9);
|
|
|
|
background-gradient-end: rgba(0,0,0,0.9);
|
2010-01-13 15:05:20 -05:00
|
|
|
color: white;
|
2010-02-01 12:10:38 -05:00
|
|
|
padding: 2px 10px 10px 10px;
|
|
|
|
spacing-rows: 5px;
|
|
|
|
spacing-columns: 10px;
|
2010-02-12 16:10:24 -05:00
|
|
|
max-width: 40em;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
2010-02-25 14:42:18 -05:00
|
|
|
#summary-notification-bin #notification {
|
|
|
|
/* message-tray.height + notification.padding-bottom */
|
|
|
|
padding-bottom: 38px;
|
|
|
|
}
|
|
|
|
|
2010-02-01 15:41:22 -05:00
|
|
|
#notification-actions {
|
|
|
|
spacing: 5px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button {
|
|
|
|
border: 2px rgba(0,0,0,0.0);
|
|
|
|
border-radius: 5px;
|
|
|
|
padding: 5px;
|
|
|
|
background: #c0c0c0;
|
|
|
|
color: black;
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button:hover {
|
|
|
|
border: 2px solid white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.notification-button:active {
|
|
|
|
border: 2px solid white;
|
|
|
|
background: #808080;
|
|
|
|
}
|
|
|
|
|
2010-02-25 14:42:18 -05:00
|
|
|
/* The spacing and padding on the summary is tricky; we want to keep
|
|
|
|
* the icons from touching each other or the edges of the screen, but
|
|
|
|
* we also want them to be "Fitts"-y with respect to the edges, so the
|
|
|
|
* summary area's bottom and right padding must actually be part of
|
|
|
|
* the icons. However, we can't put *all* of the padding into the
|
|
|
|
* icons, because then the summary would be 0x0 when there were no
|
|
|
|
* icons in it, and so you wouldn't be able to hover over it to
|
|
|
|
* activate it.
|
|
|
|
*
|
|
|
|
* The padding-right on the non-rightmost icons is noticeable and
|
|
|
|
* slightly annoying. If StBoxLayout implemented the ":last-child"
|
|
|
|
* pseudo-class we could fix that...
|
|
|
|
*/
|
2010-01-13 15:05:20 -05:00
|
|
|
#summary-mode {
|
2010-02-25 14:42:18 -05:00
|
|
|
spacing: 6px;
|
|
|
|
padding: 2px 0px 0px 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.summary-icon {
|
|
|
|
padding: 0px 4px 2px 0px;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
2009-09-29 12:19:16 -04:00
|
|
|
/* App Switcher */
|
2010-03-26 12:47:12 -04:00
|
|
|
#altTabPopup {
|
|
|
|
padding: 8px;
|
|
|
|
spacing: 16px;
|
|
|
|
}
|
|
|
|
|
2009-10-02 11:02:46 -04:00
|
|
|
.switcher-list {
|
2009-09-29 12:19:16 -04:00
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
|
|
border-radius: 8px;
|
2009-10-02 11:02:46 -04:00
|
|
|
padding: 18px;
|
2009-10-09 09:43:31 -04:00
|
|
|
|
|
|
|
font: 12px sans-serif;
|
|
|
|
color: white;
|
2009-10-02 11:02:46 -04:00
|
|
|
}
|
|
|
|
|
2010-03-26 12:47:12 -04:00
|
|
|
.switcher-list-item-container {
|
|
|
|
spacing: 8px;
|
|
|
|
}
|
|
|
|
|
2010-03-17 13:31:03 -04: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);
|
|
|
|
border-radius: 8px;
|
|
|
|
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);
|
|
|
|
border-radius: 8px;
|
|
|
|
width: 60px;
|
|
|
|
}
|
|
|
|
|
2009-10-02 11:02:46 -04:00
|
|
|
.switcher-list .item-box {
|
|
|
|
padding: 8px;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2009-10-09 09:43:31 -04:00
|
|
|
.switcher-list .thumbnail-box {
|
|
|
|
padding: 2px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2009-12-18 18:50:40 -05:00
|
|
|
.switcher-list .thumbnail {
|
|
|
|
width: 256px;
|
|
|
|
}
|
|
|
|
|
2009-10-09 09:43:31 -04:00
|
|
|
.switcher-list .outlined-item-box {
|
|
|
|
padding: 6px;
|
|
|
|
border: 2px solid rgba(85,85,85,1.0);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
2009-10-02 11:02:46 -04:00
|
|
|
.switcher-list .selected-item-box {
|
2009-09-29 12:19:16 -04:00
|
|
|
padding: 8px;
|
2009-10-02 11:02:46 -04:00
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(255,255,255,0.33);
|
2009-09-29 12:19:16 -04:00
|
|
|
}
|
2009-10-15 18:34:23 -04:00
|
|
|
|
|
|
|
.switcher-list .separator {
|
|
|
|
width: 1px;
|
|
|
|
background: rgba(255,255,255,0.33);
|
2009-10-22 13:33:09 -04:00
|
|
|
}
|
2009-11-10 12:13:58 -05:00
|
|
|
|
2010-01-13 21:48:12 -05:00
|
|
|
.ripple-box {
|
|
|
|
width: 52px;
|
|
|
|
height: 52px;
|
|
|
|
background-image: url("corner-ripple.png");
|
|
|
|
}
|
2010-02-12 17:52:15 -05:00
|
|
|
|
|
|
|
/* Workspace Switcher */
|
|
|
|
.workspace-switcher-container {
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
|
|
border-radius: 8px;
|
|
|
|
padding: 12px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspace-switcher {
|
|
|
|
background: transparent;
|
|
|
|
border: 0px;
|
|
|
|
border-radius: 0px;
|
|
|
|
padding: 4px;
|
2010-03-14 06:09:30 -04:00
|
|
|
spacing: 4.5px;
|
2010-02-12 17:52:15 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.ws-switcher-active-left {
|
|
|
|
height: 98px;
|
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
|
|
|
background-image: url("ws-switch-arrow-left.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ws-switcher-active-right {
|
|
|
|
height: 98px;
|
|
|
|
border: 0px;
|
|
|
|
background: rgba(255,255,255,0.5);
|
|
|
|
background-image: url("ws-switch-arrow-right.svg");
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.ws-switcher-box {
|
|
|
|
height: 96px;
|
|
|
|
border: 2px solid rgba(85,85,85,0.5);
|
|
|
|
background: transparent;
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
2010-02-26 11:32:38 -05:00
|
|
|
|
|
|
|
/* Run Dialog */
|
|
|
|
.run-dialog-label {
|
|
|
|
font: 12px sans-serif;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.run-dialog-error-icon {
|
|
|
|
background-image: url("dialog-error.svg");
|
|
|
|
width: 36px;
|
|
|
|
height: 36px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.run-dialog-error-label {
|
|
|
|
font: 16px sans-serif;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.run-dialog-entry {
|
|
|
|
font: 14px sans-serif;
|
|
|
|
font-weight: bold;
|
|
|
|
width: 320px;
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
|
|
|
.run-dialog {
|
|
|
|
padding: 8px;
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
|
|
|
border-radius: 4px;
|
|
|
|
background: rgba(0,0,0,0.8);
|
|
|
|
}
|
2010-02-26 15:13:11 -05:00
|
|
|
|
|
|
|
.lightbox {
|
|
|
|
background-color: rgba(0, 0, 0, 0.27);
|
|
|
|
}
|