Thành viên:Yotrages/TwinkleMobile.css

Chú ý: Sau khi lưu thay đổi trang, bạn phải xóa bộ nhớ đệm của trình duyệt để nhìn thấy các thay đổi. Google Chrome, Firefox, Internet ExplorerSafari: Giữ phím ⇧ Shift và nhấn nút Reload/Tải lại trên thanh công cụ của trình duyệt. Để biết chi tiết và hướng dẫn cho các trình duyệt khác, xem Trợ giúp:Xóa bộ nhớ đệm.

/* Dialog */
.morebits-dialog {
top : 0 !important ;
left : 50 % !important;
transform: translate(-50 %, 0);
margin : auto !important;
position: fixed !important;
max-width : 100 % !important ;
max-height : 100 % !important ;
display : flex !important;
flex-direction : column !important;
align-items : stretch !important ;
box-sizing : border-box ;
font-size : 80 %;
}
.morebits-dialog .morebits-dialog-content {
flex : 1 !important;
max-height : 70 vh !important ;
}
.morebits-dialog .ui-dialog-titlebar {
min-height : 1 em;
}
.morebits-dialog .ui-dialog-buttonpane {
min-height : auto !important ;
}
/* Quickform */
form .quickform input [type =text ], form .quickform select ,
form .quickform input [type =button ], .morebits-dialog-buttons button {
padding : 0.15 rem 0.3 rem ;
background: #fff ;
border : 1px solid #565656 ;
border-radius : 2px ;
}
form .quickform input [type =text ], form .quickform select , form .quickform textarea {
font-size : inherit !important;
}
form .quickform input [type =text ], form .quickform select {
width : 230 px;
}
form .quickform input [type =checkbox], form .quickform input [type =radio ] {
margin-right : 4px;
}
form .quickform textarea {
width : 90 % !important ;
}
/* PortletLink */
.mw-ui-icon-portletlink-twmb :: before {
background-image : linear-gradient ( transparent, transparent), url( https://upload.wikimedia.org/wikipedia/commons/a/
a5/Police_man_Twinkle_Head.svg );
}