Benutzer:YvonneDHBW/common.css: Difference between revisions
From semantic-hub.io
YvonneDHBW (talk | contribs) mNo edit summary |
YvonneDHBW (talk | contribs) mNo edit summary |
||
| Line 12: | Line 12: | ||
a { | a { | ||
color: #3498db; | color: #3498db; | ||
} | |||
/* Inhalt breiter machen */ | |||
.mw-body { | |||
max-width: 1200px; | |||
margin: auto; | |||
} | |||
/* Sidebar ausblenden */ | |||
#mw-panel { | |||
display: none; | |||
}</syntaxhighlight> | }</syntaxhighlight> | ||
Latest revision as of 16:30, 12 April 2026
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;
}
