forked from AuroraMiddleware/gtk
7b6c68adc6
1) Use font-size instead of color This makes it easier to compare reference and test because the values don't change. 2) Actually sort the reference properly This unbreaks the test.
81 lines
830 B
CSS
81 lines
830 B
CSS
:not(*) {
|
|
font-size: 1px;
|
|
}
|
|
|
|
:not(GtkButton) {
|
|
font-size: 2px;
|
|
}
|
|
|
|
:not(:hover) {
|
|
font-size: 3px;
|
|
}
|
|
|
|
:not(.yourmom) {
|
|
font-size: 4px;
|
|
}
|
|
|
|
:not(#yourmom) {
|
|
font-size: 5px;
|
|
}
|
|
|
|
:not( *) {
|
|
font-size: 6px;
|
|
}
|
|
|
|
:not( GtkButton) {
|
|
font-size: 7px;
|
|
}
|
|
|
|
:not( :hover) {
|
|
font-size: 8px;
|
|
}
|
|
|
|
:not( .yourmom) {
|
|
font-size: 9px;
|
|
}
|
|
|
|
:not( #yourmom) {
|
|
font-size: 10px;
|
|
}
|
|
|
|
:not(* ) {
|
|
font-size: 11px;
|
|
}
|
|
|
|
:not(GtkButton ) {
|
|
font-size: 12px;
|
|
}
|
|
|
|
:not(:hover ) {
|
|
font-size: 13px;
|
|
}
|
|
|
|
:not(.yourmom ) {
|
|
font-size: 14px;
|
|
}
|
|
|
|
:not(#yourmom ) {
|
|
font-size: 15px;
|
|
}
|
|
|
|
:not( * ) {
|
|
font-size: 16px;
|
|
}
|
|
|
|
:not( GtkButton ) {
|
|
font-size: 17px;
|
|
}
|
|
|
|
:not( :hover ) {
|
|
font-size: 18px;
|
|
}
|
|
|
|
:not( .yourmom ) {
|
|
font-size: 19px;
|
|
}
|
|
|
|
:not( #yourmom ) {
|
|
font-size: 20px;
|
|
}
|
|
|