Skip to content
Extraits de code Groupes Projets
Valider e0a12715 rédigé par cerdic's avatar cerdic
Parcourir les fichiers

#minipres reprend une largeur en em pour suivre les variations de taille de police

la page login herite du style de minipres, et est toute en taille variable (y compris dans IE)
parent 1a7e1ece
Aucune branche associée trouvée
Aucune étiquette associée trouvée
Aucune requête de fusion associée trouvée
...@@ -13,24 +13,27 @@ ...@@ -13,24 +13,27 @@
<meta name="generator" content="SPIP[ (#SPIP_VERSION)]" /> <meta name="generator" content="SPIP[ (#SPIP_VERSION)]" />
[<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />] [<link rel="shortcut icon" href="(#CHEMIN{favicon.ico})" />]
<link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" /> <link rel="stylesheet" href="[(#CHEMIN{spip_style.css}|direction_css)]" type="text/css" />
<link rel="stylesheet" href="[(#CHEMIN{minipres.css}|direction_css)]" type="text/css" />
<style type="text/css"> <style type="text/css">
<!-- <!--
body.page_login { background: #F8F7F3; text-align: center; font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif; } body.page_login { text-align: center; font: 1em Verdana, Tahoma, Arial, Helvetica, sans-serif; }
.formulaire_spip { text-align: #LANG_LEFT; font-size: 12px; } #minipres { width:30em;}
.formulaire_spip { text-align: #LANG_LEFT; font-size: 0.9em; }
.formulaire_menu_lang { float: #LANG_RIGHT; } .formulaire_menu_lang { float: #LANG_RIGHT; }
.formulaire_menu_lang label { display: none; } .formulaire_menu_lang label { display: none; }
.formulaire_login { clear: both; } .formulaire_login { clear: both; }
.spip_logos { float: right; padding-left: 10px; } .spip_logos { float: right; padding-left: 10px; }
.forml { width: 12em; font-family: inherit; font-size: inherit; } .forml,input {font-size: 1.0em;}
p .forml { width:20em; font-family: inherit; }
.spip_bouton input { float: #LANG_RIGHT; } .spip_bouton input { float: #LANG_RIGHT; }
.reponse_formulaire { font-weight: bold; color: red; } .reponse_formulaire { font-weight: bold; color: red; }
a { color: #e86519; text-decoration: none; } a { color: #e86519; text-decoration: none; }
--> -->
</style> </style>
</head> </head>
<body class="page_login"> <body class='page_login' >
<div style="text-align: center; width: 30em; margin: 1em auto; padding: 0em 2em 1em 2em;background:#fff;border:2px solid #888888;"> <div id='minipres'>
<h3 class="spip">#NOM_SITE_SPIP<br /> <h3 class="spip">#NOM_SITE_SPIP<br />
<small><:login_acces_prive:></small> <small><:login_acces_prive:></small>
......
...@@ -64,7 +64,7 @@ label { ...@@ -64,7 +64,7 @@ label {
#minipres { #minipres {
border: 1px solid #888888; border: 1px solid #888888;
width: 50%; width: 40em;
text-align: center; text-align: center;
margin: 1em auto 1em auto; margin: 1em auto 1em auto;
padding: 1em; padding: 1em;
......
0% Chargement en cours ou .
You are about to add 0 people to the discussion. Proceed with caution.
Veuillez vous inscrire ou vous pour commenter