Main Page.css: Difference between revisions
No edit summary |
No edit summary |
||
| Line 292: | Line 292: | ||
.crw-site-notice{ | .crw-site-notice{ | ||
margin: 1em auto 1.25em auto; | margin: 1em auto 1.25em auto; | ||
padding: | padding: 14px 16px; | ||
max-width: 1100px; | max-width: 1100px; | ||
border: | background: #fff7e6; | ||
border- | border: 1px solid #f0c36d; | ||
border-left: 6px solid #f0a500; | |||
color: # | border-radius: 0; | ||
color: #5a3b00; | |||
font-weight: 600; | font-weight: 600; | ||
text-align: center; | text-align: center; | ||
box-sizing: border-box; | box-sizing: border-box; | ||
} | |||
.crw-site-notice a{ | |||
color: #004080; | |||
text-decoration: underline; | |||
font-weight: 700; | |||
} | |||
.crw-site-notice a:visited{ | |||
color: #003366; | |||
} | } | ||