MediaWiki:Gadget-Wordcount.css

From wikishia

Note: After publishing, you may have to bypass your browser's cache to see the changes.

  • Firefox / Safari: Hold Shift while clicking Reload, or press either Ctrl-F5 or Ctrl-R (⌘-R on a Mac)
  • Google Chrome: Press Ctrl-Shift-R (⌘-Shift-R on a Mac)
  • Internet Explorer / Edge: Hold Ctrl while clicking Refresh, or press Ctrl-F5
  • Opera: Press Ctrl-F5.
#word-count-stats {
    background: #f9f9f9;
    border: 1px solid #ccc;
    padding: 15px;
    margin-top: 10px;
    border-radius: 8px;
    font-family: 'Iransansxv', Arial, sans-serif;
    direction: rtl;
    text-align: right;
}

#word-count-header {
    font-size: 18px;
    margin-bottom: 10px;
    color: #333;
    text-align: center;
}

/*#main-body-stat, #ref-stat, #total-stat, #word-count-header {*/
/*	text-align: center;*/
/*}*/
.word-count-table {
    width: 100%;
    border-collapse: collapse;
}

.word-count-table td {
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.word-count-table td:first-child {
    font-weight: bold;
    text-align: right;
}

.word-count-table td:last-child {
    text-align: center;
}