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
|
|
|
}
|
|
|
|
|
|
|
|
StButton#up-stepper
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-button-up.png") 5;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StButton#up-stepper:hover,
|
|
|
|
StButton#up-stepper:active
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-button-up-hover.png") 5;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StButton#down-stepper
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-button-down.png") 5;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StButton#down-stepper:hover,
|
|
|
|
StButton#down-stepper:active
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-button-down-hover.png") 5;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StScrollBar StButton#vhandle
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-vhandle.png") 5;
|
2009-09-10 01:38:00 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
StScrollBar StButton#vhandle:hover
|
|
|
|
{
|
2009-09-20 16:50:42 -04:00
|
|
|
border-image: url("scroll-vhandle.png") 5;
|
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;
|
|
|
|
background-gradient-direction: vertical;
|
|
|
|
background-gradient-start: #161616;
|
|
|
|
background-gradient-end: #000000;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelLeft, #panelCenter, #panelRight {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelLeft {
|
|
|
|
padding-right: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#panelRight {
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-button:pressed {
|
|
|
|
background-color: rgba(50,76,111,0.98);
|
|
|
|
border-radius: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#appMenu {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.app-menu-icon {
|
|
|
|
width: 24px;
|
|
|
|
height: 24px;
|
|
|
|
}
|
|
|
|
|
2009-09-30 10:02:08 -04:00
|
|
|
.panel-button {
|
|
|
|
padding: 4px 12px 3px;
|
|
|
|
border-radius: 5px;
|
|
|
|
font: 16px sans-serif;
|
|
|
|
}
|
|
|
|
|
|
|
|
.panel-button:active, .panel-button:checked {
|
|
|
|
background-color: #314a6c;
|
|
|
|
}
|
|
|
|
|
2009-12-25 12:49:23 -05:00
|
|
|
#statusMenu {
|
2009-11-17 17:46:20 -05:00
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
2009-11-11 19:26:52 -05:00
|
|
|
/* Overlay */
|
|
|
|
|
2010-02-08 17:50:50 -05:00
|
|
|
.info-bar {
|
|
|
|
color: #cccccc;
|
|
|
|
font-size: 14px;
|
2010-02-09 01:28:49 -05:00
|
|
|
spacing: 8px;
|
2010-02-08 17:50:50 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
.info-bar-panel {
|
|
|
|
padding: 11px;
|
|
|
|
}
|
|
|
|
|
2010-02-09 01:28:49 -05:00
|
|
|
.info-bar-panel > StBin {
|
|
|
|
border-radius: 3px;
|
|
|
|
border: 1px solid #5c5c5c;
|
|
|
|
background: #1e1e1e;
|
|
|
|
height: 26px;
|
|
|
|
}
|
|
|
|
|
2010-02-08 17:50:50 -05:00
|
|
|
.info-bar-link-button {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
.info-bar-link-button:hover {
|
|
|
|
color: #ffffff;
|
|
|
|
}
|
|
|
|
|
2009-11-11 19:26:52 -05:00
|
|
|
.workspaces {
|
|
|
|
color: white;
|
|
|
|
}
|
|
|
|
|
2010-01-21 21:33:48 -05:00
|
|
|
.workspaces-bar {
|
2010-01-23 05:22:38 -05:00
|
|
|
height: 48px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.workspaces-bar StBoxLayout {
|
|
|
|
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-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-01-23 05:22:38 -05:00
|
|
|
height: 16px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#SwitchScroll StBin{
|
|
|
|
border: 1px solid rgba(128,128,128,0.40);
|
2010-01-23 05:22:38 -05:00
|
|
|
border-radius: 8px;
|
2010-01-21 21:33:48 -05:00
|
|
|
}
|
|
|
|
|
|
|
|
#SwitchScroll StButton#hhandle {
|
|
|
|
border-image: url("switch-scroll-hhandle.svg") 5;
|
|
|
|
}
|
|
|
|
|
2010-01-29 10:39:28 -05:00
|
|
|
#SwitchScroll StButton#hhandle:hover {
|
|
|
|
border-image: url("switch-scroll-hhandle-hover.svg") 5;
|
|
|
|
}
|
|
|
|
|
2010-01-21 21:33:48 -05:00
|
|
|
#SwitchScroll StButton#backward-stepper,
|
|
|
|
#SwitchScroll StButton#forward-stepper
|
|
|
|
{
|
|
|
|
width: 0px;
|
|
|
|
border: 0px;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
background-color: rgba(0,0,0,0.75);
|
|
|
|
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;
|
|
|
|
border-bottom: 1px solid #262626;
|
|
|
|
}
|
|
|
|
|
|
|
|
#searchEntry:active {
|
|
|
|
background-color: #c4c4c4;
|
|
|
|
}
|
|
|
|
|
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
|
|
|
}
|
|
|
|
|
2009-11-06 14:55:03 -05:00
|
|
|
.dash-pane {
|
|
|
|
background-color: rgba(0,0,0,0.95);
|
|
|
|
border: 1px solid #262626;
|
|
|
|
padding: 4px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-pane-close {
|
|
|
|
background-image: url("close.svg");
|
|
|
|
width: 16px;
|
|
|
|
height: 16px;
|
|
|
|
}
|
|
|
|
|
2009-11-29 17:45:30 -05:00
|
|
|
.dash-search-section-header {
|
|
|
|
padding: 6px 0px;
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.dash-search-section-results {
|
|
|
|
color: #ffffff;
|
|
|
|
padding-left: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
.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
|
|
|
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.app-well-app {
|
|
|
|
border: 1px solid #080808;
|
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;
|
|
|
|
background-gradient-start: #3c3c3c;
|
|
|
|
background-gradient-end: #000000;
|
|
|
|
}
|
|
|
|
|
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 */
|
|
|
|
|
2009-11-10 14:31:59 -05:00
|
|
|
.places-actions {
|
|
|
|
spacing: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#placesDevices {
|
|
|
|
padding-top: 4px;
|
|
|
|
}
|
|
|
|
|
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 {
|
|
|
|
border-radius: 5px;
|
|
|
|
background: rgba(0,0,0,0.9);
|
|
|
|
color: white;
|
2010-02-01 12:10:38 -05:00
|
|
|
padding: 2px 10px 10px 10px;
|
|
|
|
spacing-rows: 5px;
|
|
|
|
spacing-columns: 10px;
|
2010-01-13 15:05:20 -05:00
|
|
|
}
|
|
|
|
|
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-01-13 15:05:20 -05:00
|
|
|
#summary-mode {
|
|
|
|
spacing: 10px;
|
|
|
|
padding: 2px 4px;
|
|
|
|
}
|
|
|
|
|
2009-09-29 12:19:16 -04:00
|
|
|
/* App Switcher */
|
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
|
|
|
}
|
|
|
|
|
|
|
|
.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;
|
|
|
|
height: 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");
|
|
|
|
}
|