diff --git a/assets/css/main.css b/assets/css/main.css index d8c134f..45de15b 100644 --- a/assets/css/main.css +++ b/assets/css/main.css @@ -1578,12 +1578,18 @@ font-weight: normal; } - h1, h2, h3, h4, h5, h6 { + h1, h2, h3, h4, h5 { font-weight: bold; color: #4d5059; line-height: 1.25em; } + h6 { + font-weight: 500; + color: #008080; + line-height: 1.25em; + } + h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { color: inherit; text-decoration: none; @@ -1738,8 +1744,11 @@ .image { position: relative; display: inline-block; - border: 0; outline: 0; + font-size: 0.7em; + font-weight: 300; + border: 1px solid #dfdfdf; + padding: 3px; } .image img { @@ -1765,7 +1774,8 @@ .image.centered { display: block; - margin: 0 0 2em 0; + margin: 1em auto 1em auto; + width: auto; } .image.centered img { @@ -1773,17 +1783,46 @@ width: auto; } + .image.centered p { + margin: 0 ; + margin-top: 5px; + line-height: 1.85em; + } + + /* List */ ul.default { list-style: disc; padding-left: 1em; + font-size: 0.8em; } ul.default li { padding-left: 0.5em; } + ul.leftmenu { + list-style: disc; + padding-left: 1em; + font-size: 0.8em; + } + + ul.leftmenu li { + padding-left: 0.5em; + line-height: 1.3em; + } + + ul.leftmenu li a { + color: inherit; + text-decoration: none; + border-bottom-color: transparent; + } + + ul.leftmenu li a:hover { + color: #ef8376 + } + ul.actions { margin: 3em 0 0 0; } @@ -2366,12 +2405,24 @@ #main { margin-bottom: 0; + line-height: 1.4em; } #main section:first-of-type { padding-top: 2em; } + #main p, ul, ol, dl, table { + margin-top: 5px; + margin-bottom: 5px; + font-size: 0.8em; + /*font-size: 1em;*/ + } + + #main p br { + margin-bottom: 5px; + } + /* Footer */ #footer { diff --git a/images/projet_pro-xen/compilation_boot-wrapper.png b/images/projet_pro-xen/compilation_boot-wrapper.png new file mode 100644 index 0000000..7844719 Binary files /dev/null and b/images/projet_pro-xen/compilation_boot-wrapper.png differ diff --git a/images/projet_pro-xen/diagramme_archihyperviseur.png b/images/projet_pro-xen/diagramme_archihyperviseur.png new file mode 100644 index 0000000..c68e627 Binary files /dev/null and b/images/projet_pro-xen/diagramme_archihyperviseur.png differ diff --git a/images/projet_pro-xen/docker_docker.png b/images/projet_pro-xen/docker_docker.png new file mode 100644 index 0000000..14da627 Binary files /dev/null and b/images/projet_pro-xen/docker_docker.png differ diff --git a/images/projet_pro-xen/network-bandwidth.png b/images/projet_pro-xen/network-bandwidth.png new file mode 100644 index 0000000..d5f2334 Binary files /dev/null and b/images/projet_pro-xen/network-bandwidth.png differ diff --git a/images/projet_pro-xen/network-bridge.png b/images/projet_pro-xen/network-bridge.png new file mode 100644 index 0000000..71b3e67 Binary files /dev/null and b/images/projet_pro-xen/network-bridge.png differ diff --git a/images/projet_pro-xen/serveurs_charge_de_travail.png b/images/projet_pro-xen/serveurs_charge_de_travail.png new file mode 100644 index 0000000..cb02200 Binary files /dev/null and b/images/projet_pro-xen/serveurs_charge_de_travail.png differ diff --git a/index.html b/index.html index f9d8dba..95348c2 100644 --- a/index.html +++ b/index.html @@ -36,9 +36,9 @@