1 | 1 |
new file mode 100755 |
... | ... |
@@ -0,0 +1,9 @@ |
1 |
+function changerTailleTexte(taille){ |
|
2 |
+ document.getElementById("lecture").href = "stylesCSS/lecture0"+taille+".css"; |
|
3 |
+} |
|
4 |
+function changerInterFace(type){ |
|
5 |
+ document.getElementById("interface").href = "stylesCSS/interface"+type+".css"; |
|
6 |
+} |
|
7 |
+function changerTypographie(type){ |
|
8 |
+ document.getElementById("typographie").href = "stylesCSS/typographie"+type+".css"; |
|
9 |
+} |