93 lines
1.4 KiB
CSS
Executable file
93 lines
1.4 KiB
CSS
Executable file
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;
|
|
border-bottom-color:#fffe;
|
|
border-bottom-width:1px;
|
|
border-bottom-style:dotted;
|
|
}
|
|
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;
|
|
}
|