Newer
Older
GpsTracker / servers / php / css / dark.css

body {
    background-color: #555;

    background-image: url('../images/matrix.jpg'); background-repeat: repeat;
    background-position: top left; background-attachment: fixed;
}
.container {
    background-color: rgba(0,0,0,0.8);
    border: 1px solid #000;
    margin-top: 10px;
}
.col-sm-2 {
    height: 50px;           
}
.col-sm-3 {  
    height: 50px;
    margin-bottom: 10px;          
}
.col-sm-6 { 
    height: 50px;          
}
.col-sm-8 {  
    height: 50px;          
}
.col-sm-10 {
    height: 50px;           
}
.paddingright15 { 
    padding-right: 15px; 
}
#mapdiv { 
    height: 475px;
}
#toplogo {
    padding-top: 10px;
    color: #33ffcc; 
}
#messages {
    padding-top: 17px;
    text-align: right;
    color: #33ffcc;        
}
#routeSelect {
    width: 100%;
    background-color: #33ffcc;
    color: #000; 
}
#autorefresh {
    width: 100%;
    height: 44px;
    background-color: #33ffcc;    
    color: #000;       
}
#delete {
    width: 100%;
    height: 44px;
    background-color: #33ffcc;    
    color: #000;                   
}
#refresh {
    width: 100%;
    height: 44px;
    background-color: #33ffcc;     
    color: #000;   
}
#viewall {
    width: 100%;
    height: 44px;
    background-color: #33ffcc;     
    color: #000;   
}
.deletediv {
    text-align: center;
}
.autorefreshdiv {
    text-align: center;
}
.refreshdiv {
    text-align: center;
}
.viewalldiv {
    text-align: center;
}
@media only screen and (min-width : 768px) {
    .container {
        margin-top: 25px;
    }
    #autorefresh {
        width: 150px;      
    }
    #delete {
        width: 150px;                  
    }
    #refresh {
        width: 150px; 
    }
    #viewall {
        width: 150px; 
    }
    .deletediv {
        text-align: left;
    }
    .autorefreshdiv {
        text-align: center;
    }

    .refreshdiv {
        text-align: center;
    }
    
    .viewalldiv {
        text-align: right;
        padding-right: 15px;
    }    
}        
#map-canvas {
    border: 1px solid #000;
    width: 100%;
    height: 460px;
    background-color: rgba(0,0,0,0.7);     
}
#blankrow {
    background-color: transparent;
}
#selectdiv {
    height: 50px;
}
#halimage {
    width: 37px;
    height: 37px;
    vertical-align: middle;
}