File: //opt/bitninja-whm/src/css/style.css
/*
Created on : 2015.08.05., 16:05:40
Author : Joseph Easy
*/
body{font-family: 'Open Sans', sans-serif;}
a{color: #667fa0;}
a:hover{text-decoration: underline; outline: none;}
a, a:focus{text-decoration: none; outline: none;}
#logContainer{
overflow-y: hidden;
}
.ajaxLoader {
display: none;
width: 16px;
height: 16px;
float: right;
margin-left: 5px;
background-size: 100%;
background-repeat: no-repeat;
background-image: url(../img/ajax-loader.gif);
}
.logs{
margin: 5px 5px 15px 5px;
padding: 10px;
background-color: rgba(0,0,0,.1);
height: 300px;
overflow-x: hidden;
overflow-y: auto;
font-family: "courier new", courier;
font-size: 13px;
color: #0F0;
background: #000;
border: 5px #808080 solid;
border-radius: 5px;
min-height: 300px;
max-height: 300px;
}
.date{color: gray;}
.severity{color: silver;}
.info{color: green;}
.warn{color: orange;}
.error{color: red;}
#action {
float: right;
margin-right: 10px;
width: 27px;
height: 27px;
background-repeat: no-repeat;
background-size: 100%;
cursor: pointer;
}
#action.pause, .playPause.pause {
background-image: url(../img/pause_button.png);
}
#action.play, .playPause.play {
background-image: url(../img/play_button.png);
}
#menu{
padding: 10px;
}
form.check-greylist{
display: inline;
}
form.check-greylist *{
margin-right: 5px;
display: inline;
}
form.check-greylist .success{
color: green;
}
form.check-greylist .error{
color: red;
}