משתמש:Torty3/common.css

מתוך ויקימסע

הערה: לאחר הפרסום, ייתכן שיהיה צורך לנקות את זיכרון המטמון (cache) של הדפדפן כדי להבחין בשינויים.

  • פיירפוקס / ספארי: להחזיק את המקש Shift בעת לחיצה על טעינה מחדש (Reload) או ללחוץ על צירוף המקשים Ctrl-F5 או Ctrl-R (במחשב מק: ⌘-R).
  • גוגל כרום: ללחוץ על צירוף המקשים Ctrl-Shift-R (במחשב מק: ⌘-Shift-R).
  • אינטרנט אקספלורר / אדג': להחזיק את המקש Ctrl בעת לחיצה על רענן (Refresh) או ללחוץ על צירוף המקשים Ctrl-F5.
  • אופרה: ללחוץ על 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: 85%;
  }

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