Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Code Block
languagecss
div#content:before {
    content: "PLACE YOUR SITEWIDE MESSAGE HERE";
    text-transform: none!important;
    color: darkredblack;
    padding: 10px!important;
    position: relative;
    display: block;
    font-size: 1.2em;
    background: lightskyblue;
    width: 100%!importanttext-align: -webkit-center;
    border-radius: 15px;
    margin: 15px 0 15px 0;
    positionborder: 1px relativesolid lightgray;
    display: blocktext-shadow: 1px 1px lightgray;
}