25 lines
578 B
CSS
25 lines
578 B
CSS
@import('tabbed-container.css');
|
|
|
|
body.profile {
|
|
font-style: Pixio;
|
|
}
|
|
|
|
body.profile .page-container {
|
|
margin-left: auto; margin-right: auto;
|
|
max-width: 800px;
|
|
background: var(--primary-container-background);
|
|
border: var(--primary-container-border);
|
|
padding: 2px;
|
|
}
|
|
|
|
body.profile .page-container .header-table td.tag .userlink {
|
|
image-rendering: crisp-edges;
|
|
image-rendering: -moz-crisp-edges;
|
|
image-rendering: -webkit-optimize-contrast;
|
|
image-rendering: pixelated;
|
|
font-size: 24px;
|
|
}
|
|
|
|
body.profile .page-container .header-table td.tag .userlink img {
|
|
height: 32px;
|
|
} |