gnome-shell/tests/testcommon/test.css

54 lines
634 B
CSS
Raw Normal View History

@import "../../data/theme/gnome-shell.css";
stage {
font: 16pt serif;
}
.red {
background-color: red;
}
.green {
background-color: green;
}
.blue {
background-color: blue;
}
.bold {
font-weight: bold;
}
.italic {
font-style: italic;
}
.big {
font-size: 150%;
}
.monospace {
font-family: monospace;
}
.border-image {
border: 15px;
-st-background-image: url('border-image.png') 16px;
}
StButton {
background: #eeddbb;
border: 1px solid black;
border-radius: 8px;
padding: 5px;
}
StButton:hover {
background: #ffeecc;
}
StButton:active {
background: #ccbb99;
}