Template:Header/styles.css

    来自真佛百科
    < Template:Header
    Tbpedia>Sophivorus2023年7月31日 (一) 22:30的版本
    (差异) ←上一版本 | 最后版本 (差异) | 下一版本→ (差异)
    /**
     * [[Category:Template style pages]]
     */
    .template-header {
    	clear: both;
    	margin: 1em 0;
    }
    .template-header-image img,
    .template-header-mobile img {
    	height: auto;
    	max-width: 100%;
    	vertical-align: middle;
    }
    .template-header-menu {
    	background: #a2a9b1;
    }
    .template-header-menu ul {
    	margin: 0;
    	padding: 0;
    }
    .template-header-menu li {
    	display: inline-block;
    	margin: 0;
    }
    .template-header-menu a {
    	color: white;
    	display: inline-block;
    	padding: .5em;
    }
    @media ( max-width: 600px ) {
    	.template-header-image {
    		display: none;
    	}
    }
    @media ( min-width: 600px ) {
    	.template-header-mobile {
    		display: none;
    	}
    }