帮助:Test/styles.css:修订间差异

来自SS唯基
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第8行: 第8行:
     border-radius:20px;
     border-radius:20px;
     border: 2px solid #5c7192;
     border: 2px solid #5c7192;
         font-size:20px;
         font-size:15px;


}
}
第16行: 第16行:
     border-radius:20px;
     border-radius:20px;
         background-color: rgba(126, 173,255,0.5);
         background-color: rgba(126, 173,255,0.5);
         font-size:30px;
         font-size:20px;
         text-align:center;
         text-align:center;
}
}
第25行: 第25行:
     border-radius:20px;
     border-radius:20px;
         background-color: rgba(126, 173,255,0.5);
         background-color: rgba(126, 173,255,0.5);
         font-size:20px;
         font-size:15px;
         text-align:center;
         text-align:center;
}
}

2023年7月10日 (一) 10:44的版本

/* [[Category:CSS页面]] */
/* 此处用于测试样式,使用后务必清空 */
.quest {
    border: 2px solid black;
    padding: 1%;
    background-color: rgba(207, 225,255,0.5);
    color:#FFFFFF;
    border-radius:20px;
    border: 2px solid #5c7192;
        font-size:15px;

}
.board {
    border: 2px solid black;
    color:#0c0c70;
    border-radius:20px;
        background-color: rgba(126, 173,255,0.5);
        font-size:20px;
        text-align:center;
}

.boards {
    border: 2px solid black;
    color:#0c0c70;
    border-radius:20px;
        background-color: rgba(126, 173,255,0.5);
        font-size:15px;
        text-align:center;
}
pre {
	background-color:transparent;
	    border:0px;
}
.bulletin {
    padding: 0;
    list-style: none;
    background-color: transparent;
    margin: 1% !important;
    color:#0c0c70;
    border-radius:20px;
    border: 0;
}
.bulletin > li+li {
    margin-top: 1%;
    border-radius:20px;
}