From e1996d5c5678b18f6e57d1a1d2df92f25084a5e9 Mon Sep 17 00:00:00 2001 From: Date: Thu, 1 Jun 2017 01:28:32 +0200 Subject: [PATCH] a --- Zozo/sc3/index.html | 32 -------------------------------- Zozo/sc3/options.html | 91 ------------------------------------------------------------------------------------------- Zozo/sc3/options.html~ | 73 ------------------------------------------------------------------------- Zozo/sc3/style.css | 73 ------------------------------------------------------------------------- 4 files changed, 0 insertions(+), 269 deletions(-) delete mode 100755 Zozo/sc3/index.html delete mode 100755 Zozo/sc3/options.html delete mode 100755 Zozo/sc3/options.html~ delete mode 100755 Zozo/sc3/style.css diff --git a/Zozo/sc3/index.html b/Zozo/sc3/index.html deleted file mode 100755 index 75b2f69..0000000 --- a/Zozo/sc3/index.html +++ /dev/null @@ -1,32 +0,0 @@ - - - -
- - - PROJET SC - -
- - - - - - -
-
TITRE
-
CONTENU: presentation du projet ...
- - - - - - diff --git a/Zozo/sc3/options.html b/Zozo/sc3/options.html deleted file mode 100755 index 978628c..0000000 --- a/Zozo/sc3/options.html +++ /dev/null @@ -1,91 +0,0 @@ - - -
- - - PROJET SC -
- - - - - - - - - - - -
-
-
- -
CHOIX DES OPTIONS
-
- - -
- Lieu : - - - - - - - - -
-
- - -
-
- - - - - - - diff --git a/Zozo/sc3/options.html~ b/Zozo/sc3/options.html~ deleted file mode 100755 index 84b9a83..0000000 --- a/Zozo/sc3/options.html~ +++ /dev/null @@ -1,73 +0,0 @@ -#include -#include -#include - -static int callback_http(structlibwebsocket_context * this, - structlibwebsocket *wsi, - enumlibwebsocket_callback_reasons reason, void *user, - void *in, size_t len) -{ - return 0; -} - -
- - - PROJET SC - -
- - - - - - -
-
-
- -
CHOIX DES OPTIONS
-
- - -
- Lieu : - - - -
-
- - -
-
- - - - - - - diff --git a/Zozo/sc3/style.css b/Zozo/sc3/style.css deleted file mode 100755 index c87cb58..0000000 --- a/Zozo/sc3/style.css +++ /dev/null @@ -1,73 +0,0 @@ - -{ - border-bottom : 1px solid #9EA0A1; - padding-bottom : 25px; -} - -#onglets -{ - position : absolute; - border : 1px solid transparent; - padding : 0; - font : bold 11px Batang, arial, serif; - list-style-type : none; - left : 50%; - margin-top : 0; - width : 430px; - margin-left : -215px; /* la moiti� de width */ -} - -#onglets li -{ - float : left; - height : 23px; /* � modifier suivant la taille de la police pour centrer le texte dans l'onglet */ - background-color: RGB(245,245,245); - margin : 2px 2px 0 2px !important; /* Pour les navigateurs autre que IE */ - margin : 1px 2px 0 2px; /* Pour IE */ - border : 1px solid #9EA0A1; -} - -#onglets li.active -{ - border-bottom: 1px solid #fff; - background-color: #fff; -} - -#onglets a -{ - display : block; - color : #666; - text-decoration : none; - padding : 3px; -} - -#onglets a:hover -{ - background : #fff; -} - -.titre -{ - color : RGB(0,59,84); - font-size : 20px; - font-weight : bold; - text-align : center; -} - -.contenu -{ - text-align : center; -} - -/*a -{ - color: RGB(255,59,23); - font-size : 16px; - font-weight : bold; -}*/ - -* /*pour toute la page*/ -{ - font-size: 14px; -} - -- libgit2 0.21.2