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

    از ویکی پاسخ
    (changes requested by User:Great Brightstar)
     
    جز (۱ نسخه واردشده)
     
    (بدون تفاوت)

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

    /* Styling for Template:Stack */
    /* {{pp-template}} */
    @media all and (max-width: 720px) {
        .stack-container {
    		float: none !important;
    		width: 100% !important;
    	}
    }
    .stack-container {
    	box-sizing: border-box;
    }
    .stack-clear-left {
    	float: left;
    	clear: left;
    }
    .stack-clear-right {
    	float: right;
    	clear: right;
    }
    .stack-left {
    	float: left;
    }
    .stack-right {
    	float: right;
    }
    .stack-margin-clear-left {
    	float: left;
    	clear: left;
    	margin-right:1em;
    }
    .stack-margin-clear-right {
    	float: right;
    	clear: right;
    	margin-left:1em;
    }
    .stack-margin-left {
    	float: left;
    	margin-right:1em;
    }
    .stack-margin-right {
    	float: right;
    	margin-left:1em;
    }
    .stack-item {
    	margin: 1px;
    	overflow: hidden;
    }