ldapsaisie/trunk/templates/css/base.css
Benjamin Renard c943289169 - Ecriture du LSsession
- Mise en place des templates Smarty
- Adaptation du code au templates Smarty
- index_ajax.php -> Code php des réponses Ajax de l'interface
- includes/js -> Partie JavaScript (Mootools) de l'interface
2008-02-05 16:11:21 +00:00

81 lines
1 KiB
CSS

body {
font-family: sans-serif;
margin: 0;
padding: 0;
}
img {
vertical-align: bottom;
}
a:hover {
text-decoration: underline;
}
h1 {
margin: 0.5em;
border-bottom: 1px solid #0072b8;
color: #0072b8;
}
a img {
border: none;
}
hr {
visibility: hidden;
clear: both;
height: 0px;
}
#main {
width: 1000px;
margin: auto;
border: 1px solid #52bce5;
background: #fff url(../images/fd_menu.png) repeat-y scroll left top;
}
#left {
float: left;
width: 160px;
}
#right {
margin: 0;
float: left;
width: 840px;
}
#logo {
margin: auto;
width: 142px;
margin-left: 9px;
}
#status {
margin: 0;
padding: 0;
font-size: 0.7em;
color: #fff;
text-align: right;
background-color: #52bce5;
padding: 0.3em;
}
#user_name {
font-weight: bold;
}
ul.menu {
list-style-image: url(../images/puce.png);
}
li.menu {
color: #fff;
}
a.menu {
color: #fff;
text-decoration: none;
}