80 lines
1.2 KiB
Plaintext
80 lines
1.2 KiB
Plaintext
/**
|
|
* Feuille de style pour l'interface de Skizzle
|
|
*/
|
|
|
|
|
|
/* styles généraux */
|
|
|
|
* {
|
|
FontName: overpass;
|
|
FontSize: 14;
|
|
Color: #141414ff;
|
|
}
|
|
|
|
Window {
|
|
BackgroundColor: #FFFFFFff;
|
|
BorderWidth: 0;
|
|
|
|
ShadowDistance: 3;
|
|
ShadowAlpha: 0;
|
|
}
|
|
|
|
ScrolledWindow {
|
|
BorderWidth: 0;
|
|
ScrollbarWidth: 0;
|
|
}
|
|
|
|
Scrollbar {
|
|
BorderWidth: 0;
|
|
SliderColor: #B4B4B4ff;
|
|
TroughColor: #E6E6E6ff;
|
|
StepperArrowColor: #141414ff;
|
|
StepperBackgroundColor: #B4B4B4ff;
|
|
}
|
|
|
|
Button, ComboBox, Entry {
|
|
Color: #000000ff;
|
|
BackgroundColor: #E6E6E6ff;
|
|
|
|
BorderWidth: 0;
|
|
Spacing: 10;
|
|
}
|
|
|
|
Entry {
|
|
BackgroundColor: #D2D2D2ff;
|
|
}
|
|
|
|
ComboBox {
|
|
ArrowColor: #141414ff;
|
|
HighlightedColor: #B4B4B4ff;
|
|
}
|
|
|
|
ObjectButton {
|
|
BorderColor: #B4B4B4ff;
|
|
BackgroundColor: #D2D2D2ff;
|
|
}
|
|
|
|
ObjectButton:PRELIGHT {
|
|
BackgroundColor: #E6E6E6ff;
|
|
}
|
|
|
|
Button:PRELIGHT, ComboBox:PRELIGHT, ComboBox:ACTIVE {
|
|
Color: #000000ff;
|
|
BackgroundColor: #D2D2D2ff;
|
|
}
|
|
|
|
Button:ACTIVE, Entry:ACTIVE {
|
|
Color: #000000ff;
|
|
BackgroundColor: #B4B4B4ff;
|
|
}
|
|
|
|
Separator {
|
|
Color: #D2D2D2ff;
|
|
}
|
|
|
|
/* barre d'objets */
|
|
|
|
Window#object_toolbar {
|
|
BackgroundColor: #EFEFEFff;
|
|
}
|