saving php5 version

This commit is contained in:
Hausmeister 2017-10-31 19:16:46 +01:00
commit c2c1ee7b9b
46 changed files with 817 additions and 0 deletions

90
style.css Executable file
View file

@ -0,0 +1,90 @@
body {
color:#fff;
font-weight:bold;
}
.list {
color:#ffffff;
font-family:verdana;
font-size:10pt;
font-weight:normal;
}
table.list {
border-spacing:0px;
}
table.list td {
text-align:center;
}
table.list th{
padding-left:3px;
padding-right:3px;
font-weight:bold;
border-bottom-color:#ffffff;
border-bottom-width:1px;
border-bottom-style:solid;
text-align:center;
vertical-align:middle;
}
.list a {
padding-left:3px;
padding-right:3px;
color:#ffffff;
font-weight:bold;
text-decoration:none;
}
.list a:hover {
text-decoration:underline;
}
a {
color:#fff;
font-weight:bold;
text-decoration:none;
}
a:hover {
text-decoration:underline;
}
table.the_ring {
text-align:center;
font-family:verdana;
color:#ffffff;
font-size:16pt;
font-weight:bold;
}
table.the_ring th {
text-decoration:underline;
}
input {
color:#000000;
background-color:#ffffff;
border-color:#000000;
border-width:1px;
border-style:solid;
text-align:center;
}
.submit_save {
background-image:url(./icons/disk.png);
background-color:transparent;
display:block;
border-width:0px;
width:16px;
height:16px;
}
.errormessage {
color:#ff0000;
background-color:#eeeeee;
font-weight:bold;
}
.comment {
color:#ffffff;
font-size:8pt;
font-family:verdana;
font-weight:normal;
font-style:italic;
}