ব্যবহারকারী:Mahir256/শৈলী.css: সংশোধিত সংস্করণের মধ্যে পার্থক্য

বিষয়বস্তু বিয়োগ হয়েছে বিষয়বস্তু যোগ হয়েছে
Mahir256 (আলোচনা | অবদান)
সম্পাদনা সারাংশ নেই
Mahir256 (আলোচনা | অবদান)
সম্পাদনা সারাংশ নেই
১ নং লাইন:
@media all {
.top-banner-table, #mp-topbanner{
.top-banner-table, #mp-topbanner{
display: table;
display: table;
width: 100%;
width: 100%;
}
.top-banner-row {
display: table-row;
}
.top-banner-cell {
padding: 3px 10px;
}
.top-banner-body {
display: table-row-group;
}
.MainPageLogo {
background-repeat: no-repeat;
background-position: -5px -25px;
width: 100%;
border: 1px solid #a7d7f9;
vertical-align: top;
border-radius: 3px;
}
.top-banner-content {
width: 100%;
margin-bottom: 1px;
vertical-align: top;
font-size: 100%;
background: transparent;
line-height: 1.5em;
}
.top-banner-intro {
padding-left: 5px;
}
.top-banner-stats {
font-size:100%;
padding: 0;
padding-right:5px;
text-align: right;
line-height: 1.6em;
vertical-align: top;
}
.top-banner-links {
display:table-caption;
caption-side:bottom;
text-align: center;
font-size: 100%;
padding:0;
margin: 0;
line-height: 1em;
}
}
/* কেবল ডেস্কটপ ইন্টারফেসের জন্য */
.top-banner-row {
@media all and ( min-width: 720px ) {
display: table-row;
.top-banner-cell{
}
display: table-cell;
.top-banner-cell {
}
display: table-cell;
.top-banner-intro{
padding: 3px 10px;
}
.top-banner-body {
display: table-row-group;
}
.MainPageLogo {
background-repeat: no-repeat;
background-position: -5px -25px;
width: 100%;
border: 1px solid #a7d7f9;
vertical-align: top;
border-radius: 3px;
}
.top-banner-content {
width: 100%;
margin-bottom: 1px;
vertical-align: top;
font-size: 100%;
background: transparent;
line-height: 1.5em;
}
.top-banner-intro {
height: 1em;
}
padding-left: 5px;
}
.top-banner-stats {
font-size:100%;
padding: 0;
padding-right:5px;
text-align: right;
line-height: 1.6em;
vertical-align: top;
}
/* কেবল মোবাইল ইন্টারফেসের জন্য */
.top-banner-links {
@media all and ( max-width: 719px ) {
display:table-caption;
.top-banner-cell{
caption-side:bottom;
display: block;
text-align: center;
}
font-size: 100%;
padding:0;
margin: 0;
line-height: 0.7em;
}