]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambda_delta/css/ld_web.css
e553c3a3af9ca5c23b4a64222a3e6f03dc210631
[helm.git] / helm / www / lambda_delta / css / ld_web.css
1 @charset "UTF-8";
2
3 /* general ******************************************************************/
4
5 body {
6    background: rgb(255, 255, 255); 
7    color: rgb(0, 0, 0);
8    margin: 2.5%;
9 }
10
11 a:link, a:visited {
12    text-decoration: underline;
13 }
14
15 a:active, a:hover, a:focus {
16    background: rgb(192, 192, 192);
17 }
18
19 /* blocks *******************************************************************/
20
21 div.spacer {
22    text-align: center;
23 }
24
25 div.head1 {
26    margin: 0.5em 0; 
27    text-align: center;
28    font-weight: bold; 
29    font-size: xx-large;
30 }
31
32 div.head2 {
33    margin: 0.5em 0; 
34    text-align: left;
35    font-weight: bold; 
36    font-size: x-large;
37 }
38
39 div.text {
40    margin: 1em 0; 
41    text-align: left;
42 }
43
44 /* inline decorations *******************************************************/
45
46 img.icon32 {
47    border: 0; 
48    width: 32px; 
49    height: 32px;
50 }
51
52 img.rule {
53    border: 0; 
54    height: 4px;
55    width: 100%; 
56 }
57
58 img.w3c {
59    margin: 0 0.5em; 
60    border: 0; 
61    width: 88px; 
62    height: 32px; /* this should be 31px */
63 }
64
65 /* background colors ********************************************************/
66
67 .grey {
68   background-color:#dfdfdf; /* + 7/8 */
69 }
70
71 .wine {
72   background-color:#ffbfdf; /* + 3/4 */
73 }
74
75 .magenta {
76   background-color:#ffccff; /* + 4/5 */
77 }
78
79 .prune {
80   background-color:#e5ccff; /* + 4/5 */
81 }
82
83 .blue {
84   background-color:#ccccff; /* + 4/5 */
85 }
86
87 .sky {
88   background-color:#bfdfff; /* + 3/4 */
89 }
90
91 .cyan {
92   background-color:#bfffff; /* + 3/4 */  
93 }
94
95 .water {
96   background-color:#ccffe5; /* + 4/5 */ 
97 }
98
99 .green {
100   background-color:#bfffbf; /* + 3/4 */
101 }
102
103 .grass {
104   background-color:#dfffbf; /* + 3/4 */
105 }
106
107 .yellow {
108   background-color:#ffffbf; /* + 3/4 */
109 }
110
111 .orange {
112   background-color:#ffdfbf; /* + 3/4 */
113 }
114
115 .red {
116   background-color:#ffbfbf; /* + 3/4 */
117 }