Template:Main Page/styles.css: Difference between revisions
Appearance
Taurussmith (talk | contribs) Created page with ".mp-box { border:1px solid #a2a9b1; padding:10px; margin-bottom:10px; background:#f8f9fa; } #mp-upper { display:flex; gap:10px; } #mp-left, #mp-right { width:50%; }" |
Taurussmith (talk | contribs) No edit summary |
||
| (3 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
/* Main Page boxes */ | |||
.mp-box { | .mp-box { | ||
border:1px solid #a2a9b1; | border: 1px solid #a2a9b1; | ||
padding:10px; | background: #f8f9fa; | ||
margin-bottom:10px | color: #202122; | ||
padding: 10px; | |||
margin-bottom: 10px; | |||
} | } | ||
/* Main Page headings */ | |||
.mp-h2 { | |||
border-bottom: 1px solid #a2a9b1; | |||
font-size: 120%; | |||
margin-bottom: 6px; | |||
color: #202122; | |||
} | |||
/* Layout columns */ | |||
#mp-upper { | #mp-upper { | ||
display:flex; | display: flex; | ||
gap:10px; | gap: 10px; | ||
} | |||
#mp-left { | |||
width: 50%; | |||
} | |||
#mp-right { | |||
width: 50%; | |||
} | |||
/* Links */ | |||
.mp-box a { | |||
color: #0645ad; | |||
} | } | ||
#mp- | /* Featured picture */ | ||
#mp-tfp { | |||
text-align: center; | |||
} | } | ||
Latest revision as of 00:00, 19 March 2026
/* Main Page boxes */
.mp-box {
border: 1px solid #a2a9b1;
background: #f8f9fa;
color: #202122;
padding: 10px;
margin-bottom: 10px;
}
/* Main Page headings */
.mp-h2 {
border-bottom: 1px solid #a2a9b1;
font-size: 120%;
margin-bottom: 6px;
color: #202122;
}
/* Layout columns */
#mp-upper {
display: flex;
gap: 10px;
}
#mp-left {
width: 50%;
}
#mp-right {
width: 50%;
}
/* Links */
.mp-box a {
color: #0645ad;
}
/* Featured picture */
#mp-tfp {
text-align: center;
}