Site Notice

hello, world

Difference between revisions of "MediaWiki:Css-InPageEdit-v2.css"

From Project-EPB Commons
(//InPageEdit)
(//InPageEdit)
Line 17: Line 17:
 
}
 
}
 
.in-page-edit .ssi-topIcons .ssi-closeIcon {
 
.in-page-edit .ssi-topIcons .ssi-closeIcon {
   display: none;
+
   #display: none;
 
}
 
}
 
.in-page-edit .ssi-topIcons .closeModal {
 
.in-page-edit .ssi-topIcons .closeModal {

Revision as of 00:28, 1 November 2019

/**
 *『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: #f00000;
  height: 38px;
  text-align: center;
}
.in-page-edit .ssi-topIcons .ssi-closeIcon {
  #display: none;
}
.in-page-edit .ssi-topIcons .closeModal {
  color:white;
  width: 36px;
  font-size: 30px;
  line-height:  30px;
}
.in-page-edit .closeModal:before {
  content: 'close';
}
.in-page-edit .ssi-modalTitle {
  font-style: normal;
  font-family: unset;
  background: #cfcfcf;
  color: #252525;
}
.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;
  background: white;
  padding: 0.25em 1em 0.1em 1em;
  border-radius: 0.2em;
}
.in-page-edit .btn.btn-primary {
  background: #20abfe;
  color: white;
}
.in-page-edit .btn.btn-secondary {
  color: #20abfe;
  border: 1px solid #20abfe;
}
.in-page-edit .btn.btn-danger {
  background: #f04040;
  color: white;
}
.in-page-edit.confirmbox {
  top: 40%;
}