置顶公告:【置顶】关于临时开启评论区所有功能的公告(2022.10.22) | 【置顶】关于本站Widget恢复使用的公告
  • 你好~!欢迎来到萌娘百科镜像站!如需查看或编辑,请联系本站管理员注册账号。
  • 本镜像站和其他萌娘百科的镜像站无关,请注意分别。

Template:虚拟歌手外语排行榜/bricks/style.css

猛汉♂百科,万男皆可猛的百科全书!转载请标注来源页面的网页链接,并声明引自猛汉百科。内容不可商用。
跳到导航 跳到搜索
        .total-container {
        	position: relative;
        	display: flex;
            padding-left: 5px;

        }

        .border-left {
            position: absolute;
            top: 0;
            left: 0;
            bottom: 5px;
            width: 5px;
        }

        .song-container {
            display: flex;
            position: relative;
            justify-content: center;
            align-items: center;
            flex-wrap: wrap;
            background: #FCFCFC;
            color: #455670;
            padding: 0.5em;
            margin-bottom: 6px;
            max-width: 50.5em;
            box-sizing: content-box;
        }

        .image-container {
            display: inline-block;
            width: 12.5em;
            text-align: center;
        }

        .rank {
            display: inline-block;
            width: 7.5em;
            text-align: center;
        }

        .info {
            display: inline-block;
            max-width: 29.64em;
            align-items: center;
        }
		
		.info-row {
			display: flex;
			flex-wrap: wrap;
		}

        .info-row * {
            display: inline-block;
        }
        
        .cover-image {
            margin-right: 4px;
            border: gray 2px solid;
            vertical-align: baseline;
        }

        .info-title {
            font-size: 16px;
            border-bottom: solid 1px #006666;
            margin-bottom: 5px;
            align-items: baseline;
        }
/* [[Category:在模板名字空间下的CSS页面]] */