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/updater.css

57 lines
719 B
CSS

html {
width: 25%;
height: max-content;
overflow: hidden;
}
body {
flow: vertical;
height: max-content;
padding: 0 10dip;
margin: 0;
font-rendering-mode: snap-pixel;
}
a, a:visited {
cursor: pointer;
text-decoration: none;
color: #283593;
}
a:hover, a:focus {
text-decoration: underline;
}
.main {
size: *;
padding: 10dip 0;
}
.buttonPanel {
flow: horizontal;
vertical-align: middle;
padding: 10dip 0;
border-spacing: 10dip;
}
img {
vertical-align: middle;
margin-right: 5dip;
}
#text {
text-align: center;
white-space: pre;
}
#changelog {
margin-top: 10dip;
text-align: center;
white-space: pre-wrap;
}
#changelog.loaded {
text-align: left;
}
#close {
display: block !important;
}