Subversion Repositories Applications.annuaire

Compare Revisions

Ignore whitespace Rev 7 → Rev 8

/trunk/squelettes/css/annuaire_papyrus.css
File deleted
\ No newline at end of file
/trunk/squelettes/css/annuaire_complexe.css
New file
0,0 → 1,93
img.icone {
 
height:16px;
width:16px;
margin: 5px;
border: none;
}
 
img.icone_moyenne_moins {
 
height:20px;
width: 20px;
margin: 5px;
border: none;
}
 
img.icone_moyenne {
 
height:24px;
width: 24px;
margin: 5px;
border: none;
}
 
img.icone_grande {
 
height:50px;
width:50px;
margin: 5px;
border: none;
}
 
td, th {
padding: 2px;
text-align: center;
}
 
a > .icone {
 
text-align:center;
}
 
.texte_centre {
text-align: center;
}
.texte_centre > img {
display:table-cell;
}
 
.premiere_page {
float:left;
margin:5px
}
 
.derniere_page {
float:right;
margin:5px;
}
 
#pages {
float:right;
}
 
#page_courante a {
color: #FFD700;
}
 
.centre {
margin-top:10%;
margin-left:20%;
}
 
.gauche {
float:left;
margin-right: 20px;
}
 
.droite {
float:right;
}
 
img {
border: none;
}
 
#avatar {
margin-left: 10px;
}
 
#inscription > div {
margin-top: 5px;
margin-bottom: 5px;
}