Site Notice

hello, world

Difference between revisions of "User:机智的小鱼君/common.css"

From Project-EPB Commons
([InPageEdit] 没有编辑摘要)
([InPageEdit] 没有编辑摘要)
Line 1: Line 1:
 +
.in-page-edit.notify {
 +
  position: absolute;
 +
  left: 0px;
 +
}
 
[title] {
 
[title] {
 
   position: relative;
 
   position: relative;

Revision as of 19:16, 5 April 2020

.in-page-edit.notify {
  position: absolute;
  left: 0px;
}
[title] {
  position: relative;
}
[title]:after {
  content: attr(title);
  background: white;
  box-shadow: 0 0 4px #aaa;
  position: absolute;
  bottom: 2em;
  padding: 1px 4px;
  color: #252525;
  font-size: small;
  font-weight: normal;
  opacity: 0;
  transition: opacity .2s;
  left: -99999px;
  display: block;
}
[title]:hover:after {
 left: 0;
 opacity: 1;
}
.I18nEditTranslateInput {
  min-height: 220px;
  min-width: 240px;
}