Template:Gochiusatop/styles.css
跳到导航
跳到搜索
/*通用页顶模板:窄屏下隐藏图标节约行宽(由于使用了蒙版图片,该功能只能在此处手动实现)*/ @media screen and (max-width:720px) { .gochiusatop .infoBoxIcon { display:none; } } /*特别页顶模板:窄屏的艺术字与页顶为上下排列,并取消显示图标*/ @media screen and (max-width:720px) { .gochiusa-top-logo{ display:none; } .gochiusa-top-special .infoBoxIcon{ display:none; } } /*特别页顶模板:宽屏的艺术字与页顶为左右排列*/ @media screen and (min-width:720px) { .gochiusa-top-logo{ display:table-cell; border-left-width:10px; } } .gochiusa-top-special .infoBox{ width:auto; margin-top:5px; border-left-width:4px!important; } .gochiusa-top-special .infoBoxContent{ border:0; } .gochiusa-top-special .infoBoxText{ padding:0 0.5em; } /* [[Category:在模板名字空间下的CSS页面]] */