Subversion Repositories Applications.papyrus

Compare Revisions

Ignore whitespace Rev 5 → Rev 6

/trunk/papyrus/applications/admin_site/presentations/css/admin_site.css
New file
0,0 → 1,96
<?
//------------------------------------------------------------------------------
// FICHIER : $RCSfile: admin_site.css,v $
// AUTEUR : $Author: jpm $
// VERSION : $Revision: 1.1 $
// DATE : $Date: 2004-06-16 14:20:47 $
//------------------------------------------------------------------------------
// GSite - Web site management in PHP - gus module
//
// Copyright (C) 2001 COUDOUNEAU Laurent (lc@gsite.org)
//
// This library is free software; you can redistribute it and/or
// modify it under the terms of the GNU Lesser General Public
// License as published by the Free Software Foundation; either
// version 2.1 of the License, or (at your option) any later version.
//
// This library is distributed in the hope that it will be useful,
// but WITHOUT ANY WARRANTY; without even the implied warranty of
// MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
// Lesser General Public License for more details.
//
// You should have received a copy of the GNU Lesser General Public
// License along with this library; if not, write to the Free Software
// Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
//------------------------------------------------------------------------------
//------------------------------------------------------------------------------
 
$outputText .= ".gusTitle {\n";
$outputText .= " font-family: $STYLErow->S_FONT_FAMILY;\n";
$outputText .= " font-size: $STYLErow->S_FONT_SIZE_SMALL;\n";
$outputText .= " font-style: normal;\n";
$outputText .= " font-weight: bold;\n";
$outputText .= " text-align: center;\n";
$outputText .= " vertical-align: middle;\n";
$outputText .= " color: $STYLErow->S_COLOR_TEXT;\n";
$outputText .= " background-color: $STYLErow->S_COLOR_5;\n";
$outputText .= "}\n";
$outputText .= "\n";
$outputText .= ".gusError {\n";
$outputText .= " font-family: $STYLErow->S_FONT_FAMILY;\n";
$outputText .= " font-size: $STYLErow->S_FONT_SIZE_BIG;\n";
$outputText .= " font-style: normal;\n";
$outputText .= " font-weight: bold;\n";
$outputText .= " text-align: center;\n";
$outputText .= " vertical-align: middle;\n";
$outputText .= " color: $STYLErow->S_COLOR_TEXT_ALERT;\n";
$outputText .= " background-color: $STYLErow->S_COLOR_3;\n";
$outputText .= "}\n";
$outputText .= "\n";
$outputText .= ".gusInput {\n";
$outputText .= " font-family: $STYLErow->S_FONT_FAMILY;\n";
$outputText .= " font-size: $STYLErow->S_FONT_SIZE_SMALL;\n";
$outputText .= " font-style: normal;\n";
$outputText .= " font-weight: normal;\n";
$outputText .= " text-align: left;\n";
$outputText .= " vertical-align: middle;\n";
$outputText .= " color: $STYLErow->S_COLOR_TEXT;\n";
$outputText .= " background-color: $STYLErow->S_COLOR_6;\n";
$outputText .= "}\n";
$outputText .= "\n";
$outputText .= ".gusLabel {\n";
$outputText .= " font-family: $STYLErow->S_FONT_FAMILY;\n";
$outputText .= " font-size: $STYLErow->S_FONT_SIZE_SMALL;\n";
$outputText .= " font-style: normal;\n";
$outputText .= " font-weight: bold;\n";
$outputText .= " text-align: right;\n";
$outputText .= " vertical-align: middle;\n";
$outputText .= " color: $STYLErow->S_COLOR_TEXT;\n";
$outputText .= " background-color: $STYLErow->S_COLOR_5;\n";
$outputText .= "}\n";
$outputText .= "\n";
$outputText .= ".gusLabelTop {\n";
$outputText .= " font-family: $STYLErow->S_FONT_FAMILY;\n";
$outputText .= " font-size: $STYLErow->S_FONT_SIZE_SMALL;\n";
$outputText .= " font-style: normal;\n";
$outputText .= " font-weight: bold;\n";
$outputText .= " text-align: right;\n";
$outputText .= " vertical-align: top;\n";
$outputText .= " color: $STYLErow->S_COLOR_TEXT;\n";
$outputText .= " background-color: $STYLErow->S_COLOR_5;\n";
$outputText .= "}\n";
$outputText .= "\n";
 
//------------------------------------------------------------------------------
// $Log: not supported by cvs2svn $
// Revision 1.1 2003/10/10 09:58:21 alex
// installation
//
// Revision 1.1.1.1 2002/10/02 07:32:21 root
// initialisation site de Tela
//
// Revision 1.1 2002/02/25 16:38:33 lc
// First revision.
//
//-- End of source ------------------------------------------------------------
?>