Update light CSS styles

This commit is contained in:
Benjamin Renard 2019-09-04 11:27:51 +02:00
parent 2708dd01ee
commit 25504c53ed
4 changed files with 121 additions and 67 deletions

View file

@ -73,10 +73,6 @@ td.LSobject-list, tr.LSobject-list {
margin-left: 11em; margin-left: 11em;
} }
p.LSobject-list-page {
clear: both;
}
/* ---- LSform ---- */ /* ---- LSform ---- */
.LSform dt { .LSform dt {
@ -140,12 +136,12 @@ input[type='submit'].LSview_search, input[type='text'].LSview_search {
} }
/* ---- Gris clair ---- */ /* ---- Gris clair ---- */
a.LSsession_recoverPassword, a.LSobject-list-page, h2 { a.LSsession_recoverPassword, a.LSobject-list-page, a.LSobject-list-nb-by-page, h2 {
color: #999; color: #999;
} }
/* ---- Gris fonce ---- */ /* ---- Gris fonce ---- */
#status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, a.LSobject-list-page:hover { #status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover {
color: #4d4d4d; color: #4d4d4d;
} }

View file

@ -1,9 +1,12 @@
#left { /* ---- Main interface elements ---- */
width: 165px; #main {
background-color: transparent; width: 98%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
border: none;
} }
#status { #left {
width: 165px;
background-color: transparent; background-color: transparent;
} }
@ -14,75 +17,54 @@
margin-left: 3px; margin-left: 3px;
} }
#main { #status {
border: none; background-color: transparent;
vertical-align: baseline;
} }
li.menu, th.LSobject-list { /* ---- Menu ---- */
ul.menu {
padding: 0;
list-style-type: none;
border-top: 1px dotted #61c3cc;
}
li.menu {
font-weight: bold; font-weight: bold;
font-size: 0.9em; font-size: 0.9em;
} }
li.menu { li.menu {
border-bottom: 1px dotted #999; border-bottom: 1px dotted #61c3cc;
line-height: 20px; line-height: 20px;
padding: 2px 0 3px 0; padding: 2px 0 3px 0;
} }
li.menu a { li.menu a {
color: #4d4d4d;
transition: all 0.15s linear; transition: all 0.15s linear;
} }
li.menu a:hover { /* ---- Objects list ---- */
color: #61c3cc;
}
ul.menu {
padding: 0;
list-style-type: none;
border-top: 1px dotted #999;
}
th.LSobject-list {
background-color: #ccc;
border: none;
color: #fff;
}
th.LSobject-list a {
color: #fff;
}
table.LSobject-list { table.LSobject-list {
width: 98%;
border: none; border: none;
margin-top: 1.8em; margin-top: 1.8em;
} }
th.LSobject-list {
font-weight: bold;
font-size: 0.9em;
border: none;
}
td.LSobject-list, tr.LSobject-list { td.LSobject-list, tr.LSobject-list {
border: none; border: none;
transition: all 0.25s linear; transition: all 0.25s linear;
} }
h1, li.LSview-actions { /* ---- LSsmoothbox ---- */
color: #61c3cc;
border-color: #61c3cc;
}
#status {
vertical-align: baseline;
}
div.loginform {
border: none;
background: none;
}
a.LSsession_recoverPassword {
color: #999;
}
#frame-LSsmoothbox .LSform dt { #frame-LSsmoothbox .LSform dt {
width: 11em; width: 11em;
} }
@ -91,12 +73,88 @@ a.LSsession_recoverPassword {
margin-left: 11em; margin-left: 11em;
} }
li.LSform_layout_current, tr.LSobject-list:hover { /* ---- LSform ---- */
.LSform dt {
width: 24em;
}
dd.LSform {
margin-left: 24em;
}
li.LSform_layout_current {
color: #fff; color: #fff;
background-color: #61c3cc; background-color: #ccc;
} }
li.LSform_layout_active { li.LSform_layout_active {
border-radius: 0px; border-radius: 0px;
border: none; border: none;
} }
/*
* Colors
*/
/* ---- Moyen ---- */
li.LSform_layout_active, tr.LSobject-list:hover, div.LSformElement_image {
background-color: #61c3cc;
}
li.LSview-actions, div.LSform_layout, h1 {
border-color: #61c3cc;
}
h1, li.LSview-actions, li.menu a:hover {
color: #61c3cc;
}
/* ---- Clair ---- */
ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobject-list, td.LSobject-list, div.LSinfosBox {
border-color: #defcff;
}
tr.LSobject-list-bis, .LSform input[type=text], .LSform input[type=file], .LSform input[type=password], .LSform select, .LSform textarea, li.LSformElement_select_object_addBtn, div.LSinfosBox {
background-color: #defcff;
}
/* ---- Fonce ---- */
li.LSform_layout_current, .LSform input[type=submit], input[type='submit'].LSview_search {
background-color: #388c94;
}
li.menu a, a.menu, h1 {
color: #388c94;
}
input[type='submit'].LSview_search, input[type='text'].LSview_search {
border-color: #388c94;
}
/* ---- Gris clair ---- */
a.LSsession_recoverPassword, a.LSobject-list-page, a.LSobject-list-nb-by-page, h2 {
color: #999;
}
/* ---- Gris fonce ---- */
#status, th.LSobject-list, input[type='text'].LSview_search, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover {
color: #4d4d4d;
}
/* ---- Blanc ---- */
tr.LSobject-list:hover, .LSform input[type=submit], input[type='submit'].LSview_search {
color: #fff;
}
th.LSobject-list {
background-color: transparent;
}
/* ---- Autre ---- */
li.LSform_layout_errors {
background-color: #f59a67;
}

