MediaWiki:ListingEditor.css

Từ Wikivoyage

Chú ý: Sau khi lưu trang, có thể bạn sẽ phải xóa bộ nhớ đệm của trình duyệt để xem các thay đổi.

  • Firefox / Safari: Nhấn giữ phím Shift trong khi nhấn Tải lại (Reload), hoặc nhấn tổ hợp Ctrl-F5 hay Ctrl-R (⌘R trên Mac)
  • Google Chrome: Nhấn tổ hợp Ctrl-Shift-R (⇧⌘R trên Mac)
  • Internet Explorer / Edge: Nhấn giữ phím Ctrl trong khi nhấn Làm tươi (Refresh), hoặc nhấn tổ hợp Ctrl-F5
  • Opera: Nhấn tổ hợp Ctrl-F5.
  span.mw-addlisting {
    font-size: small;
    font-weight: normal;
    display: inline-block;
  }

  span.vcard-edit-button a {
    color: rgb(150,150,150);
  }
  
  .ui-dialog {
    font-size:0.8em;
  }
  
  body .ui-dialog .ui-widget-header {
    background: rgb(169, 200, 214) !important;
  }
  
  #progress-dialog {
    font-size:large;
    padding-top:22px;
    text-align:center;
  }
  
  #listing-editor {
    font-size:0.9em;
    padding: 0em 1.5em 1em;
  }
  
  #listing-editor fieldset {
    float:left;
    border:0;
    padding:0.2em;
  }
  
  #listing-editor textarea {
    width: 86%;
  }

  #listing-editor .input-text {
    padding:0.05em;
  }
  
  #listing-editor .input-text label {
    width: 5em;
    float: left;
    text-align: right;
    margin-right: 0.5em;
    margin-top:0.2em;
  }
  
  #listing-help {
    margin-right: 30px;
  }