Site Notice

hello, world

User:机智的小鱼君/common.css

From Project-EPB Commons
< User:机智的小鱼君
Revision as of 16:20, 26 March 2022 by 机智的小鱼君 (talk | contribs) (// Edit via Wikiplus)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)


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.
[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;
  pointer-events: none;
}
[title]:hover:after {
 left: 0;
 opacity: 1;
}
.I18nEditTranslateInput {
  min-height: 220px;
  min-width: 240px;
}