Adaptation du theme eldy pour supporter le nouveau découpage de pages par les nouveaux styles css.
This commit is contained in:
parent
3b154188fe
commit
f1b92fab55
@ -70,12 +70,11 @@ div.tmenu
|
|||||||
border:0;
|
border:0;
|
||||||
border-right: 1px solid #000000;
|
border-right: 1px solid #000000;
|
||||||
border-bottom: 1px solid #000000;
|
border-bottom: 1px solid #000000;
|
||||||
padding: 0em 1em;
|
padding: 3px 1em 0em;
|
||||||
margin: 0em 0em 0.2em 0em;
|
margin: 0em 0em 0.2em 0em;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:13px;
|
font-size:12px;
|
||||||
height: 18px;
|
height: 18px;
|
||||||
|
|
||||||
background: #b3c5cc;
|
background: #b3c5cc;
|
||||||
color: #000000;
|
color: #000000;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
@ -97,8 +96,8 @@ div.fiche
|
|||||||
display: block;
|
display: block;
|
||||||
float: none;
|
float: none;
|
||||||
position: absolute;
|
position: absolute;
|
||||||
top: 25px;
|
top: 28px;
|
||||||
left: 164px;
|
left: 168px;
|
||||||
margin-right: 10px;
|
margin-right: 10px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@ -129,17 +128,17 @@ table.topbarre
|
|||||||
a.tmenu
|
a.tmenu
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
padding: 0em 1em;
|
padding: 0em 1.5em;
|
||||||
margin: 0em 0em 1.5em 0em;
|
margin: 0em 0em 1.5em 0em;
|
||||||
border: 1px solid #b3c5cc;
|
border: 1px solid #b3c5cc;
|
||||||
font-weight:bold;
|
font-weight:bold;
|
||||||
font-size:11px;
|
font-size:12px;
|
||||||
}
|
}
|
||||||
a.tmenu#sel
|
a.tmenu#sel
|
||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
background: #dee7ec;
|
background: #dee7ec;
|
||||||
padding: 0em 1em;
|
padding: 0em 1.5em;
|
||||||
margin: 0em 0em 1.5em 0em;
|
margin: 0em 0em 1.5em 0em;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
}
|
}
|
||||||
@ -147,12 +146,41 @@ a.tmenu:hover
|
|||||||
{
|
{
|
||||||
color: #234046;
|
color: #234046;
|
||||||
background: #dee7ec;
|
background: #dee7ec;
|
||||||
padding: 0em 1em;
|
padding: 0em 1.5em;
|
||||||
margin: 0em 0em 1.5em 0em;
|
margin: 0em 0em 1.5em 0em;
|
||||||
border: 1px solid #8CACBB;
|
border: 1px solid #8CACBB;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
a.login
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
right: 27px;
|
||||||
|
top: 3px;
|
||||||
|
|
||||||
|
color: #234046;
|
||||||
|
padding: 0em 1.5em;
|
||||||
|
margin: 0em 0em 1.5em 0em;
|
||||||
|
border: 1px solid #b3c5cc;
|
||||||
|
font-weight:bold;
|
||||||
|
font-size:12px;
|
||||||
|
}
|
||||||
|
a.login:hover
|
||||||
|
{
|
||||||
|
color:black;
|
||||||
|
}
|
||||||
|
img.login
|
||||||
|
{
|
||||||
|
position: absolute;
|
||||||
|
right: 9px;
|
||||||
|
top: 3px;
|
||||||
|
|
||||||
|
padding:2px;
|
||||||
|
text-decoration:none;
|
||||||
|
color:white;
|
||||||
|
font-weight:bold;
|
||||||
|
}
|
||||||
|
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* Barre de gauche
|
* Barre de gauche
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user