Bestehende Codebasis als Ausgangsstand aufgenommen. - .gitignore: Kundendaten (uploads_*), Smarty-Compile-Cache (templates_c), Laufzeit-Temp und Datenbank-Dumps ausgeschlossen; Verzeichnisstruktur ueber .gitkeep erhalten - .gitattributes: Zeilenenden normalisiert (LF im Repo), Binaerformate markiert - db-backup.php: MySQL-Zugangsdaten kommen jetzt wie im Rest der Anwendung aus der externen Konfiguration statt hartkodiert aus der Datei; Passwort wird ueber eine temporaere Optionsdatei statt per Kommandozeile uebergeben, Fehler von mysqldump/gzip werden gemeldet, Aufraeumen aelterer Backups berechnet Jahr und Monat konsistent Co-Authored-By: Claude Opus 5 <noreply@anthropic.com>
42 lines
771 B
CSS
42 lines
771 B
CSS
|
|
#livespell___contextmenu ul {
|
|
text-align:left;
|
|
font-family:"Tahoma MS","Tahoma", Arial, sans-serif;
|
|
color:#333;
|
|
font-size:8px;
|
|
background-color: #eee;
|
|
}
|
|
#livespell___contextmenu a {
|
|
font-family:"Tahoma MS","Tahoma", Arial, sans-serif;
|
|
font-size:11px;
|
|
}
|
|
#livespell___contextmenu ul select {
|
|
background-color: #e8e8e8;
|
|
}
|
|
|
|
|
|
#context__back{
|
|
background-color:#8e8e8e;
|
|
}
|
|
#context__front{
|
|
position:relative;
|
|
background-color:#e8e8e8;
|
|
top :-2px;
|
|
left:-2px;
|
|
}
|
|
#livespell___contextmenu select {
|
|
height:18px;
|
|
}
|
|
|
|
#livespell___contextmenu hr {
|
|
border-bottom: 1px solid #666;
|
|
}
|
|
|
|
#livespell___contextmenu a:hover {
|
|
background-color:#3258f6;
|
|
}
|
|
#livespell___contextmenu select {
|
|
font-family:"Tahoma MS","Tahoma", Arial, sans-serif;
|
|
font-size:11px;
|
|
border:none;
|
|
} |