2023-06-28 21:06:50 -04:00
|
|
|
@import url('theme.css');
|
2023-06-28 21:12:40 -04:00
|
|
|
@import url('fonts.css');
|
2023-06-28 21:06:50 -04:00
|
|
|
@import url('buttons.css');
|
|
|
|
@import url('tabbed-container.css');
|
2023-06-28 20:57:00 -04:00
|
|
|
|
2023-06-28 18:24:48 -04:00
|
|
|
body.profile .page-container {
|
2023-06-28 20:06:19 -04:00
|
|
|
margin-left: auto; margin-right: auto;
|
|
|
|
max-width: 800px;
|
2023-07-11 21:06:34 -04:00
|
|
|
}
|
|
|
|
|
2023-07-11 21:08:53 -04:00
|
|
|
body.profile .page-container .header-container {
|
2023-06-28 18:24:48 -04:00
|
|
|
background: var(--primary-container-background);
|
|
|
|
border: var(--primary-container-border);
|
|
|
|
padding: 2px;
|
2023-07-11 21:06:34 -04:00
|
|
|
width: 100%;
|
2023-06-28 18:24:48 -04:00
|
|
|
}
|
|
|
|
|
2023-06-28 20:50:04 -04:00
|
|
|
body.profile .page-container .header-table,
|
|
|
|
body.profile .page-container .tabbed-container .tablist,
|
|
|
|
div.button {
|
2023-06-28 21:16:01 -04:00
|
|
|
font-family: Pixio;
|
2023-06-28 20:06:19 -04:00
|
|
|
image-rendering: crisp-edges;
|
|
|
|
image-rendering: -moz-crisp-edges;
|
|
|
|
image-rendering: -webkit-optimize-contrast;
|
|
|
|
image-rendering: pixelated;
|
2023-06-28 20:50:04 -04:00
|
|
|
}
|
|
|
|
|
|
|
|
body.profile .page-container .header-table td.tag .userlink {
|
2023-06-28 18:24:48 -04:00
|
|
|
font-size: 24px;
|
|
|
|
}
|
|
|
|
|
|
|
|
body.profile .page-container .header-table td.tag .userlink img {
|
|
|
|
height: 32px;
|
|
|
|
}
|