start.css 1.29 KB
/*
# Apache configuration file (see httpd.apache.org/docs/2.2/mod/quickreference.html)

//# disable directory listing
*/

body{

	background-color: #d0d5d8; 
/*	background-color: #ffffff; */
}


.content_1, .content_2 {
    /* left: calc(50% - 150px); */
    display: block;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
    /* float: none; */
    z-index: auto;
    width: 80%; 
    /* height: 300px; */
    /* position: static; */
    cursor: default;
    opacity: 1;
    margin: 0;
    padding: 0;
    overflow: visible;
    border: none;
    -webkit-border-radius: 10px;
    border-radius: 10px;
    font: normal 16px/1 "Times New Roman", Times, serif;
    color: rgba(000, 000,000,1);
    text-align: left;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    /* background: #3fb2ff; */
    -webkit-box-shadow: none;
    box-shadow: none;
    text-shadow: none;
    -webkit-transition: none;
    -moz-transition: none;
    -o-transition: none;
    transition: none;
    -webkit-transform: none;
    transform: none;
    -webkit-transform-origin: 50% 50% 0;
    transform-origin: 50% 50% 0;
}
.content_1 {
     background-color: #eceeef; 
       
    }
    
.content_2 {
    /* background-color: #daeeff; */
     background-color: #eceeef; 
    }