Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 541 → Rev 542

/trunk/sites/commun/generique/styles/defaut.css
15,7 → 15,7
| You should have received a copy of the GNU General Public License along with Foobar; if not, write to |
| the Free Software Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
+---------------------------------------------------------------------------------------------------------+
CVS : $Id: defaut.css,v 1.8 2005-09-26 20:18:27 ddelon Exp $
CVS : $Id: defaut.css,v 1.9 2005-10-14 12:59:24 ddelon Exp $
===========================================================================================================
DESCRIPTION : Fichier de style du site par defaut de Papyrus.
26,7 → 26,7
 
===========================================================================================================
AUTEUR : $Author: ddelon $
VERSION : $Revision: 1.8 $ $Date: 2005-09-26 20:18:27 $
VERSION : $Revision: 1.9 $ $Date: 2005-10-14 12:59:24 $
======================================================================================================= */
 
/* +----------------------------------------------------------------------------------------------------+
105,9 → 105,54
/* Styles propres à Papyrus */
.pap_erreur {background-color: #ffffcc;margin: 5px;padding: 5px;border : solid 1px red;}
 
 
/* Style Client Calendrier */
 
#bazar_applette_calendrier .navi{
text-align: center;
}
 
#bazar_applette_calendrier .other_month{
font-size: 0.0em;
}
 
#bazar_applette_calendrier table{
font-size: 0.8em;
text-align: center;
margin: 0 auto;
border-collapse: collapse;
}
 
#bazar_applette_calendrier table th{
display:none;
}
 
#bazar_applette_calendrier table td{
// width: 14%;
line-height: 2em;
border: 1px solid #EEE;
}
 
#bazar_applette_calendrier table td a{
display: block;
background: #EFA;
color: #493;
font-weight: bold;
text-decoration: none;
}
 
#bazar_applette_calendrier table td a:hover{
background: #DBB8DC;
color: #636;
}
 
 
/* +--Fin des CSS ----------------------------------------------------------------------------------------+
*
* $Log: not supported by cvs2svn $
* Revision 1.8 2005/09/26 20:18:27 ddelon
* Appli projet : php5 et generalisation
*
* Revision 1.7 2005/09/23 14:17:43 florian
* maj squelettes admin + commun
*