2012-02-06 19:42:04 +00:00
|
|
|
@import "reset-to-defaults.css";
|
2011-11-24 21:00:49 +00:00
|
|
|
|
|
|
|
GtkWindow {
|
|
|
|
background-color: rgb(255,255,255);
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkButton {
|
2012-01-17 16:09:30 +00:00
|
|
|
border-width: 5px;
|
2011-11-24 21:00:49 +00:00
|
|
|
border-style: solid;
|
|
|
|
border-color: rgba(255,0,0,0.5);
|
2012-01-24 16:49:29 +00:00
|
|
|
padding: 10px;
|
2011-11-24 21:00:49 +00:00
|
|
|
background-color: rgb(0,0,255);
|
|
|
|
|
|
|
|
background-image: url("green-20x20.png");
|
2012-02-06 19:42:04 +00:00
|
|
|
background-repeat: no-repeat;
|
2011-11-24 21:00:49 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
#button1 {
|
|
|
|
background-origin: border-box;
|
|
|
|
background-clip: border-box;
|
|
|
|
}
|
|
|
|
#button2 {
|
|
|
|
background-origin: padding-box;
|
|
|
|
background-clip: border-box;
|
|
|
|
}
|
|
|
|
#button3 {
|
|
|
|
background-origin: content-box;
|
|
|
|
background-clip: border-box;
|
|
|
|
}
|
|
|
|
#button4 {
|
|
|
|
background-origin: border-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
#button5 {
|
|
|
|
background-origin: padding-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
#button6 {
|
|
|
|
background-origin: content-box;
|
|
|
|
background-clip: padding-box;
|
|
|
|
}
|
|
|
|
#button7 {
|
|
|
|
background-origin: border-box;
|
|
|
|
background-clip: content-box;
|
|
|
|
}
|
|
|
|
#button8 {
|
|
|
|
background-origin: padding-box;
|
|
|
|
background-clip: content-box;
|
|
|
|
}
|
|
|
|
#button9 {
|
|
|
|
background-origin: content-box;
|
|
|
|
background-clip: content-box;
|
|
|
|
}
|
|
|
|
|
|
|
|
GtkButton#reference {
|
|
|
|
border-width: 0;
|
|
|
|
background-image: url("reference-background-origin.png");
|
|
|
|
}
|