ldapsaisie/src/css/black/base.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

318 lines
5.2 KiB
CSS

body {
font-family: sans-serif;
margin: 5px;
padding: 0;
background-color: #433f3a;
}
img {
vertical-align: bottom;
}
a:hover {
text-decoration: underline;
}
h1 {
margin: 0.5em;
margin-bottom: 1px;
border-bottom: 1px solid #433f3a;
color: #433f3a;
clear: left;
}
h2 {
margin: 0.7em;
margin-bottom: 1px;
color: #0072b8;
clear: left;
}
a img {
border: none;
}
.btn {
cursor: pointer;
margin: 2px;
}
/*
* Interface
*/
#main {
width: 1000px;
margin: auto;
border: 1px solid #33302b;
height: 600px;
border-collapse: collapse;
}
#left {
vertical-align: top;
background-color: #53504b;
width: 160px;
}
#right {
vertical-align: top;
background-color: #fff;
}
#logo {
margin: auto;
width: 142px;
margin-left: 9px;
margin-top: 9px;
background-color: #fff;
border: 1px solid #53504b;
-moz-border-radius: 15px;
border-radius: 15px;
padding-top: 30px;
padding-bottom: 30px;
}
#status {
margin: 0;
padding: 0;
font-size: 0.7em;
color: #fff;
text-align: right;
background-color: #53504b;
padding: 0.3em;
height: 1em;
vertical-align: top;
}
#user_name {
font-weight: bold;
}
/*
* LSsession
*/
#LSsession_topDn {
height: 1.5em;
width: 150px;
}
#LSsession_topDn_form {
width: 150px;
margin: 5px;
color: #fff;
}
/*
******************
* Menu
******************
*/
ul.menu {
list-style-image: url(../../images/black/puce.png);
}
li.menu {
color: #fff;
}
a.menu {
color: #fff;
text-decoration: none;
}
/*
****************
* LSobject-list
****************
*/
table.LSobject-list {
margin-left: 1em;
margin-top: 0.5em;
border: 1px solid #595651;
width: 805px;
border-collapse: collapse;
clear: both;
}
/*
* th
*/
th.LSobject-list {
background-color: #595651;
color: #fff;
}
a th.LSobject-list {
text-decoration: none;
}
th.LSobject-list-subdn {
width: 15em;
}
img.LSobject-list-ordersense {
vertical-align: middle;
}
th.LSobject-list a {
color: #fff;
text-decoration: none;
}
/*
* tr
*/
tr.LSobject-list-bis {
background-color: #dedede;
}
tr.LSobject-list:hover {
background-color: #b3b3b3;
}
/*
* td
*/
td.LSobject-list {
border: 1px solid #595651;
padding: 0.1em;
}
td.LSobject-list-without-result {
text-align: center;
}
a.LSobject-list {
color: #33302b;
text-decoration: none;
}
/* Action */
a.LSobject-list-actions {
color: #433f3a;
text-decoration: none;
}
a.LSobject-list-actions:hover {
text-decoration: underline;
}
td.LSobject-list-actions {
text-align: center;
width: 7em;
}
/* Name */
td.LSobject-list-names {
cursor: pointer;
}
/*
* Liste des pages
*/
p.LSobject-list-page {
text-align: center;
margin: 0.5em;
}
a.LSobject-list-page {
color: #595651;
text-decoration: none;
}
a.LSobject-list-page:hover {
color: #433f3a;
}
strong.LSobject-list-page {
color: #433f3a;
}
#LSobject_list_nbresult {
float: right;
color: #333;
font-style: italic;
margin-right: 20px;
text-transform: lowercase;
}
/*
*******************
* LSview-actions
*******************
*/
a.LSview-actions {
text-decoration: none;
color: #33302b;
}
ul.LSview-actions {
clear: both;
text-align: right;
font-size: 0.8em;
margin: 0;
margin-top: 0.4em;
margin-right: 3em;
margin-bottom: 0.8em;
color: #433f3a;
}
li.LSview-actions {
text-decoration: none;
color: #33302b;
border: 1px solid #433f3a;
border-top: 0;
padding: 0.4em;
display: inline;
margin-right: 1px;
}
/*
*******************
* question
*******************
*/
p.question {
margin-left: 3em;
}
a.question {
margin-left: 10em;
margin-top: 3em;
color: #433f3a;
}
/*
*********************
* LSview_search
*********************
*/
form.LSview_search {
float: right;
margin: 0;
margin-top: 0.5em;
margin-right: 2em;
}
#LSview_search_param {
margin: 0px;
padding: 0px;
}
label.LSview_search {
font-size: 0.6em;
}
input[type='text'].LSview_search {
border: 1px solid #433f3a;
width: 12em;
}
input[type='submit'].LSview_search {
border: 1px solid #433f3a;
width: 8em;
background-color: #595651;
color: #fff;
}