Hallo liracon,
tatsaechlich da ist sowas, man lernt eben täglich dazu.
95% meines PHP-Codes stammen halt aus einem Paket(Popper), das ich nur fuer meinen embedded-Server(NSLU2) angepasst habe.
Die seite liegt zwar im internet, ist aber nur für meinen privaten Gebrauch und is deshalb Passwordgeschützt.
Als style.css wird folgendes übermittelt:
/*========================================================================
A POP3 web mail-client written in PHP
Copyright (C) 2000 by Jean-Pierre Bergamin
This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License.
For more information see the file gpl.txt or go to
http://www.gnu.org/copyleft/gpl.html
==========================================================================*/
/*****************************
General styles
*****************************/
body {
font-family : Arial, Helvetica, sans-serif;
font-size: x-small;
background-color: #3A6EA5;
}
table {
font-size: x-small;
}
}
textarea {
font-size: x-small;
}
/*****************************
Window table border
*****************************/
.windowborder {
color: White;
background-color: silver;
border: thin outset silver;
}
/*****************************
Window
*****************************/
.window {
color: Black;
background-color: white;
}
.window a {
color: Black;
background-color: inherit;
text-decoration: none;
width: 100%;
}
.window a:hover {
color: inherit;
background-color: silver;
text-decoration: underline;
}
.window form {
margin: 0, 0, 0, 0;
padding: 0, 0, 0, 0;
}
.window fieldset {
margin: 3px, 3px, 3px, 3px;
padding: 5px, 5px, 5px, 5px;
}
/*****************************
Mailwindow
*****************************/
.mailwindow a {
font-weight: bolder;
}
.mailwindow a:visited {
font-weight: normal;
}
/*****************************
Titlebar
*****************************/
.titlebar {
color: white;
background-color: blue;
}
.titlebar a {
width: auto;
}
/*****************************
Toolbar
*****************************/
.toolbar {
color: Black;
background-color: silver;
}
.toolbar img {
margin-top: 2pt;
border: thin solid silver;
}
.toolbar a {
color: Black;
background-color: inherit;
border : 1px solid Silver;
/*padding: 10px, 10px, 10px, 10px; problems with Opera 4.02*/
width: auto;
}
.toolbar a:visited {
color: Black;
background-color: inherit;
}
.toolbar a:hover {
color: Black;
background-color: silver;
text-decoration: none;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
}
.toolbar td {
border-top: 1px solid white;
border-bottom: 2px groove white;
border-left: 1px solid white;
border-right: 1px solid gray;
}
/*****************************
Header
*****************************/
.header table {
background-color: silver;
width=100%;
border-bottom: 1px solid gray;
}
.header tr {
width=100%;
background-color: silver;
}
.header hr {
width: 100%;
text-align: left;
}
.header p {
width: 100%;
}
/*****************************
Statusbar
*****************************/
.statusbar {
color: Red;
background-color: silver;
font-weight: bold;
font-size: normal;
}
.statusbar td {
border: thin inset silver;
}
/*****************************
Scrollbar
*****************************/
.scrollbar {
color: black;
background-color: #DDDDDD;
}
td.scrollbar {
width: 16px;
}
/*****************************
Window title
*****************************/
.windowtitle {
color: white;
background-color: Gray;
font-weight: bold;
margin-bottom: 0;
}
.windowtitle a {
color: white;
background-color: inherit;
font-weight: bold;
text-decoration: none;
}
.windowtitle a:hover {
color: white;
background-color: inherit;
font-weight: bold;
text-decoration: underline;
}
/*****************************
Child window
*****************************/
.childwindow {
color: Black;
background-color: silver;
border: thin outset silver;
width: 60%;
margin-top: 5%;
margin-bottom: 5%;
}
.childwindow form {
margin-top: 10pt;
margin-bottom: 10pt;
}
.childwindow form td {
text-align: left;
}
/*****************************
Button
*****************************/
.button {
width: 150px;
}
/*****************************
Smallbutton
*****************************/
.smallbutton {
color: Black;
background-color: silver;
text-decoration: none;
border-top: 1px solid white;
border-left: 1px solid white;
border-bottom: 1px solid gray;
border-right: 1px solid gray;
margin: 3px; 3px; 3px; 3px;
}
/*****************************
Calendar control
*****************************/
.calcontrol {
}
.calcontrol a {
color: red;
background-color: inherit;
text-decoration: none;
}
.calcontrol a:hover {
color: white;
background-color: blue;
}
.calcontrol td {
border: thin none white;
text-align: center;
}
/*****************************
Mail window
*****************************/
.mail {
}
.mail label {
font-weight: bolder;
}
.mail img {
vertical-align: middle;
}
/*****************************
Help window
*****************************/
.help {
}
.help dt {
font-family: Verdana, Geneva, Arial, Helvetica, sans-serif;
font-weight : bolder;
padding-bottom : 1ex;
padding-top : 2ex;
}
.help h3 {
padding-top: 1ex;
border-top: medium solid silver;
}
.help li {
margin-top: 3pt;
margin-bottom: 3pt;
}
.help a {
width: auto;
}
.help img {
vertical-align: middle;
}
siehst Du da einen Fehler?
Danke soweit fuer die schnelle Hilfe.
tschüs
chriwi