diff --git a/README b/README deleted file mode 100644 index aee95c4..0000000 --- a/README +++ /dev/null @@ -1,3 +0,0 @@ -Base theme for Publik -===================== - diff --git a/desc.xml b/desc.xml deleted file mode 100644 index 8a13298..0000000 --- a/desc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - Base theme for Publik deployments - - auquotidien-no-titles-in-section - auquotidien-welcome-in-services - - diff --git a/wcs/fontenay/desc.xml b/wcs/fontenay/desc.xml new file mode 100644 index 0000000..31268af --- /dev/null +++ b/wcs/fontenay/desc.xml @@ -0,0 +1,9 @@ + + + + Fontenay sous Boisg theme + + fontenay-sous-bois + teleservices + + diff --git a/wcs.css b/wcs/fontenay/wcs.css similarity index 100% rename from wcs.css rename to wcs/fontenay/wcs.css diff --git a/wcs/static/css/style.css b/wcs/static/css/style.css new file mode 100644 index 0000000..d9442a0 --- /dev/null +++ b/wcs/static/css/style.css @@ -0,0 +1,123 @@ +@charset "utf-8"; +/* CSS Document */ + +body { + font-family:Arial, Verdana; + font-size:14px; + margin: auto; + padding: auto; + color: #000; + width: 980px; + height:auto; + +} + +h1, h2, h3, h4, h5, h6, p { + color: #454548; + margin-top: 0; + padding-right: 15px; + padding-left: 15px; +} +h1{ + color:#e27828; + font-size: 20px; + font-weight:normal; + padding-top:7px; + +} +h2{ + color: #FFF; + font-size :18px; + font-weight:normal; + text-align:center; +} +h3{ + color: #454548; + font-size :18px; + font-weight:normal; + text-align:left; +} + +h4{ + font-size:12px; + margin-top:2em; + margin-bottom: 3.5em; + color: #FFFFFF; + text-align:center; +} + +.header { + text-align: center; + margin-top: 20px; + margin-bottom:40px + +} + +#cadre_center { + width:auto; + margin:15px auto; + padding:10px 20px 0px 10px; + background:#FFF; + border:1px solid #DDD; + border-radius:15px; + -webkit-border-radius:10px; + -moz-border-radius:15px; +} +#cadre_connexion { + width:30%; + margin:15px auto; + padding:15px 20px 0px 10px; + background:#e27828; + border:1px solid #e27828; + border-radius:15px; + -webkit-border-radius:10px; + -moz-border-radius:15px; +} + +#cadre_gauche { + width:45%; + float:left; + margin:15px 12px 25px 0px; + padding:15px 20px 0px 15px; + background:#FFF; + border:1px solid #FFF; + border-radius:15px; + -webkit-border-radius:10px; + -moz-border-radius:15px; +} +#cadre_droite { + width:45%; + float:right; + margin:15px 0px 25px 0px; + padding:15px 20px 0px 0px; + background:#FFF; + border:1px solid #FFF; + border-radius:15px; + -webkit-border-radius:10px; + -moz-border-radius:15px; +} +a img { + vertical-align:top; + padding-right:5px; + border: none; +} +li { + list-style-type: none; /* on annule la puce par défaut */ + background-image: url(image/logo_titre_H3.png); /* on affiche l'image souhaitée */ + background-repeat: no-repeat; /* on annule la répétition par défaut */ + background-position: left center; /* on positionne où l'on veut */ + padding-left: 15px; /* pour éviter la superposition du contenu */ +} +.footer p { + font-size:12px; + margin-top:2em; + margin-bottom: 3.5em; + color: #FFFFFF; + text-align:left; + +} +.footer { + padding: 10px 0; + position: relative; + clear: both; +} diff --git a/wcs/static/img/background_01.jpg b/wcs/static/img/background_01.jpg new file mode 100644 index 0000000..38e3024 Binary files /dev/null and b/wcs/static/img/background_01.jpg differ diff --git a/wcs/static/img/background_02.jpg b/wcs/static/img/background_02.jpg new file mode 100644 index 0000000..d683cda Binary files /dev/null and b/wcs/static/img/background_02.jpg differ diff --git a/wcs/static/img/background_03.jpg b/wcs/static/img/background_03.jpg new file mode 100644 index 0000000..202213a Binary files /dev/null and b/wcs/static/img/background_03.jpg differ diff --git a/wcs/static/img/background_04.jpg b/wcs/static/img/background_04.jpg new file mode 100644 index 0000000..7741be9 Binary files /dev/null and b/wcs/static/img/background_04.jpg differ diff --git a/wcs/static/img/background_05.jpg b/wcs/static/img/background_05.jpg new file mode 100644 index 0000000..bf19a85 Binary files /dev/null and b/wcs/static/img/background_05.jpg differ diff --git a/wcs/static/img/background_06.jpg b/wcs/static/img/background_06.jpg new file mode 100644 index 0000000..9ce3b03 Binary files /dev/null and b/wcs/static/img/background_06.jpg differ diff --git a/wcs/static/img/background_07.jpg b/wcs/static/img/background_07.jpg new file mode 100644 index 0000000..45a90bc Binary files /dev/null and b/wcs/static/img/background_07.jpg differ diff --git a/wcs/static/img/background_08.jpg b/wcs/static/img/background_08.jpg new file mode 100644 index 0000000..4df5c29 Binary files /dev/null and b/wcs/static/img/background_08.jpg differ diff --git a/wcs/static/img/background_09.jpg b/wcs/static/img/background_09.jpg new file mode 100644 index 0000000..faeae5c Binary files /dev/null and b/wcs/static/img/background_09.jpg differ diff --git a/wcs/static/img/bandeau_portail_citoyen.png b/wcs/static/img/bandeau_portail_citoyen.png new file mode 100644 index 0000000..0bc03e5 Binary files /dev/null and b/wcs/static/img/bandeau_portail_citoyen.png differ diff --git a/wcs/static/img/logo_accueil.png b/wcs/static/img/logo_accueil.png new file mode 100644 index 0000000..0a18702 Binary files /dev/null and b/wcs/static/img/logo_accueil.png differ diff --git a/wcs/static/img/logo_fontenay-sous-bois.png b/wcs/static/img/logo_fontenay-sous-bois.png new file mode 100644 index 0000000..88293f0 Binary files /dev/null and b/wcs/static/img/logo_fontenay-sous-bois.png differ diff --git a/wcs/static/img/logo_titre_H3.png b/wcs/static/img/logo_titre_H3.png new file mode 100644 index 0000000..5508a98 Binary files /dev/null and b/wcs/static/img/logo_titre_H3.png differ diff --git a/template.py b/wcs/template.py similarity index 100% rename from template.py rename to wcs/template.py