source: Dev/trunk/src/client/util/less/test/css/css.css

Last change on this file was 483, checked in by hendrikvanantwerpen, 11 years ago

Added Dojo 1.9.3 release.

File size: 1.2 KB
Line 
1@charset "utf-8";
2div {
3  color: black;
4}
5div {
6  width: 99%;
7}
8* {
9  min-width: 45em;
10}
11h1,
12h2 > a > p,
13h3 {
14  color: none;
15}
16div.class {
17  color: blue;
18}
19div#id {
20  color: green;
21}
22.class#id {
23  color: purple;
24}
25.one.two.three {
26  color: grey;
27}
28@media print {
29  font-size: 3em;
30}
31@media screen {
32  font-size: 10px;
33}
34@font-face {
35  font-family: 'Garamond Pro';
36}
37a:hover,
38a:link {
39  color: #999;
40}
41p,
42p:first-child {
43  text-transform: none;
44}
45q:lang(no) {
46  quotes: none;
47}
48p + h1 {
49  font-size: 2.2em;
50}
51#shorthands {
52  border: 1px solid #000;
53  font: 12px/16px Arial;
54  font: 100%/16px Arial;
55  margin: 1px 0;
56  padding: 0 auto;
57}
58#more-shorthands {
59  margin: 0;
60  padding: 1px 0 2px 0;
61  font: normal small/20px 'Trebuchet MS', Verdana, sans-serif;
62  font: 0/0 a;
63}
64.misc {
65  -moz-border-radius: 2px;
66  display: -moz-inline-stack;
67  width: .1em;
68  background-color: #009998;
69  background: -webkit-gradient(linear, left top, left bottom, from(#ff0000), to(#0000ff));
70  margin: ;
71  filter: alpha(opacity=100);
72}
73.misc .nested-multiple {
74  multiple-semi-colons: yes;
75}
76#important {
77  color: red !important;
78  width: 100%!important;
79  height: 20px ! important;
80}
81@font-face {
82  font-family: font-a;
83}
84@font-face {
85  font-family: font-b;
86}
87.ÊÞå {
88  margin: 0;
89}
Note: See TracBrowser for help on using the repository browser.