phpservermon/inc/monitor.css

160 lines
2.3 KiB
CSS

body {
color: #000000;
background-color: #FFFFFF;
font-family: Arial;
font-size: 12px;
}
.main {
margin: 0 auto;
width: 900px;
}
.header {
width: 900px;
height: 101px;
}
.opensource {
width: 101px;
height: 101px;
float: left;
}
.menu {
float: left;
margin-left: 50px;
height: 101px;
width: 749px;
background-color: #B3B3B3;
text-align: center;
}
.menu h1 {
margin-top: 10px;
font-size: 30px;
color: #C6C6C6;
font-style: italic;
letter-spacing: 10px;
}
.menu ul {
list-style-type: square;
}
.menu ul li {
float: left;
width: 100px;
color: #FFFFFF;
}
.active {
font-weight: bold;
}
a,
a:visited {
color: #FFFFFF;
text-decoration: none;
}
a:hover,
a:active {
color: #FFFFFF;
text-decoration: underline;
}
.container {
border-left: 0;
border-right: 1px;
border-top: 0;
border-bottom: 0;
border-color: #B3B3B3;
border-style: solid;
padding: 40px 20px;
}
.container h2 {
text-align: center;
font-size: 20px;
margin: 0 0 10px 0;
color: #286638;
}
.container table {
border: 1px solid #B3B3B3;
margin: 0 auto;
width: 860px;
}
.footer {
color: #666666;
background-color: #B3B3B3;
font-size: 10px;
text-align: center;
}
div.multiple_select_container {
background: #fff;
overflow: auto;
height: 80px;
width: 160px;
border-left: 1px solid #404040;
border-top: 1px solid #404040;
border-bottom: 1px solid #d4d0c8;
border-right: 1px solid #d4d0c8;
}
div.multiple_select_container label {
padding-right: 3px;
display: block;
}
div.multiple_select_container label.active {
background-color: #0A246A;
color: #FFFFFF;
}
div.multiple_select_container label.inactive {
background-color: #FFFFFF;
color: #000000;
}
.odd td {
background-color: #FFFFFF;
padding-left: 15px;
}
.even td {
background-color: #EEEEEE;
padding-left: 15px;
}
.head td {
background-color: #EEEEEE;
text-align: center;
font-weight: bold;
}
img {
border: 0;
}
.message,
.message a,
.message a:visited,
.message a:hover,
.message a:active {
color: #FF0000;
text-align: center;
font-weight: bold;
}
.small {
font-size: 10px;
}
#update {
border: 1px solid #000000;
width: 500px;
margin: 0 auto;
padding: 10px;
margin-bottom: 30px;
}
#update a,
#update a:hover,
#update a:active,
#update a:visited {
color: #000000;
text-decoration: underline;
}