minor fixes
[redakcja.git] / apps / wiki / static--wiki--editor--node_modules--grunt-contrib-less--node_modules--less--test / css / comments.css
1 /******************\
2 *                  *
3 *  Comment Header  *
4 *                  *
5 \******************/
6 /*
7
8     Comment
9
10 */
11 /*
12  * Comment Test
13  *
14  * - cloudhead (http://cloudhead.net)
15  *
16  */
17 /* Colors
18  * ------
19  *   #EDF8FC (background blue)
20  *   #166C89 (darkest blue)
21  *
22  * Text:
23  *   #333 (standard text) // A comment within a comment!
24  *   #1F9EC9 (standard link)
25  *
26  */
27 /* @group Variables
28 ------------------- */
29 #comments,
30 .comments {
31   /**/
32   color: red;
33   /* A C-style comment */
34   /* A C-style comment */
35   background-color: orange;
36   font-size: 12px;
37   /* lost comment */
38   content: "content";
39   border: 1px solid black;
40   padding: 0;
41   margin: 2em;
42 }
43 /* commented out
44   #more-comments {
45     color: grey;
46   }
47 */
48 .selector,
49 .lots,
50 .comments {
51   color: #808080, /* blue */ #ffa500;
52   -webkit-border-radius: 2px /* webkit only */;
53   -moz-border-radius: 8px /* moz only with operation */;
54 }
55 .test {
56   color: 1px;
57 }
58 #last {
59   color: #0000ff;
60 }
61 /*  */
62 /* { */
63 /*  */
64 /*  */
65 /*  */
66 #div {
67   color: #A33;
68 }
69 /* } */