2016-11-25 00:33:18 -07:00

34 lines
550 B
CSS

/* mystyle3.css used by test158.ex*/
@define-color yellow #ffff00;
@define-color blue #0000ff;
GtkWindow {
background-image:
-gtk-gradient (linear,
left top, right bottom,
from(@yellow), to(@blue));
}
GtkWindow GtkLabel#moo {
font: Comic Sans MS bold 48;
color: yellow;
box-shadow: inset 10px 10px 10px alpha(black,0.5);
text-shadow: 3px 3px blue;
}
GtkWindow GtkLabel#docs {
font-size: 8pt;
margin: 10px;
padding: 10px;
}
GtkButton {
background-image: none;
background-color: #E3E9F0;
transition: 500ms ease-in-out;
}