View file

@ -80,10 +80,6 @@ td.LSobject-list, tr.LSobject-list {
margin-left: 11em; margin-left: 11em;
} }
p.LSobject-list-page {
clear: both;
}
/* ---- LSform ---- */ /* ---- LSform ---- */
.LSform dt { .LSform dt {
@ -136,12 +132,16 @@ li.LSform_layout_current {
background-color: #4d4d4d; background-color: #4d4d4d;
} }
li.menu a, a.menu, h1, #status, input[type='submit'].LSview_search, input[type='text'].LSview_search, th.LSobject-list, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, a.LSobject-list-page:hover { form.LSglobal_search {
border-color: #4d4d4d;
}
li.menu a, a.menu, h1, #status, input[type='submit'].LSview_search, input[type='text'].LSview_search, th.LSobject-list, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover {
color: #4d4d4d; color: #4d4d4d;
} }
/* ---- Gris clair ---- */ /* ---- Gris clair ---- */
a.LSsession_recoverPassword, a.LSobject-list-page, h2 { a.LSsession_recoverPassword, a.LSobject-list-page, a.LSobject-list-nb-by-page, h2 {
color: #999; color: #999;
} }

View file

@ -80,10 +80,6 @@ td.LSobject-list, tr.LSobject-list {
margin-left: 11em; margin-left: 11em;
} }
p.LSobject-list-page {
clear: both;
}
/* ---- LSform ---- */ /* ---- LSform ---- */
.LSform dt { .LSform dt {
@ -138,17 +134,21 @@ li.LSform_layout_current {
background-color: #a53248; background-color: #a53248;
} }
form.LSglobal_search {
border-color: #a53248;
}
li.menu a, a.menu, h1 { li.menu a, a.menu, h1 {
color: #a53248; color: #a53248;
} }
/* ---- Gris clair ---- */ /* ---- Gris clair ---- */
a.LSsession_recoverPassword, a.LSobject-list-page, h2 { a.LSsession_recoverPassword, a.LSobject-list-page, a.LSobject-list-nb-by-page, h2 {
color: #999; color: #999;
} }
/* ---- Gris fonce ---- */ /* ---- Gris fonce ---- */
#status, input[type='submit'].LSview_search, input[type='text'].LSview_search, th.LSobject-list, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, a.LSobject-list-page:hover { #status, input[type='submit'].LSview_search, input[type='text'].LSview_search, th.LSobject-list, th.LSobject-list a, .LSform dt, a, div.LSinfosBox, strong.LSobject-list-page, strong.LSobject-list-nb-by-page, a.LSobject-list-page:hover, a.LSobject-list-nb-by-page:hover {
color: #4d4d4d; color: #4d4d4d;
} }