In DLRG Manager (Sewobe) erfolgt eine Veränderung der Anzeige
Arne Bonn by arne69
Details
Authorarne69
LicenseNo License
Categorymv.dlrg.net
Created
Updated
Size7.6 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Arne Bonn
@version 20231020.11.39
@namespace userstyles.world/user/arne69
@description In DLRG Manager (Sewobe) erfolgt eine Veränderung der Anzeige
@author arne69
@license No License
==/UserStyle== */
/* ==UserStyle==
@name DLRG Manager Design Anpassung (Sewobe)
@namespace https://mv.dlrg.net
@version 1.0.3
@description Anpassen des Design zur besseren Ansicht bei kleinen Bildschirmen (Manuelle Vorkontierung / Journal / Stapelbuchungen
@author Arne Bonn
==/UserStyle==
Version 1.0.1 Finanzen / Manuelle Vorkontierung
Version 1.0.2 Journal / Stapelbuchungen
Version 1.0.3 Buchhaltung / Stapelbuchungen -/ Dialogbuchung und Finanzen / Kontojournal
Veränderte Bereiche werden mit einem farblichen Strich vor jeder Zelle dargestellt. So kann die Regel besser zugeordnet werden.
*/
@-moz-document url-prefix("https://mv.dlrg.net/") {
/* Allgemeine Desing Änderungen*/
/* Menüzeile: Suche Neu Finanzen Buchhaltung Kommunikation DLRG Funktionen Extras Einstellungen Hilfe */
/* Geht nicht, bei schmaler Seite werden die Menüpunkte untereinander dargestellt. Hiermit würden diese dann Verschwinden: nav { height: 25px; } */
}
@-moz-document url-prefix("https://mv.dlrg.net/") {
/* Finanzen / Banking / Konten Klassen */
/* Manuelle Vorkontierung - Spaltenbreite der Tabellen */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col { border-left:2px solid lightgrey; }
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(1) { width:80px;} /* Datum */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(2) { width:200px;} /* Absender/Empfänger */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(3) { width:40px;} /* Buchungsart */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(4) { width:93px;} /* Betrag */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(5) { width:75px;} /* Unkontiert */
form[name="frmFILTER"] > div > div > div > table.liste > colgroup > col:nth-child(7) { width:40px;} /* Dialoge */
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td {
border-top: 4px solid lightgrey;
padding-left: 2px;
padding-right: 0px;
padding-top: 0px;
padding-bottom: 0px;
height: 20px;
}
/* Manuelle Vorkontierung - Farben der Tabelle dezenter */
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td { color: black}
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td.negativ { background: #ffeeee}
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td.negativ:hover { color: red; }
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td.positiv { background: #eeffee}
form[name="frmFILTER"] > div > div > div > table.liste > tbody > tr > td.positiv:hover { color: red; }
/* Kontojournal - Breite schmäler gestalten */
form[action="kontoauszug.php"] > div > div.liste_filter > div.liste {width: 700px !important; border-left: 2px solid red; }
}
@-moz-document url-prefix("https://mv.dlrg.net/") {
/* Buchhaltung / Journal */
/* Spaltenbreiten der Tabelle */
form[action="journal_liste.php"] > div > div > div > table > tbody:nth-child(odd) > tr:nth-child(1) {border-top: 4px solid red !important}
form[action="journal_liste.php"] > div > div > div > table > tbody:nth-child(even) > tr:nth-child(1) {border-top: 4px solid green !important}
form[action="journal_liste.php"] > div > div > div > table > colgroup > col{border-left: 2px solid lightblue; }
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(1) {width: 0px !important} /* Sortierung */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(2) {width: 90px !important} /* Belegnr. */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(3) {width: 90px !important} /* Belegnr.(extern) */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(4) {width: 0px !important} /* Belegnr.(intern) */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(5) {width: 80px !important} /* Buch.datum */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(6) {width: 80px !important} /* Belegdatum */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(8) {width: 50px !important} /* K.-Stelle */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(9) {width: 0px !important} /* Auswert.k */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(10) {width: 60px !important} /* Sachkonto */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(11) {width: 0px !important} /* Personenkto. */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(12) {width: 70px !important} /* Soll */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(13) {width: 70px !important} /* Haben */
form[action="journal_liste.php"] > div > div > div > table > colgroup > col:nth-child(14) {width: 20px !important} /* Beleg */
}
@-moz-document url-prefix("https://mv.dlrg.net") {
/* Buchhaltung / Stapelbuchungen und / Dialogbuchung */
/* Spaltenbreiten der Tabelle (es gibt zwischen den Formularen Stapelbuchungen und Dialogbuchung keinen Unterschied) */
div[id="journal_liste"] > div > div > table > colgroup > col{border-left: 2px solid lightyellow; }
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(1) {width: 0px !important} /* Sortierung */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(2) {width: 90px !important} /* Belegnr. */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(3) {width: 90px !important} /* Belegnr.(extern) */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(4) {width: 0px !important} /* Belegnr.(intern) */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(5) {width: 80px !important} /* Buch.datum */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(6) {width: 80px !important} /* Belegdatum */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(8) {width: 50px !important} /* K.-Stelle */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(9) {width: 0px !important} /* Auswert.k */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(10) {width: 50px !important} /* Buch.text / Sachkonto */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(11) {width: 50px !important} /* Sachkonto / Personenkto */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(12) {width: 70px !important} /* Soll */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(13) {width: 70px !important} /* Haben */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(14) {width: 0px !important} /* St.schl */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(15) {width: 0px !important} /* St */
div[id="journal_liste"] > div > div > table > colgroup > col:nth-child(16) {width: 20px !important} /* Beleg */
}