درخواست اصلاح

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

از دانشنامه ویکیدا
بدون خلاصۀ ویرایش
بدون خلاصۀ ویرایش
خط ۵۹: خط ۵۹:
.mw-sidebar{
.mw-sidebar{
     border-radius: 10px;
     border-radius: 10px;
}
@ca-history{
    display:none;
}
}



نسخهٔ ‏۱۴ دسامبر ۲۰۲۳، ساعت ۰۴:۰۷

/* دستورات این بخش همهٔ کاربران را تحت تاثیر قرار می‌دهند. */
@font-face {
  font-family: 'yekan';
  src: local("yekan"),
       url(https://fa.wikida.ir/w/iranyekanwebmediumfanum.ttf);
}

body,html,h1,h2,h3,h4,h5,h6,h7,p,a{
	font-family: yekan ,sans-serif !important;
}

.catlinks{
	box-shadow: 0px 0px 10px #00000020 !important;
	border-radius: 10px !important;
	background-color: #f8f9fa !important;
	border:0px solid #fff !important;
}

div.thumbinner{
	box-shadow: 0px 0px 10px #00000020;
	border-radius: 10px;
	border: 0px !important;
}
.thumbimage{
	border: 0 !important;
	border-radius: 10px !important;
}

.wvui-typeahead-suggestion{
	padding:2px 2px !important;
}

.wvui-typeahead-search__suggestions{
	border:0px !important;
	border-radius: 0 0 10px 10px !important;
	box-shadow: 0px 0px 10px #00000040 !important;
}

.vector-user-links .vector-user-menu .vector-menu-content{
	border-radius: 10px;
	box-shadow: 0px 0px 10px #00000040;
	border: 0px;
}

.vector-menu-tabs li{
	background:#ffffff;
}

.responsivetable{
	display: inline;
}
.sidbar1{
	width: 70%;
}
.sidbar2{
	width: 30%;
}

.mw-sidebar{
    border-radius: 10px;
}

@ca-history{
    display:none;
}

@media only screen and (max-width: 600px) {
	div.thumb{
		width: 100% !important;
	}
	
	div.thumbinner{
		width: 100% !important;
	}
	
	.thumbimage{
		width: 100% !important;
		height: 100%;
	}

	.responsivetable{
		display: inline-grid;
	}
	.sidbar1{
		width: 100% !important;
	}
	.sidbar2{
		width: 100% !important;
	}

}