2023-01-26 18:53:05 +00:00
|
|
|
@import "manual.css";
|
2021-12-24 15:54:33 +00:00
|
|
|
|
|
|
|
@font-face {
|
2023-01-26 18:53:05 +00:00
|
|
|
font-family: DroidSans;
|
|
|
|
src: url(DroidSans.ttf);
|
|
|
|
unicode-range: U+000-5FF, U+1e00-1fff, U+2000-2300;
|
2021-12-24 15:54:33 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 18:53:05 +00:00
|
|
|
h1.mystyle:lang(en) {
|
|
|
|
color: blue; /* TODO: change THIS to yellow for next version! */
|
|
|
|
border: rgb(255, 0, 0);
|
|
|
|
background-color: #FAFAFA;
|
|
|
|
background: url(hello.jpg) !important;
|
2021-12-24 15:54:33 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 18:53:05 +00:00
|
|
|
div > p, p ~ ul, input [type="radio"] {
|
|
|
|
color: green;
|
|
|
|
width: 80%;
|
2021-12-24 15:54:33 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 18:53:05 +00:00
|
|
|
#header:after {
|
|
|
|
color: red;
|
2021-12-24 15:54:33 +00:00
|
|
|
}
|
|
|
|
|
2023-01-26 18:53:05 +00:00
|
|
|
&!
|