fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
23bd7b85cc4180ef614265861a35dfa31937cd0b
[redakcja.git]
/
1
.ext1 .ext2,
2
.all .ext2 {
3
background: black;
4
}
5
@media tv {
6
.ext1 .ext3,
7
.tv-lowres .ext3,
8
.all .ext3 {
9
color: white;
10
}
11
.tv-lowres {
12
background: blue;
13
}
14
}
15
@media tv and hires {
16
.ext1 .ext4,
17
.tv-hires .ext4,
18
.all .ext4 {
19
color: green;
20
}
21
.tv-hires {
22
background: red;
23
}
24
}