2016-04-19 23:18:08 +00:00
|
|
|
/**
|
|
|
|
* Feuille de style pour l'interface de Skizzle
|
|
|
|
*/
|
|
|
|
|
2016-04-27 10:31:16 +00:00
|
|
|
|
|
|
|
/* styles généraux */
|
|
|
|
|
2016-04-19 23:18:08 +00:00
|
|
|
* {
|
|
|
|
FontName: overpass;
|
|
|
|
FontSize: 14;
|
2016-04-20 20:26:46 +00:00
|
|
|
Color: #141414ff;
|
2016-04-19 23:18:08 +00:00
|
|
|
}
|
|
|
|
|
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;
|
2016-04-27 10:31:16 +00:00
|
|
|
|
|
|
|
ShadowDistance: 3;
|
|
|
|
ShadowAlpha: 0;
|
2016-04-19 22:29:13 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
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;
|
2016-04-20 20:26:46 +00:00
|
|
|
StepperArrowColor: #141414ff;
|
2016-04-19 23:18:08 +00:00
|
|
|
StepperBackgroundColor: #B4B4B4ff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 12:48:50 +00:00
|
|
|
Button, ComboBox, Entry {
|
2016-04-19 23:18:08 +00:00
|
|
|
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:35:45 +00:00
|
|
|
Entry {
|
|
|
|
BackgroundColor: #D2D2D2ff;
|
|
|
|
}
|
|
|
|
|
|
|
|
ComboBox {
|
2016-04-20 20:26:46 +00:00
|
|
|
ArrowColor: #141414ff;
|
2016-04-19 23:35:45 +00:00
|
|
|
HighlightedColor: #B4B4B4ff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 12:48:50 +00:00
|
|
|
ObjectButton {
|
|
|
|
BorderColor: #B4B4B4ff;
|
|
|
|
BackgroundColor: #D2D2D2ff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 20:54:28 +00:00
|
|
|
ObjectButton:PRELIGHT {
|
|
|
|
BackgroundColor: #E6E6E6ff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 12:48:50 +00:00
|
|
|
Button:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE {
|
2016-04-19 22:29:13 +00:00
|
|
|
Color: #000000ff;
|
|
|
|
BackgroundColor: #D2D2D2ff;
|
|
|
|
}
|
|
|
|
|
2016-04-20 12:48:50 +00:00
|
|
|
Button:ACTIVE, Entry: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
|
|
|
}
|
2016-04-27 10:31:16 +00:00
|
|
|
|
|
|
|
/* barre d'objets */
|
|
|
|
|
|
|
|
Window#object_toolbar {
|
|
|
|
BackgroundColor: #EFEFEFff;
|
|
|
|
}
|