বিষয়বস্তুতে চলুন

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

ভারতপিডিয়া থেকে
রবি (আলোচনা | অবদান)
"@media only screen and (orientation:portrait) { header.header-container { position: sticky !important; top: 0; z-index: 1;..." দিয়ে পাতা তৈরি
 
রবি (আলোচনা | অবদান)
সম্পাদনা সারাংশ নেই
 
১২ নং লাইন: ১২ নং লাইন:
     color: #dc480d !important;
     color: #dc480d !important;
}
}
    body {
        font-family: serif
    }
    .mw-body h1, .mw-body h2 {
        font-family: serif
    }
.mw-redirect {
.mw-redirect {
  color: green;
  color: green;

১৮:২৮, ২০ এপ্রিল ২০২২ তারিখে সম্পাদিত সর্বশেষ সংস্করণ

@media only screen and (orientation:portrait) {
    header.header-container {
        position: sticky !important;
        top: 0;
        z-index: 1;
    }
}
#content a:visited:active {
	color: #ef2913;
}
#content a.new:visited, #p-personal a.new:visited {
    color: #dc480d !important;
}
.mw-redirect {
 color: green;
 text-decoration: 
!important;
}
.mw-disambig {
	color:#800080 !important;
}