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

用户:卡介菌/common.css:修订间差异

来自Rizline中文维基
卡介菌留言 | 贡献
无编辑摘要
卡介菌留言 | 贡献
无编辑摘要
 
第1行: 第1行:
.mw-confirm-edit-question-label {
    font-weight: bold;
    margin-bottom: 8px;
    display: block;
    color: #333;
}
#editform fieldset legend + div,
#userloginForm fieldset legend + div,
#usercreate fieldset legend + div {
}


.mw-confirm-edit-question-label img,
#wpCaptchaWord {
#editform fieldset img,
    padding: 8px 12px;
#userloginForm fieldset img,
    border: 1px solid #cccccc;
#usercreate fieldset img {
    border-radius: 4px;
  max-width: 100px;  
    font-size: 1em;
  max-height: 50px;
    line-height: 1.5;
  display: inline-block;
    width: 250px;  
  vertical-align: middle;
    max-width: 100%;  
  margin: 0 5px;
    box-sizing: border-box;  
  border: 1px solid #ccc;
    margin-top: 5px;  
  padding: 2px;
    margin-bottom: 10px;
    background-color: #f9f9f9;  
    color: #333333;  
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;  
}
}
 
#wpCaptchaWord:focus {
#wpCaptchaWord {  
    border-color: #007bff;  
  padding: 8px;
    outline: 0;  
  border: 1px solid #aaa;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);  
  border-radius: 3px;
    background-color: #ffffff;  
  margin-top: 5px;
  display: block;
  width: 250px;
}
}
 
editform .captcha,
 
userloginForm .captcha,
.g-recaptcha {
createaccountform .captcha
  margin-top: 10px;
{
  margin-bottom: 10px;
   
    padding: 15px;
    background-color: #f0f0f0;
    border: 1px dashed #ddd;
    border-radius: 5px;
   
}
}

2025年6月10日 (二) 23:33的最新版本

#wpCaptchaWord {
    padding: 8px 12px; 
    border: 1px solid #cccccc; 
    border-radius: 4px; 
    font-size: 1em; 
    line-height: 1.5; 
    width: 250px; 
    max-width: 100%; 
    box-sizing: border-box; 
    margin-top: 5px; 
    margin-bottom: 10px; 
    background-color: #f9f9f9; 
    color: #333333; 
    transition: border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out; 
}
#wpCaptchaWord:focus {
    border-color: #007bff; 
    outline: 0; 
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25); 
    background-color: #ffffff; 
}
editform .captcha,
userloginForm .captcha, 
createaccountform .captcha 
{
    
    padding: 15px;
    background-color: #f0f0f0;
    border: 1px dashed #ddd;
    border-radius: 5px;
    
}