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/Template/about.css

79 lines
1.2 KiB
CSS

body {
padding: 0 10dip;
margin: 0;
}
a, a:visited {
text-decoration: none;
color: #283593;
}
a:hover, a:focus {
text-decoration: underline;
}
#logo {
width: 85dip;
height: 70dip;
position: absolute;
right: 0;
top: 0;
background-image: url(resource:rnqnew48);
background-position: center center;
background-repeat: no-repeat;
}
#name {
color: #AB4145;
font-family: @baseFont;
font-size: 32dip;
margin-left: -2dip;
margin-top: -5dip;
}
#ver {
font-family: @baseFont;
font-weight: 500;
font-size: 16dip;
margin-left: 0;
}
#about, #libs, #credits {
font-size: 11dip;
margin-top: 15dip;
white-space: pre-wrap;
overflow-y: scroll-indicator;
height: *;
line-height: 14dip;
font-family: "Verdana";
font-rendering-mode: snap-pixel;
vertical-scrollbar: "v-scroll-indicator-nomargins";
}
#libs > div {
flow: row(div, div);
}
#libs > div > div:nth-child(2n+1) {
width: 0.67*;
}
#libs > div > div:nth-child(2n+2) {
width: 0.33*;
}
#credits {
font-family: "Tahoma";
}
.buttonPanel {
flow: horizontal;
vertical-align: middle;
padding: 10dip 0;
}
.buttonPanel > button {
width: max-content;
min-width: 70dip !important;
min-height: 23dip !important;
}
.hidden {
display: none;
}