Revision db9e7bb9
Added by Frédéric Péters over 13 years ago
| mockups/accueil.html | ||
|---|---|---|
|
|
||
|
<ul id="apps">
|
||
|
<li><a id="dossiers" href="dossiers.html">Gestion des dossiers</a></li>
|
||
|
<li><a href="agenda.html">Agenda</a></li>
|
||
|
<li id="calendar"><a href="agenda.html">Agenda</a></li>
|
||
|
<li><a href="actes.html">Saisie des actes</a></li>
|
||
|
<li><a id="facturation" href="facturation.html">Facturation et décompte</a></li>
|
||
|
<li><a href="gestion-personnes.html">Gestion des personnes</a></li>
|
||
|
<li id="personnes"><a href="gestion-personnes.html">Gestion des personnes</a></li>
|
||
|
<li><a href="gestion-ressources.html">Gestion des ressources</a></li>
|
||
|
</ul>
|
||
|
|
||
|
<br style="clear: both;"/>
|
||
|
|
||
|
</div>
|
||
|
|
||
|
<div id="footer">
|
||
| mockups/css/style.css | ||
|---|---|---|
|
position: absolute;
|
||
|
right: 30px;
|
||
|
}
|
||
|
|
||
|
ul#apps {
|
||
|
margin-top: 2em;
|
||
|
margin-bottom: 2em;
|
||
|
}
|
||
|
|
||
|
ul#apps li {
|
||
|
display: block;
|
||
|
float: left;
|
||
|
margin-right: 1em;
|
||
|
}
|
||
|
|
||
|
ul#apps li a {
|
||
|
display: block;
|
||
|
width: 120px;
|
||
|
height: 40px;
|
||
|
padding-top: 80px;
|
||
|
font-weight: bold;
|
||
|
text-align: center;
|
||
|
border: 1px dotted #666;
|
||
|
text-decoration: none;
|
||
|
}
|
||
|
|
||
|
ul#apps li a:hover {
|
||
|
border: 1px solid #333;
|
||
|
}
|
||
|
|
||
|
li#calendar a { background: transparent url(calendar.png) no-repeat 50% 50%; }
|
||
|
li#calendar a:hover { background-image: url(calendar-hover.png); }
|
||
|
|
||
|
li#personnes a { background: transparent url(personnes.png) no-repeat 50% 50%; }
|
||
|
li#personnes a:hover { background-image: url(personnes-hover.png); }
|
||
|
|
||
Also available in: Unified diff
mockups: use bigger link targets on homepage, with some icons