打开/关闭菜单
打开/关闭外观设置菜单
打开/关闭个人菜单
未登录
未登录用户的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,
#editform fieldset img,
#userloginForm fieldset img,
#usercreate fieldset img {
  max-width: 100px;
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 2px;
}
#wpCaptchaWord {
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-top: 5px;
  display: block;
  width: 250px;
}
.g-recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}

2025年6月10日 (二) 19:57的版本

.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, 
#editform fieldset img, 
#userloginForm fieldset img,
#usercreate fieldset img {
  max-width: 100px; 
  max-height: 50px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 5px;
  border: 1px solid #ccc;
  padding: 2px;
}

#wpCaptchaWord { 
  padding: 8px;
  border: 1px solid #aaa;
  border-radius: 3px;
  margin-top: 5px;
  display: block;
  width: 250px;
}


.g-recaptcha {
  margin-top: 10px;
  margin-bottom: 10px;
}