User:YvonneDHBW/common.css: Difference between revisions

From semantic-hub.io
Created page with "body { background-color: #f5f7fa; font-family: Arial, sans-serif; } Überschriften: h1, h2, h3 { color: #2c3e50; } Links: a { color: #3498db; } Inhalt breiter machen: .mw-body { max-width: 1200px; margin: auto; } Sidebar ausblenden: #mw-panel { display: none; }"
 
mNo edit summary
 
(6 intermediate revisions by the same user not shown)
Line 1: Line 1:
body {
    background-color: #f5f7fa;
    font-family: Arial, sans-serif;
}


/* Überschriften */
h1, h2, h3 {
    color: #2c3e50;
}


/* Links */
a {
    color: #3498db;
}


/* Inhalt breiter machen */
body { background: #1e293b; }
.mw-body {
    max-width: 1200px;
    margin: auto;
}
 
/* Sidebar ausblenden */
#mw-panel {
    display: none;
}

Latest revision as of 17:03, 12 April 2026

body { background: #1e293b; }