aktuelle.kurse/oldies/m133/4_Modulinhalte_und_Uebungen/10-DB-Verbindung/02 Muster_PDO/media/style.css

21 lines
479 B
CSS
Raw Normal View History

2022-02-24 09:37:43 +01:00
/* Serifenloser Font f<>r ganze Seite */
body { font-family: Verdana, sans-serif; }
/* Schriftgr<67>ssen */
p, td, th, li, h5 { font-size: 10pt; }
h4 { font-size: 11pt; }
h3 { font-size: 12pt; }
h2 { font-size: 14pt; }
h1 { font-size: 16pt; }
/* Tabellen */
table { border-collapse: collapse }
td, th { border: 1px solid #ffffff;
padding: 2px 4px 2px 4px; }
td { background-color: #d0e8ff; }
th { background-color: #b0e0ff; }