vrifox/gitea-theme
Archived
1
0
Fork 0
This repository has been archived on 2022-09-28. You can view files and clone it, but cannot push or open issues or pull requests.
gitea-theme/scss/static.scss
2021-04-25 16:35:43 +02:00

40 lines
1.2 KiB
SCSS

/* ------------------------------------------------ */
/* DON'T EDIT THIS FILE; EDIT THE SCSS/SASS INSTEAD */
/* ------------------------------------------------ */
/* ------------------------------------------------ */
/* FOR DEBUGGING REASONS : STATIC */
/* ------------------------------------------------ */
//
// Settings
//
$type: static;
$singleuser: false; // disables functions, that are not necessary if you are the only user (or at least as »frontend«)
$nojavascript: true; // disables or corrects functions, that would not work with disabled javascript (e.g. throught content security policy)
$vrifoxcustomization: false; // my personal customizations
$disablelanguagebutton: true; // if cookies are disabled, the language will have to be chosen on every page again
$nologin: true;
$font-family: 'Lucida Console', monospace;
$border-radius: 5px;
//
//
//
@import 'import/_colors.scss';
@import 'import/syntax.scss';
@import 'import/include.scss';
@import 'import/_main.scss';
@import 'import/_nav.scss';
@import 'import/explore.scss';
@import 'import/repository.scss';
@import 'import/user.scss';
@import 'import/organization.scss';
@import 'import/home.scss';
@import 'import/_footer.scss';