[SPIP] v3.2.12 -> v3.2.12 - Reinstallation avec le spip_loader
[lhc/web/www.git] / www / prive / themes / spip / minipres.css
1 /* Correction des styles par defaut
2 ---------------------------------------------- */
3 html { font-size: 100%; } /* Cf.: http://pompage.net/pompe/definir-des-tailles-de-polices-en-CSS/ */
4 body { font: .75em/1.5em Verdana, Geneva, sans-serif; color: #222; }
5 *, *:before, *:after { box-sizing: border-box; }
6 input, textarea, select { font-size: 100%; font-family: inherit; }
7
8 h1 { margin: 0 auto 1.5em auto; font-size: 1.3em; font-weight: bold; color: #db1762; text-align: center; }
9 h2 { margin: 0 0 1.5em 0; font-size: 1.2em; font-weight: normal; }
10 h3 { margin: 0 auto 1.5em auto; font-size: 1em; font-weight: bold; }
11 p { display: block; margin: 0 0 1.5em 0; }
12
13 img, .spip_logo { margin: 0; padding: 0; border: 0; }
14 strong, b { font-weight: bold; }
15 em, i { font-style: italic; }
16 small,.small { font-size: .9em; }
17 ul.spip { list-style: square; margin-bottom:1.5em;}
18 ul.spip ul { list-style: circle; }
19 ol.spip { list-style: decimal; margin-bottom:1.5em;}
20 ul.spip li, ol.spip li {margin-left:50px;}
21 ul.spip li li, ol.spip li li {margin-left:25px}
22
23
24
25 /* LAYOUT / Disposition a l'ecran
26 ---------------------------------------------- */
27 html, body { height: 100%; }
28 #minipres { position: relative; margin: 0 auto; background: #fff repeat; }
29 .quitter_fenetre { position: absolute; right: 1.5em; top: 1.5em; }
30 .quitter_fenetre a { display: block; width: 1.5em; height: 1.5em; background: url(images/fermer-16.png) no-repeat right center; color: #fff; text-indent: -999em; }
31
32 @media (min-width: 640px) {
33 body { display: flex; padding: 2em; }
34 #minipres { margin: auto; width: 580px;border: 1px solid #DB1762;border-radius: 8px;padding: 2em 2em 1.5em 2em;overflow: hidden;}
35 #minipres h1 {margin-top: -2em;margin-left: -2em;margin-right: -2em;padding: 0.8em;font-size: 1.1em;color: white;background: #DB1762;}
36 }
37 @media (max-width: 640px) {
38 body {padding: 1.5em;}
39 #minipres {width: auto;max-width: 25em;background: transparent;}
40 #etapes, #infos_etapes {display: none;}
41 }
42
43 @media screen and (max-width:640px) and (orientation: landscape) {
44 body { -webkit-text-size-adjust: 70%; }
45 }
46
47 /* Formulaires
48 ---------------------------------------------- */
49
50 .formo,
51 input.text,
52 input.password, select { display: block; margin-bottom: 0.5em; background: #F8F8F9 center bottom; padding: 4px; border: 1px solid #BEBEBF; border-radius: 3px; font-size: 1.2em; width: 100%; height: 2.5em; }
53 button, input[type=submit] { color: white;background: #DB1762;border: none;border-radius: 4px;padding: 8px 1em;font-size: 1.2em;font-weight: bold;}
54 button:hover, input[type=submit]:hover,
55 button:focus, input[type=submit]:focus { background: #881644; }
56
57 .formulaire_spip { clear: both; margin-bottom: 1.5em; padding: 0; background: none; border: 0; text-align: left; }
58 .formulaire_spip form { margin: 0; padding: 0; }
59 .formulaire_spip fieldset,
60 fieldset,
61 .fieldset { margin: 0 0 1em 0; padding: 0 1em 0.5em 1em; background: #FFFFFF; border: 1px solid #CCCCCC; border-radius: 4px; text-align: left; }
62 legend { font-weight: bold; color: #333; padding: 0.5em; } /* Preciser la couleur des legend pour IE/Win */
63 label {display: inline-block; margin-bottom: .5em;}
64 input[type=radio],input[type=checkbox] {display: inline-block; margin-right: 0.75em; margin-bottom: .5em;}
65
66 .formulaire_spip fieldset ul { margin: 0; padding: 0; list-style: none; }
67 .formulaire_spip fieldset ul li { clear: both; margin: 0 0 1.5em; padding: 0; }
68 .formulaire_spip fieldset ul li label,
69 .formulaire_spip fieldset ul li .erreur_message,
70 .formulaire_spip fieldset ul li .details { display: block; width: auto; margin: 0; }
71
72 .formulaire_spip .choix label { display: inline; font-weight: normal; }
73 .formulaire_spip .choix input.radio,
74 .formulaire_spip .choix input.checkbox { width: auto; }
75
76 .boutons { margin-top: 1.5em; text-align: right; }
77
78 /* erreur */
79 .formulaire_spip fieldset ul li.erreur {}
80 .formulaire_spip fieldset ul li.erreur input { border-color: red; background-color: #fcc; }
81 .reponse_formulaire,
82 .erreur_message { font-weight: bold; color: red; }
83 .reponse_formulaire.reponse_formulaire_ok {border: 2px solid #C6D880;font-weight: normal;padding: 0.8em;margin-bottom: 1.5em;color: #264409;background-color: #E6EFC2;}
84
85 /* Habillage (en vrac)
86 ---------------------------------------------- */
87
88 .petit-centre { width: 300px; margin: auto; margin-bottom: 1.5em; text-align: center; }
89 .petit-centre .logo { margin-bottom: 1.5em; }
90
91 .toile_foncee { background: #777; }
92
93 #etapes { display: block; position: absolute; top: 10px; left: 10px; }
94 #etapes span { display: block; margin-top: -0.50em; padding: 12px 14px; margin-bottom: 5px; }
95 #etapes span em { font-size: 2em; font-weight: bold; }
96 #etapes span span { position: absolute; top: -100px; left: -100px; }
97 #etapes span.ok { background: url(images/etape-ok.gif) center no-repeat; }
98 #etapes span.encours { background: url(images/etape-encours.gif) center no-repeat; }
99 #etapes span.todo { background: url(images/etape-todo.gif) center no-repeat; }
100
101 #infos_etapes { display: flex; height: 63px; overflow: hidden; margin: 0; padding: 0; padding-left: 10px; background: #8c8c8c url(images/degrade-etapes-clair-left.gif) no-repeat right top; text-align: left; list-style: none; }
102 #infos_etapes.infos_etape_4 { background-image: url(images/degrade-etapes-rose-left.gif); background-color: #db1762; }
103 #infos_etapes li { max-width: 160px; margin-left: -28px; padding-left: 29px; background: url(images/degrade-etapes-fonce-left.gif) no-repeat left top; color: #555; text-align: left; font-size: .9em; line-height: 1.05em; }
104 #infos_etapes li .fond { height: 69px; padding-right: 25px; padding-top: 10px; background: url(images/degrade-etapes-fonce-left.gif) no-repeat -2em top; }
105 #infos_etapes li em {float:left;position:absolute;top:-1000px;}
106 #infos_etapes li span.numero_etape { float: left; display: block; height: 50px; margin-left: -10px; padding: 7px 3px 0 3px; font-weight: bold; font-size: 3em; }
107 #infos_etapes li.on { background-image: url(images/degrade-etapes-rose-left.gif); color: #fff; font-weight: bold; }
108 #infos_etapes li.on .fond { background-color: #db1762; background-image: url(images/degrade-etapes-rose-left.gif); }
109 #infos_etapes li.erreur { background-image: url(images/degrade-etapes-rouge-left.gif); }
110 #infos_etapes li.erreur .fond { background-color: #ff6868; background-image: url(images/degrade-etapes-rouge-left.gif); }
111 #infos_etapes li.valides { color: white; }
112 #infos_etapes li.prochains { background-image: url(images/degrade-etapes-clair-left.gif); }
113 #infos_etapes li.prochains .fond { background-color: #dbdbdb;background-image: url(images/degrade-etapes-clair-left.gif); }
114
115 /* installation des plugins */
116 .error,
117 .success,
118 .notice {border:2px solid; font-weight: normal;padding:0.8em;margin-bottom:1.5em;}
119 .success {color: #264409;border-color: #c6d880;background-color:#e6efc2;}
120 .error {color: #8a1f11;border-color: #fbc2c4;background-color:#fbe3e4;}
121 .notice {color: #514721;border-color: #ffd324;background-color:#fff6bf;}
122
123 .install-plugins {position:relative;margin-bottom: 0;}
124 .install-plugins.success + .install-plugins.success {margin-top: 0;border-top: 0;}
125 .install-plugins.error + .install-plugins.error {margin-top: 0;border-top: 0;}
126 .install-plugins .result {display:block;position:absolute;top:0.8em;right:0.8em;font-weight:bold;}
127 .install-plugins .success {display: none;} /* ne pas afficher les installations ok mais seulement les echecs */
128
129 /* Page de login
130 ---------------------------------------------- */
131 .page_login { text-align: center; }
132 @media (min-width: 640px) {
133 .page_login #minipres {width: 30em;}
134 }
135 .page_login #minipres h3 {text-align: center;}
136 .page_login .formulaire_menu_lang {text-align: center;}
137 .page_login .formulaire_menu_lang label {display: none;}
138 .page_login .formulaire_menu_lang select {display: inline;}
139 .page_login .formulaire_menu_lang .boutons,
140 .page_login .formulaire_menu_lang input.submit {display: inline;}
141 .page_login fieldset { clear: both; margin: 0; padding: 0; background: none; border: 0;}
142 .page_login fieldset legend { display: none; }
143 .page_login .editer-groupe { width: 100%; }
144 .page_login .editer_password .details { margin-top: 0.5em; }
145 .page_login .editer_password p { margin-bottom: 0; }
146 .page_login .boutons { margin: 1.5em auto 1.5em; text-align: center; }
147 .page_login .retour { clear: both; margin: 0 0 1.5em 0; }
148 .page_login .generator { margin: 0; }
149 #pass_securise img { display: none; }
150 .editer_password p { margin-top: 1em; }
151 /* logo de l'auteur */
152 .page_login .editer_login label { display: block; }
153 .page_login #spip_logo_auteur { display: inline-block; vertical-align: middle; }
154 .page_login #spip_logo_auteur img { border-radius: 50%; }
155 .page_login input[name=var_login]:not(:last-child) { display: inline-block; /* fallback */ width: 82%; width: calc(100% - 54px); }
156
157 /* Couleurs des liens
158 ---------------------------------------------- */
159 a { color: #db1762; text-decoration: none; }
160 a:focus,
161 a:hover { color: #922149; text-decoration: underline; }
162 a:active { color: #922149; }
163
164 /* end */