]> matita.cs.unibo.it Git - helm.git/blob - helm/www/lambdadelta/css/ld_web.css
- update in basic_2
[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.head3sn {
50    margin: 0.5em 0; 
51    text-align: left;
52    font-weight: bold; 
53    font-size: large;
54 }
55
56 div.text {
57    margin: 1em 0; 
58    text-align: left;
59    font-weight: normal; 
60    font-size: medium;
61 }
62
63 span.date {
64    font-weight: bold;
65    font-size: medium;
66 }
67
68 /* tables *******************************************************************/
69
70 table {
71   margin-left: auto;
72   margin-right: auto;
73   width: 100%;
74 }
75
76 td {
77   border-color:#000000;
78   border-width:1px;
79   color:#000000;
80 }
81
82 /* inline decorations *******************************************************/
83
84 img.icon32 {
85    border: 0; 
86    width: 32px; 
87    height: 32px;
88 }
89
90 img.icon37 {
91    border: 0; 
92    width: 37px; 
93    height: 37px;
94 }
95
96 img.rule {
97    border: 0; 
98    height: 4px;
99    width: 100%; 
100 }
101
102 img.w3c {
103    margin: 0 0.5em; 
104    border: 0; 
105    width: 88px; 
106    height: 32px; /* this should be 31px */
107 }
108
109 /* background colors ********************************************************/
110
111 .gray {
112   background-color:#dfdfdf; /* + 7/8 */
113 }
114
115 .wine {
116   background-color:#ffbfdf; /* + 3/4 */
117 }
118
119 .magenta {
120   background-color:#ffccff; /* + 4/5 */
121 }
122
123 .prune {
124   background-color:#e5ccff; /* + 4/5 */
125 }
126
127 .blue {
128   background-color:#ccccff; /* + 4/5 */
129 }
130
131 .sky {
132   background-color:#bfdfff; /* + 3/4 */
133 }
134
135 .cyan {
136   background-color:#bfffff; /* + 3/4 */  
137 }
138
139 .water {
140   background-color:#ccffe5; /* + 4/5 */ 
141 }
142
143 .green {
144   background-color:#bfffbf; /* + 3/4 */
145 }
146
147 .grass {
148   background-color:#dfffbf; /* + 3/4 */
149 }
150
151 .yellow {
152   background-color:#ffffbf; /* + 3/4 */
153 }
154
155 .orange {
156   background-color:#ffdfbf; /* + 3/4 */
157 }
158
159 .red {
160   background-color:#ffbfbf; /* + 3/4 */
161 }