user profile stuff
This commit is contained in:
19
css/profile.css
Normal file
19
css/profile.css
Normal file
@@ -0,0 +1,19 @@
|
||||
body.profile {
|
||||
font-style: Pixio;
|
||||
}
|
||||
|
||||
body > .page-container.thin-page {max-width: 800px;}
|
||||
|
||||
body.profile .page-container {
|
||||
background: var(--primary-container-background);
|
||||
border: var(--primary-container-border);
|
||||
padding: 2px;
|
||||
}
|
||||
|
||||
body.profile .page-container .header-table td.tag .userlink {
|
||||
font-size: 24px;
|
||||
}
|
||||
|
||||
body.profile .page-container .header-table td.tag .userlink img {
|
||||
height: 32px;
|
||||
}
|
||||
Reference in New Issue
Block a user