Site Notice

hello, world

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

From Project-EPB Commons
(// Via InPageEdit-v2)
m (// Via InPageEdit-v2)
Line 29: Line 29:
 
#moe-bg-container#moe-bg-container {
 
#moe-bg-container#moe-bg-container {
 
   background-image: url(https://s2.loli.net/2022/02/21/sXUi6HE9wm2R1kv.png);
 
   background-image: url(https://s2.loli.net/2022/02/21/sXUi6HE9wm2R1kv.png);
   background-position: center -100px;
+
   background-position: left center;
 
}
 
}

Revision as of 13:33, 26 March 2022

[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;
}

#moe-bg-container#moe-bg-container {
  background-image: url(https://s2.loli.net/2022/02/21/sXUi6HE9wm2R1kv.png);
  background-position: left center;
}