mirror of
https://github.com/NyaaStudios/nyaabooru.git
synced 2025-12-09 21:42:57 +00:00
94 lines
2.3 KiB
CSS
94 lines
2.3 KiB
CSS
@import url('https://early.webawesome.com/webawesome@3.0.0-beta.1/dist/styles/webawesome.css');
|
|
@import url('https://early.webawesome.com/webawesome@3.0.0-beta.1/dist/styles/utilities.css');
|
|
|
|
@import url('https://early.webawesome.com/webawesome@3.0.0-alpha.13/dist/styles/themes/awesome/typography.css');
|
|
@import url('https://early.webawesome.com/webawesome@3.0.0-beta.1/dist/styles/themes/tailspin.css');
|
|
@import url('https://early.webawesome.com/webawesome@3.0.0-beta.1/dist/styles/color/palettes/elegant.css');
|
|
|
|
html,
|
|
body {
|
|
min-height: 100%;
|
|
height: 100%;
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
:root {
|
|
--wa-border-radius-scale: 0.5;
|
|
--wa-border-width-scale: 1;
|
|
--wa-space-scale: 0.75;
|
|
}
|
|
|
|
wa-page {
|
|
--menu-width: 15rem;
|
|
--aside-width: 15rem;
|
|
}
|
|
|
|
wa-page[view='desktop'] {
|
|
[slot*='navigation'] {
|
|
border-inline-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
|
}
|
|
|
|
[slot*='subheader'],
|
|
[slot*='navigation'],
|
|
[slot*='navigation-header'],
|
|
[slot*='navigation-footer']{
|
|
display: none;
|
|
}
|
|
}
|
|
|
|
wa-page[view='mobile'] {
|
|
[slot*='header'] {
|
|
display: none;
|
|
}
|
|
[slot*='subheader'],
|
|
[slot*='navigation-header'] {
|
|
display: flex;
|
|
}
|
|
--menu-width: auto;
|
|
--aside-width: auto;
|
|
}
|
|
|
|
[slot*='navigation'] a {
|
|
text-decoration: none;
|
|
--wa-color-text-link: var(--wa-color-text-normal);
|
|
}
|
|
|
|
[slot*='subheader'] {
|
|
border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
|
a {
|
|
text-decoration: none;
|
|
--wa-color-text-link: var(--wa-color-text-normal);
|
|
}
|
|
}
|
|
|
|
[slot*='navigation-header'] {
|
|
a {
|
|
text-decoration: none;
|
|
--wa-color-text-link: var(--wa-color-text-normal);
|
|
}
|
|
}
|
|
|
|
[slot*='navigation-footer'] {
|
|
border-block-start: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
|
a {
|
|
text-decoration: none;
|
|
--wa-color-text-link: var(--wa-color-text-normal);
|
|
}
|
|
}
|
|
|
|
[slot='header'] {
|
|
--wa-link-decoration-default: none;
|
|
border-block-end: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
|
}
|
|
|
|
[slot='footer'] {
|
|
--wa-link-decoration-default: none;
|
|
border-block-start: var(--wa-border-width-s) var(--wa-border-style) var(--wa-color-surface-border);
|
|
}
|
|
|
|
@source '../../vendor/laravel/framework/src/Illuminate/Pagination/resources/views/*.blade.php';
|
|
@source '../../storage/framework/views/*.php';
|
|
@source '../**/*.blade.php';
|
|
@source '../**/*.js';
|
|
|