diff --git a/MANIFEST.in b/MANIFEST.in index 9e777e0..2f5b025 100644 --- a/MANIFEST.in +++ b/MANIFEST.in @@ -4,7 +4,5 @@ include MANIFEST.in include VERSION recursive-include auquotidien/locale *.po *.mo recursive-include apache-errors/ *.html -recursive-include data/themes/ *.css *.png *.jpeg '*.jpg *.xml *.html *.js *.ezt *.gif *.otf recursive-include auquotidien/ *.py recursive-include static/ *.png *.jpeg '*.jpg *.js *.gif -recursive-include theme/ *.css *.png *.jpeg '*.jpg *.xml *.html *.js *.ezt *.gif diff --git a/data/themes/auquo2/ciel-haut.png b/data/themes/auquo2/ciel-haut.png deleted file mode 100644 index cd58304..0000000 Binary files a/data/themes/auquo2/ciel-haut.png and /dev/null differ diff --git a/data/themes/auquo2/desc.xml b/data/themes/auquo2/desc.xml deleted file mode 100644 index 28d4621..0000000 --- a/data/themes/auquo2/desc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - Theme for au-quotidien.fr - Frederic et Victor - - auquotidien-no-titles-in-section - - diff --git a/data/themes/auquo2/footer-shade.png b/data/themes/auquo2/footer-shade.png deleted file mode 100644 index c7c496d..0000000 Binary files a/data/themes/auquo2/footer-shade.png and /dev/null differ diff --git a/data/themes/auquo2/ical.gif b/data/themes/auquo2/ical.gif deleted file mode 100644 index 2c0dddd..0000000 Binary files a/data/themes/auquo2/ical.gif and /dev/null differ diff --git a/data/themes/auquo2/key.gif b/data/themes/auquo2/key.gif deleted file mode 100644 index 555b328..0000000 Binary files a/data/themes/auquo2/key.gif and /dev/null differ diff --git a/data/themes/auquo2/mail.gif b/data/themes/auquo2/mail.gif deleted file mode 100644 index 6dcc53b..0000000 Binary files a/data/themes/auquo2/mail.gif and /dev/null differ diff --git a/data/themes/auquo2/mairie-nuage.png b/data/themes/auquo2/mairie-nuage.png deleted file mode 100644 index 7f9991a..0000000 Binary files a/data/themes/auquo2/mairie-nuage.png and /dev/null differ diff --git a/data/themes/auquo2/member.gif b/data/themes/auquo2/member.gif deleted file mode 100644 index 5b4bde0..0000000 Binary files a/data/themes/auquo2/member.gif and /dev/null differ diff --git a/data/themes/auquo2/motif.png b/data/themes/auquo2/motif.png deleted file mode 100644 index cf46e4a..0000000 Binary files a/data/themes/auquo2/motif.png and /dev/null differ diff --git a/data/themes/auquo2/puce-hover.gif b/data/themes/auquo2/puce-hover.gif deleted file mode 100644 index 514a732..0000000 Binary files a/data/themes/auquo2/puce-hover.gif and /dev/null differ diff --git a/data/themes/auquo2/puce.gif b/data/themes/auquo2/puce.gif deleted file mode 100644 index 0f5eece..0000000 Binary files a/data/themes/auquo2/puce.gif and /dev/null differ diff --git a/data/themes/auquo2/rss.gif b/data/themes/auquo2/rss.gif deleted file mode 100644 index d389dce..0000000 Binary files a/data/themes/auquo2/rss.gif and /dev/null differ diff --git a/data/themes/auquo2/tel.gif b/data/themes/auquo2/tel.gif deleted file mode 100644 index 3ce2dba..0000000 Binary files a/data/themes/auquo2/tel.gif and /dev/null differ diff --git a/data/themes/auquo2/template.ezt b/data/themes/auquo2/template.ezt deleted file mode 100644 index ee59073..0000000 --- a/data/themes/auquo2/template.ezt +++ /dev/null @@ -1,66 +0,0 @@ - - - - [page_title] - - - [script] - - - -
- - -
-
- - [if-any breadcrumb][else] - [end] - -
- - [if-any gauche] -
- [gauche] -
- [end] - - [if-any bigdiv]
[end] - [if-any title]

[title]

[end] - [body] - [if-any bigdiv]
[end] -
- -
- -
-
- - -
- - diff --git a/data/themes/auquo2/template.iframe.ezt b/data/themes/auquo2/template.iframe.ezt deleted file mode 100644 index 8f194b7..0000000 --- a/data/themes/auquo2/template.iframe.ezt +++ /dev/null @@ -1,16 +0,0 @@ - - - - [page_title] - - [script] - - -
- [if-any bigdiv]
[end] - [if-any title]

[title]

