Site Notice

hello, world

MediaWiki:Css-InPageEdit-v2.css

From Project-EPB Commons
Revision as of 00:55, 1 November 2019 by 机智的小鱼君 (talk | contribs) (//InPageEdit)

Invoke this: https://common.wjghj.cn/css/{{#replace:{{#replace:Css-InPageEdit-v2.css|Css-|}}|.css|}}

Note: After saving, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Go to Menu → Settings (Opera → Preferences on a Mac) and then to Privacy & security → Clear browsing data → Cached images and files.
/**
 *『Wjghj Project Static』
 * This _CascadingStyleSheets_ code is from https://common.wjghj.cn
 * CC BY-NC-SA
 **/
.in-page-edit {
  
}
.in-page-edit .ssi-modalWindow {
  padding: 0;
  border-radius: 0;
}
.in-page-edit .ssi-topIcons {
  #background: #808080;
  text-align: center;
}
.in-page-edit .ssi-topIcons .ssi-closeIcon {
  background: none;
  height: 38px;
  color: #808080;
  width: 36px;
  font-size: 30px;
  line-height:  45px;
}
.in-page-edit .ssi-topIcons .ssi-closeIcon:hover {
  background: none;
  height: 38px;
  color: #454545;
  width: 36px;
  font-size: 30px;
  line-height:  45px;
}
.in-page-edit .ssi-closeIcon:before {
  content: 'close';
  font-family: 'Material Icons';
}
.in-page-edit .ssi-modalTitle {
  font-style: normal;
  font-family: unset;
  background: rgba(128, 128, 128, 0.2);
  color: #4e4e4e;
}
.in-page-edit #editArea {
  max-width:100%;
  min-width:100%;
  min-height:350px;
}
.in-page-edit #editMinor {
  margin-left:0;
  margin-right:4px;
}
.in-page-edit .btn {
  border: none;
  font-weight: bold;
  background: white;
  padding: 0.25em 1em 0.1em 1em;
  border-radius: 0.2em;
  transition: all .2s;
}
.in-page-edit .btn.btn-primary {
  background: #404a57;
  color: white;
}
.in-page-edit .btn.btn-primary:hover {
  background: #606f80;
}
.in-page-edit .btn.btn-secondary {
  color: #505050;
  border: 1px solid #606880;
}
.in-page-edit .btn.btn-secondary:hover {
  color: #8686a0;
  border: 1px solid #a0a0a0;
}
.in-page-edit .btn.btn-danger {
  background: #d04040;
  color: white;
}
.in-page-edit .btn.btn-danger:hover {
  background: #ff5050;
  color: white;
}
.in-page-edit.confirmbox .ssi-modalWindow  {
  margin-top: 40% !important;
}
.in-page-edit.confirmbox .ssi-modalContent  {
  padding-top: 18px;
  font-size: large;
  font-weight: bold;
}