div#content:before, div#content:after {
  display                : block;
  font-weight            : bold;
  font-family            : serif;
  color                  : red;
  text-align             : center;
  padding                : 1ex 1em;
  content : "This page contains obsolete, unmaintained, discontinued or simply outdated information. It might be of historical interest, though";
}

html[lang="de"] div#content:before, html[lang="de"] div#content:after {
  content : "Diese Seite enthält veraltete oder nicht mehr gewartete Informationen. Sie ist aber vielleicht von historischem Interesse.";
}
