
* Lisibilité (liens qui ressortent plus, footer un peu plus gros (là il fallait une loupe :) )). * Affichage des messages sur la page de destination pour signup. * Possibilité d'afficher un message sur n'importe quelle page sur laquelle on redirect ( index.php?show_msg=ok_signup_registered par ex.). * Regrouppement de tous les messages dans ressources/strings.inc, pour les affichages (point précédent) et pour que la vérification de l'orthographe soit plus facile (pas besoin de lire tout le code). * Nettoyage des paramètres à certains endroits où ça avait été oublié (mais il en reste). * Correction de quelques bugs (appel à la fonction mDie qui n'existe pas par ex.). * On ne peut faire de redirect que sur nos pages, pour éviter un exploit par redirect. * Signup connecte automatiquement l'utilisateur si l'inscription a fonctionné. * Ajout de liens entre signup et login. Si on clique sur un des lien, la page de retour reste la bonne (par exemple download, au lieu de devenir login). * Ré-indentation, uniformisation du style du code (plus ou moins, et plus moins que plus). * Factorisation du code. * Correction de la couleur du lien Télécharger. * Correction de quelques bugs d'alignement (il en reste).
187 lines
2.3 KiB
CSS
187 lines
2.3 KiB
CSS
.menu {
|
|
border-bottom : 1px solid grey;
|
|
background-color : #FFFFE0;
|
|
margin : 0px;
|
|
}
|
|
|
|
.menu #links {
|
|
display : block;
|
|
background-color : #F0F0D0;
|
|
border-top : 1px solid grey;
|
|
padding : 4px;
|
|
padding-left : 3%;
|
|
padding-right : 3%;
|
|
}
|
|
|
|
.menu #links a {
|
|
margin-left : 2%;
|
|
}
|
|
|
|
#liens {
|
|
height: 1.3em;
|
|
padding : 0.3em 0.3em 0.1em;
|
|
}
|
|
|
|
.footer {
|
|
margin: 0;
|
|
padding: 0.7em;
|
|
border-top: thin solid grey;
|
|
border-bottom: thin solid grey;
|
|
background-color : #FFFFE0;
|
|
font-size: 75%;
|
|
text-align: center
|
|
}
|
|
|
|
.footer p {
|
|
margin: 0;
|
|
}
|
|
|
|
.footer a,
|
|
.footer a:visited {
|
|
color: black;
|
|
}
|
|
|
|
.content {
|
|
min-height : 80px;
|
|
margin: 0;
|
|
padding: 1em;
|
|
padding-top: 1.2em;
|
|
padding-bottom : 1.2em;
|
|
}
|
|
|
|
.content p {
|
|
margin-left : 2%;
|
|
}
|
|
|
|
.logintbl, .contacttbl, .signuptbl {
|
|
margin-left : 4%;
|
|
}
|
|
|
|
.logintbl td, .contactbl td, .signuptbl td {
|
|
width : 50%;
|
|
text-align : right;
|
|
padding-left : 5px;
|
|
padding-right : 5px;
|
|
}
|
|
|
|
.logintbl input[type=submit], .contacttbl input[type=submit], .signuptbl input[type=submit] {
|
|
display : block;
|
|
margin-left : 0px;
|
|
}
|
|
|
|
.contacttbl textarea {
|
|
width : 200%;
|
|
height : 200px;
|
|
}
|
|
|
|
html, body {
|
|
padding: 0;
|
|
margin: 0;
|
|
}
|
|
|
|
h1 {
|
|
color: #8b4;
|
|
margin : 0;
|
|
padding: 0.2em 0.5em;
|
|
}
|
|
|
|
h2 {
|
|
color: #4a4;
|
|
}
|
|
|
|
h3 {
|
|
color: #484;
|
|
}
|
|
|
|
h4 {
|
|
color: #784;
|
|
}
|
|
|
|
h5 {
|
|
color: #874;
|
|
}
|
|
|
|
a {
|
|
color: darkgreen;
|
|
}
|
|
|
|
a:visited {
|
|
color: #765;
|
|
}
|
|
|
|
.footer a:hover,
|
|
a:hover {
|
|
color: #c86;
|
|
}
|
|
|
|
|
|
|
|
dd {
|
|
float:left;
|
|
margin-left: 1em;
|
|
}
|
|
|
|
dt {
|
|
float: left;
|
|
clear: both;
|
|
font-weight: bold;
|
|
}
|
|
|
|
h2#tache-description {
|
|
padding-top: 0.3em;
|
|
clear:both;
|
|
}
|
|
|
|
.message {
|
|
display : inline-block;
|
|
padding : 5px 30px;
|
|
margin-top : 10px;
|
|
margin-bottom : 10px;
|
|
margin-right : 6%;
|
|
margin-left : 6%;
|
|
}
|
|
|
|
.warning {
|
|
border : 1px dashed red;
|
|
background-color : #F0C060
|
|
}
|
|
|
|
.success {
|
|
border : 1px dashed red;
|
|
background-color : #90FF90
|
|
}
|
|
|
|
#downloadlink {
|
|
color : black;
|
|
text-decoration : none;
|
|
font-size : 16pt;
|
|
background-color: #ccccff;
|
|
border: medium solid #5555ff;
|
|
border-radius: 1em;
|
|
-moz-border-radius: 1em;
|
|
-webkit-border-radius: 1em;
|
|
padding: 0.5em;
|
|
padding-left : 2em;
|
|
padding-right : 2em;
|
|
}
|
|
|
|
#downloadlink:hover {
|
|
background-color: #5555ff;
|
|
color: white;
|
|
border-color: #ccccff;
|
|
}
|
|
|
|
.downloadarea {
|
|
display : block;
|
|
margin : 3em;
|
|
margin-top : 2em;
|
|
}
|
|
|
|
#cnx {
|
|
float : right
|
|
}
|
|
|
|
.android {
|
|
font-size: 70%;
|
|
}
|