2008-02-05 17:11:21 +01:00
|
|
|
body {
|
2008-02-08 18:39:24 +01:00
|
|
|
font-family: sans-serif;
|
2008-10-09 03:31:33 +02:00
|
|
|
margin: 5px;
|
2008-02-08 18:39:24 +01:00
|
|
|
padding: 0;
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #433f3a;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
img {
|
2008-02-08 18:39:24 +01:00
|
|
|
vertical-align: bottom;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a:hover {
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: underline;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
h1 {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: 0.5em;
|
2008-07-05 22:28:49 +02:00
|
|
|
margin-bottom: 1px;
|
2008-10-09 03:31:33 +02:00
|
|
|
border-bottom: 1px solid #433f3a;
|
|
|
|
color: #433f3a;
|
2008-02-26 18:40:05 +01:00
|
|
|
clear: left;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-11-03 20:40:54 +01:00
|
|
|
h2 {
|
|
|
|
margin: 0.7em;
|
|
|
|
margin-bottom: 1px;
|
|
|
|
color: #0072b8;
|
|
|
|
clear: left;
|
|
|
|
}
|
|
|
|
|
2008-02-05 17:11:21 +01:00
|
|
|
a img {
|
2008-02-08 18:39:24 +01:00
|
|
|
border: none;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
.btn {
|
|
|
|
cursor: pointer;
|
2008-09-27 02:55:58 +02:00
|
|
|
margin: 2px;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* Interface
|
|
|
|
*/
|
2008-02-05 17:11:21 +01:00
|
|
|
#main {
|
2008-02-08 18:39:24 +01:00
|
|
|
width: 1000px;
|
|
|
|
margin: auto;
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #33302b;
|
2009-01-02 17:28:13 +01:00
|
|
|
height: 600px;
|
|
|
|
border-collapse: collapse;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#left {
|
2009-01-02 17:28:13 +01:00
|
|
|
vertical-align: top;
|
|
|
|
background-color: #53504b;
|
2008-02-08 18:39:24 +01:00
|
|
|
width: 160px;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#right {
|
2009-01-02 17:28:13 +01:00
|
|
|
vertical-align: top;
|
|
|
|
background-color: #fff;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#logo {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: auto;
|
|
|
|
width: 142px;
|
|
|
|
margin-left: 9px;
|
2009-01-02 17:28:13 +01:00
|
|
|
margin-top: 9px;
|
|
|
|
background-color: #fff;
|
|
|
|
border: 1px solid #53504b;
|
|
|
|
-moz-border-radius: 15px;
|
2010-01-26 12:39:15 +01:00
|
|
|
border-radius: 15px;
|
2009-01-02 17:28:13 +01:00
|
|
|
padding-top: 30px;
|
|
|
|
padding-bottom: 30px;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
#status {
|
2008-02-08 18:39:24 +01:00
|
|
|
margin: 0;
|
|
|
|
padding: 0;
|
|
|
|
font-size: 0.7em;
|
|
|
|
color: #fff;
|
|
|
|
text-align: right;
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #53504b;
|
2008-02-08 18:39:24 +01:00
|
|
|
padding: 0.3em;
|
2009-01-02 17:28:13 +01:00
|
|
|
height: 1em;
|
|
|
|
vertical-align: top;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
#user_name {
|
|
|
|
font-weight: bold;
|
|
|
|
}
|
2008-04-25 15:48:12 +02:00
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* LSsession
|
|
|
|
*/
|
2008-04-25 15:48:12 +02:00
|
|
|
#LSsession_topDn {
|
|
|
|
height: 1.5em;
|
2008-06-18 14:27:35 +02:00
|
|
|
width: 150px;
|
2008-04-25 15:48:12 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
#LSsession_topDn_form {
|
2008-06-18 14:27:35 +02:00
|
|
|
width: 150px;
|
|
|
|
margin: 5px;
|
2008-04-25 15:48:12 +02:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
******************
|
|
|
|
* Menu
|
|
|
|
******************
|
|
|
|
*/
|
2008-02-05 17:11:21 +01:00
|
|
|
ul.menu {
|
2008-10-09 03:31:33 +02:00
|
|
|
list-style-image: url(../../images/black/puce.png);
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
li.menu {
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
a.menu {
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
****************
|
|
|
|
* LSobject-list
|
|
|
|
****************
|
|
|
|
*/
|
|
|
|
|
2008-02-08 18:39:24 +01:00
|
|
|
table.LSobject-list {
|
|
|
|
margin-left: 1em;
|
2008-02-26 18:40:05 +01:00
|
|
|
margin-top: 0.5em;
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #595651;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 805px;
|
2008-02-08 18:39:24 +01:00
|
|
|
border-collapse: collapse;
|
2008-02-26 18:40:05 +01:00
|
|
|
clear: both;
|
2008-02-08 18:39:24 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* th
|
|
|
|
*/
|
2008-02-08 18:39:24 +01:00
|
|
|
th.LSobject-list {
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #595651;
|
2008-02-08 18:39:24 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|
|
|
|
|
2008-06-20 17:52:15 +02:00
|
|
|
a th.LSobject-list {
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.LSobject-list-subdn {
|
2008-06-18 14:27:35 +02:00
|
|
|
width: 15em;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
img.LSobject-list-ordersense {
|
|
|
|
vertical-align: middle;
|
|
|
|
}
|
|
|
|
|
|
|
|
th.LSobject-list a {
|
|
|
|
color: #fff;
|
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
/*
|
|
|
|
* tr
|
|
|
|
*/
|
2008-02-26 18:40:05 +01:00
|
|
|
tr.LSobject-list-bis {
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #dedede;
|
2008-02-26 18:40:05 +01:00
|
|
|
}
|
|
|
|
|
2009-03-10 10:27:15 +01:00
|
|
|
tr.LSobject-list:hover {
|
|
|
|
background-color: #b3b3b3;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* td
|
|
|
|
*/
|
|
|
|
td.LSobject-list {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #595651;
|
2008-07-05 22:28:49 +02:00
|
|
|
padding: 0.1em;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.LSobject-list-without-result {
|
|
|
|
text-align: center;
|
|
|
|
}
|
|
|
|
|
2008-02-08 18:39:24 +01:00
|
|
|
a.LSobject-list {
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #33302b;
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Action */
|
2008-02-08 18:39:24 +01:00
|
|
|
a.LSobject-list-actions {
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-actions:hover {
|
|
|
|
text-decoration: underline;
|
|
|
|
}
|
|
|
|
|
|
|
|
td.LSobject-list-actions {
|
2008-09-09 17:48:07 +02:00
|
|
|
text-align: center;
|
|
|
|
width: 7em;
|
2008-02-08 18:39:24 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/* Name */
|
2008-02-12 18:59:44 +01:00
|
|
|
td.LSobject-list-names {
|
|
|
|
cursor: pointer;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
* Liste des pages
|
|
|
|
*/
|
2008-02-08 18:39:24 +01:00
|
|
|
p.LSobject-list-page {
|
|
|
|
text-align: center;
|
|
|
|
margin: 0.5em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-page {
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #595651;
|
2008-02-08 18:39:24 +01:00
|
|
|
text-decoration: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.LSobject-list-page:hover {
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-08 18:39:24 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
strong.LSobject-list-page {
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-05 17:11:21 +01:00
|
|
|
}
|
2008-02-12 18:59:44 +01:00
|
|
|
|
2009-04-10 19:13:38 +02:00
|
|
|
#LSobject_list_nbresult {
|
|
|
|
float: right;
|
|
|
|
color: #333;
|
|
|
|
font-style: italic;
|
|
|
|
margin-right: 20px;
|
|
|
|
text-transform: lowercase;
|
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*******************
|
|
|
|
* LSview-actions
|
|
|
|
*******************
|
|
|
|
*/
|
|
|
|
a.LSview-actions {
|
|
|
|
text-decoration: none;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #33302b;
|
2008-07-05 22:28:49 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
ul.LSview-actions {
|
2008-02-26 18:40:05 +01:00
|
|
|
clear: both;
|
|
|
|
text-align: right;
|
|
|
|
font-size: 0.8em;
|
|
|
|
margin: 0;
|
2008-07-05 22:28:49 +02:00
|
|
|
margin-top: 0.4em;
|
2008-02-26 18:40:05 +01:00
|
|
|
margin-right: 3em;
|
|
|
|
margin-bottom: 0.8em;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-26 18:40:05 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
li.LSview-actions {
|
2008-02-26 18:40:05 +01:00
|
|
|
text-decoration: none;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #33302b;
|
|
|
|
border: 1px solid #433f3a;
|
2008-02-26 18:40:05 +01:00
|
|
|
border-top: 0;
|
|
|
|
padding: 0.4em;
|
2008-07-05 22:28:49 +02:00
|
|
|
display: inline;
|
|
|
|
margin-right: 1px;
|
2008-02-12 18:59:44 +01:00
|
|
|
}
|
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*******************
|
|
|
|
* question
|
|
|
|
*******************
|
|
|
|
*/
|
2008-02-12 18:59:44 +01:00
|
|
|
p.question {
|
|
|
|
margin-left: 3em;
|
|
|
|
}
|
|
|
|
|
|
|
|
a.question {
|
|
|
|
margin-left: 10em;
|
|
|
|
margin-top: 3em;
|
2008-10-09 03:31:33 +02:00
|
|
|
color: #433f3a;
|
2008-02-12 18:59:44 +01:00
|
|
|
}
|
2008-02-26 18:40:05 +01:00
|
|
|
|
2008-07-05 22:28:49 +02:00
|
|
|
/*
|
|
|
|
*********************
|
|
|
|
* LSview_search
|
|
|
|
*********************
|
|
|
|
*/
|
2008-02-26 18:40:05 +01:00
|
|
|
form.LSview_search {
|
|
|
|
float: right;
|
|
|
|
margin: 0;
|
|
|
|
margin-top: 0.5em;
|
|
|
|
margin-right: 2em;
|
|
|
|
}
|
|
|
|
|
2008-06-18 14:27:35 +02:00
|
|
|
#LSview_search_param {
|
|
|
|
margin: 0px;
|
|
|
|
padding: 0px;
|
|
|
|
}
|
|
|
|
|
2008-02-26 18:40:05 +01:00
|
|
|
label.LSview_search {
|
|
|
|
font-size: 0.6em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='text'].LSview_search {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #433f3a;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 12em;
|
|
|
|
}
|
|
|
|
|
|
|
|
input[type='submit'].LSview_search {
|
2008-10-09 03:31:33 +02:00
|
|
|
border: 1px solid #433f3a;
|
2008-02-26 18:40:05 +01:00
|
|
|
width: 8em;
|
2008-10-09 03:31:33 +02:00
|
|
|
background-color: #595651;
|
2008-02-26 18:40:05 +01:00
|
|
|
color: #fff;
|
|
|
|
}
|