You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
RnQ/Distro/Themes/CSS/Main_Old School.css

49 lines
1.0 KiB
CSS

@const newFontName: "Verdana";
@const newFontSize: 8pt;
body {
font-family: @newFontName;
font-size: @newFontSize;
}
#cl option.divisor > caption {
color: #646464;
font-size: 10dip;
}
#cl option.group > caption {
padding: 0dip 4dip 1dip 1dip;
font-size: @newFontSize;
}
#cl option.group > caption .title {
margin-bottom: -3dip;
}
#cl option.group > caption .count {
line-height: @newFontSize;
}
#cl option.divisor option.group {
color: #2C7B77;
}
html:owns-focus body #cl option.divisor option.group:current {
color: #0C5B57 !important;
}
#cl option.divisor option.contact[status=1],
#cl option.divisor option.contact[status=2] {
color: #000;
}
#cl option.contact > caption {
padding: 1dip 2dip;
border-spacing: 1dip;
}
#cl option.divisor > option.contact > caption {
padding-left: 2dip !important;
}
#cl option.contact > caption div.displayed {
margin-left: 2dip;
margin-right: 2dip;
padding-top: 2dip;
}
#cl.groupPadding option.contact > caption {
padding-left: 14dip;
}