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: 12px 14px;
   padding: 14px 16px;
   max-width: 1100px;
   max-width: 1100px;
   border: 2px solid #004080;
  background: #fff7e6;
   border-radius: 12px;
   border: 1px solid #f0c36d;
   background: rgba(255,255,255,0.92);
   border-left: 6px solid #f0a500;
   color: #202122;
   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;
}
}