Template:Wn/bn/প্রধান নিবন্ধ/শৈলী.css

/* {{Wn/bn/শৈলী পৃষ্ঠা}} */
/*Related to [[Template:Lead 2.0]], from en wikinews :) */
	
/*For larger screens. */


.l_table {
  border: 0px;
  height: 100%;
  width: 100%;
}

.l_table tr {
  height: 100%;
}

.l_table td {
  width: 100%;
}

.l_box {
  vertical-align: top;
}

.l_image {
  vertical-align: top;
  padding-bottom: 5px;
  padding-right: 8px;
  float: left;
}

.l_title {
  font-size: 130%;
  vertical-align: top;
  padding-bottom: 5px;
  min-width: 6em;
}

.l_title a:link,
.l_title a:visited,
.l_title a:hover,
.l_title a:active {
  color: #000000;
  text-decoration: none;
}

.l_title a:hover {
  text-decoration: underline;
}

.l_summary {
  vertical-align: top;
  font-size: 100%;
}

.l_tail {
  font-size: 90%;
  height: 15px;
}

.l_img_type {
  /*float: left;*/
  padding-bottom: 3px;
}

.l_edit {
  clear: left;
  float: right;
}

/* Mobile-specific styles */

@media only screen and (max-width: 767px) {
  .l_table,
  .l_table tr,
  .l_table td,
  .l_box,
  .l_image,
  .l_title,
  .l_summary,
  .l_tail,
  .l_img_type,
  .l_edit {
    border: 0;
    height: auto;
    width: auto;
    float: none;
    padding: 0;
    text-align: left;
  }

  .l_title {
    padding-top: 4px; 
    font-size: 120%;
  }

  .l_title a:link,
  .l_title a:visited,
  .l_title a:hover,
  .l_title a:active {
    color: inherit;
    text-decoration: none;
  }
  
  .l_image {
    float: none;
    margin-right: 0;
  }
}