yemi.css 350 B

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