diff --git a/htdocs/lib/login.css b/htdocs/lib/login.css new file mode 100644 index 00000000000..de186cf96ca --- /dev/null +++ b/htdocs/lib/login.css @@ -0,0 +1,75 @@ +/* Copyright (C) 2004 Rodolphe Quiedeville + * Copyright (C) 2004 Benoit Mortier + * + * This program is free software; you can redistribute it and/or modify + * it under the terms of the GNU General Public License as published by + * the Free Software Foundation; either version 2 of the License, or + * (at your option) any later version. + * + * This program 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 General Public License for more details. + * + * You should have received a copy of the GNU General Public License + * along with this program; if not, write to the Free Software + * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. + * + * $Id$ + * $Source$ + * + */ + +body { + font-size:14px; + font-family: Verdana, Tahoma, Arial, Helvetica, sans-serif; + background-color: #cac8c0; + margin-left: 30%; + margin-right: 30%; + margin-top: 10%; + margin-bottom: 1%; + } + + div.main { + background-color: white; + text-align: left; + border: solid black 1px; + } + + div.main-inside { + background-color: white; + padding-left: 20px; + padding-right: 50px; + text-align: center; + margin-bottom: 50px; + margin-top: 30px; + } + + div.footer { + background-color: #dcdff4; + font-size: 10px; + border-top: solid black 1px; + padding-left: 5px; + text-align: center; + } + + div.header { + background-color: #dcdff4; + border-bottom: solid black 1px; + padding-left: 5px; + text-align: center; + } + + div.footer p { + margin: 0px; + } + + a:link,a:visited,a:active { + text-decoration:none; + color:blue; + } + + a:hover { + text-decoration:underline; + color:blue; + } \ No newline at end of file diff --git a/htdocs/lib/vcard/vcard.class.php b/htdocs/lib/vcard/vcard.class.php index 3fe8db0cdf4..53353767e6b 100644 --- a/htdocs/lib/vcard/vcard.class.php +++ b/htdocs/lib/vcard/vcard.class.php @@ -1,7 +1,7 @@ -