Template:Main Page/styles.css: Difference between revisions
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
EkramHossen (talk | contribs) No edit summary Tag: Reverted |
||
Line 153: | Line 153: | ||
margin-bottom: 2em; | margin-bottom: 2em; | ||
} | } | ||
Line 162: | Line 161: | ||
body { | body { | ||
font-family: sans-serif; | font-family: sans-serif; | ||
font-size: | font-size: 13px; | ||
background-color: # | background-color: #fff; | ||
color: #000; | color: #000; | ||
margin: | margin: 40px auto; | ||
max-width: | max-width: 1000px; | ||
line-height: 1.6; | line-height: 1.6; | ||
} | } | ||
. | .box { | ||
background-color: # | background-color: #f1e8fb; /* soft purple */ | ||
border: 1px solid # | border: 1px solid #d1c2eb; | ||
margin: 20px | margin-bottom: 20px; | ||
border-radius: 4px; | border-radius: 4px; | ||
} | } | ||
. | .box-header { | ||
background-color: # | background-color: #d8c7f1; /* darker header */ | ||
padding: 8px 10px; | |||
font-weight: bold; | font-weight: bold; | ||
font-size: 14px; | |||
font-size: | border-bottom: 1px solid #d1c2eb; | ||
border-bottom: 1px solid # | |||
} | } | ||
. | .box-content { | ||
padding: 10px; | padding: 10px; | ||
background-color: #f1e8fb; | |||
} | } | ||
a { | a { | ||
color: # | color: #0645ad; | ||
text-decoration: none; | text-decoration: none; | ||
} | } |