commiting uncommited changes on live site
[weblabels.fsf.org.git] / crm.fsf.org / 20131203 / files / modules / simpletest / files / css_test_files / css_input_without_import.css.unoptimized.css
1
2 /**
3 * @file Basic css that does not use import
4 */
5
6
7 body {
8 margin: 0;
9 padding: 0;
10 background: #edf5fa;
11 font: 76%/170% Verdana, sans-serif;
12 color: #494949;
13 }
14
15 .this .is .a .test {
16 font: 1em/100% Verdana, sans-serif;
17 color: #494949;
18 }
19
20 /**
21 * CSS spec says that all whitespace is valid whitespace, so this selector
22 * should be just as good as the one above.
23 */
24 .this
25 .is
26 .a
27 .test {
28 font: 1em/100% Verdana, sans-serif;
29 color: #494949;
30 }
31
32 some :pseudo .thing {
33 -moz-border-radius: 3px;
34 -webkit-border-radius: 3px;
35 border-radius: 3px;
36 filter: progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10');
37 -ms-filter: "progid:DXImageTransform.Microsoft.Shadow(color=#000000, direction='180', strength='10')";
38 }
39
40 ::-moz-selection {
41 background: #000;
42 color:#fff;
43
44 }
45 ::selection {
46 background: #000;
47 color: #fff;
48 }
49
50 @media print {
51 * {
52 background: #000 !important;
53 color: #fff !important;
54 }
55 @page {
56 margin: 0.5cm;
57 }
58 }
59
60 @media screen and (max-device-width: 480px) {
61 background: #000;
62 color: #fff;
63 }
64
65 textarea, select {
66 font: 1em/160% Verdana, sans-serif;
67 color: #494949;
68 }
69