Просмотр файла dizgreen/style.css

Размер файла: 4.25Kb
body { 
    background: #d9e2c6;
    max-width: 100%;
    color: white;
    margin: auto;
}

.sha {
    background-image:url(images/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position:bottom top;
    padding-top: 50px;
    margin: 0 auto;
    color: white;
    font-family: cursive;
    font-size: 14px;
    text-align: center;
    max-width: 700px;
    height: 150px;
    border-radius: 7px;
    
	
}


.menu {
    background-image:url(images/green.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position:top;
    padding: 15px;
    text-align: center;
    margin: 0 auto;
    max-width: 700px;
    font-family: serif;
    
  
}

.menu  a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  width: 140px;
  height: 45px;
  line-height: 45px;
  border-radius: 45px;
  font-family: 'Montserrat', sans-serif;
  font-size: 11px;
  text-transform: uppercase;
  text-align: center;
  letter-spacing: 3px;
  font-weight: 600;
  color: #8caf4f;
  background: white;
  box-shadow: 0 8px 15px rgba(0,0,0,.1);
  transition: .3s;
}

.menu a:hover {
  background: #8caf4f;
  color: white;
  transform: translateY(-7px);
}



.site {
    background:white;
    border: solid 1px white;
    margin: 0 auto;
    padding: 15px ;
    color: grey;
    font-family: Georgia, 'Times New Roman', Times, serif;
    font-size: 16px;
    max-width: 700px;
    
    
}

.site  a { 
    color:#8caf4f;
    text-decoration: none;    

}


.site a:hover {
    background: #8caf4f;
    border-radius: 7px;
    padding: 3px;
    color: white;
}


.fa-lg  {
    color:#8caf4f ;
    font-size: 1em; 
       
}



.b  {
    background-image:url(images/green.jpg);
    background-repeat: repeat;
    background-size: cover;
    background-position:top;
    padding: 10px;
    border-radius: 7px;
    overflow: hidden;
    font-family: arial black;
    font-style: normal;
    color: darkgray;
    
   
}

.b a {
  text-decoration: none;
  outline: none;
  display: inline-block;
  padding: 2px ;
  margin: 3px 0px;
  border-radius: 10px;
  box-shadow: 0 0 40px 40px #8caf4f inset, 0 0 0 0 #8caf4f;
  font-family: 'Montserrat', sans-serif;
  font-weight: bold;
  letter-spacing: 2px;
  color: white;
  transition: .15s ease-in-out;
}


.foot {
    background-image:url(images/4.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: top;
    padding: 15px;
    text-align: center;
    color: antiquewhite;
    padding: 15px;
    margin: 0 auto;
    max-width: 700px;

   
}


.foot a	{ 
	 color: white;
}

.foot  a:hover {
    color: white;
    
}




.img {
    float: left;
    padding: 5px 5px 5px 5px;
	
}




h1 {
    font-size: 24px;
    color: olivedrab;
    text-shadow: 2px 2px 3px #8caf4f;
    padding: 10px;
}



.alert-info {
     border-radius: 7px;
    border: 1px white;
    background:#E9F7DE;
    color: darkgrey;
    margin: 0;
}

.alert-info a {
    color: darkgray;
}

.alert-warning {
    background: #E9F7DE;
    color: darkgrey;
}


.data {
    font-size: 10px;
    color: gray;
}

.breadcrumb {
    background:  #E9F7DE;
    
}
.breadcrumb a {
    color: darkgray;
}


textarea {width: 100%;
          color: #8caf4f;}


.form {
  position: relative;
  z-index: 1;
  background: #FFFFFF;
  max-width: 680px;
  margin: 0 auto 100px;
  padding: 15px;
  text-align: left;
  color: olivedrab;
  text-shadow: 2px 2px 3px #8caf4f;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
.form input {
  font-family: "Roboto", sans-serif;
  outline: 0;
  background: #f2f2f2;
  width: 100%;
  border: 0;
  margin: 0 0 15px;
  padding: 15px;
  box-sizing: border-box;
  font-size: 14px;
}
.form button {
  font-family: "Roboto", sans-serif;
  text-transform: uppercase;
  outline: 0;
  background: #4CAF50;
  width: 100%;
  border: 0;
  padding: 15px;
  color: #FFFFFF;
  font-size: 14px;
  -webkit-transition: all 0.3 ease;
  transition: all 0.3 ease;
  cursor: pointer;
}
.form button:hover,.form button:active,.form button:focus {
  background: #43A047;
}