mirror of
https://github.com/DigitalDevices/octonet.git
synced 2023-10-10 13:36:52 +02:00
92c835be8c
requires dddvb commit f323471384a592eb0772c19c5e6d1dc0589831c7
89 lines
1.2 KiB
CSS
89 lines
1.2 KiB
CSS
body {
|
|
color:#000000;
|
|
background-color:#000000;
|
|
margin:0;
|
|
font-family:Arial,sans-serif;
|
|
}
|
|
|
|
.maintable {
|
|
color:#000000;
|
|
background-color:#FFFFFF;
|
|
text-align:center;
|
|
border:0;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.maintd {
|
|
vertical-align:top;
|
|
}
|
|
|
|
.menutable {
|
|
color:#000000;
|
|
background-color:#e0e0e0;
|
|
text-align:center;
|
|
border:5px;
|
|
width:95%;
|
|
font-size:120%;
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.menucur {
|
|
color:#e0e0e0;
|
|
background-color:#000000;
|
|
}
|
|
|
|
.menutable a:link { text-decoration:none; color:#000000; }
|
|
.menutable a:visited { text-decoration:none; color:#000000; }
|
|
|
|
|
|
.center-div {
|
|
margin-left: auto;
|
|
margin-right: auto;
|
|
}
|
|
|
|
.content {
|
|
color:#000000;
|
|
background-color:#FFFFF0;
|
|
text-align:left;
|
|
vertical-align:top;
|
|
border:5px;
|
|
font-size:100%;
|
|
}
|
|
|
|
.table {
|
|
color:#000000;
|
|
text-align:center;
|
|
border:1px;
|
|
}
|
|
|
|
.tableleft {
|
|
color:#000000;
|
|
float:center;
|
|
text-align:left;
|
|
border:1px;
|
|
}
|
|
|
|
#streamstatus {
|
|
color:#000000;
|
|
text-align:center;
|
|
border:1px;
|
|
width:90%;
|
|
}
|
|
|
|
td#streamstatus {
|
|
color:#000000;
|
|
}
|
|
|
|
#tunerstatus {
|
|
color:#000000;
|
|
text-align:center;
|
|
border:1px;
|
|
width:60%;
|
|
}
|
|
|
|
a img {
|
|
border:none;
|
|
}
|