Template:ProfileInfoboxUpdater/styles.css: Difference between revisions

From RetroMC
Jump to navigation Jump to search
No edit summary
No edit summary
Line 20: Line 20:
     background-color: chocolate;
     background-color: chocolate;
     text-align: left;
     text-align: left;
}
.icr-header{
    background-color: #ccf;
}
.icr-title{
    background-color: #cfc;
}
}

Revision as of 04:10, 13 October 2024

.icr-right-align {
    text-align: right;
   }
.icr-left-align {
   text-align: left;
  }
.icr-data-6 {
    background-color: navy;
    text-align: right;
}
.icr-label-6 {
    background-color: aliceblue;
    text-align: left;
}
.icr-data-a {
    background-color: blueviolet;
    text-align: right;
}
.icr-label-a {
    background-color: chocolate;
    text-align: left;
}
.icr-header{
    background-color: #ccf;
}
.icr-title{
    background-color: #cfc;
}