Utilisateur:Torty3/common.css

De Wikivoyage

Note : après avoir publié vos modifications, il se peut que vous deviez forcer le rechargement complet du cache de votre navigateur pour voir les changements.

  • Firefox / Safari : maintenez la touche Maj (Shift) en cliquant sur le bouton Actualiser ou appuyez sur Ctrl + F5 ou Ctrl + R (⌘ + R sur un Mac).
  • Google Chrome : appuyez sur Ctrl + Maj + R (⌘ + Shift + R sur un Mac).
  • Internet Explorer / Edge : maintenez la touche Ctrl en cliquant sur le bouton Actualiser ou pressez Ctrl + F5.
  • Opera : appuyez sur Ctrl + F5.
@media screen {
  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: 83%;
  }

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