Skip to content

Commit 411ca85

Browse files
committed
change style
1 parent 87e6c6a commit 411ca85

File tree

3 files changed

+51
-13
lines changed

3 files changed

+51
-13
lines changed

css/html.css

+23-11
Original file line numberDiff line numberDiff line change
@@ -18,19 +18,18 @@ a {
1818
a:hover {
1919
border-bottom: 1px solid;
2020
}
21-
21+
2222
h1, h2, h3, h4, h5, h6 {
23-
color: #483738;
23+
/*color: #483738;*/
24+
color: rgb(40,42,48);
2425
}
2526

2627
h1 {
27-
border-bottom: 1px solid #ccc;
28-
margin-right: 100px;
2928
padding-bottom: 0.5em;
3029
text-align: center;
3130
}
3231

33-
h2 {
32+
h2, h3, h4 {
3433
padding: 0.5em 0;
3534
}
3635

@@ -42,14 +41,27 @@ p {
4241
margin-bottom: 1em;
4342
}
4443

44+
p.estimation_intermediaire {
45+
margin-top: 0.5em;
46+
}
47+
48+
span.estimation {
49+
float: right;
50+
font-weight: bold;
51+
}
52+
53+
table td, table th {
54+
padding: 0.3em 0.5em;
55+
}
56+
4557
#content {
46-
background: url('../images/synbioz.png') no-repeat top right;
58+
/*background: url('../images/synbioz.png') no-repeat top right;*/
4759
background-color: white;
48-
border: 0.1em solid #ccc;
60+
/*border-bottom: 0.1em solid #ccc;*/
4961
margin: 1em auto;
5062
padding: 1em 2em;
5163
width: 40em;
52-
border-radius: 1em;
53-
-moz-border-radius: 1em;
54-
-webkit-border-radius: 1em;
55-
}
64+
/*border-radius: 1em;*/
65+
/*-moz-border-radius: 1em;
66+
-webkit-border-radius: 1em;*/
67+
}

css/pdf.css

+28-2
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,18 @@
11
@page {
22
margin: 1cm;
3+
34
@bottom {
45
color: #1d1d20;
56
content: "Synbioz, 5 rue de douai 75009 Paris | page " counter(page) " sur " counter(pages);
67
font-family: "Lucida Grande", "Verdana", "Helvetica", "Nimbus Sans L", sans-serif;
78
font-size: 8pt;
9+
border-top: 0.1em solid #ccc;
10+
}
11+
}
12+
13+
@page:first {
14+
@bottom: {
15+
border-top: none;
816
}
917
}
1018

@@ -26,8 +34,26 @@ table {
2634

2735
table td, table th {
2836
border: 1px solid grey;
37+
padding: 0 10px 0 20px;
2938
}
3039

31-
table td {
32-
padding: 0 10px 0 20px;
40+
div.page-break-before {
41+
page-break-before: always;
3342
}
43+
44+
div.page-break-after {
45+
page-break-after: always;
46+
}
47+
48+
h1.synbioz {
49+
background: url('../images/logo_synbioz.png') no-repeat center center;
50+
height: 24cm;
51+
line-height: 24cm;
52+
border: none;
53+
}
54+
55+
h2.page-title {
56+
height: 24cm;
57+
line-height: 24cm;
58+
text-align: center;
59+
}

images/logo_synbioz.png

49.8 KB
Loading

0 commit comments

Comments
 (0)