Newer
Older
GpsTracker / servers / php / css / light.css
@Nick Fox Nick Fox on 3 Sep 2014 1 KB added blue theme

body {
   /* background-color: #ccc; */
}

.container {
    /* background-color: #272b30; for slate */
    border: 1px solid #aaa;
    margin-top: 10px;
}
.col-sm-2 {
    height: 50px;           
}
.col-sm-3 {  
    height: 50px;        
}
.col-sm-6 { 
    height: 50px;          
}
.col-sm-8 {  
    height: 50px;          
}
.col-sm-10 {
    height: 50px;           
}
#toplogo {
    padding-top: 10px;
}
#messages {
    padding-top: 19px;
    text-align: right;
    margin: 0px 0px 10px 0px;
    clear:right;       
}
#routeSelect {
    width: 100%;
    margin-bottom:5px;
    /* background-color: #ccc; */
}
#autorefresh {
    width: 100%;  
    margin-bottom:5px;
}
#delete {
    width: 100%;                
    margin-bottom:5px;
}
#refresh {
    width: 100%;   
    margin-bottom:5px;
}
#viewall {
    width: 100%;   
    margin-bottom:5px;
}
.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;
    }

    .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;    
}
#mapdiv { 
    height: 475px;
}
#selectdiv {
    height: 50px;
}
#halimage {
    float:left;
    width: 37px;
    height: 37px;
    padding-left: 40px;
    margin-bottom: 5px;
    background: url('../images/gpstracker-man-blue-37.png')  no-repeat; 
}
#gpstrackertext {
    position:relative;
    margin-top:10px;
}