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

    来自真佛百科
    Tbpedia>Sophivorus
    无编辑摘要
     
    (导入1个版本)
     
    (没有差异)

    2024年3月2日 (六) 16:52的最新版本

    /**
     * [[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;
    	}
    }