skizzle/res/gui.theme

100 lines
1.4 KiB
Plaintext
Raw Normal View History

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
}
.timer {
FontName: monoid;
FontSize: 18;
}
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-28 23:16:03 +00:00
TitleBackgroundColor: #00000000;
}
Window.modal {
Gap: 20;
}
Window.modal .title {
FontSize: 24;
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
}
Button.icon {
FontSize: 0;
BackgroundColor: #00000000;
}
2016-04-29 00:45:32 +00:00
Entry, IconRadioButton {
BorderWidth: 0;
2016-04-19 23:35:45 +00:00
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-29 00:45:32 +00:00
IconRadioButton:PRELIGHT {
2016-04-20 20:54:28 +00:00
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;
}
Button.icon:PRELIGHT {
BackgroundColor: #E6E6E6ff;
}
2016-04-20 12:48:50 +00:00
Button:ACTIVE, Entry:ACTIVE {
2016-04-19 22:29:13 +00:00
Color: #000000ff;
BackgroundColor: #B4B4B4ff;
}
Button.icon:ACTIVE {
BackgroundColor: #D2D2D2ff;
}
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;
}