/usr/share/launchy/skins/Note/style.qss is in launchy-skins 2.5-3.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 | #launchy {
}
#input {
font: 14px "NoteScrawl";
border-width: 0px;
background-color: rgba(0,244,120,0%);
border-style: solid;
color: rgb(157,12,21);
qproperty-alignment: AlignLeft;
qproperty-geometry: rect(25 130 130 25);
}
#output {
font: 14px "NoteScrawl";
border-width: 0px;
background-color: rgba(0,244,120,0%);
border-style: solid;
color: rgb(157,12,21);
qproperty-alignment: AlignCenter;
qproperty-geometry: rect(25 170 170 20);
}
#outputIcon {
qproperty-geometry: rect(180 65 32 32);
}
#alternatives {
font: 12px Sans, Verdana;
background-color: rgb(255,243,149);
alternate-background-color: rgb(255,245,120);
color: rgb(157,12,21);
border-style: solid;
border-width: 2px;
border-color: rgb(255,243,149);
qproperty-geometry: rect(8 215 256 40);
}
QScrollBar#altScroll:vertical {
image: url(scrollBack.png);
width: 16px;
margin: 16px 0px 16px 0px;
}
QScrollBar#altScroll::handle:vertical {
background: qlineargradient(x1:0, y1:0.5, x2:1, y2:0.5, stop:0 rgb(255,245,120), stop:0.5 white, stop:1 rgb(255,245,120));
}
QScrollBar#altScroll::sub-line:vertical {
width: 16px;
height: 16px;
subcontrol-position: top;
subcontrol-origin: margin;
image: url(scrollUp.png);
}
QScrollBar#altScroll::add-page:vertical {
background: url(scrollBack.png);
}
QScrollBar#altScroll::sub-page:vertical {
background: url(scrollBack.png);
}
QScrollBar#altScroll::add-line:vertical {
width: 16px;
height: 16px;
subcontrol-position: bottom;
subcontrol-origin: margin;
image: url(scrollDown.png);
}
|