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

来自SS唯基
跳到导航 跳到搜索
无编辑摘要
无编辑摘要
第1行: 第1行:
/* [[Category:CSS页面]] */
.quest_list {
/* 此处用于测试样式,使用后务必清空 */
list-style:none;
.quest {
    border: 2px solid black;
    padding: 1%;
    background-color: rgba(207, 225,255,0.5);
    color:#006bff;
    border-radius:20px;
    border: 2px solid #5c7192;
    font-size:15px;
    width: 90%;
        margin-left:auto;
    margin-right:auto;
    margin-bottom:5%;
}
}
 
.quest_list > li {
.quests>hr{
margin-bottom:1%;
    border: 1px solid #00348f;
    background-color:#00348f;;
    margin-left:auto;
    margin-right:auto;
}
}
 
.shield {
 
width:115px;
 
height:115px;
.board {
margin:2%;
    border: 2px solid #445585;
display:flex;
    color:#0c0c70;
flex-direction:column;
    border-radius:20px;
border-radius:40%40%60%60%/22%22%100%100%;
        background-color: rgba(126, 173,255,0.5);
overflow:hidden;
        font-size:20px;
border:5px solid black;
        text-align:center;
background-color:#3366cc;
}
}
 
.usergroup_icon{
.boards {
margin-top:20%;
    border: 2px solid #445585;
    color:#0c0c70;
    border-radius:20px;
        background-color: rgba(126, 173,255,0.5);
        font-size:15px;
        text-align:center;
        margin-bottom:10px;
                margin-TOP:10px;
}
}
 
.center_button{
.boards>div>a>img,.boards>div>img{
padding-left:1em;
    border-radius:20px;
align-self:center
      background:transparent;
  border: transparent;
      margin-bottom:10px;
}
 
.boards>div>a.external.text,.quest>div>p>a.external.text{
    padding-right: 0px;
}
 
.quest>div>p>a>span.mw-ui-button.mw-ui-progressive{
          margin-TOP:10px;
}
 
.boards>div>a>span.mw-ui-button.mw-ui-progressive{
        margin-bottom:10px;
}
.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;
}
}

2023年7月13日 (四) 11:19的版本

.quest_list {
	list-style:none;
}
.quest_list > li {
	margin-bottom:1%;
}
.shield { 
	width:115px;
	height:115px;
	margin:2%;
	display:flex;
	flex-direction:column;
	border-radius:40%40%60%60%/22%22%100%100%;
	overflow:hidden;
	border:5px solid black;
	background-color:#3366cc;
}
.usergroup_icon{
	margin-top:20%;
}
.center_button{
	padding-left:1em;
	align-self:center
}