move to central themes repo
This commit is contained in:
34
core/css/profile.css
Normal file
34
core/css/profile.css
Normal file
@@ -0,0 +1,34 @@
|
||||
@import url('theme.css');
|
||||
@import url('fonts.css');
|
||||
@import url('buttons.css');
|
||||
@import url('tabbed-container.css');
|
||||
|
||||
body.profile .page-container {
|
||||
margin-left: auto; margin-right: auto;
|
||||
max-width: 800px;
|
||||
}
|
||||
|
||||
body.profile .page-container .header-container {
|
||||
background: var(--primary-container-background);
|
||||
border: var(--primary-container-border);
|
||||
padding: 2px;
|
||||
width: 100%;
|
||||
}
|
||||
|
||||
body.profile .page-container .header-table,
|
||||
body.profile .page-container .tabbed-container .tablist,
|
||||
div.button {
|
||||
font-family: Pixio;
|
||||
image-rendering: crisp-edges;
|
||||
image-rendering: -moz-crisp-edges;
|
||||
image-rendering: -webkit-optimize-contrast;
|
||||
image-rendering: pixelated;
|
||||
}
|
||||
|
||||
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