2016-04-19 23:18:08 +00:00
|
|
|
/**
|
|
|
|
* Feuille de style pour l'interface de Skizzle
|
|
|
|
*/
|
|
|
|
|
|
|
|
* {
|
|
|
|
FontName: overpass;
|
|
|
|
FontSize: 14;
|
|
|
|
Color: #111111ff;
|
|
|
|
}
|
|
|
|
|
2016-04-19 22:29:13 +00:00
|
|
|
Window {
|
2016-04-19 23:18:08 +00:00
|
|
|
BackgroundColor: #FFFFFFff;
|
2016-04-19 22:29:13 +00:00
|
|
|
BorderWidth: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
ScrolledWindow {
|
|
|
|
BorderWidth: 0;
|
2016-04-19 23:18:08 +00:00
|
|
|
ScrollbarWidth: 0;
|
2016-04-19 22:29:13 +00:00
|
|
|
}
|
|
|
|
|
2016-04-19 23:18:08 +00:00
|
|
|
Scrollbar {
|
2016-04-19 22:29:13 +00:00
|
|
|
BorderWidth: 0;
|
2016-04-19 23:18:08 +00:00
|
|
|
SliderColor: #B4B4B4ff;
|
|
|
|
TroughColor: #E6E6E6ff;
|
|
|
|
StepperArrowColor: #111111ff;
|
|
|
|
StepperBackgroundColor: #B4B4B4ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
Button, RadioButton {
|
|
|
|
Color: #000000ff;
|
2016-04-19 22:29:13 +00:00
|
|
|
BackgroundColor: #E6E6E6ff;
|
2016-04-19 23:18:08 +00:00
|
|
|
|
|
|
|
BorderWidth: 0;
|
|
|
|
Spacing: 10;
|
2016-04-19 22:29:13 +00:00
|
|
|
}
|
|
|
|
|
2016-04-19 23:18:08 +00:00
|
|
|
Button:PRELIGHT, RadioButton:PRELIGHT {
|
2016-04-19 22:29:13 +00:00
|
|
|
Color: #000000ff;
|
|
|
|
BackgroundColor: #D2D2D2ff;
|
|
|
|
}
|
|
|
|
|
2016-04-19 23:18:08 +00:00
|
|
|
Button:ACTIVE, RadioButton:ACTIVE {
|
2016-04-19 22:29:13 +00:00
|
|
|
Color: #000000ff;
|
|
|
|
BackgroundColor: #B4B4B4ff;
|
|
|
|
}
|
|
|
|
|
2016-04-19 23:18:08 +00:00
|
|
|
Separator {
|
|
|
|
Color: #D2D2D2ff;
|
2016-04-19 22:29:13 +00:00
|
|
|
}
|