commit a3f551423a85f8ad82008910b494a84bf34ef974 Author: Benjamin Dauvergne Date: Mon Nov 3 16:46:49 2014 +0100 Import pratic2 theme diff --git a/pratic2/Europe.png b/pratic2/Europe.png new file mode 100644 index 0000000..ddbc4f1 Binary files /dev/null and b/pratic2/Europe.png differ diff --git a/pratic2/NPDC.png b/pratic2/NPDC.png new file mode 100644 index 0000000..18f9e15 Binary files /dev/null and b/pratic2/NPDC.png differ diff --git a/pratic2/RepFrancaise.png b/pratic2/RepFrancaise.png new file mode 100644 index 0000000..780b1ba Binary files /dev/null and b/pratic2/RepFrancaise.png differ diff --git a/pratic2/admon-tip.png b/pratic2/admon-tip.png new file mode 100644 index 0000000..a25faae Binary files /dev/null and b/pratic2/admon-tip.png differ diff --git a/pratic2/authentic-common.css b/pratic2/authentic-common.css new file mode 100644 index 0000000..30c934e --- /dev/null +++ b/pratic2/authentic-common.css @@ -0,0 +1,109 @@ +/* CSS authentic-cdg59*/ +a { + color: #005da8; +} + +span.required { + background: url(required.png) 8px 0px no-repeat; + padding: 0 0 0 20px; + font-size: 70%; + overflow: hidden; + color: white; +} + +div.content { + margin-left: 5px; +} + +div.TextWidget textarea, +div.ValidatedStringWidget input, +div.StringWidget input, +div.EmailWidget input, +div.IntWidget input, +div.PasswordWidget input { + border: 1px inset #ccc; + margin: 1px; + padding: 1px 2px; +} + +div.TextWidget textarea:focus, +div.ValidatedStringWidget input:focus, +div.StringWidget input:focus, +div.EmailWidget input:focus, +div.IntWidget input:focus, +div.PasswordWidget input:focus { + border: 2px solid #d1002e; + margin: 0px; +} + +div.SubmitWidget input, input[type=submit] { + font-weight: bold; + background: #005da8 url(puce_btn.gif) 5px 50% no-repeat; + border:0px; + -moz-border-radius: 5px; + /*border-radius: 5px;*/ + color: #FFFFFF; + cursor:pointer; + margin:3px 0px; + padding:3px 5px 4px 25px; +} + +div.form div.title, form.quixote div.title { + font-weight: bold; +} + +div.errornotice { + background: #fd6; + border: 1px solid #ffae15; + margin-bottom: 1em; + padding: 5px; + font-size: 90%; + width: 500px; +} + +div.error { + color: black; + font-weight: bold; + background: white url(warning.png) top left no-repeat; + padding-left: 20px; +} + +div.buttons div.SubmitWidget, +div.buttons div.SubmitWidget div.content { + display: inline; +} + +div.buttons br { display: none; } + +input[type="submit"][name="submit"] { + font-weight: bold; + background: #005da8 url(puce_btn.gif) 5px 50% no-repeat; + border:0px; + -moz-border-radius: 5px; + /*border-radius: 5px;*/ + color: #FFFFFF; + cursor:pointer; + margin:3px 0px; + padding:3px 5px 4px 25px; +} + +div.hint { + font-size: 80%; +} + +div.widget { + margin-bottom: 0.5em; +} + +div#error { + border: 3px double #800; + width: 50%; + margin: 2em auto 0; + background: white; + padding: 2px; +} + +div#error h1 { + margin: 0; + border-bottom: 1px solid black; +} diff --git a/pratic2/authentic.css b/pratic2/authentic.css new file mode 100644 index 0000000..2a29a52 --- /dev/null +++ b/pratic2/authentic.css @@ -0,0 +1,171 @@ +/* CSS authentic-cdg59*/ + +@import url("authentic-common.css"); + +body { + margin: 0 auto; + padding: 0; + background: #E6E7EB; + color: black; + font-family: Trebuchet MS; + width:800px; + height:700px; +} + +a { + color: #005da8; + font-weight:bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; + color:#d1002e; +} + +.title { + color:#555; +} + +#head p { + font-weight: bold; + margin: auto; + text-align: right; + font-size: smaller; + font-style: italic; + color:#005da8; + background: #d5dee3; +} + +#page { + border:1px solid #CCC; + -moz-border-radius:5px; + border-radius:5px; +} + +#top { + -moz-border-radius: 5px 5px 0 0 ; + height:135px; + background: url(imageTop.png) no-repeat; + border-bottom: 8px solid #d1002e; + background-color:#FFFFFF; +} + +#top h1 { + margin: 0px auto 0px auto; /*texte centré*/ + width:100px; + color:#000; + padding-top:100px; +} + +#info-box h1 { + color:#005da8; +} + +#content { + padding: 1em 2em 3em 2em; + position: relative; + background:#FFFFFF url(lockscreen.png) top right no-repeat; +} + +p#breadcrumb { + margin: 0 0 0 0; + font-size: 70%; + background-color: #d5dee3; + padding: 0.5ex; + color:#005da8; +} + +#footer { + -moz-border-radius: 0 0 5px 5px ; + border-top: 8px solid #005da8; + background: #d5dee3; + height:60px; + position:relative; +} + +#footer p { + font-weight: bold; + margin: auto; + text-align: right; + font-size: smaller; + font-style: italic; + color:#005da8; +} + +#marquee { + height:30px; + background:#FFFFFF; +} + +#marquee p { + font-weight:bold; + font-size:12px; + text-align:center; + color:#d1002e; +} + + +p#forgot-password { + position: absolute; + right: 30px; + top: 60px; +} + +#infocookie { + height:30px; + background:#FFFFFF; +} + +#infocookie p { + padding-top:5px; + font-weight:bold; + font-size:12px; + margin:auto; + /*padding:auto;*/ + text-align:left; + color:#d1002e; +} + +#europe { + width:70px; + height:48px; + margin-top:5px; + margin-left:5px; +} +#france { + background-color:#FFFFFF; +} +#npdc { + +} + +p#register { + position: absolute; + right: 30px; + top: 100px; +} + +p#cookies { + border: 1px solid #888; + background: #ccf url(info-mini.png) 15px 15px no-repeat; + padding-left: 60px; + height: 60px; + line-height: 60px; + display:none; +} + +ul { + list-style: disc; +} + +ul.FederationsWidget { + font-weight: bold; +} + +ul.FederationsWidget a.terminate { + font-weight: normal; + display: block; + margin-left: 5em; + margin-bottom: 1em; +} \ No newline at end of file diff --git a/pratic2/deg.png b/pratic2/deg.png new file mode 100644 index 0000000..ba0c89c Binary files /dev/null and b/pratic2/deg.png differ diff --git a/pratic2/desc.xml b/pratic2/desc.xml new file mode 100644 index 0000000..6094a1a --- /dev/null +++ b/pratic2/desc.xml @@ -0,0 +1,6 @@ + + + + New Pr@tic Theme + Frederic Peters & artists + diff --git a/pratic2/imageFooter/Europe.png b/pratic2/imageFooter/Europe.png new file mode 100644 index 0000000..ddbc4f1 Binary files /dev/null and b/pratic2/imageFooter/Europe.png differ diff --git a/pratic2/imageFooter/NPDC.png b/pratic2/imageFooter/NPDC.png new file mode 100644 index 0000000..18f9e15 Binary files /dev/null and b/pratic2/imageFooter/NPDC.png differ diff --git a/pratic2/imageFooter/RepFrancaise.png b/pratic2/imageFooter/RepFrancaise.png new file mode 100644 index 0000000..780b1ba Binary files /dev/null and b/pratic2/imageFooter/RepFrancaise.png differ diff --git a/pratic2/imageTop.png b/pratic2/imageTop.png new file mode 100644 index 0000000..1167e55 Binary files /dev/null and b/pratic2/imageTop.png differ diff --git a/pratic2/info-mini.png b/pratic2/info-mini.png new file mode 100644 index 0000000..efd1ae7 Binary files /dev/null and b/pratic2/info-mini.png differ diff --git a/pratic2/lockscreen-bg.png b/pratic2/lockscreen-bg.png new file mode 100644 index 0000000..a7758c9 Binary files /dev/null and b/pratic2/lockscreen-bg.png differ diff --git a/pratic2/lockscreen.png b/pratic2/lockscreen.png new file mode 100644 index 0000000..7e0a9dc Binary files /dev/null and b/pratic2/lockscreen.png differ diff --git a/pratic2/path18223.png b/pratic2/path18223.png new file mode 100644 index 0000000..8a090cb Binary files /dev/null and b/pratic2/path18223.png differ diff --git a/pratic2/puce_btn.gif b/pratic2/puce_btn.gif new file mode 100644 index 0000000..de117ae Binary files /dev/null and b/pratic2/puce_btn.gif differ diff --git a/pratic2/template.ezt b/pratic2/template.ezt new file mode 100644 index 0000000..de4c4ac --- /dev/null +++ b/pratic2/template.ezt @@ -0,0 +1,67 @@ + + + + [page_title] + + [script] + + +
+

Demandes

+ +
+ + +
+ [body] +
+
+

  Vous devez accepter les cookies pour vous identifier.

+ +
+ + diff --git a/pratic2/warning.png b/pratic2/warning.png new file mode 100644 index 0000000..9a8c5bb Binary files /dev/null and b/pratic2/warning.png differ diff --git a/pratic2/wcs.css b/pratic2/wcs.css new file mode 100644 index 0000000..5c00587 --- /dev/null +++ b/pratic2/wcs.css @@ -0,0 +1,198 @@ +/* CSS authentic-cdg59*/ + +@import url("authentic-common.css"); + +body { + margin: 0 auto; + padding: 0; + background: #E6E7EB; + color: black; + font-family: Trebuchet MS; + width:800px; + height:700px; +} + +a { + color: #005da8; + font-weight:bold; + text-decoration: none; +} + +a:hover { + text-decoration: underline; + color:#d1002e; +} + +.title { + color:#555; +} + +#head p { + font-weight: bold; + margin: auto; + text-align: right; + font-size: smaller; + font-style: italic; + color:#005da8; + background: #d5dee3; +} + +#page { + border:1px solid #CCC; + -moz-border-radius:5px; + border-radius:5px; +} + +#top { + -moz-border-radius: 5px 5px 0 0 ; + height:135px; + background: url(imageTop.png) no-repeat; + border-bottom: 8px solid #d1002e; + background-color:#FFFFFF; +} + +#top h1 { + margin: 0px auto 0px auto; /*texte centré*/ + width:100px; + color:#000; + padding-top:100px; +} + +#info-box h1 { + color:#005da8; +} + +#content { + padding: 1em 2em 3em 2em; + position: relative; + background:#FFFFFF url(lockscreen.png) top right no-repeat; +} + +p#breadcrumb { + margin: 0 0 0 0; + font-size: 70%; + background-color: #d5dee3; + padding: 0.5ex; + color:#005da8; +} + +#footer { + -moz-border-radius: 0 0 5px 5px ; + border-top: 8px solid #005da8; + background: #d5dee3; + height:60px; + position:relative; +} + +#footer p { + font-weight: bold; + margin: auto; + text-align: right; + font-size: smaller; + font-style: italic; + color:#005da8; +} + +#marquee { + height:30px; + background:#FFFFFF; +} + +#marquee p { + font-weight:bold; + font-size:12px; + text-align:center; + color:#d1002e; +} + + +p#forgot-password { + position: absolute; + right: 30px; + top: 60px; +} + +#infocookie { + height:30px; + background:#FFFFFF; +} + +#infocookie p { + padding-top:5px; + font-weight:bold; + font-size:12px; + margin:auto; + /*padding:auto;*/ + text-align:left; + color:#d1002e; +} + +#europe { + width:70px; + height:48px; + margin-top:5px; + margin-left:5px; +} +#france { + background-color:#FFFFFF; +} +#npdc { + +} + +p#register { + position: absolute; + right: 30px; + top: 100px; +} + +p#cookies { + border: 1px solid #888; + background: #ccf url(info-mini.png) 15px 15px no-repeat; + padding-left: 60px; + height: 60px; + line-height: 60px; + display:none; +} + +ul { + list-style: disc; +} + +ul.FederationsWidget { + font-weight: bold; +} + +ul.FederationsWidget a.terminate { + font-weight: normal; + display: block; + margin-left: 5em; + margin-bottom: 1em; +} + +#main-content { + margin-left: 10em; + min-height: 20em; +} + +#nav { + float: left; + width: 10em; +} + +#nav ul { + list-style: none; + padding-left: 0px; +} + +#nav li { + margin: 5px 0px; +} + +#droite { + display: none; +} + +.separator { + color: black; +}