File: property-access.css

package info (click to toggle)
node-stylus 0.48.1%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 4,196 kB
  • ctags: 766
  • sloc: makefile: 38
file content (89 lines) | stat: -rw-r--r-- 1,123 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
#logo {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 150px;
  height: 80px;
  margin-left: -75px;
  margin-top: -40px;
  unknown: true;
}
multiple {
  foo: bar baz raz;
  bar: bar baz raz;
}
no-props {
  foo: ;
}
foo {
  border: 1px solid #ff0505;
  border-color: 1px solid #ff0505;
}
#logo {
  z-index: 20;
  position: absolute;
}
#logo2 {
  position: absolute;
  z-index: 1;
}
#foo {
  width: 200px;
  height: 100px;
  min-width: 200px;
  min-height: 100px;
}
body {
  foo: 'bar';
  bar: 'bar';
}
body {
  foo: 'bar';
  bar: 'bar';
}
body {
  foo: 'bar';
  bar: 'bar';
}
body {
  width: 75%;
  height: 75%;
  width: 75%;
  height: 37.5%;
  width: 75%;
  height: 25%;
}
@page {
  color: #f00;
  background: #f00;
}
@font-face {
  width: 66%;
  height: 66%;
}
body {
  width: 75%;
  height: 75%;
}
body {
  width: 75%;
  height: 75%;
}
body {
  padding-left: 10px;
}
@media screen and (orientation: portrait) {
  body {
    padding-left: 20px;
    padding-right: 20px;
  }
}
div {
  padding-left: 10px;
}
@media only screen and (min-width: 960px) {
  div {
    padding-left: 20px;
    padding-right: 20px;
  }
}