mirror of
https://gitlab.easter-eggs.com/ee/ldapsaisie.git
synced 2024-11-19 00:29:21 +01:00
- Mise à jour du thème CSS black avec les dernières modifications de LSform
This commit is contained in:
parent
2b6479240e
commit
e63c5bb42c
2 changed files with 66 additions and 3 deletions
|
@ -4,12 +4,68 @@
|
||||||
******************
|
******************
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
/*
|
||||||
|
* Layout
|
||||||
|
*/
|
||||||
|
ul.LSform_layout_active {
|
||||||
|
list-style-type: none;
|
||||||
|
padding: 0;
|
||||||
|
margin: 1em;
|
||||||
|
margin-bottom: 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.LSform_layout a {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #0072B8;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.LSform_layout_active a {
|
||||||
|
color: #fff;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.LSform_layout_active {
|
||||||
|
text-decoration: none;
|
||||||
|
color: #fff;
|
||||||
|
background-color: #52BCE5;
|
||||||
|
-moz-border-radius: 3px 3px 0px 0px;
|
||||||
|
padding: 4px;
|
||||||
|
display: inline;
|
||||||
|
margin-right: 1px;
|
||||||
|
}
|
||||||
|
|
||||||
|
li.LSform_layout_current {
|
||||||
|
color: #fff;
|
||||||
|
background-color: #0072B8;
|
||||||
|
}
|
||||||
|
|
||||||
|
h2.LSform_layout_active {
|
||||||
|
display: none;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.LSform_layout {
|
||||||
|
border: 1px solid #0072B8;
|
||||||
|
margin: 1em;
|
||||||
|
padding: 0.5em;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.LSform_layout_active {
|
||||||
|
display: none;
|
||||||
|
margin-top: 4px;
|
||||||
|
}
|
||||||
|
|
||||||
|
div.LSform_layout_current {
|
||||||
|
display: block;
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Architecture
|
* Architecture
|
||||||
*/
|
*/
|
||||||
|
div.LSform {
|
||||||
|
margin-left: 1em;
|
||||||
|
}
|
||||||
|
|
||||||
dl.LSform {
|
dl.LSform {
|
||||||
margin: 0;
|
margin: 0;
|
||||||
margin-left: 2em;
|
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -17,14 +73,14 @@ dl.LSform {
|
||||||
position: relative;
|
position: relative;
|
||||||
left: 0.2em;
|
left: 0.2em;
|
||||||
top: 1.2em;
|
top: 1.2em;
|
||||||
width: 15em;
|
width: 16em;
|
||||||
font-weight: bold;
|
font-weight: bold;
|
||||||
font-size: 0.9em;
|
font-size: 0.9em;
|
||||||
color: #433f3a;
|
color: #433f3a;
|
||||||
}
|
}
|
||||||
|
|
||||||
dd.LSform {
|
dd.LSform {
|
||||||
margin-left: 15em;
|
margin-left: 16em;
|
||||||
padding: 0;
|
padding: 0;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
@ -21,6 +21,13 @@ h1 {
|
||||||
clear: left;
|
clear: left;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
h2 {
|
||||||
|
margin: 0.7em;
|
||||||
|
margin-bottom: 1px;
|
||||||
|
color: #0072b8;
|
||||||
|
clear: left;
|
||||||
|
}
|
||||||
|
|
||||||
a img {
|
a img {
|
||||||
border: none;
|
border: none;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue