]> git.donarmstrong.com Git - flightcrew.git/blob - src/FlightCrew/tests/test_data/opf_tests/ReachabilityAnalysis_AllOk/subdir/second.css
Imported Upstream version 0.7.2+dfsg
[flightcrew.git] / src / FlightCrew / tests / test_data / opf_tests / ReachabilityAnalysis_AllOk / subdir / second.css
1 @font-face {
2   font-family: "Fontin";
3   font-weight: normal;
4   font-style: normal;
5   /* The space between the src and the colon is intentional and part of a test! */
6   src : url(../font1.ttf);
7 }
8
9 @font-face {
10   font-family: "Fontin";
11   font-weight: bold;
12   font-style: normal;
13   src: url(../font2.ttf);
14 }
15
16 @font-face {
17   font-family: "Fontin";
18   font-weight: normal;
19   font-style: italic;
20   src: url(../font3.ttf);
21
22
23 body {
24   background-image: url('../background2.gif');  
25   background: #eee;        /* This needs to be ignored, it's not a path. */
26   background-image: none;  /* This as well. */
27   background: black url("../background1.gif") gray 50% repeat fixed;
28 }