cyrilleinvalides/choupas/www/admin/editor/styles/main.css

96 lines
1.3 KiB
CSS
Executable File

body {
margin: 0;
padding: 0;
font-size: 0.8em;
}
#xhrMonitor span:first-child {
-moz-border-radius: 8px 8px 0 0;
}
#xhrMonitor span:last-child {
-moz-border-radius: 0 0 8px 8px;
}
#xhrMonitor {
position: absolute;
top: 0.3em;
right: 0.5em;
border: 1px solid #0099cc;
margin: 0;
padding: 0;
z-index: 4;
cursor: pointer;
-moz-border-radius: 8px;
background-color: white;
}
#xhrMonitor.active span {
display: block;
}
#xhrMonitor span:hover {
background-color: #eee;
}
#xhrMonitor span {
display: none;
background-color: white;
font-weight: bolder;
margin: 0;
padding: 0.1em 1em;
}
#xhrMonitor.zero .zero {
display: block;
-moz-border-radius: 8px;
}
#xhrMonitor.one .one {
display: block;
-moz-border-radius: 8px;
}
#xhrMonitor.two .two {
display: block;
-moz-border-radius: 8px;
}
#xhrMonitor.three .three {
display: block;
-moz-border-radius: 8px;
}
#xhrMonitor.four .four {
display: block;
-moz-border-radius: 8px;
}
#xhrMonitor .title {
text-align: center;
padding: 0.1em 1em 0.3em 1em;
text-decoration: underline;
background-color: #eee;
border-bottom: 1px solid #0099cc;
}
#xhrMonitor .zero {
color: green;
}
#xhrMonitor .one {
color: blue;
}
#xhrMonitor .two {
color: #cc0088;
}
#xhrMonitor .three {
color: orange;
}
#xhrMonitor .four {
color: red;
}