Files
worlio-themes/css/profile.css

29 lines
747 B
CSS
Raw Normal View History

2023-06-28 19:57:00 -05:00
@import url('css/theme.css');
@import url('css/buttons.css');
@import url('css/tabbed-container.css');
2023-06-28 17:24:48 -05:00
body.profile .page-container {
2023-06-28 19:06:19 -05:00
margin-left: auto; margin-right: auto;
max-width: 800px;
2023-06-28 17:24:48 -05:00
background: var(--primary-container-background);
border: var(--primary-container-border);
padding: 2px;
}
2023-06-28 19:50:04 -05:00
body.profile .page-container .header-table,
body.profile .page-container .tabbed-container .tablist,
div.button {
font-style: Pixio;
2023-06-28 19:06:19 -05:00
image-rendering: crisp-edges;
image-rendering: -moz-crisp-edges;
image-rendering: -webkit-optimize-contrast;
image-rendering: pixelated;
2023-06-28 19:50:04 -05:00
}
body.profile .page-container .header-table td.tag .userlink {
2023-06-28 17:24:48 -05:00
font-size: 24px;
}
body.profile .page-container .header-table td.tag .userlink img {
height: 32px;
}