css: add "work in progress" banner (#11214)

This commit is contained in:
Frédéric Péters 2016-06-14 14:16:49 +02:00
parent e1cb7c9cae
commit cb6620ffdf
1 changed files with 9 additions and 0 deletions

View File

@ -115,6 +115,15 @@ div#header h1 {
text-shadow: 0 2px 15px black;
}
body[data-environment-label] div#header::before {
content: "";
position: absolute;
left: 0;
background-image: repeating-linear-gradient(-45deg, #333, black 14px, #ffe761 15px, #ffe761 29px, black 30px);
height: 1em;
width: 100%;
}
/* notifications */
ul.messages {