[end] - [body] - [if-any bigdiv]
[end] -
- - diff --git a/data/themes/auquo2/wcs.css b/data/themes/auquo2/wcs.css deleted file mode 100644 index b00eec8..0000000 --- a/data/themes/auquo2/wcs.css +++ /dev/null @@ -1,688 +0,0 @@ -/* general stuff */ -@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css); - -html, body { margin: 0; font-family: sans-serif; } -a { text-decoration: none; } -a:hover { text-decoration: underline; } -h1, h2, h3 { margin-top: 0; } -h1, h2, h3, h4 { color: #2a2a2a; } -ul { list-style: circle; } - -a { - -webkit-transition: color 200ms ease-out; -} - -/* layout */ - -body { - background: #1499cb url(ciel-haut.png) top left repeat-x; -} - -div#top { - background: url(mairie-nuage.png) top left no-repeat; - height: 180px; - width: 900px; - margin: 0 auto; -} - -div#top h1 { - width: 10em; - text-align: center; - padding-top: 3em; - padding-left: 2em; - font-size: 120%; - font-weight: bold; -} - -div#top h1 a { - color: white; - text-shadow: #6374AB 0px 0px 3px; -} - -div#main-content-wrapper { - margin: 0 20px; -} - -div#main-content { - margin: 0 auto; - background: white url(motif.png); - -webkit-border-radius: 15px 15px 0 0; - -moz-border-radius: 15px 15px 0 0; - min-height: 400px; - max-width: 110em; -} - -div#breadcrumb { - background: white; - position: relative; - margin: 0 auto; - padding: 2px 5px; - top: -1ex; - max-width: 880px; - border: 1px solid #888; - -webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0); - -moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0); - color: #5f5f5f; -} - -div#breadcrumb a { - color: #5f5f5f; - font-weight: bold; -} - -div#content { - margin: 2ex 1.5% 0 1.5%; -} - -div#sidebox h3 { - margin: 0 0 1em 0; -} - -div#member, -div#new_member, -div#accessibility, -div#contact, -div#info, -div#help, -div#rub_annonce, -div#rub_agenda, -div#rub_consultation, -div#profile, -div#services-2nd, -div#consultations, -div#gauche, div#centre, div#myspace, div#announces, div#rub_service { - margin: 0 0.6% 10px 0.6%; - background: white; - border: 1px solid #888; - -webkit-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0); - -moz-box-shadow:0 0 1em hsla(0, 0%, 0%, 1.0); - padding: 5px 5px 15px 5px; -} - -div#gauche { - width: 20%; - float: left; -} - -div#centre { - width: 50%; - float: left; -} - -div#droite { - width: 25%; - float: left; -} - -div#member, -div#new_member, -div#accessibility, -div#contact, -div#info, -div#help, -div#rub_agenda, -div#rub_annonce, -div#profile, -div#rub_consultation, -div#rub_service { - float: right; - width: 74%; -} - -hr.clear { - clear: both; - padding-bottom: 2em; - border: none; -} - -div#footer { - margin: 0 0 0 0; - background: url(footer-shade.png) top left repeat-x; - text-align: center; - color: white; - padding-top: 25px; - padding-bottom: 5px; - margin-top: -30px; -} - -p#bottom-links a { - color: white; - font-weight: bold; - font-size: 110%; - padding: 0 20px; - text-decoration: none; -} - -p#legal { - margin-top: 30px; - font-size: small; -} - -/* content styling */ - -div#rub_consultation h2, -div#rub_service h2, -div#rub_annonce h2, -div#rub_agenda h2, -div#profile h2, -div#services-2nd h3, -div#member h2, -div#help h2, div#info h2, div#accessibility h2, div#contact h2, -div#gauche h3, -div#centre h3 { - background: url(motif.png); - border-left: 10px solid #00cbfe; - padding: 1px 0 1px 6px; -} - -div#rub_consultation h2, -div#rub_service h2, -div#rub_annonce h2, -div#rub_agenda h2, -div#help h2, div#info h2, div#accessibility h2, div#contact h2, -div#centre h3 { - font-size: 150%; -} - -div#services-2nd ul, -div#centre ul { - padding: 0; - list-style: none; -} - -div#services-2nd ul strong, -div#centre ul strong { - border-bottom: 1px solid #00cbfe; - margin-left: 18px; - padding: 1px 0 1px 0; -} - -div#services-2nd ul strong a, -div#centre ul strong a { - color: black; -} - -div#services-2nd ul strong a:hover, -div#centre ul strong a:hover { - text-decoration: none; - border-color: #0ac1fc; -} - -div#services-2nd ul ul, -div#centre ul ul { - padding-left: 26px; - margin-bottom: 20px; -} - -div#services-2nd ul p, -div#centre ul p { - margin-left: 18px; -} - -div#myspace h3 { - background: url(motif.png); - border-left: 10px solid #ff0084; - padding: 1px 0 1px 6px; -} - -div#consultations h3 { - background: url(motif.png); - border-left: 10px solid #fa0510; - padding: 1px 0 1px 6px; -} - -div#consultations ul { - margin: 0; - padding: 0 0 0 10px; -} - -ul.catforms li, -div#consultations li { - list-style: none; - padding-left: 12px; - background: url(puce.gif) left center no-repeat; -} - -div#announces h3 { - background: url(motif.png); - border-left: 10px solid #a2ff00; - padding: 1px 0 1px 6px; -} - -div#announces h4 { - border-bottom: 1px solid #a2ff00; -} - -div#announces h4, p { - margin-left: 7px; - margin-right: 7px; -} - -div#announces p { - text-align: justify; -} - -ul#announces-links { - background: #a2ff00; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - padding: 2px 5px; - list-style: none; - font-weight: bold; -} - -ul#announces-links li { - background: url(puce.gif) 10px center no-repeat; - padding-left: 22px; - margin: 0.5ex 0; -} - -div#content ul#announces-links a:hover { - color: black; -} - -div#rub_consultation h2, -div#rub_service h2 { - padding: 1px 0 1px 6px; -} - -/* Form Elements */ - -div.buttons { - margin-top: 1em; - text-align: center; -} - -div.buttons div { - display: inline; -} - -div.buttons br { - display: none; -} - -p.command, -a.edit-custom-text, -#page div.back-home-button a, -div.buttons input { - background: #00cbfe; - color: white; - font-size: 120%; - font-weight: bold; - border: none; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - padding: 5px 15px; - cursor: pointer; - display: inline; - border: 1px solid transparent; -} - -p.command { - line-height: 300%; -} - -p.command a:focus, -#page div.back-home-button a:focus, -div.buttons input:focus { - border: 1px solid black; -} - -#page div.back-home-button a:hover { - color: white; - text-decoration: none; -} - -#content p.command a { - color: white; - cursor: pointer; -} - -#content p.command a:hover { - color: white; - text-decoration: none; -} - -form.quixote h3 { - padding-top: 1em; - border-bottom: 1px solid #00cbfe; -} - -form.quixote h4 { - color: #616161; -} - -div.widget div.title { - color: #2f2f2f; - font-weight: bold; -} - -div.widget div.content { - margin-left: 1em; -} - -div.widget div.content ul { - padding-left: 0; -} - -div.DateWidget input, -div.EmailWidget input, -div.StringWidget input, -div.PasswordWidget input, -div.WcsExtraStringWidget input, -div.TextWidget textarea, -div.SingleSelectHintWidget select { - border: 1px solid #5fdefe; - background: #b5e0f0; - padding: 1px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: black; - -webkit-transition: background 200ms ease-out; -} - -div.DateWidget input:focus, -div.EmailWidget input:focus, -div.StringWidget input:focus, -div.PasswordWidget input:focus, -div.WcsExtraStringWidget input:focus, -div.TextWidget textarea:focus, -div.SingleSelectHintWidget select:focus { - border: 1px solid #5fdefe; - background: white; -} - -div.widget { - margin-bottom: 1ex; -} - -div.hint { - font-size: 80%; -} - -span.required { - background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat; - padding: 0 0 0 24px; - margin-left: 1ex; - overflow: hidden; - color: white; -} - -form ul { - list-style: none; -} - -div.errornotice { - background: #fd6; - border: 1px solid #ffae15; - margin: 1em 1em 1em 1em; - padding: 5px; -} - -div.infonotice { - background: #7b95a6; - border: 1px solid #153eaf; - margin: 0em 1em 1em 1em; - padding: 5px; -} - -div.error { - color: black; - font-weight: bold; - background: transparent url(/qo/css/warning.png) top left no-repeat; - padding-left: 20px; -} - - - -/* steps */ - -div#steps h2 { - background: url(motif.png); - border-left: 10px solid #00cbfe; - padding: 1px 0 1px 6px; -} - -div#steps ol { - list-style: none; - margin: 0; - padding: 0; - text-align: right; -} - -div#steps span.marker { - float:left; - font-size:150%; - font-weight:bold; - color:#fff; - margin:-5px 0 0 ; -} - -div#steps ol li { - margin: 1ex 0; - color: #fff; - letter-spacing:1px; - padding: 1ex; - font-weight: bold; - background: #646f72; - -moz-border-radius: 5px; - -webkit-border-radius: 5px; -} - -div#steps ol li.current { - background: #00cbfe; - color:#fff; -} - -div#steps ol ul { - background: white; - margin: 0 -1ex; - padding: 0px; -} - -div#steps ol li.current ul li.current { - font-weight: bold; -} - -div#steps li ul li.current { - background: white; -} - -div#steps li ul li { - background: white; - font-weight: normal; - font-size:80%; - display:block; - color: #666; -} - -div#steps li.current ul li { - color: #000; -} - -/* other stuff */ - -div#gauche ul, -div#myspace ul { - padding: 0 0 0 1ex; - margin: 2ex 0; -} - -div#gauche li, -div#myspace li { - list-style: none; - padding: 0; - margin: 1ex 0; -} - -li a#logout, -li a#login { - background: url(key.gif) left center no-repeat; - padding-left: 20px; -} - -li a#member, -li a#inscr { - background: url(member.gif) left center no-repeat; - padding-left: 20px; -} - -div#gauche li a { - background: url(puce.gif) left center no-repeat; - padding-left: 15px; -} - -div#gauche li a:hover { - background-image: url(puce-hover.gif); -} - -div#services-2nd ul ul, -div#centre ul ul { - margin-top: 0.5ex; -} - -div#services-2nd ul ul li a, -div#centre ul ul li a { - background: url(puce.gif) left center no-repeat; - padding-left: 12px; -} - -div#services-2nd ul ul li a:hover, -div#centre ul ul li a:hover { - background-image: url(puce-hover.gif); -} - -div#content a { - color: #222; -} - -div#content a:hover { - color: #0ac1fc; -} - -li.all-forms { - margin-top: 1ex; -} - -div#new_member div.buttons, -div#member div.buttons { - text-align: left; -} -ul#announce-modes { - list-style:none; - margin:1em 0 0 2em; -} - -ul#announce-modes li { - margin:0 0 0.5em 0; -} - -li #par_mail{ - background: url(mail.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li #par_sms { - background: url(tel.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li a#par_rss { - background: url(rss.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li a#par_ical { - background: url(ical.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -div.address { - margin-left: 2em; -} - -ul#month-links { - float: right; - padding: 1em; - text-align: right; - list-style: none; -} - -ul#month-links li a { - color: #379cdb; -} - -ul#month-links li a:hover { - text-decoration: underline; -} - -div#page a.edit-custom-text { - float: right; - font-size: 50%; - margin: 0 0 1ex 1ex; -} - -div#page a.edit-custom-text:hover { - color: black; -} - -p#receiver { - margin-left: 2em; -} - -#page div.back-home-button { - margin: 2em auto 1em auto; - text-align: center; -} - -div#profile h3 { - margin-top: 2em; -} - -div.dataview div.field { - margin: 1em 0; -} - -div.dataview .value { - display: block; - margin-left: 1em; - margin-bottom: 1ex; -} - -form div.page, -div.dataview div.page { - border: 1px solid #aaa; - padding: 1ex; - margin-bottom: 1em; -} - -form div.page p, -div.dataview div.page p { - margin-top: 0; -} - -form div.page h3, -div.dataview div.page h3 { - margin: 0; - margin-bottom: 1ex; -} - -table#strongbox-items tr.expired td.expiration { - color: #800; -} - -table#strongbox-items td { - padding: 2px 1ex; -} - -table#strongbox-items tr.even { - background: #ddd; -} - -table#strongbox-items tr.odd { - background: #eee; -} - -p.use-file-from-strongbox span { - cursor: pointer; -} diff --git a/data/themes/entrouvert/Museo500-Regular.otf b/data/themes/entrouvert/Museo500-Regular.otf deleted file mode 100644 index da52e9c..0000000 Binary files a/data/themes/entrouvert/Museo500-Regular.otf and /dev/null differ diff --git a/data/themes/entrouvert/Museo_Slab.otf b/data/themes/entrouvert/Museo_Slab.otf deleted file mode 100644 index 84ceaca..0000000 Binary files a/data/themes/entrouvert/Museo_Slab.otf and /dev/null differ diff --git a/data/themes/entrouvert/bullet_rouge.png b/data/themes/entrouvert/bullet_rouge.png deleted file mode 100644 index addf473..0000000 Binary files a/data/themes/entrouvert/bullet_rouge.png and /dev/null differ diff --git a/data/themes/entrouvert/button_connexion.gif b/data/themes/entrouvert/button_connexion.gif deleted file mode 100644 index 0c563f4..0000000 Binary files a/data/themes/entrouvert/button_connexion.gif and /dev/null differ diff --git a/data/themes/entrouvert/dataview.js b/data/themes/entrouvert/dataview.js deleted file mode 100644 index 912497e..0000000 --- a/data/themes/entrouvert/dataview.js +++ /dev/null @@ -1,9 +0,0 @@ -$(function() { - $('.dataview').before('Afficher le détail de la demande'); - $('#disclose-dataview').click( - function() { - $(this).hide(); - $('.dataview').show(); - return false; - }); -}); diff --git a/data/themes/entrouvert/desc.xml b/data/themes/entrouvert/desc.xml deleted file mode 100644 index 771f810..0000000 --- a/data/themes/entrouvert/desc.xml +++ /dev/null @@ -1,9 +0,0 @@ - - - - Demonstrateur portails Au quotidien - - auquotidien-no-titles-in-section - auquotidien-welcome-in-services - - diff --git a/data/themes/entrouvert/dialog-warning.png b/data/themes/entrouvert/dialog-warning.png deleted file mode 100644 index 219432c..0000000 Binary files a/data/themes/entrouvert/dialog-warning.png and /dev/null differ diff --git a/data/themes/entrouvert/e54.png b/data/themes/entrouvert/e54.png deleted file mode 100644 index 504e266..0000000 Binary files a/data/themes/entrouvert/e54.png and /dev/null differ diff --git a/data/themes/entrouvert/favicon.ico b/data/themes/entrouvert/favicon.ico deleted file mode 100644 index 2a707a3..0000000 Binary files a/data/themes/entrouvert/favicon.ico and /dev/null differ diff --git a/data/themes/entrouvert/favicon.png b/data/themes/entrouvert/favicon.png deleted file mode 100644 index 7b4271a..0000000 Binary files a/data/themes/entrouvert/favicon.png and /dev/null differ diff --git a/data/themes/entrouvert/field-shade.png b/data/themes/entrouvert/field-shade.png deleted file mode 100644 index 534d2e1..0000000 Binary files a/data/themes/entrouvert/field-shade.png and /dev/null differ diff --git a/data/themes/entrouvert/fr.po b/data/themes/entrouvert/fr.po deleted file mode 100644 index e78eff9..0000000 --- a/data/themes/entrouvert/fr.po +++ /dev/null @@ -1,10 +0,0 @@ -msgid "There were errors processing your form. See below for details." -msgstr "" -"Attention, un problème est survenu lors du remplissage du formulaire. " -"Veuillez regarder ci-dessous pour le corriger." - -msgid "My Space" -msgstr "Mes démarches" - -msgid "Services" -msgstr "Démarches en ligne" diff --git a/data/themes/entrouvert/ical.gif b/data/themes/entrouvert/ical.gif deleted file mode 100644 index 2c0dddd..0000000 Binary files a/data/themes/entrouvert/ical.gif and /dev/null differ diff --git a/data/themes/entrouvert/icon.png b/data/themes/entrouvert/icon.png deleted file mode 100644 index dd565ee..0000000 Binary files a/data/themes/entrouvert/icon.png and /dev/null differ diff --git a/data/themes/entrouvert/logo.png b/data/themes/entrouvert/logo.png deleted file mode 100644 index fb954dd..0000000 Binary files a/data/themes/entrouvert/logo.png and /dev/null differ diff --git a/data/themes/entrouvert/mail.gif b/data/themes/entrouvert/mail.gif deleted file mode 100644 index 6dcc53b..0000000 Binary files a/data/themes/entrouvert/mail.gif and /dev/null differ diff --git a/data/themes/entrouvert/puce.gif b/data/themes/entrouvert/puce.gif deleted file mode 100644 index 0f5eece..0000000 Binary files a/data/themes/entrouvert/puce.gif and /dev/null differ diff --git a/data/themes/entrouvert/rss.gif b/data/themes/entrouvert/rss.gif deleted file mode 100644 index d389dce..0000000 Binary files a/data/themes/entrouvert/rss.gif and /dev/null differ diff --git a/data/themes/entrouvert/style.css b/data/themes/entrouvert/style.css deleted file mode 100644 index 4fd8102..0000000 --- a/data/themes/entrouvert/style.css +++ /dev/null @@ -1,999 +0,0 @@ -@font-face { - font-family: 'Museo500'; - src: url(Museo500-Regular.otf); - font-weight: normal; - font-style: normal; -} - -@font-face { - font-family: 'MuseoSlab'; - src: url(Museo_Slab.otf); - font-weight: normal; - font-style: normal; -} - -html, body { margin: 0; font-family: arial, sans-serif; font-size: 13px;} -a { text-decoration: none; } -a:hover { text-decoration: underline; } -h1, h2, h3 { margin-top: 0; } - -div#single-title, #nav, -#top, h2 { - font-family: MuseoSlab, sans-serif; - font-weight: normal; -} - -h3, h4 { - font-family: Museo500, sans-serif; - font-weight: normal; -} - - - -a { - -webkit-transition: color 200ms ease-out; -} - -/* layout */ - -body { - overflow-x: hidden; - background: white; - max-width: 1000px; - margin: 0 auto; -} - -div#page { - width: 100%; -} - -div#header { - background-color: #ffffff; - width: 100%; - margin: 0 0 0 0; - position: relative; - top: 0px; - z-index: 0; - -} - -div#top { - margin: 0 auto 0 auto; -} - -div#top h1 { - width: 12em; - text-align: center; - padding-top: 3em; - padding-left: 2em; - margin-left: 20px; - font-size: 120%; - font-weight: normal; -} - -div#top h1 a { - color: white; - text-shadow: #6374AB 0px 0px 3px; -} - -div#top a img { - border: 0; -} - -div#main-content-wrapper { - position: relative; - z-index: 100; - max-width: 1000px; - margin: 0px auto 0px auto; -} - -div#main-content { - margin: 0; - min-height: 300px; -} - -div#footer { - clear: both; - background: white; - padding: 0px; - width: 90%; - margin: 10px auto 0 auto; - position: relative; -} - -p#legal { - font-size: small; - color: #666; - margin: 0; - margin-top: 5em; - font-size: 70%; - display: inline-block; - padding-top: 5px; - border-top: 1px solid #666; -} - -#content { - position: relative; - margin:0; - color: rgb(58, 58, 58); -} - -div#content a { - color: #37a7da; -} - -div#content a:hover { - text-decoration: underline; -} - -#menu { - font-size: 130%; - margin-top: -1px; -} - -#menu ul { - list-style: none; - margin: 0; - padding: 10px 0 32px 0; - -webkit-border-top-right-radius: 5px; - -moz-border-radius-topright: 5px; - border-top-right-radius: 5px; -} - -#menu li { - display: inline; - margin: 0px 10px 0 0; - padding: 5px; - background: #37a7da; - border: 5px solid transparent; - border-width: 2px 5px; - -webkit-transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; -} - -#menu li a { - color: white; - text-transform: uppercase; - white-space: pre; -} - -#menu li:hover { - background-color: #f4bc03; - border-color: #f4bc03; -} - -#menu li:hover a { - text-decoration: none; -} - -#menu li.selected, #menu li.ancestor { - background: #515151; - border-color: #515151; -} - -#menu li.selected a { - color: white; -} - -#left { - float: left; - width: 49.5%; -} - -#right { - float: right; - width: 49.5%; -} - -br.clear { - clear: both; -} - -#error-404, #error-500, #content .block, #password-changed { - background: white; - font-size: 110%; - margin-bottom: 1em; -} - -#content .block h2 { - background: transparent; - font-weight: normal; - color: white; - text-transform: uppercase; - padding: 6px 10px 6px 10px; - color: #333; - font-size: 130%; - cursor: default; /* someday, perhaps, cursor: move */ -} - -#content .block h2.feeds { - background-image: url(Picto-Bulle.png); -} - -#content .block h2.newsletters { - background-image: url(Picto-coeur.png); -} - -#content .block h3, -#content .block p { - margin: 1ex 10px; - padding-bottom: 1px; -} - -#content .demarches ul, -#content ul.mes-demarches { - list-style: none; - padding-left: 0px; - margin: 0px; - -webkit-column-count: 2; - -moz-column-count: 2; - column-count: 2; -} - -#content ul.mes-demarches a, -#content .demarches ul a { - color: inherit; - font-weight: bold; - background: transparent url(bullet_rouge.png) left center no-repeat; - padding-left: 10px; -} - -#content ul.mes-demarches a:hover, -#content .demarches ul a:hover { - color: #37a7da; -} - -#content ul.mes-demarches li, -#content .demarches ul li { - margin: 1ex 0 10px 1ex; - padding-left: 10px; - -webkit-column-break-inside: avoid; - -moz-column-break-inside: avoid; - column-break-inside: avoid; -} - -#content .demarches .toutes-les-demarches { - padding: 10px 0 10px 0; - margin-left: 20px; -} - -#content .toutes-les-demarches a { - background: transparent url(button_orange_eye.png) no-repeat 0px center; - color: #37a7da; - text-transform: uppercase; - padding-left: 30px; - font-size: 130%; -} - -#content .toutes-les-demarches a:hover { - color: #37a7da; -} - -#commune-selector { - margin-left: 5px; - margin-bottom: 10px; -} - -#content #futurs-demarches { - overflow-y: hidden; - margin: 5px; - padding-bottom: 15px; -} - -#content #futurs-demarches.selected { - display: block; -} - -div#single-title { - border: 1px solid #a5a7aa; - border-width: 1px 0px; - font-size: 110%; - text-align: center; - padding: 10px 0; -} - -body.narrow-page #main-content { - background: white; - margin-top: 0; - padding: 10px 10px 0 10px; -} - -body.narrow-page #main-content form div input { - display: block; - margin-left: 10px; - margin-bottom: 2ex; -} - -div#welcome { - text-align: justify; - margin: 0 1em; -} - -div#welcome h2 { - margin: 1ex 0; - font-size: 300%; - background: transparent url(e54.png) left center no-repeat; - padding-left: 70px; - text-align: left; - width: 150%; -} - -div#welcome { - float: left; - width: 60%; -} - -span.helptext { - color: #666; -} - -body.narrow-page div.right { - width: 30%; - float: right; - margin: 1ex auto; -} - -body.narrow-page div.right form { - text-align: left; - background: white; - margin: 10px 10px; - padding: 10px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: 1px solid #ccc; - box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -} - -body.narrow-page div.right form div label { - font-weight: bold; - width: 14em; - display: block; - float: left; - padding-top: 3px; -} - -body.narrow-page div.right form div input { - width: 17em; -} - -body.narrow-page div.right form div.form-field-required label:after { - content: ""; -} - -body.narrow-page div.right form > input { - display: block; - margin: 1em auto 0 auto; - background: #37a7da; - color: white; - border: none; - padding: 3px 1em; -} - -div.login-actions { - text-align: center; -} - - -.region-header { - width: 100%; - position: absolute; - top: 0px; -} - -#toplinks { - background: #ffffff; - position: relative; - float: right; - width: 250px; - padding: 5px 5px 5px 5px; -} - -#toplinks span { - width: 100%; - display: block; - margin: 0; - padding: 0; - color: #888; - background: url(button_connexion.gif) left center no-repeat; - border: 1px solid #e9e9e9; - line-height: 20px; - height: 22px; -} - -#toplinks a { - color: #888; - border: 1px solid transparent; -} - -#toplinks a.logout { - padding-left: 30px; -} - -#toplinks a:hover { - text-decoration: none; - color: #222; -} - -#toplinks a.restricted { - color: white; - float: right; - padding: 0 1ex; - border: 1px outset #888; - background: #37a7da; -} - -div#username { - float: right; - padding: 5px 5px 5px 5px; - background: white; - line-height: 20px; - height: 22px; - border: 1px solid white; -} - -ul.newsList { - list-style: none; -} - -ul.newsList li.abonne { - margin: 0; - padding: 0; -} - -.abonne { - padding-left: 20px; - background: transparent url(Validation.png) center left no-repeat; -} - -.nonAbonne { - padding-left: 20px; - background: transparent url(Annulation.png) center left no-repeat; -} - -/* page de profil */ -#my-informations { - margin-bottom: 15px; - padding: 0px; -} - -#my-informations p { - padding: 0 5px; -} - -#my-informations select, -#my-informations input { - margin-left: 10px; - display: block; -} - -/* forms error reporting */ - -.errorlist { - list-style: none; - padding-left: 0; - margin-left: 0; -} - -ul.errorlist li { - display: block; - color: #f44; -} - -.form-field-required label:after { - content: '*'; - color: #D90024; -} - -ul.errorlist + p { - margin-top: 0px; -} - - - -.passerelle-register-plugin input + label { - background: transparent url(Annulation.png) center left no-repeat; -} - -.passerelle-register-plugin input:checked + label { - background: transparent url(Validation.png) center left no-repeat; -} - -.passerelle-register-plugin td input { - display: none -} -.passerelle-register-plugin td label { - padding-left: 2em; -} - -div.block form { - padding: 0 1ex; -} - -table.announces { - width: 100%; - margin-bottom: 1em; -} - -table.announces thead td { - font-weight: bold; -} - -table.announces thead th { - width: 30%; -} - -table.announces tbody td { - text-align: center; -} - -table.announces tbody th { - width: 35%; - text-align: left; - font-weight: normal; -} - -.chapeau { - font-style: italic; - font-size: 110%; -} - -/* mon compte */ -#my-informations-form { - width: 90%; - padding-bottom: 1em; -} - -#my-informations-form input[type~=text] { - width: 100%; -} - -#id_edit-profile-email_wrap, #id_edit-profile-address_wrap { - clear: both; -} - -#id_edit-profile-first_name_wrap, #id_edit-profile-phone_wrap, #id_edit-profile-postal_code_wrap { - width: 45%; - float: left; -} - -#id_edit-profile-last_name_wrap, #id_edit-profile-mobile_wrap, #id_edit-profile-city_wrap { - width: 45%; - float: right; -} - -/* pied de page */ -#footer-menu { - position: absolute; - display: block; - top: 20px; - left: 20px; - width: 435px; - list-style: none; - margin: 0; - padding: 0; - text-align: left; -} - -.footer-menu-leaf { - display: inline; - margin: 0; - padding: 0; - padding-right: 20px; - padding-bottom: 20px; - float: left; -} - -.footer-menu-leaf-link, .footer-menu-leaf-link:hover { - display: block; - width: 125px; - height: 26px; - line-height: 26px; - background: #ffffff; - text-align: center; - text-transform: uppercase; - color: #515151; - text-decoration: none; - font-size: 14px; -} - -/* pages d'aide */ -#help-content { - background: white; - position: relative; - padding: 10px 20px; -} -#help-title { - background: #e6e6d6 url(toptitle.png) no-repeat left top; - font-weight: bold; - color: #37a7da; - text-transform: uppercase; - padding: 6px 10px 6px 50px; - font-size: 200%; - cursor: default; /* someday, perhaps, cursor: move */ -} -#help-page-title { - color: #37a7da; - padding-bottom: 20px; -} -#help-page-title.aide { - display: none; -} -#help-text { - width: 580px; - margin-left: 380px; -} -.clear { - clear: both; -} -#help-menu { - width: 360px; - float: left; -} -#help-summary-caption { - background: #37a7da; - color: white; - font-size: 150%; - font-weith: bold; - text-align: center; - padding: 15px 0px; -} -#help-menu #help-summary-caption-link, #help-menu #help-summary-caption-link:hover { - background: #37a7da; - color: white; - text-decoration: none; -} -#help-menu-content { - padding: 0; - margin: 0; -} -#help-menu-content > li { - background: #e6e6d6; - margin-bottom: 5px; - list-style: none; - font-size: 150%; - font-weight: bold; - line-height: 1.5em; -} -#help-menu-content > li > ul { - background: white; - margin-bottom: 5px; - list-style: none; - font-size: 100%; - font-weight: bold; - line-height: 1.5em; - padding: 10px 10px; -} - -#help-menu-content li.ancestor { - background: rgb(58, 58, 58); -} -#help-menu-content li.ancestor > a, #help-menu-content li.ancestor > a.hover { - color: white; -} - -#help-menu-content > li > ul > li { - padding: 0px 10px; - font-size: 80%; -} -#help-menu-content > li > ul > li.selected { - border-left: solid 4px #37a7da; -} -#help-menu-content li a, #help-menu-content li a:hover { - color: rgb(58, 58, 58); - text-decoration: none; -} - -#my-password { - padding-bottom: 1ex; -} - -#my-password p { - font-weight: bold; -} - -#my-password p a { - color: inherit; - padding: 1ex; -} - -ul.show-user-feeds li { - list-style: none; - background: url(mediathk.png) left center no-repeat; - min-height: 30px; - padding-left: 30px; - padding-bottom: 4px; -} - -ul.show-user-feeds li.aquarium { background-image: url(aquarium.png); } -ul.show-user-feeds li.conservatoire { background-image: url(conservatoire.png); } -ul.show-user-feeds li.ecolothk { background-image: url(ecolothk.png); } -ul.show-user-feeds li.facebook { background-image: url(facebook.png); } -ul.show-user-feeds li.lattara { background-image: url(lattara.png); } -ul.show-user-feeds li.mediathk { background-image: url(mediathk.png); } -ul.show-user-feeds li.opendata { background-image: url(opendata.png); } -ul.show-user-feeds li.planet { background-image: url(planet.png); } - -#id_new_password1_help_text, #id_password1_help_text { - font-style: italic; - font-size: 90%; - color: red; -} - -/* saml post page */ -.post-redirect { - background: white; -} - -#messages li { - list-style-type: none; - padding: 10px; - color: white; -} - -#messages { - position: absolute; - top: 120px; - left: 1200px; -} - -#messages.messages-login { - position: static; -} - -#messages.messages-login li { - margin: 0px; - margin-left: 100px; - margin-right: 100px; -} - -#messages li.warning { - border: 1px solid #DB771F; - background: #37a7da; -} - -#messages li.error { - border: 1px solid #DB771F; - background: #DB1F28; -} - -#messages li.info { - border: 1px solid #301F91; - background: #1F8091; -} - -/* registration form */ -img.captcha { - float: left; -} - -#id_captcha_1 { - width: 13em; -} - - -/* pimping up */ -h1#logo img { - -webkit-transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; -} - -h1#logo img:hover { - /* - -webkit-transform: scale(1.05); - -moz-transform: scale(1.05); - */ -} - -#nav h3 { - display: none; -} - - -#nav { - list-style: none; - margin: 0 auto; - text-align: center; - width: 100%; - margin: auto; - padding-top: 7px; - margin-top: 10px; - margin-bottom: 12px; - font-size: 110%; -} - -#nav ul { - margin: 0; - padding: 1ex; - border: 1px solid #a5a7aa; - border-width: 1px 0px; -} - -#nav li { - margin: 1ex 0; - padding: 1.5ex 1ex; - display: inline; -} - -#nav a { - color: #404041; - text-decoration: none; -} - -#nav li:after { - content: " / "; - color: #404041; -} - -#nav li.selected:after, -#nav li.ancestor:after, -#nav li a:hover, -#nav li.selected a, -#nav li.ancestor a { - color: #e0007a; -} - - -div.block { - text-align: left; - background: white; - margin: 10px 10px; - padding: 10px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: 1px solid #ccc; - box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); -} - -h2#welcome-title { - margin-top: 2em; - margin-bottom: 1em; -} - -input[type="text"], -input[type="password"] { - border: 1px solid #aaa; - background: white url(field-shade.png) top left repeat-x; - padding: 1px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: black; - -webkit-transition: background 200ms ease-out; - display: block; -} - -input[type="text"]:focus, -input[type="password"]:focus { - border: 1px solid #888; - background: white; -} - -div#registration { - width: 40em; - text-align: justify; - margin: 2em auto; -} - -div#registration form { - margin: 2em 0; -} - -div#registration label { - display: block; - width: 15em; - float: left; - text-align: right; - padding-right: 1em; - color: #777; -} - -div#registration ul.errorlist { - margin: 0; - padding-left: 16em; -} - -div#registration input[type="submit"] { - margin-left: 17em; -} - - - -#toplinks { - background: #ffffff; - position: absolute; - top: 3em; - right: 0; - width: 40%; - padding: 5px 5px 5px 5px; -} - -#toplinks span { - width: 100%; - display: block; - margin: 0; - padding: 0; - color: #888; - background: url(button_connexion.gif) left center no-repeat; - border: 1px solid #e9e9e9; - line-height: 20px; - height: 22px; -} - -#toplinks span.logged-in { - background: none; - border: none; - text-align: right; -} - -#toplinks a { - color: #888; - border: 1px solid transparent; -} - -#toplinks a:hover { - text-decoration: none; - color: #222; -} - -#toplinks a.restricted { - color: white; - float: right; - padding: 0.5ex 1ex; - border: 1px outset #888; - background: #672290; - position: absolute; - top: -3em; - right: 3px; -} - - -#toplinks a.logout { - background: url(button_connexion.gif) left center no-repeat; - display: inline-block; - padding: 1px; - padding-left: 30px; - border: 1px solid #e9e9e9; - padding-right: 1em; - margin-right: -2px; -} - -#contact-us { - z-index: 500; - position: absolute; - top: 100px; - left: 300px; - background: #37a7da; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - -webkit-box-shadow: none; - -moz-box-shadow: none; - box-shadow: none; - color: white; - text-decoration: none; - -webkit-transition: all .2s ease-in-out; - -moz-transition: all .2s ease-in-out; -} - -#contact-us:hover { - -webkit-box-shadow: 0 0 2px rgba(0, 0, 0, .9); - -moz-box-shadow: 0 0 2px rgba(0, 0, 0, .9); - border: none; - -} -#contact-us a { - padding: 8px 12px; - display: block; - color: white; -} - -#contact-us a:hover { - text-decoration: none; -} diff --git a/data/themes/entrouvert/tel.gif b/data/themes/entrouvert/tel.gif deleted file mode 100644 index 3ce2dba..0000000 Binary files a/data/themes/entrouvert/tel.gif and /dev/null differ diff --git a/data/themes/entrouvert/template.ezt b/data/themes/entrouvert/template.ezt deleted file mode 100644 index fed5592..0000000 --- a/data/themes/entrouvert/template.ezt +++ /dev/null @@ -1,83 +0,0 @@ - - - - [page_title] - - - - [script] - -[""] - - - - -
- - -
- - - -
- -
- - [if-any gauche] -
- [gauche] -
- [end] - - [if-any bigdiv]
[end] - - [if-any title]

[title]

[end] - [body] - [if-any bigdiv]
[end] -
- -
- -
-
- - -
- - diff --git a/data/themes/entrouvert/wcs.css b/data/themes/entrouvert/wcs.css deleted file mode 100644 index 1c1090f..0000000 --- a/data/themes/entrouvert/wcs.css +++ /dev/null @@ -1,878 +0,0 @@ -@import url(/static/xstatic/themes/smoothness/jquery-ui.min.css); -@import url(/qo/css/qommon.css); -@import url(style.css); - -div#content { - margin:0; -} - -div#sidebox h3 { - margin: 0 0 1em 0; - -} - -div#gauche { - clear: both; - width: 18.5%; - float: left; - margin-top: -29px; -} - -div#member, -div#new_member, -div#accessibility, -div#contact, -div#info, -div#help, -div#rub_agenda, -div#rub_annonce, -div#rub_consultation, -div#rub_service, -div#centre, -div#profile { - width: 79.5%; - float: right; - background: white; - margin-top: 15px; -} - -div#breadcrumb, -div#profile, -div.large div#rub_service, -div.large div#centre { - width: 100%; - float: none; - clear: both; -} - -div#droite { - width: 275px; - float: left; - display: none; -} - -div#breadcrumb { - background: white; - padding: 3px 0px; - z-index: 10; - color: #888; - margin-top: 22px; -} - -div#centre { - margin-top: 15px; -} - -#content div#breadcrumb a { - color: #666; - font-size: 12px; - font-weight: normal; - padding: 0 5px; -} - -div#rub_service div.dataview, -div#rub_service dl#evolutions, -div#rub_service form { - padding: 1ex; -} - -hr.clear { - clear: both; - padding-bottom: 0em; - border: none; -} - -#toplinks span.logged-in a.myspace, -#toplinks span.logged-in a.myaccount { - padding-right: 20px; -} - -#toplinks span.login { - text-align: center; -} - - -/* content styling */ - -div#rub_consultation h2, -div#rub_service h2, -div#rub_annonce h2, -div#rub_agenda h2, -div#profile h2, -div#services-2nd h3, -div#member h2, -div#help h2, div#info h2, div#accessibility h2, div#contact h2, -div#gauche h3, -div.large div#rub_service h3, -div#centre h3 { - border: 1px solid #a5a7aa; - border-width: 1px 0px; - list-style: none; - margin: 0 auto; - text-align: center; - padding: 10px 0; - margin: auto; - margin-bottom: 12px; - font-size: 110%; - -} - -div#services-2nd ul, -div#centre ul { - padding: 0; - list-style: none; -} - -div#services-2nd ul strong, -div#centre ul strong { - margin-left: 18px; - padding: 1px 0 1px 0; -} - -div#services-2nd ul strong a, -div#centre ul strong a { - color: black; -} - -div#services-2nd ul strong a:hover, -div#centre ul strong a:hover { - text-decoration: none; - border-color: #265aa2; -} - -div#services-2nd ul ul, -div#centre ul ul { - padding-left: 26px; - margin-bottom: 20px; -} - -div#services-2nd ul p, -div#centre ul p { - margin-left: 18px; -} - -div#myspace h3 { - background: #265aa2; - border-left: 10px solid #265aa2; - padding: 1px 0 1px 6px; -} - -div#consultations h3 { - background: #265aa2; - border-left: 10px solid #265aa2; - padding: 1px 0 1px 6px; -} - -div#consultations ul { - margin: 0; - padding: 0 0 0 10px; -} - -ul.catforms li, -div#consultations li { - list-style: none; - padding-left: 12px; - background: url(puce.gif) left center no-repeat; -} - -div#announces h3 { - background: #265aa2; - border-left: 10px solid #265aa2; - padding: 1px 0 1px 6px; -} - -div#announces h4 { - border-bottom: 1px solid #a2ff00; -} - -div#announces h4, p { - margin-left: 7px; - margin-right: 7px; -} - -div#announces p { - text-align: justify; -} - -ul#announces-links { - background: #a2ff00; - -webkit-border-radius: 5px; - -moz-border-radius: 5px; - padding: 2px 5px; - list-style: none; - font-weight: bold; -} - -ul#announces-links li { - background: url(puce.gif) 10px center no-repeat; - padding-left: 22px; - margin: 0.5ex 0; -} - -div#content ul#announces-links a:hover { - color: black; -} - -/* Form Elements */ - -div.buttons { - margin-top: 1em; -} - -div.buttons div { - display: inline; -} - -div.buttons br { - display: none; -} - -p.command, -a.edit-custom-text, -div.buttons input { - background: #37a7da; - color: white; - font-size: 120%; - font-weight: normal; - border: none; - padding: 5px 15px; - cursor: pointer; - display: inline; - border: 1px solid transparent; -} - -p.command { - line-height: 300%; -} - -p.command a:focus, -div.buttons input:focus { - border: 1px solid black; -} - -#content p.command a { - color: white; - cursor: pointer; -} - -#content p.command a:hover { - color: white; - text-decoration: none; -} - -form.quixote h3 { - padding-top: 1em; - border-bottom: 1px solid #265aa2; -} - -form.quixote h4 { - color: #616161; -} - -div.widget div.title { - color: #2f2f2f; - font-weight: bold; -} - -div.widget div.content { - margin-left: 1em; -} - -div.widget div.content ul { - padding-left: 0; -} - -div.DateWidget input, -div.EmailWidget input, -div.StringWidget input, -div.PasswordWidget input, -div.WcsExtraStringWidget input, -div.TextWidget textarea, -div.SingleSelectHintWidget select { - border: 1px solid #aaa; - background: white url(field-shade.png) top left repeat-x; - padding: 1px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: black; - -webkit-transition: background 200ms ease-out; -} - -div.DateWidget input:focus, -div.EmailWidget input:focus, -div.StringWidget input:focus, -div.PasswordWidget input:focus, -div.WcsExtraStringWidget input:focus, -div.TextWidget textarea:focus, -div.SingleSelectHintWidget select:focus { - border: 1px solid #888; - background: white; -} - -div.widget { - margin-bottom: 1ex; -} - -div.hint { - font-size: 80%; -} - -span.required { - background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat; - padding: 0 0 0 24px; - margin-left: 1ex; - overflow: hidden; - color: white; -} - -div.errornotice { - background: #fd6; - border: 1px solid #ffae15; - margin: 1em 1em 1em 1em; - padding: 5px; -} - -div.infonotice { - background: #7b95a6; - border: 1px solid #153eaf; - margin: 0em 1em 1em 1em; - padding: 5px; -} - -div.error { - color: black; - font-weight: bold; - background: transparent url(dialog-warning.png) top left no-repeat; - padding-left: 22px; - margin-left: 5px; -} - - - -/* steps */ - -div#steps h2 { - display: none; -} - -div#steps ol { - font-family: Museo500, sans-serif; - font-weight: normal; - list-style: none; - margin: 0; - margin-top: 44px; - padding: 0; - text-align: center; - color: #868686; -} - -div#steps span.marker { - float:left; - font-size: 250%; - font-weight: normal; - margin: -5px 0 0 ; - position: relative; - top: -6px; -} - -div#steps ol > li { - border: 1px solid #a5a7aa; - border-width: 1px 0px; -} - -div#steps ol li { - margin: 1ex 0; - letter-spacing:1px; - padding: 1ex; -} - -div#steps ol li.current { - color: #444; -} - -div#steps ol li.current span.label { - font-weight: bold; -} - -div#steps ol li.current .marker { -} - -div#steps ol ul { - background: white; - margin: 0 -1ex; - padding: 0px; -} - -div#steps ol li.current ul li.current { -} - -div#steps li ul li:first-child { - margin-top: 1em; -} - -div#steps li ul li { - margin: 0; - font-weight: normal; - font-size: 90%; - display:block; - color: #666; - text-align: left; - padding-left: 30px; -} - -div#steps li ul li.current { - border-radius: 0; - -moz-border-radius: 0; - -webkit-border-radius: 0; -} - -div#steps li.current ul li { - color: #535353; -} - -div#steps li.current ul li.current { - color: white; - background: #b1b1b1; -} - -/* other stuff */ - -div#gauche ul, -div#myspace ul { - padding: 0 0 0 1ex; - margin: 2ex 0; -} - -div#gauche li, -div#myspace li { - list-style: none; - padding: 0; - margin: 1ex 0; -} - -div#centre li li { - list-style: circle; -} - -div#centre li li a, -div#gauche li a { -} - -div#gauche li a:hover { -} - -div#services-2nd ul ul, -div#centre ul ul { - margin-top: 0.5ex; -} - -div#content a { - color: #265aa2; -} - -div#content a:hover { - color: #265aa2; -} - -div#content form a { - border-bottom: 1px dotted #265aa2; -} - -div#content form a:hover { - border-bottom: 1px solid #265aa2; - text-decoration: none; -} - -li.all-forms { - margin-top: 1ex; -} - -div#new_member div.buttons, -div#member div.buttons { - text-align: left; -} -ul#announce-modes { - list-style:none; - margin:1em 0 0 2em; -} - -ul#announce-modes li { - margin:0 0 0.5em 0; -} - -li #par_mail{ - background: url(mail.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li #par_sms { - background: url(tel.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li a#par_rss { - background: url(rss.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -li a#par_ical { - background: url(ical.gif) left center no-repeat; - padding: 5px 0 5px 20px; -} - -div.address { - margin-left: 2em; -} - -ul#month-links { - float: right; - padding: 1em; - text-align: right; - list-style: none; -} - -ul#month-links li a { - color: #379cdb; -} - -ul#month-links li a:hover { - text-decoration: underline; -} - -div#page a.edit-custom-text { - float: right; - font-size: 50%; - margin: 0 0 1ex 1ex; -} - -div#page a.edit-custom-text:hover { - color: black; -} - -p#receiver { - margin-left: 2em; -} - -#page div.back-home-button { - margin: 2em auto 1em auto; -} - -h2.foldable { - display: none; -} - -div#profile h3 { - margin-top: 2em; -} - -div.dataview span.value { - display: block; - margin-left: 1em; - margin-bottom: 1ex; -} - -form div.page, -div.dataview div.page { - border: 1px solid #aaa; - padding: 1ex; - margin-bottom: 1em; -} - -form div.page p, -div.dataview div.page p { - margin-top: 0; -} - -form div.page h3, -div.dataview div.page h3 { - margin: 0; - margin-bottom: 1ex; -} - -#profile form ul li {line-height: 20px; padding-bottom: 5px;border-bottom: 1px solid #CCCCCC;} - -#rub_service h2 {clear: both;} -div.dataview {clear: both; padding-bottom: 40px;} -div.dataview p span.label {font-weight: bold; text-decoration: underline;} -div.dataview p span.value {} - -table#strongbox-items tr.expired td.expiration { - color: #800; -} - -table#strongbox-items td { - padding: 2px 1ex; -} - -table#strongbox-items tr.even { - background: #ddd; -} - -table#strongbox-items tr.odd { - background: #eee; -} - -p.infopratique ul { - list-style-type: circle; - padding-bottom: 3px; -} - -p.infopratique table, p.infopratique table tr, p.infopratique table tr th, p.infopratique table tr td { - border: 1px solid #333333; -} - -p.infopratique table tr th { - -} - -div.content table thead {} -div.content table thead th {background-color: #265aa2; color: white;} -div.content table thead tr {} -div.content table thead td {background-color: #265aa2;} -div.content table tbody {} -div.content table tbody th {background-color: #cccccc; color: black; width: 200px; text-align: left; padding-left: 5px;} -div.content table tbody tr {background-color: #eeeeee; border-bottom: 1px solid #CCCCCC;} -div.content table tbody tr td {} -div.content table tbody tr td input { - border: 1px solid #aaa; - background: white url(field-shade.png) top left repeat-x; - padding: 1px; - border-radius: 2px; - -moz-border-radius: 2px; - -webkit-border-radius: 2px; - color: black; - -webkit-transition: background 200ms ease-out; -} - -div.content table tbody tr td input:focus { - border: 1px solid #888; - background: white; -} - -.fileprogress { - border: 1px solid #888; -} - -.fileprogress .bar { - background: #09f; - line-height: 1.5em; - padding-left: 1ex; - font-weight: bold; - white-space: nowrap; -} - -.fileinfo { - line-height: 1.5em; -} - -.fileinfo .remove { - height: 16px; - width: 16px; - background: url(/qo/images/stock_remove_16.png) top left no-repeat; - display: inline-block; - margin-left: 1em; - text-indent: 100%; - overflow: hidden; -} - -.passStrengthify { - padding-left: 1em; -} - -div.dataview { - display: none; -} - -div#content #disclose-dataview { - display: block; - margin: 1em 0; -} - -h3#agenda-link, -form#follow-form { - display: none; -} - -div#sidebox div#links { - display: none; -} - -div.TableWidget input { - width: 7em; -} - -.chapeau { - font-style: italic; - font-size: 110%; -} - -div#centre { - background: none; -} - -div#services > ul { - column-count: 2; - -webkit-column-count: 2; - -moz-column-count: 2; -} - -div#services > ul > li { - margin: 0px 1ex; - background: white; - column-break-inside: avoid; - -moz-column-break-inside: avoid; - -webkit-column-break-inside: avoid; - display: inline-block; - margin-bottom: 10px; - width: 90%; - width: calc(95% - 20px); /* - padding */ - - text-align: left; - background: white; - margin: 10px 10px; - padding: 10px; - -webkit-border-radius: 4px; - -moz-border-radius: 4px; - border-radius: 4px; - border: 1px solid #ccc; - box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -moz-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -webkit-box-shadow: 0px 2px 3px rgba(0, 0, 0, .4); - -} - -div#services > ul > li strong { - display: block; - background: transparent; - font-weight: normal; - text-transform: uppercase; - padding: 6px 10px 6px 10px; - color: #333; - font-size: 130%; - cursor: default; /* someday, perhaps, cursor: move */ - font-family: MuseoSlab, sans-serif; - font-weight: normal; - -} - -div#services > ul > li strong a { - color: #333; -} - -div#services > ul > li strong a:hover { - font-weight: bold; -} - -div#home-page-intro { - background: white; - padding: 1ex; -} - -div#agglo-little-links { - width: 475px; - padding-top: 5px; -} - -div#agglo-little-links ul { - margin: 15px 20px; - padding: 0; -} - -div#agglo-little-links li { - margin: 0; - display: inline; - list-style: none; - padding-right: 20px; - padding-bottom: 20px; - float: left; -} - -div#agglo-little-links li a { - display: block; - width: 125px; - height: 26px; - line-height: 26px; - background: white; - text-align: center; - text-transform: uppercase; - color: #515151; - text-decoration: none; - font-size: 14px; -} - -#profile-links, -h3#my-forms { - display: none; -} - -p#welcome { -} - -div.buttons input:hover { - box-shadow: 0px 0px 5px #777; -} - -div.buttons input[name="submit"] { - font-weight: bold; -} - - - -@media screen and (max-width: 760px) { - div#services > ul { - column-count: 1; - -webkit-column-count: 1; - -moz-column-count: 1; - } - #toplinks { - top: 0; - left: 0; - width: 98%; - } - div#gauche { - float: none; - width: 100%; - } - div#steps { - position: absolute; - top: -130px; - right: 1%; - width: 50%; - } - div#steps ol { - margin-top: 0; - } - div#steps ol li ul { - display: none; - } - - div#member, div#new_member, div#accessibility, div#contact, div#info, - div#help, div#rub_agenda, div#rub_annonce, div#rub_consultation, - div#rub_service, div#centre, div#profile { - float: none; - width: 100%; - } - -} - -@media screen and (max-width: 400px) { - div#top h1 { - padding-left: 1ex; - margin-left: 0; - } -} - -div#services > h3 { display: none; } - -div.qommon-map { - height: 280px; -} - -div#side { - margin-top: 43px; -} - -div#rub_service div#tracking-code { - float: right; -} diff --git a/setup.py b/setup.py index 7f975b2..9eca3c0 100644 --- a/setup.py +++ b/setup.py @@ -115,9 +115,7 @@ setup( 'sdist': eo_sdist, }, include_package_data=True, - data_files=data_tree('share/wcs/themes/auquotidien', 'theme') - + data_tree('share/wcs/themes/', 'data/themes/') - + data_tree('share/auquotidien/apache-errors', 'apache-errors') + data_files=data_tree('share/auquotidien/apache-errors', 'apache-errors') + [ ( 'share/wcs/', diff --git a/theme/admin-head-logo.png b/theme/admin-head-logo.png deleted file mode 100644 index 7dd462c..0000000 Binary files a/theme/admin-head-logo.png and /dev/null differ diff --git a/theme/admin-head-logo.xcf b/theme/admin-head-logo.xcf deleted file mode 100644 index ef20b6e..0000000 Binary files a/theme/admin-head-logo.xcf and /dev/null differ diff --git a/theme/admin.css b/theme/admin.css deleted file mode 100644 index 49705ec..0000000 --- a/theme/admin.css +++ /dev/null @@ -1,27 +0,0 @@ -/* Regie invoice listing */ -#invoice-listing tbody { - font-size: smaller -} -#invoice-listing input { - margin: 0px; -} -#invoice-listing thead tr { - margin-bottom: 5px; -} -#invoice-listing { - border-spacing: 0px; - width: 100%; -} -#invoice-listing tbody td { - padding: 3px; -} -#invoice-listing thead td { - border-bottom: 1px solid black; -} -#invoice-listing tbody:nth-child(even) { - background: #777; - color: white; -} -#invoice-listing tbody td.amount { - text-align: right; -} diff --git a/theme/bg-abonnement.gif b/theme/bg-abonnement.gif deleted file mode 100644 index 564faab..0000000 Binary files a/theme/bg-abonnement.gif and /dev/null differ diff --git a/theme/bg-accessibilite.gif b/theme/bg-accessibilite.gif deleted file mode 100644 index 3161bf3..0000000 Binary files a/theme/bg-accessibilite.gif and /dev/null differ diff --git a/theme/bg-agenda-550.gif b/theme/bg-agenda-550.gif deleted file mode 100644 index 8d44164..0000000 Binary files a/theme/bg-agenda-550.gif and /dev/null differ diff --git a/theme/bg-aide.gif b/theme/bg-aide.gif deleted file mode 100644 index 8dcf729..0000000 Binary files a/theme/bg-aide.gif and /dev/null differ diff --git a/theme/bg-annonces-550.gif b/theme/bg-annonces-550.gif deleted file mode 100644 index a1cba5b..0000000 Binary files a/theme/bg-annonces-550.gif and /dev/null differ diff --git a/theme/bg-annonces.gif b/theme/bg-annonces.gif deleted file mode 100644 index 54c8b4f..0000000 Binary files a/theme/bg-annonces.gif and /dev/null differ diff --git a/theme/bg-ariane.gif b/theme/bg-ariane.gif deleted file mode 100644 index 24e2446..0000000 Binary files a/theme/bg-ariane.gif and /dev/null differ diff --git a/theme/bg-consultations-550.gif b/theme/bg-consultations-550.gif deleted file mode 100644 index 4778f86..0000000 Binary files a/theme/bg-consultations-550.gif and /dev/null differ diff --git a/theme/bg-consultations.gif b/theme/bg-consultations.gif deleted file mode 100644 index 5df422a..0000000 Binary files a/theme/bg-consultations.gif and /dev/null differ diff --git a/theme/bg-contact.gif b/theme/bg-contact.gif deleted file mode 100644 index 355ce46..0000000 Binary files a/theme/bg-contact.gif and /dev/null differ diff --git a/theme/bg-editeur.gif b/theme/bg-editeur.gif deleted file mode 100644 index 663a9da..0000000 Binary files a/theme/bg-editeur.gif and /dev/null differ diff --git a/theme/bg-etape-actif.gif b/theme/bg-etape-actif.gif deleted file mode 100644 index 30affc8..0000000 Binary files a/theme/bg-etape-actif.gif and /dev/null differ diff --git a/theme/bg-etape.gif b/theme/bg-etape.gif deleted file mode 100644 index 20cc27a..0000000 Binary files a/theme/bg-etape.gif and /dev/null differ diff --git a/theme/bg-footer.gif b/theme/bg-footer.gif deleted file mode 100644 index a10f08d..0000000 Binary files a/theme/bg-footer.gif and /dev/null differ diff --git a/theme/bg-h-annonce.gif b/theme/bg-h-annonce.gif deleted file mode 100644 index c437ad4..0000000 Binary files a/theme/bg-h-annonce.gif and /dev/null differ diff --git a/theme/bg-h-link.gif b/theme/bg-h-link.gif deleted file mode 100644 index 5dc5dba..0000000 Binary files a/theme/bg-h-link.gif and /dev/null differ diff --git a/theme/bg-h-myspace.gif b/theme/bg-h-myspace.gif deleted file mode 100644 index a8a5d51..0000000 Binary files a/theme/bg-h-myspace.gif and /dev/null differ diff --git a/theme/bg-h-service.gif b/theme/bg-h-service.gif deleted file mode 100644 index b615ae5..0000000 Binary files a/theme/bg-h-service.gif and /dev/null differ diff --git a/theme/bg-inscription.gif b/theme/bg-inscription.gif deleted file mode 100644 index 6b6ac17..0000000 Binary files a/theme/bg-inscription.gif and /dev/null differ diff --git a/theme/bg-login.gif b/theme/bg-login.gif deleted file mode 100644 index 490e39c..0000000 Binary files a/theme/bg-login.gif and /dev/null differ diff --git a/theme/bg-member.gif b/theme/bg-member.gif deleted file mode 100644 index 7f31fba..0000000 Binary files a/theme/bg-member.gif and /dev/null differ diff --git a/theme/bg-rub-agenda.gif b/theme/bg-rub-agenda.gif deleted file mode 100644 index 81bd7a9..0000000 Binary files a/theme/bg-rub-agenda.gif and /dev/null differ diff --git a/theme/bg-rub-annonce.gif b/theme/bg-rub-annonce.gif deleted file mode 100644 index 13989bd..0000000 Binary files a/theme/bg-rub-annonce.gif and /dev/null differ diff --git a/theme/bg-rub-consult.gif b/theme/bg-rub-consult.gif deleted file mode 100644 index 82366af..0000000 Binary files a/theme/bg-rub-consult.gif and /dev/null differ diff --git a/theme/bg-rub-service.gif b/theme/bg-rub-service.gif deleted file mode 100644 index 806ae59..0000000 Binary files a/theme/bg-rub-service.gif and /dev/null differ diff --git a/theme/bg-services-240.gif b/theme/bg-services-240.gif deleted file mode 100644 index a5762c7..0000000 Binary files a/theme/bg-services-240.gif and /dev/null differ diff --git a/theme/bg-services-550.gif b/theme/bg-services-550.gif deleted file mode 100644 index 6be0284..0000000 Binary files a/theme/bg-services-550.gif and /dev/null differ diff --git a/theme/bg-services.gif b/theme/bg-services.gif deleted file mode 100644 index f84ba74..0000000 Binary files a/theme/bg-services.gif and /dev/null differ diff --git a/theme/bg-ul-consult.gif b/theme/bg-ul-consult.gif deleted file mode 100644 index 85a3c55..0000000 Binary files a/theme/bg-ul-consult.gif and /dev/null differ diff --git a/theme/bg.gif b/theme/bg.gif deleted file mode 100644 index 1f43dc3..0000000 Binary files a/theme/bg.gif and /dev/null differ diff --git a/theme/desc.xml b/theme/desc.xml deleted file mode 100644 index c2b95e4..0000000 --- a/theme/desc.xml +++ /dev/null @@ -1,6 +0,0 @@ - - - - Theme for au-quotidien.fr - Frederic Peters - diff --git a/theme/header-hd.jpg b/theme/header-hd.jpg deleted file mode 100644 index 1a8233a..0000000 Binary files a/theme/header-hd.jpg and /dev/null differ diff --git a/theme/header-vandoeuvre.jpg b/theme/header-vandoeuvre.jpg deleted file mode 100644 index c90cb93..0000000 Binary files a/theme/header-vandoeuvre.jpg and /dev/null differ diff --git a/theme/header.jpg b/theme/header.jpg deleted file mode 100644 index 47ea7a2..0000000 Binary files a/theme/header.jpg and /dev/null differ diff --git a/theme/ical.gif b/theme/ical.gif deleted file mode 100644 index 2c0dddd..0000000 Binary files a/theme/ical.gif and /dev/null differ diff --git a/theme/icon.png b/theme/icon.png deleted file mode 100644 index 396aa6f..0000000 Binary files a/theme/icon.png and /dev/null differ diff --git a/theme/img-annonce-550.jpg b/theme/img-annonce-550.jpg deleted file mode 100644 index 90bd967..0000000 Binary files a/theme/img-annonce-550.jpg and /dev/null differ diff --git a/theme/img-annonce.jpg b/theme/img-annonce.jpg deleted file mode 100644 index b94d8fe..0000000 Binary files a/theme/img-annonce.jpg and /dev/null differ diff --git a/theme/img-consultation-550.jpg b/theme/img-consultation-550.jpg deleted file mode 100644 index 66604e0..0000000 Binary files a/theme/img-consultation-550.jpg and /dev/null differ diff --git a/theme/img-consultation.jpg b/theme/img-consultation.jpg deleted file mode 100644 index 1a6d39d..0000000 Binary files a/theme/img-consultation.jpg and /dev/null differ diff --git a/theme/img-service-550.jpg b/theme/img-service-550.jpg deleted file mode 100644 index 14d8af1..0000000 Binary files a/theme/img-service-550.jpg and /dev/null differ diff --git a/theme/img-service.jpg b/theme/img-service.jpg deleted file mode 100644 index 44ec525..0000000 Binary files a/theme/img-service.jpg and /dev/null differ diff --git a/theme/joindre_document.jpg b/theme/joindre_document.jpg deleted file mode 100644 index 4898e6f..0000000 Binary files a/theme/joindre_document.jpg and /dev/null differ diff --git a/theme/key.gif b/theme/key.gif deleted file mode 100644 index 555b328..0000000 Binary files a/theme/key.gif and /dev/null differ diff --git a/theme/keyring.png b/theme/keyring.png deleted file mode 100644 index ae142eb..0000000 Binary files a/theme/keyring.png and /dev/null differ diff --git a/theme/link-list-hover.gif b/theme/link-list-hover.gif deleted file mode 100644 index f78bee4..0000000 Binary files a/theme/link-list-hover.gif and /dev/null differ diff --git a/theme/link-list.gif b/theme/link-list.gif deleted file mode 100644 index e589df7..0000000 Binary files a/theme/link-list.gif and /dev/null differ diff --git a/theme/login-button-bg.png b/theme/login-button-bg.png deleted file mode 100644 index 8b928cd..0000000 Binary files a/theme/login-button-bg.png and /dev/null differ diff --git a/theme/lost.png b/theme/lost.png deleted file mode 100644 index 03b321a..0000000 Binary files a/theme/lost.png and /dev/null differ diff --git a/theme/mail.gif b/theme/mail.gif deleted file mode 100644 index 6dcc53b..0000000 Binary files a/theme/mail.gif and /dev/null differ diff --git a/theme/member.gif b/theme/member.gif deleted file mode 100644 index 5b4bde0..0000000 Binary files a/theme/member.gif and /dev/null differ diff --git a/theme/overlay.gif b/theme/overlay.gif deleted file mode 100644 index b91a750..0000000 Binary files a/theme/overlay.gif and /dev/null differ diff --git a/theme/overlay.png b/theme/overlay.png deleted file mode 100644 index 7cee298..0000000 Binary files a/theme/overlay.png and /dev/null differ diff --git a/theme/plus-service.gif b/theme/plus-service.gif deleted file mode 100644 index ece8ffe..0000000 Binary files a/theme/plus-service.gif and /dev/null differ diff --git a/theme/popup-border-top.png b/theme/popup-border-top.png deleted file mode 100644 index 7c095df..0000000 Binary files a/theme/popup-border-top.png and /dev/null differ diff --git a/theme/puce-consultation.gif b/theme/puce-consultation.gif deleted file mode 100644 index 2e9340c..0000000 Binary files a/theme/puce-consultation.gif and /dev/null differ diff --git a/theme/puce-etape-active.gif b/theme/puce-etape-active.gif deleted file mode 100644 index 23d14ea..0000000 Binary files a/theme/puce-etape-active.gif and /dev/null differ diff --git a/theme/puce-etape.gif b/theme/puce-etape.gif deleted file mode 100644 index f4e8091..0000000 Binary files a/theme/puce-etape.gif and /dev/null differ diff --git a/theme/puce-myspace.gif b/theme/puce-myspace.gif deleted file mode 100644 index 1b2bc36..0000000 Binary files a/theme/puce-myspace.gif and /dev/null differ diff --git a/theme/puce-rub-consultation.gif b/theme/puce-rub-consultation.gif deleted file mode 100644 index de29a51..0000000 Binary files a/theme/puce-rub-consultation.gif and /dev/null differ diff --git a/theme/puce-rub-service.gif b/theme/puce-rub-service.gif deleted file mode 100644 index 5ad326d..0000000 Binary files a/theme/puce-rub-service.gif and /dev/null differ diff --git a/theme/puce-service.gif b/theme/puce-service.gif deleted file mode 100644 index 9ab2621..0000000 Binary files a/theme/puce-service.gif and /dev/null differ diff --git a/theme/rss.gif b/theme/rss.gif deleted file mode 100644 index d389dce..0000000 Binary files a/theme/rss.gif and /dev/null differ diff --git a/theme/separateur-footer.gif b/theme/separateur-footer.gif deleted file mode 100644 index 034abf5..0000000 Binary files a/theme/separateur-footer.gif and /dev/null differ diff --git a/theme/silhouettes-poteau.jpg b/theme/silhouettes-poteau.jpg deleted file mode 100644 index 557c22d..0000000 Binary files a/theme/silhouettes-poteau.jpg and /dev/null differ diff --git a/theme/tel.gif b/theme/tel.gif deleted file mode 100644 index 3ce2dba..0000000 Binary files a/theme/tel.gif and /dev/null differ diff --git a/theme/template.ezt b/theme/template.ezt deleted file mode 100644 index 9e84936..0000000 --- a/theme/template.ezt +++ /dev/null @@ -1,55 +0,0 @@ - - - - [page_title] - - - [""] - [script] - - - -
- - -
- -
- [if-any gauche][gauche][end] -
- - [if-any breadcrumb][else] - [end] - - [if-any bigdiv]
[end] - [body] - [if-any bigdiv]
[end] -
-
- -
- - diff --git a/theme/template.iframe.ezt b/theme/template.iframe.ezt deleted file mode 100644 index 8ad9768..0000000 --- a/theme/template.iframe.ezt +++ /dev/null @@ -1,17 +0,0 @@ - - - - [page_title] - - [""] - [script] - - -
- [if-any bigdiv]
[end] - [body] - [if-any bigdiv]
[end] -
- - diff --git a/theme/wcs-common.css b/theme/wcs-common.css deleted file mode 100644 index 145fc1c..0000000 --- a/theme/wcs-common.css +++ /dev/null @@ -1,340 +0,0 @@ -div.content { - margin-left: 5px; -} - -div.TextWidget textarea, -div.StringWidget input, -div.IntWidget input, -div.DateWidget input, -div.WcsExtraStringWidget input, -div.RegexStringWidget input, -div.ValidatedStringWidget input, -div.EmailWidget input, -div.PasswordWidget input { - border: 1px inset #ccc; - margin: 1px; - padding: 2px 3px; -} - -div.SingleSelectWidget select { - margin: 1px; -} - -div.widget input.prefill-button { - border: 1px outset #ccc; - margin: 0 0 0 1em; - padding: 0px 0px; -} - -div.widget input.prefill-button:focus { - border: 1px outset #ccc; - margin: 0 0 0 1em; - padding: 0; -} - - -div.widget textarea.readonly, -div.widget input.readonly { - border: 1px solid #ccc; - background: #eee; - margin: 0 0 0 1em; -} - -div.TextWidget textarea:focus, -div.DateWidget input:focus, -div.StringWidget input:focus, -div.IntWidget input:focus, -div.WcsExtraStringWidget input:focus, -div.RegexStringWidget input:focus, -div.ValidatedStringWidget input:focus, -div.EmailWidget input:focus, -div.PasswordWidget input:focus { - border: 2px solid #ccf; - /*margin: 0px; */ - padding: 1px 2px; -} - -div.AccountSettingWidget label { - padding-right: 2em; -} - -div.SubmitWidget input, input[type=submit] { - margin-top: 1em; - border: 1px outset #ccc; -} - -div.form .title, form.quixote .title { - font-weight: bold; - margin: 0 0.5em 0 0; - text-align: justify; -} - -div.errornotice { - background: #fd6; - border: 1px solid #ffae15; - margin: 1em 1em 1em 1em; - padding: 5px; -} - -div.infonotice { - background: #7b95a6; - border: 1px solid #153eaf; - margin: 0em 1em 1em 1em; - padding: 5px; -} - -div.error { - color: black; - font-weight: bold; - background: transparent url(/qo/css/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; } - -div.widget { - margin-bottom: 0.5em; - /*clear: both;*/ -} - -input[type="submit"][name="submit"] { - font-weight: bold; -} - -div.form pre { - overflow: scroll; -} - - -div#error h1 { - margin: 0; -} - -div#error { - width: 40em; - max-width: 500px; - margin: 15% auto; - background: white; - border: 1px solid #999; - padding: 1em; -} - -div.hint { - font-size: 80%; -} - -span.required { - background: transparent url(/qo/css/required.png) 0px 0.5ex no-repeat; - padding: 0 0 0 24px; - margin-left: 1ex; - overflow: hidden; - color: white; -} - -div.buttons { - margin-top: 1em; -} - -div.RadiobuttonsWidget div.content { - display: block; -} - -div.RadiobuttonsWidget input { - margin-left: 1ex; - margin-right: 1ex; -} - -div.CheckboxesWidget label { - padding-right: 10px; -} - -div.error-page { - margin: 1em; -} - -pre#exception { - overflow: scroll; - padding: 1em; - border: 1px solid #bbb; - background: #f0f0f0; - font-size: 90%; -} - -div.StringWidget ul { - margin: 0; - padding-left: 2em; - list-style: circle; -} - -div.inline-first div.title, -div.inline div.title { - display: inline; - float: left; - max-width: 20em; - text-align: left; - padding-top: 6px; -} - -div.inline-first div.title span.required, -div.inline div.title span.required { - margin-left: 1ex; - padding-left: 12px; -} - -div.inline-first div.content, -div.inline div.content { - margin-left: 1ex; -} - -div.inline-first div.hint, -div.inline div.hint { - display: none; -} - -div.inline-first { - float: left; - clear: both; -} - -div.inline { - float: left; - clear: none; -} - -div.inline-first div.content, -div.inline div.content { - margin-right: 1.5em; -} - - - -div.inline-first div.content, -div.inline div.content { - display: inline; -} - -.clear-both { - clear: both; -} - -div.CheckboxesWidget div.content ul { - list-style: none; -} - -div.CheckboxesWidget div.content ul.inline li { - display: inline; - margin-right: 2em; -} - -div.dataview { - margin: 1em 0; -} - -div.dataview div.field { - margin: 1em 0; -} - -div.dataview span.label { - font-weight: bold; - display: block; -} - -div.dataview .value { - display: block; - margin-left: 1em; - margin-bottom: 1ex; -} - -form div.page, -div.dataview div.page { - border: 1px solid #aaa; - padding: 1ex; - margin-bottom: 1em; -} - -form div.page p, -div.dataview div.page p { - margin-top: 0; -} - -form div.page h3, -div.dataview div.page h3 { - margin: 0; - margin-bottom: 1ex; -} - -#modalOverlay { - height:100%; - width:100%; - position:fixed; - left:0; - top:0; - z-index:3000; - background-color: rgba(0, 0, 0, 0.8); - cursor:wait; -} - -div#popup { - position:fixed; - /*width:600px; - left:50%; - margin-left:-300px; */ - z-index:3100; - border: 1px solid black; - border-color: #333 black black #333; -} - -div#popup div.popup-content { - padding: 10px; - min-width: 200px; - background: white; -} - -div#popup div.popup-content p { - width: 30em; -} - -div#popup div.popup-content > p { - width: auto; - max-width: 30em; -} - -div#popup form div.widget { - text-align: left; -} - -div#popup form div.buttons { - text-align: center; -} - -div#popup br { - display: none; -} - -div#popup form div.buttons input { - padding: 2px 1em; -} - -div#popup h2 { - text-align: center; - margin: -10px -10px 10px -10px; - padding: 2px 5px; - font-size: 110%; - background: #6d81b9 url(popup-border-top.png) top left repeat-x; - border-bottom: 1px solid #456599; - color: white; -} - -div#popup p { - text-align: justify; -} - -table#agenda-filter td { - vertical-align: top; - padding-right: 2em; -} diff --git a/theme/wcs.css b/theme/wcs.css deleted file mode 100644 index a0c585f..0000000 --- a/theme/wcs.css +++ /dev/null @@ -1,1059 +0,0 @@ -@import url(wcs-common.css); -/* ///////////////////////// GENERAL */ -*{ - margin:0; - padding:0; -} - -html { - /* vertical scrollbar; always (so the geometry doesn't change) */ - height: 100%; - margin-bottom: 1px; -} - -body { - text-align: center; - background:url(bg.gif); - color:#444; - font:95% Bitstream Vera Sans, Arial, Helvetica, sans-serif; -} - -a { - color: #000; - text-decoration:none; -} - -a:hover { - /*text-decoration: underline;*/ -} - - -ul { - list-style: none; -} - -hr { - clear: both; - visibility: hidden; -} - -form { - margin-top: 1em; -} - -form p { - margin: 0.5em 0; - margin-right: 1em; - text-align: justify; -} - -div.article { - text-align: justify; -} - -div.article h3 a { - color: #444444; -} - -div.article h3 { - padding-left:10px; - padding-bottom: 3px; - margin:0.6em 0 0 ; -} - -div#new_member p, -div.article p { - margin: 0.5em 0; -} - -div.article div.line-block { - font-weight:bold; - margin:0.2em 0 0.2em 1em; -} - -div#new_member ul, -div.article ul { - list-style: circle; - margin-left: 2em; -} - - -/* ///////////////////////// CONTENEUR */ -div#page { - width: 800px; - background: white url(silhouettes-poteau.jpg) left bottom no-repeat; - margin: 0 auto; - text-align: left; - border: 1px solid #c1c1c1; - border-width: 0 1px 1px 1px; - position: relative; -} - - -/* ///////////////////////// HEADER */ - -div#top h1 { - width: 783px; - height: 145px; - margin:0 auto; - background:url(header.jpg) left top no-repeat; -} - -div#top h1 a { - display:block; - height: 145px; /* so it is clickable everywhere */ - width:680px; - text-decoration:none; -} - -div#top h1 a:hover { - text-decoration: none; -} - -div#top h1 a span{display:none;} - - -/* ///////////////////////// CONNEXION/INSCRIPTION */ -div#toplinks { - width: 113px; - height: 39px; - background:url(bg-member.gif) left top no-repeat; - padding: 5px; - display:block; - float:right; - margin:-90px 0px 0 0; -} - -div#toplinks ul { - margin: 0 0 0 5px; - list-style:none; -} - -div#toplinks ul li{ - margin: 0 0 5px 0; -} - -div#toplinks a { - color: #555; - font-size:small; - width:80px; - height:15px; - display:block; -} - -div#toplinks a:hover { - color: black; - text-decoration: underline; -} - -/* ///////////////////////// PUCE INSCRIPTION */ -div#toplinks li span#member, -div#toplinks li a#member, -div#toplinks li a#inscr{ - background:url(member.gif) left center no-repeat; - overflow: hidden; - padding-left:20px; -} - -/* ///////////////////////// PUCE CONNEXION */ -div#toplinks li a#logout, -div#toplinks li a#login{ - background:url(key.gif) left center no-repeat; - padding-left:20px; -} - -/* ///////////////////////// CONTENU */ -div#main-content { - margin:10px 0 0 0; - padding: 5px 0 0 5px; -} - -/* ///////////////////////// FIL ARIANE */ -#breadcrumb { - background:url(bg-ariane.gif) left top no-repeat ; - padding: 3px 2px 5px 30px; - margin:0 5px 1em 180px; - font-size: 80%; - width:570px; - height:15px; -} - -#breadcrumb a { - text-decoration: none; - border-bottom: 1px dotted black; -} - -#breadcrumb a:hover { - border-bottom-style: solid; -} - -/* ///////////////////////// COLONNE GAUCHE : LIENS */ -div#gauche { - width:175px; - height:450px; - float:left; -} - -div#sidebox { - width: 170px; -} - -div#sidebox h3 { - border-left:10px solid #0ac1fc; - background:url(bg-h-link.gif) left top repeat-x; - padding:5px 15px 3px 25px; -} - -div#sidebox li{ - margin: 0.8em 0; -} - -div#sidebox li a{ - background:url(link-list.gif) left center no-repeat; - padding-left:15px; -} - -div#sidebox li a:hover { - background:url(link-list-hover.gif) left center no-repeat; - color:#0ac1fc; - text-decoration:underline; -} - -div#sidebox h3#agenda-link a { - color: #444; - border-bottom: 1px dotted #444; -} - -div#sidebox h3#agenda-link a:hover { - border-bottom: 1px solid #444; -} -/* ///////////////////////// COLONNE CENTRE : SERVICES */ -div#centre { - width:310px; - float:left; - padding:0 5px 0 0; -} - -div#services-2nd h3, -div#services h3 { - background:url(bg-services.gif) left top no-repeat; - width:305px; - height:25px; - padding:5px 0 5px 50px; -} - -div#services-2nd h3 { - background:url(bg-services-240.gif) left top no-repeat; - width:238px; - text-align: right; - padding:5px 5px 5px 0; -} - -div#services-2nd ul li a, -div#services ul li a { - border-bottom:2px dotted #ff9623; -} - -div#services-2nd ul ul li a, -div#services ul ul li a { - background:url(puce-service.gif) left center no-repeat; - padding-left:10px; - border:none; -} - -div#services-2nd ul li a:hover, -div#services ul li a:hover { - border-left: 10px solid #ff9623; - padding-left:10px; - color:#ff9623; -} - -div#services-2nd ul ul li a:hover, -div#services ul ul li a:hover { - color:#ff9623; - text-decoration:underline; - border:none; -} - -div#services-2nd li, -div#services li { - margin-top: 8px; -} - -div#services-2nd li li, -div#services li li { - margin: 0; - font-size:90% -} - -div#services-2nd ul ul, -div#services ul ul { - margin:8px 0 0 1em; -} - -div#services-2nd li p, -div#services li p { - margin-top: 8px; - text-align: justify; - padding-right: 5px; -} - - -/* ///////////////////////// COLONNE DROITE : CONSULTATION + ANNONCES */ -div#droite { - width:31%; - float:right; - padding-right:3px; -} -/* ///////////////////////// CONSULTATIONS */ -#droite #consultations { - margin-bottom: 1em; -} - -#droite #consultations h3 { - background:url(bg-consultations.gif) left top no-repeat; - text-align:right; - width:238px; - height:26px; - padding:5px 5px 5px 0; -} - -#droite #consultations li { - margin-bottom: 1ex; -} - -#droite #consultations li a{ - background:url(puce-consultation.gif) left center no-repeat; - padding-left:15px; - font-size:90% -} - -#droite #consultations li a:hover { - color:#fb0611; - text-decoration: underline; -} - -/* ///////////////////////// ANNONCES */ - -#droite #announces p { - text-align: justify; - margin:0.2em 0 0.5em 0; - font-size:85%; -} - -#droite #announces h3 { - background:url(bg-annonces.gif) left top no-repeat; - width:238px; - height:26px; - padding:5px 5px 5px 0; - text-align:right; -} - - -#droite #announces h4 { - border-bottom: 2px dotted #7dd100; - border-right: 2px dotted #7dd100; - padding-left: 2px; - color:#7dd100; -} - - ul#announces-links { - list-style: none; - background:url(bg-abonnement.gif) left top no-repeat; - width:207px; - height:58px; - padding: 10px; - margin: 1.5em 0 0; -} - - ul#announces-links li{ - margin:0.3em 0 0; - list-style: none; -} - - ul#announces-links a{ - border-left:10px solid #7dd100; - padding-left:5px; -} - - ul#announces-links a:hover { - text-decoration:underline; - color:#7dd100; -} - - -/* My Space on home page */ - -#droite #myspace p { - text-align: justify; - margin:0.2em 0 0.5em 0; - font-size:85%; -} - -#droite #myspace h3 { - background:url(bg-h-myspace.gif) left top no-repeat; - width:238px; - height:26px; - padding:5px 5px 5px 0; - text-align:right; -} - -#droite #myspace li { - margin-bottom: 1ex; -} - -#droite #myspace li a{ - background:url(puce-myspace.gif) left center no-repeat; - padding-left:15px; - font-size:90% -} - -#droite #myspace li a:hover { - color:#6e8b03; - text-decoration: underline; -} - - - - -/* ///////////////////////// PAGE CONSULTATION */ - -#rub_consultation{ - background:url(img-consultation.jpg) left top no-repeat; - padding:110px 0 0 0; - margin:0 0 0 185px; -} - -#rub_consultation h2{ - background:url(bg-rub-consult.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -#rub_consultation h3{ - background:url(bg-ul-consult.gif) left top repeat-x; - border-left:10px solid #fb0611; - padding:3px 35px 5px 15px; - margin:0.8em 1em 1em 2em; - height:15px; -} - -#rub_consultation ul.sommaire{ - list-style:none; - margin:1em 0 0 3em; -} - -#rub_consultation ul.sommaire li{ - background:url(bg-ul-consult.gif) left top repeat-x; - border-left:10px solid #fb0611; - padding:3px 35px 5px 15px; - margin:0.5em 150px 0.2em 0; - height:15px; -} - -#rub_consultation ul.sommaire li a:hover { - text-decoration:underline; - color:#fb0611; -} - -#rub_consultation ul{ - margin:1em 0 0 1em; -} - -#rub_consultation ul.catforms li{ - background:url(puce-rub-consultation.gif) left center no-repeat; - padding:2px 0 2px 15px; -} - -#rub_consultation ul li a:hover { - color:#fb0611; -} - -#rub_consultation form{ -} - -/* ///////////////////////// PAGE ANNONCES */ - -#rub_annonce{ - margin:0 0 0 185px; - padding:0 10px 0 0; - background:url(img-annonce.jpg) left top no-repeat; - padding:110px 0 0 0; -} - -#rub_annonce h2{ - background:url(bg-rub-annonce.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -#rub_annonce h3{ - border-left:10px solid #7dd100; - background:url(bg-h-annonce.gif) left top repeat-x; - padding:5px 15px 3px 25px; - margin:0.5em 2em 0.3em 0.5em; - height:15px; -} - -#rub_annonce h4{ - border-bottom:2px dotted #7dd100; - border-right:2px dotted #7dd100; - color:#7dd100; - padding-left:2px; - margin:0.5em 2em 0.3em 0.5em; -} - -#rub_annonce p{ - margin: 1em 1em 0 0.7em; -} - -#rub_annonce ul{ - list-style: circle; - margin: 0 0 0 2em; -} - -#rub_annonce ul li { - margin: 0.5em 0; -} - -/* ABONNEMENT */ -#rub_annonce ul#announce-modes{ - list-style:none; - margin:1em 0 0 2em; -} - -#rub_annonce ul#announce-modes li{ - margin:0 0 0.5em 0; -} - -li #par_mail{ - background:url(mail.gif) left center no-repeat; - padding:5px 0 5px 20px; -} - -li #par_sms{ - background:url(tel.gif) left center no-repeat; - padding:5px 0 5px 20px; -} - -li a#par_rss{ - background:url(rss.gif) left center no-repeat; - padding:5px 0 5px 20px; -} - -li a#par_ical{ - background:url(ical.gif) left center no-repeat; - padding:5px 0 5px 20px; -} - -#rub_annonce li a:hover { - color:#7dd100; - font-weight:bold; -} - -/* ///////////////////////// PAGE SERVICES */ - -#rub_service{ - margin:0 0 0 185px; - padding:0 10px 0 0; - background:url(img-service.jpg) left top no-repeat; - padding:110px 0 0 0; -} - -#rub_service h2{ - background:url(bg-rub-service.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -#rub_service h3{ - background:url(bg-h-service.gif) left top repeat-x; - border-left:10px solid #ff9623; - padding:3px 35px 5px 15px; - margin:0.8em 1em 1em 2em; - height:15px; -} - -#rub_service ul{ - margin:1em 0 0 1em; -} - -#rub_service ul.catforms li{ - background:url(puce-rub-service.gif) left center no-repeat; - padding:2px 0 2px 15px; -} - -#rub_service ul li a:hover { - color:#ff9623; -} - -/*FORMULAIRE*/ -#rub_service h4{ - background:url(puce-rub-service.gif) left center no-repeat; - padding:2px 0 2px 15px; -} - - -/* ///////////////////////// PAGE INFOS EDITEUR */ -div#info{ - margin:0 0 0 180px; - padding:0 10px 0 0; -} - -div#info h2{ - background:url(bg-editeur.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -div#info h3{ - border-bottom:2px dotted #b7b7b9; - border-left:10px solid #b7b7b9; -} - -div#new_member, -div#info p { - margin: 1ex 0; -} - -/* ///////////////////////// PAGE ACCESSIBILITE */ - -div#accessibility{ - margin:0 5px 0 180px; - padding:0 5px 0 0; -} - -div#accessibility h2{ - background:url(bg-accessibilite.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -div#accessibility h3{ - border-left:10px solid #e3d5b8; - border-bottom:2px dotted #e3d5b8; -} - -div#accessibility p a{ - color:#d5650f; -} - -div#accessibility p a:hover { - text-decoration:underline; -} - - -/* ///////////////////////// PAGE CONTACT */ - -div#contact{ - margin:0 5px 0 180px; - padding:0 5px 0 0; -} - -div#contact h2{ - background:url(bg-contact.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -/* ///////////////////////// PAGE AIDE */ - -div#help{ - margin:0 5px 0 180px; - padding:0 5px 0 0; -} - -div#help h2{ - background:url(bg-aide.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -div#help h3{ - border-left:10px solid #f9abd3; - border-bottom:2px dotted #f9abd3; -} - - -/* ///////////////////////// PAGE IDENTIFICATION */ - -div#member{ - margin:0 5px 0 180px; - padding:0 5px 0 0; -} - -div#member h2{ - background:url(bg-login.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -/* ///////////////////////// PAGE INSCRIPTION & PAGES PROFILE */ - -div#profile, -div#new_member{ - margin:0 5px 0 180px; - padding:0 5px 0 0; -} - -div#profile h2, -div#new_member h2{ - background:url(bg-inscription.gif) left top no-repeat; - padding:5px 2px 5px 45px; - width:555px; - height:22px; -} - -div#profile h3 { - border-left: 10px solid #befb03; - border-bottom:2px dotted #befb03; - margin: 1em 0; - padding-left: 1ex; -} - -div#profile a:hover { - text-decoration: underline; -} - -/* Pages d'agenda */ - -#rub_agenda { - background: url(img-annonce.jpg) left top no-repeat; - padding: 110px 0 0 0; - margin: 0 0 0 185px; -} - -#rub_agenda h2 { - background:url(bg-rub-agenda.gif) left top no-repeat; - padding: 5px 2px 5px 45px; - width: 555px; - height: 22px; -} - -dl#events { - margin: 1em 0; -} - -dl#events dt { - font-size: small; -} - -dl#events dd { - margin-left: 2em; - margin-bottom: 1em; -} - -dl#events a.external { - background: url(link-list.gif) left center no-repeat; - padding-left: 15px; - margin-left: 1em; - color: #444; -} - -dl#events a:hover { - text-decoration: underline; -} - -dl#events dd ul { - list-style: circle; - padding-left: 2em; -} - -dl#events a.tag { - padding: 0 1em; -} - -p#nb-events { - margin: 1em 0; -} - -p.tags { - margin: 1em 0; -} - -p.tags a { - text-decoration: underline; - padding-right: 1ex; -} - -ul#month-links { - float: right; - padding: 1em; - text-align: right; -} - -ul#month-links li a { - color: #379cdb; -} - -ul#month-links li a:hover { - text-decoration: underline; -} - - -/* ///////////////////////// FOOTER */ - -div#footer { - width:790px; - margin:0 auto; - padding:0 3px; -} - -p#legal { - border-bottom: 7px solid #0ac1fc; - text-align: right; - padding:0 15px 0 0; - font-size: 75%; - letter-spacing:1px; - color:#CCC; -} - -p#bottom-links { - text-align: center; - background:url(bg-footer.gif) left top repeat-x; - padding: 5px 0; -} - -p#bottom-links a { - font-weight:100; - font-size:80% -} - -p#bottom-links a.sep{ - background:url(separateur-footer.gif) left center no-repeat; - padding-left:15px; -} - -/* ///////////////////////// ETAPES */ -div#steps { - width: 170px; - margin:145px 0 0; -} - -div#steps h2{ - border-left:10px solid #0ac1fc; - background:url(bg-h-link.gif) left top repeat-x; - padding:5px 15px 3px 25px; -} - - -div#steps ol { - list-style: none; - margin: 5px 0; - text-align: right; - width:160px; -} - -div#steps span.marker { - float:left; - font-size:150%; - font-weight:bold; - color:#fff; - margin:-5px 0 0 ; -} - -div#steps ol li { - margin: 1ex 0; - color: #fff; - letter-spacing:1px; - padding: 1ex; - font-weight: bold; - background:url(bg-etape.gif) left top no-repeat; -} - -div#steps ol li.current { - background:url(bg-etape-actif.gif) left top no-repeat; - color:#fff; -} - -div#steps ol ul { - margin: 10px 0 0 ;; -} - -div#steps ol li.current ul li.current { - font-weight: bold; - background:url(bg-h-link.gif) left top repeat-x; -} - -/* AJOUT du SPAN pour la puce active */ -#steps ul li.current span{ - background:url(puce-etape-active.gif) left center no-repeat; - padding-left:15px; -} - -div#steps li ul li { - background:url(puce-etape.gif) left center no-repeat; - font-weight: normal; - font-size:80%; - margin:5px 0 0 ; - display:block; - color: #666; -} - -div#steps li.current ul li { - color:#000; -} - - -div#services ul li.all-forms { - padding: 0; - margin: 0; - margin-top: 1ex; -} - -div#services ul li.all-forms a { - background-image: url(plus-service.gif); -} - -div.address { - margin-left: 1em; -} - -#profile-links { - margin: 1em; - text-align: right; -} - -form div.page, -div.dataview div.page { - margin-right: 1em; - padding: 0px 8px; - border: 1px solid #ff9623; - border-width: 0 0 1px 1px; -} - -div#main-content form div.page h3, -div#main-content div.dataview div.page h3 { - margin: 0 -8px 1em -8px; -} - -div#login-sso, -div#login-password { - border: 1px solid #888; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - padding: 0 15px; - margin: 0 auto; - width: 23em; - margin-bottom: 2em; -} - -div#login-sso div.buttons, -div#login-password div.buttons { - text-align: right; -} - -div#login-sso div.buttons input, -div#login-password div.buttons input { - margin: 0; - background: white url(login-button-bg.png) bottom left repeat-x; - padding: 2px 10px; - border: 1px solid #ccc; - -moz-border-radius: 8px; - -webkit-border-radius: 8px; - color: #222; -} - -div#login-password div.PasswordWidget div.content, -div#login-password div.StringWidget div.content { - text-align: right; - margin-right: 3em; -} - -div#login-password p { - margin-bottom: 1em; -} - -div#login-sso { - background: white url(keyring.png) 5px 5px no-repeat; - min-height: 70px; -} - -div#login-sso h3 { - font-size: 110%; -} - -div#login-sso h3, -div#login-sso p { - margin: 5px 0 0 60px; - text-align: justify; -} - -div#home-page-intro { - padding: 3px 1ex; - margin: 0 1em 1em 180px; - text-align: justify; - border: 1px solid #a09c9c; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; - min-height: 170px; -} - -div#home-page-intro img { - float: left; - border: 1px solid gray; - padding: 3px; - margin-right: 1ex; - background: white; -} - -div#home-page-intro p { - margin: 1ex 0; -} - -div#profile ul { - margin-bottom: 1em; -} - -div#profile p.command { - margin-left: 1em; -} - -div#agenda-subs { - clear: both; -} - -table#strongbox-items { - width: 100%; - margin-top: 10px; - border: 1px solid #a09c9c; - -moz-border-radius: 10px; - -webkit-border-radius: 10px; -} - -table#strongbox-items th { - background: #eeeeee; - text-align: center; -} - -table#strongbox-items td { - padding: 5px; -} - -table#strongbox-items tr.expired td.expiration { - color: red; -} -table#strongbox-items tr.even { - background: #cccccc; -} - -table#strongbox-items tr.odd { - background: #eeeeee; -} - -.use-file-from-msp span { - display: block; - text-indent: -9999px; - width: 215px; - height: 70px; - background: url(joindre_document.jpg); - cursor: pointer; -} diff --git a/theme/wcs.css.iframe.css b/theme/wcs.css.iframe.css deleted file mode 100644 index ccb9d40..0000000 --- a/theme/wcs.css.iframe.css +++ /dev/null @@ -1,47 +0,0 @@ -@import url(wcs.css); - -html { height: auto; } -body { background-image: none; background: white;} -div#main-content { text-align: left; } - -#rub_service, #rub_consultation, #rub_annonce, #rub_agenda { - margin: auto; -} - -#rub_service { - background-image: url(img-service-550.jpg); -} - -#rub_service h2 { - background-image: url(bg-services-550.gif); - width: auto; -} - -#rub_consultation { - background-image: url(img-consultation-550.jpg); -} - -#rub_consultation h2 { - background-image: url(bg-consultations-550.gif); - width: auto; -} - -#rub_annonce, #rub_agenda { - background-image: url(img-annonce-550.jpg); -} - -#rub_annonce h2 { - background-image: url(bg-annonces-550.gif); - width: auto; -} - -#rub_annonce h4 { - margin-right: 50px; - border-right: none; -} - -#rub_agenda h2 { - background-image: url(bg-agenda-550.gif); - width: auto; -} - diff --git a/theme/working.png b/theme/working.png deleted file mode 100644 index b8e7281..0000000 Binary files a/theme/working.png and /dev/null differ