Template:Create/styles.css:修订间差异

    来自真佛百科
    Tbpedia>Sophivorus
    无编辑摘要
    (没有差异)

    2023年7月7日 (五) 01:01的版本

    /**
     * [[Category:Template style pages]]
     */
    .template-create {
    	margin: 1em 0;
    }
    .template-create .mw-inputbox-centered {
    	text-align: left;
    }
    .template-create .createboxInput {
    	margin-bottom: .3em;
    	width: 300px;
    }
    .template-create .createboxButton {
    	margin-bottom: .3em;
    }
    
    /**
     * Small screens
     */
    @media screen and (max-width:600px) {
    	.template-create .mw-ui-input {
    		width: 100%;
    	}
    	.template-create .mw-ui-button {
    		display: block;
    		margin: .5em 0;
    		width: 100%;
    		max-width: 100%;
    	}
    }