2012-03-16 21:14:14 +00:00
|
|
|
@import "reset-to-defaults.css";
|
|
|
|
|
|
|
|
.button {
|
|
|
|
background-image: url("green-20x20.png");
|
|
|
|
background-repeat: no-repeat;
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
.button#ref {
|
|
|
|
background-image: none;
|
2012-11-13 20:41:08 +00:00
|
|
|
background-color: lime;
|
2012-03-16 21:14:14 +00:00
|
|
|
}
|
|
|
|
|
|
|
|
GtkWindow#ref {
|
|
|
|
background-color: red;
|
|
|
|
}
|
|
|
|
|
|
|
|
#a {
|
|
|
|
background-position: 50% 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#b {
|
|
|
|
background-position: 0% 50%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#c {
|
|
|
|
background-position: 0% 100%;
|
|
|
|
}
|
|
|
|
|
|
|
|
#d {
|
|
|
|
background-position: bottom right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#e {
|
|
|
|
background-position: right top;
|
|
|
|
}
|
|
|
|
|
|
|
|
#f {
|
|
|
|
background-position: right;
|
|
|
|
}
|
|
|
|
|
|
|
|
#g {
|
|
|
|
background-position: 10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#h {
|
|
|
|
background-position: -10px 10px;
|
|
|
|
}
|
|
|
|
|
|
|
|
#i {
|
|
|
|
background-position: 20px 20px;
|
|
|
|
}
|