ldapsaisie/src/css/std-grey.css
Benjamin Renard 7098b3ee79 Massive change of files organisation to move all files outside web-root
The web-root directory now contains URL rewrite stuff. All PHP & static files are
in root src directory and are served via LSurl routes.
2020-05-06 12:17:35 +02:00

62 lines
1.5 KiB
CSS

#main {
width: 98%;
font-family: 'Lucida Grande', Verdana, Arial, Sans-Serif;
}
table.LSobject-list {
width: 98%;
}
.LSform dt {
width: 24em;
}
dd.LSform {
margin-left: 24em;
}
p.LSobject-list-page {
clear: both;
}
/* ---- Gris ---- */
#left, #status, li.LSform_layout_active, input[type='submit'].LSview_search, th.LSobject-list, div.LSformElement_image {
background-color: #ccc;
}
#logo, #main, li.LSview-actions, div.LSform_layout, h1, input[type='submit'].LSview_search, input[type='text'].LSview_search {
border-color: #ccc;
}
/* ---- Gris clair ---- */
ul.LSformElement_select_object_edit, li.LSformElement_select_object, table.LSobject-list, td.LSobject-list, div.LSinfosBox {
border-color: #ddd;
}
tr.LSobject-list-bis, .LSform input[type=text], .LSform input[type=file], .LSform input[type=submit], .LSform input[type=password], .LSform select, .LSform textarea, li.LSformElement_select_object_addBtn, div.LSinfosBox {
background-color: #ddd;
}
/* ---- Noir ---- */
li.LSform_layout_current {
background-color: #000;
}
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 {
color: #4d4d4d;
}
/* ---- Gris claire ---- */
tr.LSobject-list:hover {
background-color: #ccc;
}
a.LSobject-list-page, h2 {
color: #999;
}
/* ---- Autre ---- */
li.LSform_layout_errors {
background-color: #f59a67;
}