Skip to content

Commit f0ea43c

Browse files
committed
Last changes of the day. Friday 15th.
1 parent 2492ac2 commit f0ea43c

File tree

2 files changed

+22
-21
lines changed

2 files changed

+22
-21
lines changed

demo-1/css/style-short.css

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
background: transparent url(../images/Salle_operation_H_Bugnon-edited.jpg) center center;
77
background-size: 1200px;
88
border: 0px solid #fff;
9-
box-shadow: 0 1px 2px rgba(0,0,0,0.2);
9+
box-shadow: 0 1px 2px rgba(0,0,0,0.1);
1010
}
1111
.pe-thumbs:before {
1212
content: "";
@@ -16,7 +16,7 @@
1616
left: 0px;
1717
width: 100%;
1818
height: 100%;
19-
background: rgba(255,102,0,0.2);
19+
background: rgba(0,102,0,0.1);
2020
}
2121
.pe-thumbs li{
2222
float:left;

demo-1/photos/page-photo-1.1.php

Lines changed: 20 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -14,32 +14,33 @@
1414
<link rel="stylesheet" type="text/css" href="../css/demo.css" />
1515
<link rel="stylesheet" type="text/css" href="../css/style-large.css" />
1616
17-
<!-- Codrops top bar -->
18-
<div class="codrops-top">
19-
<a href="https://www.chuv.ch/ihm/">Go to Institute page</a>
20-
<span class="right">
21-
<a href="https://commons.wikimedia.org/wiki/Category:Institut_universitaire_d%27histoire_de_la_m%C3%A9decine_et_de_la_sant%C3%A9_publique" target="_blank">wikimedia repository</a>
22-
</span>
23-
<div class="clr"></div>
24-
</div><!--/ Codrops top bar -->
17+
<!-- Codrops top bar -->
18+
<div class="codrops-top">
19+
<a href="https://www.chuv.ch/ihm/">Page de l'institut</a>
20+
<span class="right">
21+
<a href="https://commons.wikimedia.org/wiki/Category:Institut_universitaire_d%27histoire_de_la_m%C3%A9decine_et_de_la_sant%C3%A9_publique" target="_blank">Dépôt Wikimedia</a>
22+
</span>
23+
<div class="clr"></div>
24+
</div><!--/ Codrops top bar -->
2525
2626
<CENTER>
2727
<h1 style="color:white;font-size:140%;"><img src="../images/chuv.png" alt="logo CHUV" align="centre"><b>Institut des humanités en médecine</b></h1>
2828
</CENTER>
29+
30+
<style>
31+
p.ex1 {
32+
border: 1px solid black;
33+
padding: 50px;
34+
margin: 50px;
35+
}
36+
37+
</style>
2938
</header>
3039
3140
<!-- body -->
3241
<body>
33-
<CENTRE>
34-
<p>Hola! Test landing page</p>
35-
<p><a href="../../instruments/index-div.html">click here to continue demo</a></p>
36-
</CENTRE>
42+
<br>
43+
<p class="ex1">Hola! Test landing page: <a href="../../instruments/index-div.html"><font size="6" color="white">click here to continue demo</font></a></p>
44+
</br>
3745
</body>
3846
<!-- end main body -->
39-
40-
<footer>
41-
<div class="footer">
42-
<p><img src="../images/chuv.png" alt="logo CHUV" align="centre"><b>Institut des humanités en médecine</b></p>
43-
</div>
44-
</footer>
45-
</html>

0 commit comments

Comments
 (0)