Difference between revisions of "Template:Manchester/CSS1"

Line 90: Line 90:
 
}
 
}
  
@media screen and (max-width:700px){
 
    .somebox{
 
        display:block;
 
    }
 
}
 
 
@media screen and (max-width:1300px){
 
    .alert{
 
          width: 90%;
 
          border-radius:10px 10px 0 0;
 
    }
 
 
    .alert1{
 
          width:90%;
 
          border-radius: 0 0 10px 10px;
 
          padding: 10px 150px;
 
    }
 
}
 
  
 
.font10{
 
.font10{
Line 122: Line 104:
 
     height:60px;
 
     height:60px;
 
}
 
}
 
 
@media screen and (max-width:750px){
 
 
.boxx h1{font-size:20px;height:60px;}
 
 
.boxx h4{font-size:15px;height:30px;}
 
 
.font20{ display:none}
 
 
.font10{display:block;}
 
}
 
 
 
  
 
body{
 
body{
Line 589: Line 557:
 
     .half_size{width:100%}
 
     .half_size{width:100%}
 
     .homeimg{width:40px; height:40px;}
 
     .homeimg{width:40px; height:40px;}
 +
    .logo{ position:relative; text-align: center; width: 80px; height:80px;}
 
}
 
}
  
 +
@media screen and (max-width:700px){
 +
    .somebox{
 +
        display:block;
 +
    }
 +
}
 +
 +
@media screen and (max-width:1300px){
 +
    .alert{
 +
          width: 90%;
 +
          border-radius:10px 10px 0 0;
 +
    }
 +
 +
    .alert1{
 +
          width:90%;
 +
          border-radius: 0 0 10px 10px;
 +
          padding: 10px 150px;
 +
    }
 +
}
 +
 +
@media screen and (max-width:750px){
 +
 +
.boxx h1{font-size:20px;height:60px;}
 +
 +
.boxx h4{font-size:15px;height:30px;}
 +
 +
.font20{ display:none}
 +
 +
.font10{display:block;}
 +
}
  
 
</style>
 
</style>

Revision as of 11:18, 16 September 2016