A
lgorithmique
N
umérique
D
istribuée
Private GIT Repository
projects
/
these_gilles.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
|
inline
| side by side
modif finale lnivs + keywords
[these_gilles.git]
/
PRESENTATION
/
css
/
zulug5.css
diff --git
a/PRESENTATION/css/zulug5.css
b/PRESENTATION/css/zulug5.css
index 5338d400e8a96c5210bb48ffaef31356d63de8da..0e94d42d11a7caab44691e3bd0afd138af0e5595 100644
(file)
--- a/
PRESENTATION/css/zulug5.css
+++ b/
PRESENTATION/css/zulug5.css
@@
-40,6
+40,7
@@
header {
font-size: 50px;
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}
font-size: 50px;
text-shadow: rgba(0, 0, 0, 0.2) 0 2px 5px;
}
+
h1 {
color: #0054AB ;
font-size: 200%;
h1 {
color: #0054AB ;
font-size: 200%;
@@
-160,6
+161,13
@@
img:hover {
margin-left: 780px;
}
margin-left: 780px;
}
+body{counter-reset: h1;}
+h1:after {
+ content: " (" counter(h1) ") ";
+ counter-increment: h1;
+ text-align: right ;
+ font-size: 40% ;
+}
body {
body {