diff options
author | Thomas Lange <code@nerdmind.de> | 2024-11-21 20:59:05 +0100 |
---|---|---|
committer | Thomas Lange <code@nerdmind.de> | 2024-11-29 15:10:40 +0100 |
commit | ebc5cf9ac20b959c6d4a6a34643eb8657cf9db84 (patch) | |
tree | 6a17f88f2afd17f8afac6a0d744d6369e2a65cdb /theme/admin/rsrc/css/bright.scss | |
parent | 52cb2b8aef3ba86e4abe551a3df9831d347e948e (diff) | |
download | blog-ebc5cf9ac20b959c6d4a6a34643eb8657cf9db84.tar.gz blog-ebc5cf9ac20b959c6d4a6a34643eb8657cf9db84.tar.xz blog-ebc5cf9ac20b959c6d4a6a34643eb8657cf9db84.zip |
Rename "rsrc" directories to "static"
Stop using "rsrc" as name for the directories which contain static files
and rename them to "static". This affects the global static directory
and the subdirectories in the theme directories.
If you've stored your own files in the old global "rsrc" directory, you
must move them to the new "static" directory.
Diffstat (limited to 'theme/admin/rsrc/css/bright.scss')
-rw-r--r-- | theme/admin/rsrc/css/bright.scss | 69 |
1 files changed, 0 insertions, 69 deletions
diff --git a/theme/admin/rsrc/css/bright.scss b/theme/admin/rsrc/css/bright.scss deleted file mode 100644 index 3d65448..0000000 --- a/theme/admin/rsrc/css/bright.scss +++ /dev/null @@ -1,69 +0,0 @@ -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Content background and border color -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$htmlBackground: url("../img/noise-bright.png") #DDD; -$backgroundColor: #FFF; -$backgroundColorEmphasize: #EEE; -$borderColor: #AAA; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Header and navigation -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$headerBarTextColor: #333; -$headerBarBackgroundColor: #5E819F; -$navigationLinkBackgroundColor: #DDD; -$navigationLinkFocusedBackgroundColor: #CCC; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Text colors -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$textColor: #333; -$textColorLight: #444; -$textColorStrong: #000; -$formElementTextColor: #404040; -$codeTextColor: #008B45; -$linkColor: #0060A0; -$linkColorFocused: #CCC; -$warningTextColor: #B03060; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Misc -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$itemLinkHoverBackgroundColor: #DDD; -$paginationActiveBackgroundColor: #CCC; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Forms -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$formBackgroundColorEmphasize: #DDD; -$formButtonBorderColor: #404040; -$formButtonTextColor: #EEE; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Form buttons -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$insertButtonBackgroundColor: #4D8D5D; -$updateButtonBackgroundColor: #6A8AA5; -$deleteButtonBackgroundColor: #C45C66; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Information message box -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$messageListTextColor: #EEE; -$messageListBackgroundColor: #C45C66; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Scrollbars -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -$scrollbarColor: #A1A1A1; -$scrollbarHoverColor: #888888; -$scrollbarBackground: #E1E1E1; - -/*++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++ -# Import stylesheet -++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++*/ -@import "import/styles"; - -#theme-toogle-bright { - display: none; -} |