Template:Documentation/styles.css

    来自真佛百科
    < Template:Documentation这是此页面的最新修订,它没有已核准修订。
    .documentation {
    	background: #ecfcf4;
    	border: 1px solid #aaa;
    	clear: both;
    	margin: 1em 0;
    	overflow: hidden;
    	padding: 1em;
    }
    .documentation .mw-editsection {
    	display: inline;
    }
    .documentation .mw-templatedata-doc-param-name,
    .documentation .mw-templatedata-doc-param-alias {
    	white-space: nowrap;
    }
    
    /**
     * Dark mode
     */
    body.poncho-dark-mode .documentation {
    	background: transparent;
    }
    
    /* [[Category:Template style pages]] */