Skip to content

Commit d1a0596

Browse files
committed
merge master
2 parents 906b401 + ad8946d commit d1a0596

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

45 files changed

+5534
-4985
lines changed

CODE/css/Gazette.css

+132-115
Original file line numberDiff line numberDiff line change
@@ -1,163 +1,180 @@
11
/* Gazette display body style */
22
div.banner {
3-
display: inline-block;
4-
float: left;
5-
width: 100%;
6-
background-color: lightgrey;
7-
padding-top: 5px; padding-left: 5px;
3+
display: inline-block;
4+
float: left;
5+
width: 100%;
6+
background-color: lightgrey;
7+
padding-top: 5px;
8+
padding-left: 5px;
89
}
910
div.thepage {
10-
display: inline-block;
11-
width: 100%;
12-
clear: both;
13-
margin-top:10px;
14-
/*margin-bottom: 400px;*/
11+
display: inline-block;
12+
width: 100%;
13+
clear: both;
14+
margin-top: 10px;
15+
/*margin-bottom: 400px;*/
1516
}
1617

1718
/* Gazette articles-page styles */
1819
.gzt-cal {
19-
table-layout: fixed;
20-
width: 100%;
21-
border-width: 0px;
22-
border-collapse: separate;
23-
margin-bottom: 8px;
24-
padding: 2px;
25-
}
26-
.gzt-cal.even { background-color: none }
27-
.gzt-cal.odd { background-color: none }
20+
table-layout: fixed;
21+
width: 100%;
22+
border-width: 0px;
23+
border-collapse: separate;
24+
margin-bottom: 8px;
25+
padding: 2px;
26+
}
27+
.gzt-cal.even {
28+
background-color: none;
29+
}
30+
.gzt-cal.odd {
31+
background-color: none;
32+
}
2833

2934
.gzt-cal th {
30-
border: solid 3px #666666;
31-
height: 18pt;
32-
text-align: center;
33-
font-size: 10pt;
34-
font-weight: bold;
35-
color: grey;
36-
background-color: lightgrey;
35+
border: solid 3px #666666;
36+
height: 18pt;
37+
text-align: center;
38+
font-size: 10pt;
39+
font-weight: bold;
40+
color: grey;
41+
background-color: lightgrey;
3742
}
3843

3944
div.gzt-tip {
40-
position: absolute;
41-
border: 2px solid grey;
42-
background-color: lightgrey;
43-
color: black;
44-
padding: 2px 4px 2px 4px;
45-
text-align: left;
46-
z-index: 1000;
47-
font-size: 7pt;
45+
position: absolute;
46+
border: 2px solid grey;
47+
background-color: lightgrey;
48+
color: black;
49+
padding: 2px 4px 2px 4px;
50+
text-align: left;
51+
z-index: 1000;
52+
font-size: 7pt;
4853
}
4954
.gzt-cal td {
50-
font-size: 8pt;
51-
border: thin solid black;
52-
padding: 0px;
53-
height: 13pt;
54-
text-align: center;
55+
font-size: 8pt;
56+
border: thin solid black;
57+
padding: 0px;
58+
height: 13pt;
59+
text-align: center;
5560
}
5661
.gzt-cal td.gzt-emptytd {
57-
border: none;
58-
color: transparent;
59-
background-color: transparent;
62+
border: none;
63+
color: transparent;
64+
background-color: transparent;
6065
}
6166
.gzt-cal td.gzt-calweekhead {
62-
border: none;
63-
font-size: 11pt; text-align: left;
64-
font-style: italic;
65-
font-weight: bold;
66-
color: #FF6666;
67+
border: none;
68+
font-size: 11pt;
69+
text-align: left;
70+
font-style: italic;
71+
font-weight: bold;
72+
color: #ff6666;
6773
}
6874
th.gzt-calweekvert {
69-
/*float: left;*/
70-
width: 18px;
71-
background-color: transparent;
72-
transform: rotate(270deg) translateX(-65px);
73-
font-size: 14px; font-weight: bolder; font-style: italic;
74-
color: rgb(255, 102, 102);
75-
border: none;
75+
/*float: left;*/
76+
width: 18px;
77+
background-color: transparent;
78+
transform: rotate(270deg) translateX(-65px);
79+
font-size: 14px;
80+
font-weight: bolder;
81+
font-style: italic;
82+
color: rgb(255, 102, 102);
83+
border: none;
7684
}
7785
.gzt-cal th.holidays {
78-
border: solid 3px #FF6666;
86+
border: solid 3px #ff6666;
7987
}
8088
.gzt-cal th.today {
81-
background-color: #FFaaaa;
89+
background-color: #ffaaaa;
8290
}
8391
.gzt-cal td:hover {
84-
color: grey;
85-
cursor: pointer;
92+
color: grey;
93+
cursor: pointer;
8694
}
8795
.gzt-list {
88-
font-size: 8pt;
96+
font-size: 8pt;
8997
}
9098
table.gzt-dump {
91-
width: 100%;
99+
width: 100%;
92100
}
93101
div.gzt-tiptitle {
94-
background-color: white;
95-
padding: 2px;
96-
color: black;
97-
font-weight: bold;
102+
background-color: white;
103+
padding: 2px;
104+
color: black;
105+
font-weight: bold;
98106
}
99107
div.gzt-tiptext {
100108
}
101-
.gzt-tleft { float: left; }
102-
.gzt-tright { float: right; }
109+
.gzt-tleft {
110+
float: left;
111+
}
112+
.gzt-tright {
113+
float: right;
114+
}
103115

