first commit
This commit is contained in:
56
Windows10/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css
Executable file
56
Windows10/cinnamon/third-party-APPLET-stylesheets/configurable-menu.css
Executable file
@@ -0,0 +1,56 @@
|
||||
.menu-main-box {
|
||||
padding-top: 4px;
|
||||
padding-left: 12px;
|
||||
padding-right: 12px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
/*---fixes for stylized & classic layouts---*/
|
||||
|
||||
.menu-main-box-stylized,
|
||||
.menu-main-box-classic {
|
||||
padding-top: 4px;
|
||||
padding-left: 10px;
|
||||
padding-right: 2px;
|
||||
padding-bottom: 0;
|
||||
}
|
||||
|
||||
.menu-categories-box-stylized,
|
||||
.menu-categories-box-classic {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
.menu-search-box-stylized,
|
||||
.menu-search-box-classic {
|
||||
padding-left: 0;
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.menu-top-box-stylized,
|
||||
.menu-top-box-classic {
|
||||
padding-left: 10px;
|
||||
}
|
||||
|
||||
/*---buttons---*/
|
||||
|
||||
.menu-control-button {
|
||||
border-image: url("../buttons/button.svg") 7;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.menu-control-button-selected {
|
||||
border-image: url("../buttons/button-hover.svg") 7;
|
||||
padding: 8px;
|
||||
}
|
||||
|
||||
.menu-control-button:open {
|
||||
border-image: url("../buttons/button-focused.svg") 7;
|
||||
padding: 8px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.menu-control-button-selected:open {
|
||||
border-image: url("../buttons/button-focused.svg") 7;
|
||||
padding: 8px;
|
||||
color: #fff;
|
||||
}
|
||||
269
Windows10/cinnamon/third-party-APPLET-stylesheets/slingshot.css
Executable file
269
Windows10/cinnamon/third-party-APPLET-stylesheets/slingshot.css
Executable file
@@ -0,0 +1,269 @@
|
||||
.slingshot .popup-menu-content {
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.slingshot .separator {
|
||||
background-color: rgba(255, 255, 255, .1);
|
||||
}
|
||||
|
||||
/*--- Entries ---*/
|
||||
|
||||
.slingshot .entry,
|
||||
.slingshot .entry:hover {
|
||||
border-image: url("../misc-assets/entry.svg") 7;
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: transparent;
|
||||
background-gradient-end: transparent;
|
||||
border: 0 transparent;
|
||||
box-shadow: inset 0 0 transparent;
|
||||
border-radius: 0;
|
||||
height: 24px;
|
||||
width: 220px;
|
||||
color: #000;
|
||||
caret-color: #fff;
|
||||
font-size: 9pt;
|
||||
font-weight: normal;
|
||||
caret-size: 1px;
|
||||
selected-color: #fff;
|
||||
selection-background-color: #2975E9;
|
||||
padding: 4px 12px 3px 12px;
|
||||
}
|
||||
|
||||
.slingshot .entry:focus {
|
||||
border-image: url("../misc-assets/entry-focused.svg") 7;
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: transparent;
|
||||
background-gradient-end: transparent;
|
||||
border: 0 transparent;
|
||||
box-shadow: inset 0 0 transparent;
|
||||
border-radius: 0;
|
||||
height: 24px;
|
||||
width: 220px;
|
||||
color: #000;
|
||||
caret-color: #000;
|
||||
font-size: 9pt;
|
||||
font-weight: normal;
|
||||
caret-size: 1px;
|
||||
selected-color: #fff;
|
||||
selection-background-color: #2975E9;
|
||||
padding: 4px 12px 3px 12px;
|
||||
}
|
||||
|
||||
/*--- Buttons ---*/
|
||||
|
||||
.slingshot .button {
|
||||
border-image: url("../buttons/button.svg") 7;
|
||||
background-gradient-direction: none;
|
||||
background-color: transparent;
|
||||
border: 0 transparent;
|
||||
box-shadow: inset 0 0 transparent;
|
||||
border-radius: 0;
|
||||
font-size: 8pt;
|
||||
padding: 6px;
|
||||
padding-top: 7px;
|
||||
}
|
||||
|
||||
.slingshot .button:hover {
|
||||
border-image: url("../buttons/button-hover.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .button:active {
|
||||
border-image: url("../buttons/button-pressed.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .button:checked {
|
||||
border-image: url("../buttons/button-focused.svg") 7;
|
||||
background-color: transparent;
|
||||
box-shadow: inset 0 0 transparent;
|
||||
font-weight: bold;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*--- App Buttons ---*/
|
||||
|
||||
.slingshot .button.app {
|
||||
border-image: none;
|
||||
background-color: #1884da;
|
||||
border: 2px solid transparent;
|
||||
font-size: 9pt;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.slingshot .app:hover {
|
||||
/* border-image: url("../background-assets/hover.svg") 4;*/
|
||||
color: #fff;
|
||||
border-color: white;
|
||||
}
|
||||
|
||||
.slingshot .app:focus {
|
||||
border-image: url("../background-assets/hover.svg") 4;
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-end: transparent;
|
||||
background-gradient-start: transparent;
|
||||
background-color: transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/*--- Sidebar Buttons ---*/
|
||||
|
||||
.slingshot .sidebar {
|
||||
padding-left: 8px;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.slingshot .sidebar .button {
|
||||
border-image: none;
|
||||
padding: 5px;
|
||||
border-radius: 0;
|
||||
border-top: 0;
|
||||
border-right: 0;
|
||||
border-bottom: 0;
|
||||
border-color: transparent;
|
||||
font-size: 9pt;
|
||||
padding-top: 8px;
|
||||
padding-bottom: 8px;
|
||||
}
|
||||
|
||||
.slingshot .sidebar .button:hover {
|
||||
border-image: url("../misc-assets/highlighted-2.svg") 6;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .sidebar .button:active,
|
||||
.slingshot .sidebar .button:hover:active {
|
||||
background-color: transparent;
|
||||
border-color: transparent;
|
||||
box-shadow: inset 0 0 0 transparent;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .sidebar .button:checked,
|
||||
.slingshot .sidebar .button:hover:checked,
|
||||
.slingshot .sidebar .button:active:checked {
|
||||
border-image: url("../misc-assets/highlighted-2.svg") 6;
|
||||
border-color: transparent;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
color: #2975E9;
|
||||
}
|
||||
|
||||
.slingshot .entry,
|
||||
.slingshot .sidebar .button {
|
||||
text-shadow: none;
|
||||
icon-shadow: none;
|
||||
}
|
||||
|
||||
|
||||
/*--- Linked Buttons ---*/
|
||||
|
||||
|
||||
/* Middle button */
|
||||
|
||||
.slingshot .linked .button {
|
||||
border-image: url("../buttons/linked-button-middle.svg") 7;
|
||||
background-gradient-direction: none;
|
||||
background-color: transparent;
|
||||
border: none;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:hover {
|
||||
border-image: url("../buttons/linked-button-middle-hover.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:active {
|
||||
border-image: url("../buttons/linked-button-middle-pressed.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:checked {
|
||||
border-image: url("../buttons/linked-button-middle-checked.svg") 7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Leftmost button */
|
||||
|
||||
.slingshot .linked .button:first-child {
|
||||
border-image: url("../buttons/linked-button-left.svg") 7;
|
||||
background-gradient-direction: none;
|
||||
background-color: transparent;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
padding: 6px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:hover:first-child {
|
||||
border-image: url("../buttons/linked-button-left-hover.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:active:first-child {
|
||||
border-image: url("../buttons/linked-button-left-pressed.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:checked:first-child {
|
||||
border-image: url("../buttons/linked-button-left-checked.svg") 7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Rightmost button */
|
||||
|
||||
.slingshot .linked .button:last-child {
|
||||
border-image: url("../buttons/linked-button-right.svg") 7;
|
||||
background-gradient-direction: none;
|
||||
background-color: transparent;
|
||||
border-right-width: 0;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
padding: 6px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:hover:last-child {
|
||||
border-image: url("../buttons/linked-button-right-hover.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:active:last-child,
|
||||
.slingshot .linked .button:active:hover:last-child {
|
||||
border-image: url("../buttons/linked-button-right-pressed.svg") 7;
|
||||
border-right-width: 0;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:checked:last-child {
|
||||
border-image: url("../buttons/linked-button-right-checked.svg") 7;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
|
||||
/* Linked single button */
|
||||
|
||||
.slingshot .linked .button:only-child {
|
||||
border-image: url("../buttons/button.svg") 7;
|
||||
background-gradient-direction: none;
|
||||
background-color: transparent;
|
||||
border-width: 0;
|
||||
box-shadow: none;
|
||||
border-radius: 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:hover:only-child {
|
||||
border-image: url("../buttons/button-hover.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:active:only-child {
|
||||
border-image: url("../buttons/button-pressed.svg") 7;
|
||||
}
|
||||
|
||||
.slingshot .linked .button:checked:only-child {
|
||||
border-image: url("../buttons/button-pressed.svg") 7;
|
||||
color: #fff;
|
||||
}
|
||||
71
Windows10/cinnamon/third-party-APPLET-stylesheets/stopwatch.css
Executable file
71
Windows10/cinnamon/third-party-APPLET-stylesheets/stopwatch.css
Executable file
@@ -0,0 +1,71 @@
|
||||
.stopwatch-ready,
|
||||
.stopwatch-ready:hover,
|
||||
.stopwatch-running,
|
||||
.stopwatch-running:hover,
|
||||
.stopwatch-paused,
|
||||
.stopwatch-day-exceeded,
|
||||
.stopwatch-running-day-exceeded,
|
||||
.stopwatch-paused-day-exceeded {
|
||||
background-color: transparent;
|
||||
padding: 3px 5px;
|
||||
}
|
||||
|
||||
/*---top panel---*/
|
||||
|
||||
.panel-top .stopwatch-ready:hover {
|
||||
border-image: url("../panel-assets/top-item-hover.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-running {
|
||||
border-image: url("../panel-assets/top-item-active.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-running:hover {
|
||||
border-image: url("../panel-assets/top-item-active-hover.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-paused {
|
||||
border-image: url("../panel-assets/top-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-day-exceeded {
|
||||
border-image: url("../panel-assets/top-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-running-day-exceeded {
|
||||
border-image: url("../panel-assets/top-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-top .stopwatch-paused-day-exceeded {
|
||||
border-image: url("../panel-assets/top-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
/*---bottom panel---*/
|
||||
|
||||
.panel-bottom .stopwatch-ready:hover {
|
||||
border-image: url("../panel-assets/bottom-item-hover.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-running {
|
||||
border-image: url("../panel-assets/bottom-item-active.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-running:hover {
|
||||
border-image: url("../panel-assets/bottom-item-active-hover.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-paused {
|
||||
border-image: url("../panel-assets/bottom-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-day-exceeded {
|
||||
border-image: url("../panel-assets/bottom-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-running-day-exceeded {
|
||||
border-image: url("../panel-assets/bottom-item-attention.svg") 4;
|
||||
}
|
||||
|
||||
.panel-bottom .stopwatch-paused-day-exceeded {
|
||||
border-image: url("../panel-assets/bottom-item-attention.svg") 4;
|
||||
}
|
||||
@@ -0,0 +1,45 @@
|
||||
.systray-collapsible-gradient {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(255,255,255,0);
|
||||
background-gradient-end: rgba(255,255,255,0);
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 1px 1px rgba(170,170,170,0);
|
||||
border-radius: 6px;
|
||||
spacing: 2px;
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.systray-collapsible-gradient .popup-menu-icon {
|
||||
icon-size: 16px;
|
||||
color: #fff;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.systray-collapsible-gradient:focus {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(255,255,255,0);
|
||||
background-gradient-end: rgba(255,255,255,0);
|
||||
background: transparent;
|
||||
box-shadow: inset 0 0 1px 1px rgba(170,170,170,0);
|
||||
padding: 0;
|
||||
}
|
||||
|
||||
.systray-collapsible-gradient:focus .popup-menu-icon {
|
||||
color: #fff;
|
||||
padding: 0;
|
||||
padding-left: 2px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.systray-collapsible-border {
|
||||
border: 1px solid rgba(255,255,255,0.4);
|
||||
border-radius: 6px;
|
||||
spacing: 2px;
|
||||
padding-left: 3px;
|
||||
padding-right: 2px;
|
||||
}
|
||||
|
||||
.systray-collapsible-border:focus {
|
||||
border: 1px solid rgba(255,255,255,0.5);
|
||||
}
|
||||
89
Windows10/cinnamon/third-party-APPLET-stylesheets/weather.css
Executable file
89
Windows10/cinnamon/third-party-APPLET-stylesheets/weather.css
Executable file
@@ -0,0 +1,89 @@
|
||||
.weather-menu .popup-menu-content {
|
||||
padding-top: 6px;
|
||||
padding-left: 20px;
|
||||
padding-right: 20px;
|
||||
}
|
||||
|
||||
.weather-menu .popup-separator-menu-item {
|
||||
}
|
||||
|
||||
.current {
|
||||
padding-top: 0;
|
||||
}
|
||||
|
||||
.forecast {
|
||||
}
|
||||
|
||||
.weather-current-location-link {
|
||||
font-size: 12pt;
|
||||
}
|
||||
|
||||
.weather-current-location-link:selected,
|
||||
.weather-current-location-link:hover {
|
||||
background-gradient-direction: vertical;
|
||||
background-gradient-start: rgba(255, 255, 255, 0.0);
|
||||
background-gradient-end: rgba(255, 255, 255, 0.0);
|
||||
color: #2975E9;
|
||||
}
|
||||
|
||||
.weather-current-summarybox {
|
||||
padding-top: 0;
|
||||
padding-bottom: 10px;
|
||||
}
|
||||
|
||||
.weather-current-summary {
|
||||
font-size: 35px;
|
||||
}
|
||||
|
||||
.weather-current-databox {
|
||||
padding-top: 15px;
|
||||
padding-left: 30px;
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.weather-current-icon {
|
||||
padding: 0 30px;
|
||||
padding-bottom: 15px;
|
||||
}
|
||||
|
||||
.weather-current-iconbox {
|
||||
padding: 1em;
|
||||
}
|
||||
|
||||
.weather-icon {
|
||||
padding-right: 5px;
|
||||
}
|
||||
|
||||
.weather-icon-rtl {
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
.weather-current-databox-captions {
|
||||
padding: 0;
|
||||
padding-right: 5px;
|
||||
spacing: 0;
|
||||
font-size: 9pt;
|
||||
color: #2975E9;
|
||||
text-align: right;
|
||||
}
|
||||
|
||||
.weather-current-astronomy {
|
||||
color: rgba(255, 255, 255, .3);
|
||||
font-size: 9pt;
|
||||
}
|
||||
|
||||
.weather-forecast-icon {
|
||||
padding: 10px 15px 0 30px;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.weather-forecast-databox {
|
||||
padding: 14px 30px 0 0;
|
||||
color: #fff;
|
||||
}
|
||||
|
||||
.weather-forecast-day {
|
||||
font-size: 10pt;
|
||||
font-weight: bold;
|
||||
color: #2975E9;
|
||||
}
|
||||
44
Windows10/cinnamon/third-party-APPLET-stylesheets/xcenter.css
Executable file
44
Windows10/cinnamon/third-party-APPLET-stylesheets/xcenter.css
Executable file
@@ -0,0 +1,44 @@
|
||||
.xCenter-menu .popup-menu-content {
|
||||
padding: 0;
|
||||
max-height: 475px;
|
||||
}
|
||||
|
||||
.xCenter-mainBox {
|
||||
padding: 0;
|
||||
spacing: 0;
|
||||
}
|
||||
|
||||
.xCenter-mainBox .popup-menu-item {
|
||||
padding: .4em 1.5em;
|
||||
}
|
||||
|
||||
.xCenter-mainBox .popup-menu-item:active {
|
||||
border-image: url("../background-assets/hover-2.svg") 7;
|
||||
}
|
||||
|
||||
.xCenter-mainBox StScrollBar {
|
||||
padding: 3px;
|
||||
padding-right: 8px;
|
||||
}
|
||||
|
||||
.xCenter-title {
|
||||
border: 0 solid transparent;
|
||||
border-bottom-width: 4px;
|
||||
font-size: 9pt;
|
||||
font-weight: bold;
|
||||
}
|
||||
|
||||
.xCenter-pane {
|
||||
border-image: url("../misc-assets/separator-vertical.svg") 11;
|
||||
padding: 7px 0;
|
||||
padding-right: 1px;
|
||||
}
|
||||
|
||||
.xCenter-pane:last-child {
|
||||
border-image: none;
|
||||
padding-right: 0;
|
||||
}
|
||||
|
||||
.xCenter-menuItemLabel {
|
||||
max-width: 12em;
|
||||
}
|
||||
Reference in New Issue
Block a user