2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
******************
|
|
|
|
* LSForm
|
|
|
|
******************
|
|
|
|
*/
|
|
|
|
|
2008-11-03 20:40:54 +01:00
|
|
|
/*
|
|
|
|
* Layout
|
|
|
|
*/
|
|
|
|
ul.LSform_layout_active {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 1em;
|
|
|
|
margin-bottom: 0;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSform_layout a {
|
|
|
|
text-decoration: none;
|
2008-11-03 20:47:45 +01:00
|
|
|
color: #433F3A;
|
2008-11-03 20:40:54 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li.LSform_layout_active a {
|
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSform_layout_active {
|
|
|
|
text-decoration: none;
|
|
|
|
color: #fff;
|
2008-11-03 20:47:45 +01:00
|
|
|
background-color: #cac9c4;
|
2008-11-03 20:40:54 +01:00
|
|
|
-moz-border-radius: 3px 3px 0px 0px;
|
2010-01-26 12:39:15 +01:00
|
|
|
border-radius: 3px 3px 0px 0px;
|
2008-11-03 20:40:54 +01:00
|
|
|
padding: 4px;
|
|
|
|
display: inline;
|
|
|
|
margin-right: 1px;
|
|
|
|
}
|
|
|
|
|
|
|
|
li.LSform_layout_current {
|
|
|
|
color: #fff;
|
2008-11-03 20:47:45 +01:00
|
|
|
background-color: #433F3A;
|
2008-11-03 20:40:54 +01:00
|
|
|
}
|
|
|
|
|
2008-11-10 00:24:46 +01:00
|
|
|
li.LSform_layout_errors {
|
|
|
|
background-color: #f59a67;
|
|
|
|
}
|
|
|
|
|
2008-11-03 20:40:54 +01:00
|
|
|
h2.LSform_layout_active {
|
|
|
|
display: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.LSform_layout {
|
2008-11-03 20:47:45 +01:00
|
|
|
border: 1px solid #433F3A;
|
2008-11-03 20:40:54 +01:00
|
|
|
margin: 1em;
|
|
|
|
padding: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.LSform_layout_active {
|
|
|
|
display: none;
|
|
|
|
margin-top: 4px;
|
|
|
|
}
|
|
|
|
|
|
|
|
div.LSform_layout_current {
|
|
|
|
display: block;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* Architecture
|
|
|
|
*/
|
2008-11-03 20:40:54 +01:00
|
|
|
div.LSform {
|
|
|
|
margin-left: 1em;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
dl.LSform {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
.LSform dt {
|
2008-02-08 18:39:24 +01:00
|
|
|
position: relative;
|
|
|
|
left: 0.2em;
|
|
|
|
top: 1.2em;
|
2008-11-03 20:40:54 +01:00
|
|
|
width: 16em;
|
2008-02-08 18:39:24 +01:00
|
|
|
font-weight: bold;
|
|
|
|
font-size: 0.9em;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
dd.LSform {
|
2008-11-03 20:40:54 +01:00
|
|
|
margin-left: 16em;
|
2008-02-08 18:39:24 +01:00
|
|
|
padding: 0;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
ul.LSform {
|
|
|
|
list-style-type: none;
|
|
|
|
padding: 0;
|
|
|
|
margin: 0;
|
|
|
|
}
|
|
|
|
|
2008-09-09 19:26:15 +02:00
|
|
|
ul.LSform li {
|
2008-07-05 22:28:49 +02:00
|
|
|
overflow: auto;
|
2008-09-09 19:26:15 +02:00
|
|
|
margin-bottom: 2px;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Champs du formulaire
|
|
|
|
*/
|
2008-10-06 15:11:14 +02:00
|
|
|
.LSform input[type=text], .LSform input[type=file], .LSform input[type=submit], .LSform input[type=password], .LSform select, .LSform textarea {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #cac9c4;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 300px;
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #dedede;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-10-06 15:11:14 +02:00
|
|
|
.LSform input[type=radio] {
|
|
|
|
width: undefinded;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
input[type='submit'].LSform {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px outset #cac9c4;
|
2008-02-08 18:39:24 +01:00
|
|
|
margin-top: 1em;
|
|
|
|
margin-left: 6em;
|
|
|
|
width: 8em;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-10-09 03:31:33 +02:00
|
|
|
dd.LSform-errors {
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
|
|
|
background-color: #f59a67;
|
2008-10-09 03:31:33 +02:00
|
|
|
width: 302px;
|
|
|
|
}
|
|
|
|
|
|
|
|
dt.LSform-errors {
|
|
|
|
color: #f59a67;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Bouton JS */
|
2008-02-05 17:11:21 +01:00
|
|
|
img.LSform-add-field-btn, img.LSform-remove-field-btn {
|
2008-02-08 18:39:24 +01:00
|
|
|
cursor: pointer;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
2008-09-26 20:03:56 +02:00
|
|
|
|
|
|
|
/* Tips */
|
|
|
|
.tip-top {
|
|
|
|
color: #fff;
|
|
|
|
width: 139px;
|
|
|
|
z-index: 13000;
|
|
|
|
}
|
|
|
|
|
|
|
|
.tip-title {
|
|
|
|
font-weight: bold;
|
|
|
|
font-size: 11px;
|
|
|
|
margin: 0;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #dedede;
|
2008-09-26 20:03:56 +02:00
|
|
|
padding: 2px;
|
2008-10-09 03:31:33 +02:00
|
|
|
background: #33302b;
|
2008-09-26 20:03:56 +02:00
|
|
|
opacity: 0.8;
|
|
|
|
-moz-border-radius: 2px;
|
2010-01-26 12:39:15 +01:00
|
|
|
border-radius: 2px;
|
2008-09-27 02:55:58 +02:00
|
|
|
max-width: 500px;
|
2008-09-26 20:03:56 +02:00
|
|
|
text-align: justify;
|
|
|
|
}
|