الگو:وابسته‌ها/styles.css: تفاوت میان نسخه‌ها

    از ویکی‌نور
    (صفحه‌ای تازه حاوی «.wn-list { background: #f8f9fa; padding: 10px 20px; } .wn-list div:nth-child(1) { max-height: 300px; overflow: auto; column-width: 320px; }» ایجاد کرد)
     
    جزبدون خلاصۀ ویرایش
     
    (۷ نسخهٔ میانیِ ایجادشده توسط همین کاربر نشان داده نشد)
    خط ۱: خط ۱:
    .wn-list {
    .wn-list {
    background: #f8f9fa;
    max-height: 300px;
    padding: 10px 20px;
    overflow: auto;
    font-size: 90%;
    background: #f5faff;
    }
    }


    .wn-list div:nth-child(1) {
    .wn-list div:nth-child(1) {
    max-height: 300px;
    background: #f5faff;
    overflow: auto;
    padding: 10px 20px;
    column-width: 320px;
    column-width: 320px;
    }
    @media screen and (max-width: 719px) {
    .wn-list {
    max-height: none;
    overflow: auto;
    }
    .wn-list div:nth-child(1) {
    background: none;
    padding: 0px 10px;
    column-width: 320px;
    }
    }
    }

    نسخهٔ کنونی تا ‏۳ نوامبر ۲۰۲۲، ساعت ۲۲:۵۴

    .wn-list {
    	max-height: 300px;
    	overflow: auto;
    	font-size: 90%;
    	background: #f5faff;
    }
    
    .wn-list div:nth-child(1) {
    	background: #f5faff;
    	padding: 10px 20px;	
    	column-width: 320px;
    }
    
    @media screen and (max-width: 719px) {
    	.wn-list {
    		max-height: none;
    		overflow: auto;
    	}
    	
    	.wn-list div:nth-child(1) {
    		background: none;
    		padding: 0px 10px;	
    		column-width: 320px;
    	}	
    }