مدیاویکی:Timeless.css: تفاوت میان نسخه‌ها

بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۱۰۱: خط ۱۰۱:
border:0px;
border:0px;
}
}
 
/*  SECTIONS  */
  /*  SECTIONS  */
.section {
.section {
clear: both;
clear: both;
خط ۱۱۲: خط ۱۱۱:
.col {
.col {
display: block;
display: block;
float:left;
float:right;
margin: 1% 0 1% 1.6%;
margin: 1% 0 1% 1.6%;
}
}
خط ۱۲۵: خط ۱۲۴:
/*  GRID OF TWO  */
/*  GRID OF TWO  */
.span_2_of_2 {
.span_2_of_2 {
width: 100%;
width: 45%;
}
}
.span_1_of_2 {
.span_1_of_2 {
width: 49.2%;
width: 45%;
}
}


/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
/*  GO FULL WIDTH AT LESS THAN 580 PIXELS */


@media only screen and (max-width: 580px) {
@media only screen and (max-width: 580px) {
خط ۱۳۹: خط ۱۳۸:
}
}


@media only screen and (max-width: 580px) {
@media only screen and (max-width: 480px) {
.span_2_of_2, .span_1_of_2 { width: 100%; }
.span_2_of_2, .span_1_of_2 { width: 100%; }
}
}


/* Mahdi  end*/
/* Mahdi  end*/