MediaWiki:Common.css: Difference between revisions

Jump to navigation Jump to search
m modal test
m Undo revision 226 by Terrydu (talk)
Tag: Undo
Line 44: Line 44:
}
}


.modalDialog:target {
.modalDialog:target {
     opacity:1;
     opacity:1;
     pointer-events: auto;
     pointer-events: auto;
Line 52: Line 52:
     position: relative;
     position: relative;
     width: 50%;
     width: 50%;
     height: auto;
     height: auto;  
     margin: 10% auto;
     margin: 10% auto;
     padding: 5px 5px 5px 5px;
     padding: 5px 20px 13px 20px;
     border-radius: 2px;
     border-radius: 10px;
    background: #fff;
    background: linear-gradient(#fff, #999);
}
}


Line 66: Line 68:
     background: #606061;
     background: #606061;
     color: #fff;
     color: #fff;
     line-height: 12px;
     line-height: 25px;
     position: absolute;
     position: absolute;
     right: -12px;
     right: -12px;
Line 74: Line 76:
     text-decoration: none;
     text-decoration: none;
     font-weight: bold;
     font-weight: bold;
    border-radius: 12px;
    box-shadow: 1px 1px 3px #000;
}
}