Anonymous user
wiki.lolcow.city:Main Page/styles.css: Difference between revisions
Jump to navigation
Jump to search
wiki.lolcow.city:Main Page/styles.css (view source)
Revision as of 17:52, 9 February 2024
, 9 February 2024no edit summary
imported>HoodMoney54 No edit summary |
imported>HoodMoney54 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% | |||
} | } | ||