打开/关闭菜单
Toggle preferences menu
打开/关闭个人菜单
未登录
未登录用户的IP地址会在进行任意编辑后公开展示。

MediaWiki:Gadget-tiku.css:修订间差异

MediaWiki界面页面
无编辑摘要
无编辑摘要
第13行: 第13行:
.title{
.title{
     display: inline;
     display: inline;
    margin-left: 5px;
}
}
.answers{
.answers{
第48行: 第49行:
     background-color: rgba(255, 79, 79, 0.4);
     background-color: rgba(255, 79, 79, 0.4);
     font-weight: bold;
     font-weight: bold;
}
.no-background{
    background-color: rgba(255, 255, 255, 0);
    transition-duration: 1000ms;
}
}

2022年2月7日 (一) 14:59的版本

.subject{
    margin-top: 10px;
    max-width: 95%;
    word-wrap:break-word
}
.source{
    display: inline;
    background: #e3e3e3;
    padding: 4px;
    border-radius: 3px;
    color: #6d6d6d;
}
.title{
    display: inline;
    margin-left: 5px;
}
.answers{
    display: block;
    margin-left: 30px;
    margin-top: 10px;
}
.correctContainer{
    margin-top: 15px;
    margin-left: 20px;
}
.correctAnswer{
    display: inline;
}
.correctAnswerNoDisplay{
    display: none;
}
.noDisplay{
    display: none;
}
.answers>label{
    display: block;
    word-wrap:break-word;
    max-width: 80%;
    margin-top: 5px;
    border-radius: 5px;
}
.correct{
    transition-duration: 500ms;
    background-color: rgba(53, 238, 40,0.4);
    font-weight: bold;
}
.wrong{
    transition-duration: 500ms;
    background-color: rgba(255, 79, 79, 0.4);
    font-weight: bold;
}
.no-background{
    background-color: rgba(255, 255, 255, 0);
    transition-duration: 1000ms;
}