yemi.css 193 B

12345678910
  1. [moe] [url]:not([show]){
  2. display: none;
  3. }
  4. [moe] form:not([show]) {
  5. z-index: 99999;
  6. position: absolute;
  7. background-color: white;
  8. padding: 10px;
  9. border: 1px solid gray;
  10. }