- Added comprehensive AI Assistant system (aiassist/ directory): * Vector search and embedding capabilities * Typebot proxy integration * Elastic search functionality * Message classification and chat history * MCP proxy for external integrations - Implemented Court Status API (GetCourtStatus.php): * Real-time court document status checking * Integration with external court systems * Comprehensive error handling and logging - Enhanced S3 integration: * Improved file backup system with metadata * Batch processing capabilities * Enhanced error logging and recovery * Copy operations with URL fixing - Added Telegram contact creation API - Improved error logging across all modules - Enhanced callback system for AI responses - Extensive backup file storage with timestamps - Updated documentation and README files - File storage improvements: * Thousands of backup files with proper metadata * Fix operations for broken file references * Project-specific backup and recovery systems * Comprehensive file integrity checking Total: 26,461+ files added/modified including AWS SDK, vendor dependencies, and extensive backup system.
35 lines
1.5 KiB
CSS
35 lines
1.5 KiB
CSS
/*
|
|
|
|
Name: Railscasts
|
|
Author: Ryan Bates (http://railscasts.com)
|
|
|
|
CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
|
|
Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
|
|
|
|
*/
|
|
|
|
.cm-s-railscasts.CodeMirror {background: #2b2b2b; color: #f4f1ed;}
|
|
.cm-s-railscasts div.CodeMirror-selected {background: #272935 !important;}
|
|
.cm-s-railscasts .CodeMirror-gutters {background: #2b2b2b; border-right: 0px;}
|
|
.cm-s-railscasts .CodeMirror-linenumber {color: #5a647e;}
|
|
.cm-s-railscasts .CodeMirror-cursor {border-left: 1px solid #d4cfc9 !important;}
|
|
|
|
.cm-s-railscasts span.cm-comment {color: #bc9458;}
|
|
.cm-s-railscasts span.cm-atom {color: #b6b3eb;}
|
|
.cm-s-railscasts span.cm-number {color: #b6b3eb;}
|
|
|
|
.cm-s-railscasts span.cm-property, .cm-s-railscasts span.cm-attribute {color: #a5c261;}
|
|
.cm-s-railscasts span.cm-keyword {color: #da4939;}
|
|
.cm-s-railscasts span.cm-string {color: #ffc66d;}
|
|
|
|
.cm-s-railscasts span.cm-variable {color: #a5c261;}
|
|
.cm-s-railscasts span.cm-variable-2 {color: #6d9cbe;}
|
|
.cm-s-railscasts span.cm-def {color: #cc7833;}
|
|
.cm-s-railscasts span.cm-error {background: #da4939; color: #d4cfc9;}
|
|
.cm-s-railscasts span.cm-bracket {color: #f4f1ed;}
|
|
.cm-s-railscasts span.cm-tag {color: #da4939;}
|
|
.cm-s-railscasts span.cm-link {color: #b6b3eb;}
|
|
|
|
.cm-s-railscasts .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|
|
.cm-s-railscasts .CodeMirror-activeline-background { background: #303040; }
|