User:Mojtabakd/common.css

Source: Wikipedia, the free encyclopedia.
Note: After saving, you have to bypass your browser's cache to see the changes. Google Chrome, Firefox, Microsoft Edge and Safari: Hold down the ⇧ Shift key and click the Reload toolbar button. For details and instructions about other browsers, see Wikipedia:Bypass your cache.
/*copied from https://fa.wikipedia.org/wiki/مدیاویکی:Gadget-DeluxeHistory.css*/

.history-user-normal { 
  background-color: lightblue; 
}
 
.history-user-sysop { 
  background-color: #ffff4d; 
}
 
.history-user-bot { 
  background-color: #66ff66; 
}
 
.history-user-ip { 
  background-color: #ff80ff; 
}

.UserIs-Self,
#pagehistory li.UserIs-Self {
    background-color: #ff9933;
}

.UserIs-IP,
#pagehistory li.UserIs-IP {
    background-color: #ff80ff;
}

.UserIs-User,
#pagehistory li.UserIs-User {
    background-color: lightblue;
}

.UserIs-Bot,
#pagehistory li.UserIs-Bot {
    background-color: #66ff66;
}

.UserIs-Sysop,
#pagehistory li.UserIs-Sysop {
    background-color: #ffff4d;
}

/* RC "améliorées" */

.UserIs-Mixed {
    background-color: #DDDDBB;
}

.UserIs-Mixed .mw-userlink {
    padding: 1px;
    border: 1px solid #AAAAAA;
}