wip split style

This commit is contained in:
hugo LAMY
2026-02-15 19:51:38 +01:00
parent 32007e7ada
commit 7de0c392c1
13 changed files with 463 additions and 421 deletions

View File

@@ -1,4 +1,4 @@
<!DOCTYPE html>
<!doctype html>
<html>
<head>
<meta charset="UTF-8" />
@@ -24,6 +24,13 @@
href="css/styles.css"
title="Design"
/>
<link
rel="stylesheet"
media="screen"
type="text/css"
href="css/page_interstices.css"
title="Design"
/>
<script type="text/javascript" src="javascript/tools.js"></script>
@@ -62,7 +69,7 @@
"images/interstices/interstices5.jpg",
"images/interstices/interstices6.jpg",
"images/interstices/interstices7.jpg",
"images/interstices/interstices8.jpg"
"images/interstices/interstices8.jpg",
);
//-->
</script>
@@ -86,7 +93,7 @@
</script>
</head>
<body onload="javascript:initSurvol(0);">
<body onload="javascript: initSurvol(0);">
<div id="global">
<div id="left">
<div id="logo">
@@ -179,7 +186,7 @@
<a
href="#"
title="interstice 01"
onmouseover="javascript:text_over(1);"
onmouseover="javascript: text_over(1);"
>I 1</a
>
</p>
@@ -187,7 +194,7 @@
<a
href="#"
title="interstice 02"
onmouseover="javascript:text_over(2);"
onmouseover="javascript: text_over(2);"
>I 2</a
>
</p>
@@ -195,7 +202,7 @@
<a
href="#"
title="interstice 03"
onmouseover="javascript:text_over(3);"
onmouseover="javascript: text_over(3);"
>I 3</a
>
</p>
@@ -203,7 +210,7 @@
<a
href="#"
title="interstice 04"
onmouseover="javascript:text_over(4);"
onmouseover="javascript: text_over(4);"
>I 4</a
>
</p>
@@ -211,7 +218,7 @@
<a
href="#"
title="interstice 05"
onmouseover="javascript:text_over(5);"
onmouseover="javascript: text_over(5);"
>I 5</a
>
</p>
@@ -219,7 +226,7 @@
<a
href="#"
title="interstice 06"
onmouseover="javascript:text_over(6);"
onmouseover="javascript: text_over(6);"
>I 6</a
>
</p>
@@ -227,7 +234,7 @@
<a
href="#"
title="interstice 07"
onmouseover="javascript:text_over(7);"
onmouseover="javascript: text_over(7);"
>I 7</a
>
</p>