]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/css/ld_web.css
named anchors replaced by ids as requested by xhtml
[helm.git] / helm / www / lambdadelta / 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, a:hover, a:active, a:focus {
12    text-decoration: underline;
13    color: rgb(0, 0, 0);
14 }
15
16 a:hover {
17    background: rgb(192, 192, 192);
18 }
19
20 /* blocks *******************************************************************/
21
22 div.spacer {
23    text-align: center;
24    font-weight: normal; 
25    font-size: medium;
26 }
27
28 div.head1 {
29    margin: 0.5em 0; 
30    text-align: center;
31    font-weight: bold; 
32    font-size: xx-large;
33 }
34
35 div.head2sn {
36    margin: 0.5em 0; 
37    text-align: left;
38    font-weight: bold; 
39    font-size: x-large;
40 }
41
42 div.head2dx {
43    margin: 0.5em 0; 
44    text-align: right;
45    font-weight: bold; 
46    font-size: x-large;
47 }
48
49 div.text {
50    margin: 1em 0; 
51    text-align: left;
52    font-weight: normal; 
53    font-size: medium;
54 }
55
56 span.date {
57    font-weight: bold;
58    font-size: medium;
59 }
60
61 /* inline decorations *******************************************************/
62
63 img.icon32 {
64    border: 0; 
65    width: 32px; 
66    height: 32px;
67 }
68
69 img.icon37 {
70    border: 0; 
71    width: 37px; 
72    height: 37px;
73 }
74
75 img.rule {
76    border: 0; 
77    height: 4px;
78    width: 100%; 
79 }
80
81 img.w3c {
82    margin: 0 0.5em; 
83    border: 0; 
84    width: 88px; 
85    height: 32px; /* this should be 31px */
86 }
87
88 /* background colors ********************************************************/
89
90 .gray {
91   background-color:#dfdfdf; /* + 7/8 */
92 }
93
94 .wine {
95   background-color:#ffbfdf; /* + 3/4 */
96 }
97
98 .magenta {
99   background-color:#ffccff; /* + 4/5 */
100 }
101
102 .prune {
103   background-color:#e5ccff; /* + 4/5 */
104 }
105
106 .blue {
107   background-color:#ccccff; /* + 4/5 */
108 }
109
110 .sky {
111   background-color:#bfdfff; /* + 3/4 */
112 }
113
114 .cyan {
115   background-color:#bfffff; /* + 3/4 */  
116 }
117
118 .water {
119   background-color:#ccffe5; /* + 4/5 */ 
120 }
121
122 .green {
123   background-color:#bfffbf; /* + 3/4 */
124 }
125
126 .grass {
127   background-color:#dfffbf; /* + 3/4 */
128 }
129
130 .yellow {
131   background-color:#ffffbf; /* + 3/4 */
132 }
133
134 .orange {
135   background-color:#ffdfbf; /* + 3/4 */
136 }
137
138 .red {
139   background-color:#ffbfbf; /* + 3/4 */
140 }