Merge Chromium + Blink git repositories
[chromium-blink-merge.git] / third_party / WebKit / LayoutTests / inspector / elements / resources / elements-panel-styles.css
blobdcbefadf117173c7af0aa69187a1850f61779bf4
1 body {
2 font-size: 12px;
3 text-indent: 20px !important;
6 body .foo {
7 text-indent: 10px;
10 #container {
11 font-family: serif;
12 font-size: 14px;
13 color: red;
14 padding: 2px !important;
17 #container .foo {
18 font-style: italic !important;
21 .foo {
22 color: black;
23 margin-left: 1px;
24 margin: 10px 0 2px;
25 border-radius: 5px;
26 font-style: normal !important;
27 font-weight: normal !important;
28 font-weight: bold;
29 padding: 4px;
30 padding-right: 1px;
31 text-indent: 0 !important;
34 .foo, .foo::before {
35 content: "[before Foo]";
36 color: blue;
37 display: block !important;
40 .foo::before {
41 color: red;
44 .foo::after {
45 content: "[after Foo]";
46 color: green;
48 .foo::after {
49 font-family: courier;
50 content: "[after Foo 2]";
53 .foo {
54 /* Empty rule that should be reported in the Styles pane */
57 .foo::before {
58 /* Empty rule that should be reported in the Styles pane */
61 html {
62 color: magenta !important;