/* global */ html { font-size: 16px; font-family: Arial, Helvetica, sans-serif; } body { background-color: rgb(185, 185, 185); /*background-color: rgb(252, 211, 218);*/ } p { line-height: 0.8; font-size: 1.5rem; } a { text-decoration: none; color: black; line-height: 0.8; font-size: 1.5rem; border-radius: 5px; } span { color: black; line-height: 0.8; font-size: 1.5rem; } table { width: 100%; } th { border: 1px solid black; border-collapse: collapse; padding-bottom: 5px; padding-top: 5px; background-color: rgb(185, 185, 185); font-size: 1.5rem; } tr.konto_fixKosten { &>td { background-color: white; } } td { border: 1px solid black; border-collapse: collapse; border-radius: 5px; padding-bottom: 5px; padding-top: 5px; background-color: white; font-size: 1.2rem; } /*tr:nth-child(even) { &>td { background-color: lightgrey; } }*/ div.navigation_container { position: absolute; bottom: 0px; left: 20px; width: 100%; } .navigation { float: left; width: 46%; border-radius: 5px; margin-right: 20px; margin-bottom: 50px; text-align: center; padding-bottom: 15px; padding-top: 15px; background-color: white; } #navigationLinksIndex { margin-right: 200px; } div.header{ position: fixed; top: 0; left: 0; width: 97%; height: 60px; background-color: #fff; display: flex; align-items: center; justify-content: space-between; padding: 0 20px; border-bottom: 1px solid #ccc; z-index: 1000; } div.inhalt { margin-top: 60px; height: calc(100vh - 80px); overflow-y: auto; } #umsatz_links { width: 40%; height: 80px; float: left; vertical-align: bottom; margin-left: 20px; } #umsatz_p { margin-top: 15px; } select { width: 258px; height: 80px; font-size: 1.5rem; } input.umsatz_date { width: 250px; height: 80px; font-size: 1.5rem; } input.umsatz_text { width: 500px; height: 80px; font-size: 1.5rem; } input.umsatz_number { width: 500px; height: 80px; font-size: 1.5rem; } button.header { text-align: center; background-color: white; border-style: none; } #navigationLinks { margin-left: 20px; } #navigationRechts { margin-right: 20px; } /****************************************/ /* Index */ /****************************************/ a.navigation_index { border-style: solid; height: 60px; width: 60%; float: left; border-radius: 15px; margin-right: 20px; margin-top: 50px; margin-left: 20%; padding-bottom: 15px; padding-top: 15px; background-color: white; font-size: 2.5rem; display: flex; align-items: center; justify-content: center; } .kontoübersicht { border-style: solid; color: black; float: left; margin-top: 20px; } #infotext { margin: 0; margin-top: 15px; } #container { width: 92%; padding: 10px; padding-left: 50px; } #containerInnenLinks { border-style: none; border-right-style: solid; width: 60%; height: 80px; } #containerInnenRechts { border-style: none; width: 35%; } p.ausgabe { font-size: 3rem; margin: 0; padding: 0; } #überschrift { margin-top: 5px; } #kontostand { margin-top: 25px; margin-right: 5%; text-align: right; } h2.restguthaben { width: 100%; /*margin-left: 50%;*/ border-style: none; display: flex; align-items: center; justify-content: center; } /****************************************/ /* Konto */ /****************************************/ #hiddenFormÄndereUmsatz { display: none; } h2.kontoübersicht { width: 50%; /*margin-left: 50%;*/ border-style: none; display: flex; align-items: center; justify-content: center; } td.td_text { padding-left: 20px; } td.td_zahl_neg { text-align: right; padding-right: 20px; color: red; } td.td_zahl_pos { text-align: right; padding-right: 20px; } td.td_datum { text-align: center; } #th_gebucht, #th_ausgegeben, #th_betrag, #th_konto { width: 15%; } #th_beschreibung { width: 40%; } #datepicker_gebucht { width: 90%; padding-bottom: 15px; vertical-align: middle; } #konto_navigationLinks { margin-left: 20px; } #konto_navigationRechts { margin-right: 20px; } /****************************************/ /* Umsatz_edit */ /****************************************/ button.datum_leeren { height: 80px; font-size: 1.5rem; } /****************************************/ /****************************************/ /****************************************/