Entropia:Sandkasten:GPN16 test:Stylesheet

aus dem Wiki des Entropia e.V., CCC Karlsruhe
 /*
   * GPN16 Stylesheet
   *
   * https://github.com/entropia/gpn16-design/wiki/
   */
@font-face {
  font-family: "LiberationSans-Regular";
  src: url("https://entropia.de/images/4/4a/LiberationSans-Regular.ttf");
}
@font-face {
  font-family: "LiberationSans-Bold";
  src: url("https://entropia.de/images/a/a3/LiberationSans-Bold.ttf");
}
@font-face {
  font-family: "LiberationSans-Italic";
  src: url("https://entropia.de/images/d/d9/LiberationSans-Italic.ttf");
}
@font-face {
  font-family: "LiberationSans-BoldItalic";
  src: url("https://entropia.de/images/a/a0/LiberationSans-BoldItalic.ttf");
}
#bodyContent {
 background-color:#ff0000;
}
#column-content {
   background-image: url('https://entropia.de/images/a/ae/Raster.svg.png');
   background-repeat: repeat;
   color: white;
   border-width: 10px;
   border-style: solid;
   border-color: transparent;
   border-image: url("imgs/border.png") 30 30 30 30 round round;
   padding: 15px;

}