104116
span.gzt-pnbar {
105-
cursor: pointer;
117+
cursor: pointer;
106118
}
107119
div.gzt-pndiv {
108-
font-size: small;
109-
font-weight: bold;
110-
margin-bottom:7px;
111-
color: #309060;
120+
font-size: small;
121+
font-weight: bold;
122+
margin-bottom: 7px;
123+
color: #309060;
112124
}
113125

114-
#ovly {
115-
display: none;
116-
position: fixed;
117-
top:0px; left:0px; width:100%; height:100%;
118-
text-align:center; vertical-align:middle;
119-
opacity: 0.4;
120-
background-color:#000000;
121-
z-index: 10000;
126+
#ovly {
127+
display: none;
128+
position: fixed;
129+
top: 0px;
130+
left: 0px;
131+
width: 100%;
132+
height: 100%;
133+
text-align: center;
134+
vertical-align: middle;
135+
opacity: 0.4;
136+
background-color: #000000;
137+
z-index: 10000;
122138
}
123139

124140
.overlay_form {
125-
position: absolute;
126-
border: 3px solid gray;
127-
border-radius: 5px;
128-
padding: 10px;
129-
background: #FFFFEE;
130-
width: 540px;
131-
height: auto;
132-
opacity: 1;
133-
z-index: 10001;
134-
}
135-
.overlay_form label{
136-
display: inline-block;
137-
font-weight: bold;
138-
text-align: right;
139-
width:100px;
140-
vertical-align: top;
141-
}
142-
.overlay_form .small{
143-
color: #666666;
144-
display:block;
145-
font-size: x-small;
146-
font-weight: lighter;
147-
text-align:right;
148-
width:100px;
149-
}
150-
.overlay_form input[type=text], .overlay_form select{
151-
padding:4px 2px;
152-
border:solid 1px #aacfe4;
153-
width:300px;
154-
margin:2px 0 15px 10px;
155-
vertical-align: top;
141+
position: absolute;
142+
border: 3px solid gray;
143+
border-radius: 5px;
144+
padding: 10px;
145+
background: #ffffee;
146+
width: 540px;
147+
height: auto;
148+
opacity: 1;
149+
z-index: 10001;
150+
}
151+
.overlay_form label {
152+
display: inline-block;
153+
font-weight: bold;
154+
text-align: right;
155+
width: 100px;
156+
vertical-align: top;
157+
}
158+
.overlay_form .small {
159+
color: #666666;
160+
display: block;
161+
font-size: x-small;
162+
font-weight: lighter;
163+
text-align: right;
164+
width: 100px;
165+
}
166+
.overlay_form input[type="text"],
167+
.overlay_form select {
168+
padding: 4px 2px;
169+
border: solid 1px #aacfe4;
170+
width: 300px;
171+
margin: 2px 0 15px 10px;
172+
vertical-align: top;
156173
}
157174
.overlay_form p {
158-
background: #EAE4CE;
159-
width: 100%;
160-
height: 20px;
161-
padding: 5px 0 5px 2px;
162-
float: left;
175+
background: #eae4ce;
176+
width: 100%;
177+
height: 20px;
178+
padding: 5px 0 5px 2px;
179+
float: left;
163180
}

CODE/css/MC3.css

+19-14
Original file line numberDiff line numberDiff line change
@@ -1,19 +1,24 @@
1-
.AutoLoc
2-
{
3-
background: #F6CECE;
4-
color: gray;
1+
.AutoLoc {
2+
background: #f6cece;
3+
color: gray;
54
}
65

76
/* imported from mc3.pl */
8-
th { font-size:8pt; border-width:0px; }
9-
td { font-size:8pt; border-width:0px; text-align:center }
7+
th {
8+
font-size: 8pt;
9+
border-width: 0px;
10+
}
11+
td {
12+
font-size: 8pt;
13+
border-width: 0px;
14+
text-align: center;
15+
}
1016
#attente {
11-
display: block;
12-
color: gray;
13-
background: white;
14-
margin: 0.5em;
15-
padding: 0.5em;
16-
font-size: 1.5em;
17-
border: 1px solid gray;
17+
display: block;
18+
color: gray;
19+
background: white;
20+
margin: 0.5em;
21+
padding: 0.5em;
22+
font-size: 1.5em;
23+
border: 1px solid gray;
1824
}
19-

0 commit comments

Comments
 (0)