Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /*Pluto theme for Be::Shell by Hombremaledicto
- IMPORTANT: You'll need to adjust(in most of the cases) padding & margin values, depending on your screen resolution ;)
- /* Here starts the panels config*/
- #TopPanel {
- border:1px solid rgba(0,0,0,156);
- background-image: url("${base}/noise2.png");
- background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #FFFFFF, stop:1 #8C8C8C);
- }
- #calPanel {
- margin-top:22px;
- background-color:black;
- border-bottom-left-radius:14px;
- border-bottom-right-radius:14px;
- }
- #RibbonPanel {
- background: url("${base}/red ribbon.png") no-repeat;
- margin-left:4px;
- }
- #BottomPanel {
- background-image: url("${base}/noise2.png");
- background-color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #d7d7d7, stop:0.5 #b3b3b3, stop:1 #a1a1a1);
- }
- /*Buttons */
- QAbstractButton { padding: 0 16 0 16; border-radius: 8px; }
- #DesktopGrid { margin:-33 4 4 3; padding:35 0 40 0; width:11px; height:12px; }
- /*Labels */
- #MTR3 { padding: 0 0 -2 6; background: url('${base}/sep.png') no-repeat left; }
- #device { padding: 0 6 -2 0; margin-right:12px; }
- #mpc {
- background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #0d0d0d, stop:1 black);
- margin:5 8 3 0;
- font: 7pt ubuntu;
- border-radius:4px;
- border-bottom:2px solid silver;
- color:silver;
- }
- /* Global Menu: experimental stuff */
- .BE--GMenu QMenuBar { font: 9pt geo ; margin: 1px; padding: 2 12 0 48; }
- .BE--GMenu QMenuBar::item::selected {
- background:black;
- color:#9BC5FF;
- border-top-left-radius:5px;
- border-top-right-radius:6px;
- border:1px solid transparent;
- border-bottom:0px;
- margin:0px;
- }
- QMenuBar::item { margin:2.4px; padding: 0 18 0 18; }
- /* Pager */
- .BE--Pager QToolButton {
- background-color:qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #0d0d0d, stop:1 black);
- color: silver;
- font-size: 7.0pt;
- font: bold;
- border-radius: 3px;
- border: 1px solid #999999;
- margin: 5 8 5 8;
- padding: 2 0 2 0;
- border-bottom:2px solid #f9f9f9;
- }
- .BE--Pager QToolButton:hover, .BE--Pager QToolButton:checked {
- color: #9BC5FF;
- font-size: 7.0pt;
- font: bold;
- border-radius: 3px;
- padding-top: 2px;
- }
- /* The clock and calendar*/
- .BE--Clock { font-family: NeutraText ; font-size: 8.5pt; padding:3 6 0 6; }
- .BE--Clock::hover {
- color: #9BC5FF;
- background-color:black;
- margin-top:1px;
- border-top-left-radius:6px;
- border-top-right-radius:6px;
- }
- #Calendar { background-color:#E1E1E1; color:black; }
- #Calendar * {
- color: black;
- selection-background-color: #9BC5FF;
- selection-color: black;
- }
- #Calendar QToolButton { padding: 10 10 10 10; border-radius: 8px; }
- #Calendar QWidget, #Calendar QWidget:Qlabel { font:cure; background:#E1E1E1; }
- #Calendar QComboBox { margin:4px; padding-right:6px; border:none; }
- #Calendar QComboBox::drop-down { border:none; background:transparent; }
- #Calendar QComboBox::down-arrow, QMenu::right-arrow, QMenu::left-arrow
- {
- position:absolute;
- subcontrol-origin: margin;
- subcontrol-position: top right;
- margin:6 3 6 3;
- width:13px;
- background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #BBBBBB, stop:1 #D1D1D1);
- border:1px solid #AAAAAA;
- }
- #Calendar .KDatePicker { margin:8px; }
- /* Various Applets */
- .BE--SysTray { margin: 1 0 2 0; padding: 0 10 4 0; }
- .BE--Session { margin: 1px; padding:4 14 2 2; width: 16px; height: 16px; }
- .BE--Volume { padding-right: 8px; margin: 0px; }
- .BE--InfoCenter { font: 7pt geo; padding-top:0px; }
- .BE--MediaTray { margin: 0 0 0 0; padding: 0 -10 0 0; }
- .BE--Device { padding-left: -7px;}
- .BE--Battery {
- padding: 3.5px;
- min-width: 30px;
- color: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #333333, stop:1 #000000);
- selection-background-color: qlineargradient(x1:0, y1:0, x2:0.9, y2:1, stop:0 #9BC5FF, stop:1 black);
- }
- /* Runner : work in progress, not fully themed yet */
- /*
- .BE--Run { background-color:#020202; border-radius: 22px; }
- .BE--Run QTreeWidget {
- border: 1px #A5C1E4;
- background-color: #020202;
- color: #404040;
- selection-background-color: #A5C1E4;
- selection-color: white;
- }
- .BE--Run QTreeWidget QScrollBar { width:0px; height:0px; }
- .BE--Run QLineEdit {
- background-color: white;
- border:1px solid black;
- color: black;
- font-size:7pt;
- padding:4px;
- }
- */
- /*Tasks*/
- .BE--Tasks { padding-left:12px; margin-top:1px; color:black; }
- .BE--Tasks QAbstractButton { margin:2px; border-radius:3px; }
- .BE--Task:hover, .BE--Task:pressed, #OneTask:checked, #ManyTasks:checked {
- border-left: 2px solid black;
- border-right: 2px solid black;
- }
- /*The menus */
- QMenu { background:#020202; color: #404040; border: 0px; font-family:cure; }
- QMenu::icon{ padding-left:13px; }
- QMenu::item { border:1.5px solid transparent; padding:3 24 3 32; }
- QMenu::item:selected {
- color:#9BC5FF;
- border-left:2px solid #9BC5FF;
- padding:3 24 3 32;
- }
- QMenu::indicator {
- subcontrol-origin: margin;
- subcontrol-position: top right;
- margin:6px;
- }
- QMenu::indicator:non-exclusive:unchecked {
- background: #404040;
- border-radius:2px;
- margin:7px;
- }
- QMenu::indicator:non-exclusive:checked {
- background: qlineargradient(x1:0, y1:0, x2:0, y2:1, stop:0 #ffffff, stop:0.5 #ffffff, stop:1 #ffffff);
- border:1px double red;
- border-radius:3px;
- }
- QMenu::right-arrow, QMenu::left-arrow {
- margin:6 3 6 3;
- padding-left:-2px;
- height:10px;
- background:transparent;
- border:none;
- background-image:url("${base}/go-next.png")no-repeat;
- }
- QMenu::separator { height:0.7px; border:none; background:transparent; }
- /* Random stuff */
- #calendarscript, #MTR3, #device, .BE--Tasks QAbstractButton { font-family:cure; }
- #device, .BE--Pager { background: url("${base}/sep.png") no-repeat right; }
- #TaskTip, QToolTip, #DesktopGrid QToolTip {
- background:rgba(0,0,0,250);
- color: white;
- font: 8pt ubuntu;
- }
- .BE--Device:menu-indicator, .BE--Session:menu-indicator, #ManyTasks:menu-indicator, .BE--Run QSizeGrip {
- image:none; /*removing the arrow */
- }
- #Spacer1, #Spacer2 { max-width:290px; }
- #nowplaying { padding-right: 16px; }
- #q, #mpcTip
- {
- background: black;
- color: #9BC5FF;
- /* min-width:400px; */
- border-radius:16px;
- }
- #FeedPanel { margin-left:30px; }
- #rss { font: 8pt; }
Advertisement
Add Comment
Please, Sign In to add comment