الگو:وابسته‌ها/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;
    }
    }


    .wn-list div:nth-child(1) {
    .wn-list div:nth-child(1) {
    max-height: 300px;
    background: #f8f9fa;
    overflow: auto;
    padding: 10px 20px;
    column-width: 320px;
    column-width: 320px;
    }
    }

    نسخهٔ ‏۳ نوامبر ۲۰۲۲، ساعت ۱۸:۵۵

    .wn-list {
    	max-height: 300px;
    	overflow: auto;
    }
    
    .wn-list div:nth-child(1) {
    	background: #f8f9fa;
    	padding: 10px 20px;	
    	column-width: 320px;
    }