fnp
/
redakcja.git
/ blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
history
|
raw
|
HEAD
add tags to document and organization
[redakcja.git]
/
apps
/
wiki
/
static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test
/
css
/
extend.css
1
.error,
2
.badError {
3
border: 1px #f00;
4
background: #fdd;
5
}
6
.error.intrusion,
7
.badError.intrusion {
8
font-size: 1.3em;
9
font-weight: bold;
10
}
11
.intrusion .error,
12
.intrusion .badError {
13
display: none;
14
}
15
.badError {
16
border-width: 3px;
17
}
18
.foo .bar,
19
.foo .baz,
20
.ext1 .ext2 .bar,
21
.ext1 .ext2 .baz,
22
.ext3 .bar,
23
.ext3 .baz,
24
.foo .ext3,
25
.ext4 .bar,
26
.ext4 .baz,
27
.foo .ext4 {
28
display: none;
29
}
30
div.ext5,
31
.ext6 > .ext5,
32
div.ext7,
33
.ext6 > .ext7 {
34
width: 100px;
35
}
36
.ext8.ext9,
37
.fuu {
38
result: add-foo;
39
}
40
.ext8 .ext9,
41
.ext8 + .ext9,
42
.ext8 > .ext9,
43
.buu,
44
.zap,
45
.zoo {
46
result: bar-matched;
47
}
48
.ext8.nomatch {
49
result: none;
50
}
51
.ext8 .ext9,
52
.buu {
53
result: match-nested-bar;
54
}
55
.ext8.ext9,
56
.fuu {
57
result: match-nested-foo;
58
}
59
.aa,
60
.cc {
61
color: black;
62
}
63
.aa .dd,
64
.aa .ee {
65
background: red;
66
}
67
.bb,
68
.cc,
69
.ee,
70
.ff {
71
background: red;
72
}
73
.bb .bb,
74
.ff .ff {
75
color: black;
76
}