yemi.css 270 B

12345678910111213141516
  1. [moe] [url]:not([show]){
  2. display: none;
  3. }
  4. [moe] {
  5. display: inline-block;
  6. }
  7. [moe] form:not([show]) {
  8. z-index: 99999;
  9. position: absolute;
  10. background-color: white;
  11. padding: 10px;
  12. border: 1px solid gray;
  13. }
  14. #moe-form-mask {
  15. cursor: pointer;
  16. }