/usr/share/systemsettings/classic/systemsettings-classic.css is in systemsettings 4:5.5.5-0ubuntu1.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 | #title {
right: 80px;
font-size: x-large;
}
#tagline {
right: 80px;
font-size: x-small;
}
#barCenter {
font-size: x-small;
}
#tableTitle {
font-weight: bold;
padding-bottom: 1ex;
}
.kc_table {
font-size: x-small;
width: 100%;
}
.kc_leftcol {
width: 32px;
vertical-align: center;
}
.kc_middlecol {
}
.kc_rightcol {
font-weight: bold;
}
.kc_use_text {
margin-bottom: 0;
font-size: xx-small;
}
|