Daniel Larson Wiki:Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
HoodMoney54 (talk | contribs) No edit summary |
HoodMoney54 (talk | contribs) No edit summary |
||
Line 1: | Line 1: | ||
.welcome { | .welcome { | ||
font-size: 200%; | font-size: 200%; | ||
font-family: Georgia, serif; | font-family: Georgia, serif; | ||
font-weight: bold; | font-weight: bold; | ||
text-align: center; | text-align: center; | ||
} | } | ||
.mp-box { | .mp-box { | ||
width: 100%; | width: 100%; | ||
border: 1px solid gray; | border: 1px solid gray; | ||
padding: 0.5em; | padding: 0.5em; | ||
margin-top: 4px; | margin-top: 4px; | ||
} | } | ||
. | .mp-h2 { | ||
border: 1px solid #aaa; /* all border colors overriden on specific elements */ | border: 1px solid #aaa; /* all border colors overriden on specific elements */ | ||
margin: 0.5em 0; | margin: 0.5em 0; | ||
Line 20: | Line 20: | ||
font-weight: bold; | font-weight: bold; | ||
font-family: Georgia, serif; /* inherit; */ | font-family: Georgia, serif; /* inherit; */ | ||
} | |||
.mp-left { | |||
display: inline-block; | |||
width: 50% | |||
} | |||
.mp-right { | |||
display: inline-block; | |||
width: 50% | |||
} | } |
Revision as of 21:52, 9 February 2024
.welcome { font-size: 200%; font-family: Georgia, serif; font-weight: bold; text-align: center; } .mp-box { width: 100%; border: 1px solid gray; padding: 0.5em; margin-top: 4px; } .mp-h2 { border: 1px solid #aaa; /* all border colors overriden on specific elements */ margin: 0.5em 0; padding: 0.2em 0.4em; font-size: 120%; font-weight: bold; font-family: Georgia, serif; /* inherit; */ } .mp-left { display: inline-block; width: 50% } .mp-right { display: inline-block; width: 50% }